aboutsummaryrefslogtreecommitdiff
path: root/src/lib/net
AgeCommit message (Expand)Author
2020-05-06Merge branch 'maint-0.4.1' into maint-0.4.2Nick Mathewson
2020-05-06Merge branch 'bug34078_prelim_035' into bug34078_prelim_041Nick Mathewson
2020-05-06address.c: add a single (harmless) missing break;Nick Mathewson
2019-10-04Make tor_addr_lookup_host_impl mockable.Nick Mathewson
2019-10-03Unify backend implementations for blocking hostname lookupNick Mathewson
2019-09-30Re-run "make autostyle" with improved annotate_ifdef_directivesNick Mathewson
2019-09-10Merge branch 'bug31615_041' into bug31615_masterteor
2019-09-10Merge branch 'bug31615_040' into bug31615_041teor
2019-09-06subsys: Make the subsystem init order match the module dependenciesteor
2019-06-26Merge branch 'bug30721_squashed'Nick Mathewson
2019-06-26address/resolve: Require square brackets on IPv6 address:portsteor
2019-06-26address/resolve: try harder to avoid returning uninitialised datateor
2019-06-26resolve: split sub-functions out of tor_addr_lookup()teor
2019-06-26resolve: refactor address family logic in tor_addr_lookup()teor
2019-06-26resolve: consistently parse IP addresses in square bracketsteor
2019-06-05Run "make autostyle."Nick Mathewson
2019-05-28Trivial fix for a trivial warning with gcc 9.1.1Nick Mathewson
2019-05-02Add comments to include.am files to note where new sources goNick Mathewson
2019-04-11Don't leak on logic error in string_is_valid_nonrfc_hostname()Nick Mathewson
2019-03-12Merge branch 'tor-github/pr/763' into maint-0.4.0George Kadianakis
2019-03-08Merge remote-tracking branch 'bug28525_029' into maint-0.3.5teor
2019-01-16Bump copyright date to 2019Nick Mathewson
2019-01-16Bump copyright date to 2019.Nick Mathewson
2019-01-14Merge remote-tracking branch 'teor/bug29015'Nick Mathewson
2019-01-09Merge branch 'maint-0.3.5'Nick Mathewson
2019-01-09Merge remote-tracking branch 'tor-github/pr/636' into maint-0.3.5Nick Mathewson
2019-01-09Merge branch 'maint-0.3.5'Nick Mathewson
2019-01-09Fix (and make consistent) the use of OpenBSD preprocessor macro testsKris Katterjohn
2019-01-08lib/net: improve the docs for tor_{ersatz_,}socketpair()teor
2019-01-07Fix tor_ersatz_socketpair on IPv6-only systemsKris Katterjohn
2019-01-03Add a #ifdef HAVE_UNISTD_H check to buffers.cNick Mathewson
2018-12-17Merge branch 'ticket28179_squashed' into ticket28179_squashed_mergedNick Mathewson
2018-12-17Use errno directly if we are not reading/writing from/to a socket.Alexander Færøy
2018-12-17Add documentation for the is_socket and error argument of read_to_chunk().Alexander Færøy
2018-12-05Merge remote-tracking branch 'tor-github/pr/508'Nick Mathewson
2018-12-01Move net.inet.ip.random_id code to lib/net/Nick Mathewson
2018-11-27Add buf_flush_to_pipe() and buf_read_from_pipe().Alexander Færøy
2018-11-27Refactor buf_read_from_socket() into buf_read_from_fd().Alexander Færøy
2018-11-27Refactor buf_flush_to_socket() into buf_flush_to_fd().Alexander Færøy
2018-11-27Refactor flush_chunk() to work on pipes as well as sockets.Alexander Færøy
2018-11-27Refactor read_to_chunk() such that it supports both pipes and sockets.Alexander Færøy
2018-11-14Make sure sandbox-related getaddrinfo() functions always exist.Nick Mathewson
2018-11-14Normalize .may_include to always have paths, and paths to includeNick Mathewson
2018-11-14Move buffers.c out of lib/containers to resolve a circularity.Nick Mathewson
2018-11-09Merge branch 'subsystems'Nick Mathewson
2018-11-09Rename subsystem callback functions to make them consistentNick Mathewson
2018-11-06Add a user of CTASSERT().Nick Mathewson
2018-11-05Move networking startup/cleanup logic into a subsystem.Nick Mathewson
2018-10-30Merge branch 'ticket23082_squashed'Nick Mathewson
2018-10-30Code cleanups for tor_addr_parse()rl1987