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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
net
Age
Commit message (
Expand
)
Author
2020-08-10
small code tweaks to try to work around debian stable complaints
Nick Mathewson
2020-05-06
address.c: add a single (harmless) missing break;
Nick Mathewson
2019-03-08
Merge remote-tracking branch 'bug28525_029' into maint-0.3.5
teor
2019-01-16
Bump copyright date to 2019.
Nick Mathewson
2019-01-09
Merge remote-tracking branch 'tor-github/pr/636' into maint-0.3.5
Nick Mathewson
2019-01-09
Fix (and make consistent) the use of OpenBSD preprocessor macro tests
Kris Katterjohn
2019-01-07
Fix tor_ersatz_socketpair on IPv6-only systems
Kris Katterjohn
2018-09-20
Add a tor_release_socket_ownership() function.
Nick Mathewson
2018-09-13
Include torint.h in socketpair.c for intptr_t definition.
Nick Mathewson
2018-09-07
Merge remote-tracking branch 'teor/bug27521'
Nick Mathewson
2018-09-07
Comment: Fix typos in get_interface_addresses_win32()
teor
2018-09-06
Merge remote-tracking branch 'teor/ticket27467'
Nick Mathewson
2018-09-06
Remove GetAdaptersAddresses_fn_t
teor
2018-08-01
Document new helper functions in socketpair.c
Nick Mathewson
2018-08-01
Reindent tor_ersatz_socketpair
Nick Mathewson
2018-08-01
Refactor tor_ersatz_socketpair() not to need socket.
Nick Mathewson
2018-08-01
Remove dependency from socketpair.c on address.h
Nick Mathewson
2018-08-01
Extract tor_ersatz_socketpair into a new c file
Nick Mathewson
2018-07-10
Rename torlog.[ch] to log.[ch]
Nick Mathewson
2018-07-10
Rename util_malloc to malloc.
Nick Mathewson
2018-07-10
Merge remote-tracking branch 'neel/fbsd-cfix'
Nick Mathewson
2018-07-10
Remove addr_port_lookup.
Nick Mathewson
2018-07-10
Remove all users of addr_port_lookup outside of address.c
Nick Mathewson
2018-07-10
Move tor_addr_{,port_}lookup to resolve.c
Nick Mathewson
2018-07-10
Refactor ipv[46].[ch]
Nick Mathewson
2018-07-10
Fix build on FreeBSD post-refactor
Neel Chauhan
2018-07-10
File-level summary documentation for src/lib/*/*.[ch]
Nick Mathewson
2018-07-09
Merge remote-tracking branch 'rl1987/bug26525'
Nick Mathewson
2018-07-05
Move socks5_status.h to src/lib/net
Nick Mathewson
2018-07-03
Retire some unused (or nearly unused) macros.
Nick Mathewson
2018-07-03
Rename sandbox_getaddrinfo() et. al.
rl1987
2018-07-01
File-level documentation for some of src/lib.
Nick Mathewson
2018-06-29
Move SIO_IDEAL_SEND_BACKLOG_QUERY into socket.h
Nick Mathewson
2018-06-28
A couple of includes to make windows compile again
Nick Mathewson
2018-06-28
Move buffers into container
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 socket-errno code into lib/net
Nick Mathewson
2018-06-28
Extract the alert-socket code into lib/net.
Nick Mathewson
2018-06-27
Move several address-string-testing functions to address.c
Nick Mathewson
2018-06-27
Move read/write_all_to_socket into lib/net.
Nick Mathewson
2018-06-27
Link GetAdaptersAddresses, rather than loading it on-demand.
Nick Mathewson
2018-06-27
Move network code to libtor-net.
Nick Mathewson