index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
compat.h
Age
Commit message (
Expand
)
Author
2018-06-29
Remove util.h and compat.h includes from src/common
Nick Mathewson
2018-06-29
Combine compat.h into util.h
Nick Mathewson
2018-06-29
Remove non-windows system includes from compat.h and util.h
Nick Mathewson
2018-06-29
Remove windows libraries from util.h and compat.h
Nick Mathewson
2018-06-29
Extract socks5_status_t
Nick Mathewson
2018-06-29
Move SIO_IDEAL_SEND_BACKLOG_QUERY into socket.h
Nick Mathewson
2018-06-29
Extract getpass to a new lib/term library
Nick Mathewson
2018-06-29
Extract get_uname to lib/osinfo.
Nick Mathewson
2018-06-29
Move fd and memory-info functions.
Nick Mathewson
2018-06-28
Move MIN and MAX into lib/intmath/cmp.h
Nick Mathewson
2018-06-28
Remove a pair of windows flags used nowhere in our code
Nick Mathewson
2018-06-28
Fix up the include path of compat_time.h (automated)
Nick Mathewson
2018-06-28
Extract time functionality into lib/wallclock and lib/time
Nick Mathewson
2018-06-28
Move compute_num_cpus to lib/thread
Nick Mathewson
2018-06-28
Move tor_gethostname to lib/net
Nick Mathewson
2018-06-28
Move lockfile code into lib/fs
Nick Mathewson
2018-06-28
Extract process-management functionality into a new lib/process
Nick Mathewson
2018-06-28
Extract threading code into a new library.
Nick Mathewson
2018-06-27
Extract time encoding functions into lib/encoding
Nick Mathewson
2018-06-27
Move various mem* functions to lib/string
Nick Mathewson
2018-06-27
Move tor_strtok_r to libtor-string
Nick Mathewson
2018-06-27
Move set/get_uint*() to inline functions in arch/bytes.h
Nick Mathewson
2018-06-27
Extract functions from compat.c and util.h into a new fs library
Nick Mathewson
2018-06-27
Move format_win32_error into lib/log/
Nick Mathewson
2018-06-27
Move network code to libtor-net.
Nick Mathewson
2018-06-22
Remove util_bug dependency on compat.h
Nick Mathewson
2018-06-22
Finally extract the log library and make it build.
Nick Mathewson
2018-06-22
Extract strlcpy and strlcmp to libtor-string
Nick Mathewson
2018-06-22
Extract key string manipulation functions into a new library.
Nick Mathewson
2018-06-21
Rectify include paths (automated).
Nick Mathewson
2018-06-21
Move more compiler-compatibility stuff into compat_compiler.h
Nick Mathewson
2018-06-21
Rectify include paths (automated)
Nick Mathewson
2018-06-20
Split compiler-compatibility parts of compat.h
Nick Mathewson
2018-06-20
Run rectify_include_paths.py
Nick Mathewson
2018-06-20
Update copyrights to 2018.
Nick Mathewson
2018-04-12
Merge branch 'maint-0.3.3'
Nick Mathewson
2018-04-12
Make get_total_system_memory mockable.
Alexander Færøy
2018-03-22
Do not page-align mmap length. #25399
Alex Xu (Hello71)
2018-01-26
Add a new tor_addr_from_getsockname()
Nick Mathewson
2018-01-17
Merge branch 'bug22798_029_squashed'
Nick Mathewson
2018-01-17
Improve Windows performance with SIO_IDEAL_SEND_BACKLOG_QUERY.
Nick Mathewson
2017-10-18
New function for Tor to treat itself as the "owner" of a socket
Nick Mathewson
2017-09-15
Run our #else/#endif annotator on our source code.
Nick Mathewson
2017-09-15
Split some long #if lines to make the #endif annotator happy
Nick Mathewson
2017-05-22
fix two typos in comments
Roger Dingledine
2017-03-15
Run the copyright update script.
Nick Mathewson
2017-03-09
Remove fgets() compatbility function and related tests.
Alexander Færøy
2017-03-01
Add compatibility function for fgets(3).
Alexander Færøy
2016-09-09
Fix cases where the tests were doing closesocket() on a non-socket
Nick Mathewson
2016-08-12
Fix integer overflows in the conversion tables
cypherpunks
[next]