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.c
Age
Commit message (
Expand
)
Author
2018-06-29
Remove compat.c and util.c
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-29
Move tor_get_avail_disk_space() to lib/fs
Nick Mathewson
2018-06-28
Fix macOS includes
Taylor Yu
2018-06-28
Move compute_num_cpus to lib/thread
Nick Mathewson
2018-06-28
Move network_init to lib/net
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
Move socket-errno code into lib/net
Nick Mathewson
2018-06-28
Extract process-management functionality into a new lib/process
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
Fix up include paths for sandbox.h (automated)
Nick Mathewson
2018-06-27
rectify include paths (automatic) for address.h
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 core part of gmtime_r, localtime_r (without logging)
Nick Mathewson
2018-06-22
Automated fixup of include paths after torlog.h movement.
Nick Mathewson
2018-06-22
Extract key string manipulation functions into a new library.
Nick Mathewson
2018-06-22
Extract smartlist.h from container.h
Nick Mathewson
2018-06-22
Rectify include paths after container split (automatic)
Nick Mathewson
2018-06-20
Remove all use of the assert.h header
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-28
Merge remote-tracking branch 'hello71/bug25398'
Nick Mathewson
2018-03-22
Do not page-align mmap length. #25399
Alex Xu (Hello71)
2018-03-02
Remove uncompilable tor_mmap_file fallback. #25398
Alex Xu (Hello71)
2018-02-20
Remove a bunch of other redundant #includes
Nick Mathewson
2018-02-15
Merge branch 'bug18105'
Nick Mathewson
2018-02-07
more fixes for typos, grammar, whitespace, etc
Roger Dingledine
2018-02-07
Fix spelling mistakes corresponding to ticket #23650
Deepesh Pathak
2018-01-26
Use tor_addr_from_getsockname() in several places
Nick Mathewson
2018-01-26
Add a new tor_addr_from_getsockname()
Nick Mathewson
2018-01-17
Merge branch 'bug21074_029'
Nick Mathewson
2018-01-17
Add a cast to avoid a signed/unsigned comparison
Nick Mathewson
2018-01-16
Merge branch 'bug21074_029'
Nick Mathewson
2018-01-04
Don't treat a setrlimit failure as fatal.
Nick Mathewson
2017-12-08
Convert remaining function (mostly static) to new free style
Nick Mathewson
2017-10-18
New function for Tor to treat itself as the "owner" of a socket
Nick Mathewson
2017-10-18
Make the mark_socket_open() no-op treat the socket as used.
Nick Mathewson
[next]