aboutsummaryrefslogtreecommitdiff
path: root/src/lib/net/address.c
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-06-26address/resolve: Require square brackets on IPv6 address:portsteor
2019-06-26address/resolve: try harder to avoid returning uninitialised datateor
2019-06-26resolve: consistently parse IP addresses in square bracketsteor
2019-05-28Trivial fix for a trivial warning with gcc 9.1.1Nick 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
2018-11-14Normalize .may_include to always have paths, and paths to includeNick Mathewson
2018-11-06Add a user of CTASSERT().Nick Mathewson
2018-10-30Merge branch 'ticket23082_squashed'Nick Mathewson
2018-10-30Code cleanups for tor_addr_parse()rl1987
2018-10-30Move a check for trailing colon to tor_inet_pton()rl1987
2018-09-07Merge remote-tracking branch 'teor/bug27521'Nick Mathewson
2018-09-07Comment: Fix typos in get_interface_addresses_win32()teor
2018-09-06Remove GetAdaptersAddresses_fn_tteor
2018-08-31Reject addresses with needless trailing colonrl1987
2018-08-31Improve bracket handling in tor_addr_parse()rl1987
2018-07-10Rename torlog.[ch] to log.[ch]Nick Mathewson
2018-07-10Rename util_malloc to malloc.Nick Mathewson
2018-07-10Remove addr_port_lookup.Nick Mathewson
2018-07-10Move tor_addr_{,port_}lookup to resolve.cNick Mathewson
2018-07-10Refactor ipv[46].[ch]Nick Mathewson
2018-07-03Rename sandbox_getaddrinfo() et. al.rl1987
2018-06-27Move several address-string-testing functions to address.cNick Mathewson
2018-06-27Link GetAdaptersAddresses, rather than loading it on-demand.Nick Mathewson
2018-06-27Move network code to libtor-net.Nick Mathewson