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