aboutsummaryrefslogtreecommitdiff
path: root/src/lib/net/address.c
AgeCommit message (Expand)Author
2021-10-04net: Reject invalid characters in port rangesc
2021-03-12Update copyrights to 2021, using "make update-copyright"Nick Mathewson
2020-11-12Fix typos.Samanta Navarro
2020-10-01fix typosRoger Dingledine
2020-07-17Add a tor_addr_port_copy() function.Nick Mathewson
2020-07-14addr: Use tor_addr_t instead of uint32_t for IPv4David Goulet
2020-06-09Merge remote-tracking branch 'tor-github/pr/1888/head'Nick Mathewson
2020-06-05Merge remote-tracking branch 'tor-github/pr/1902/head'Nick Mathewson
2020-06-05Fix some checks of tor_inet_ntoa() return valuerl1987
2020-06-04config: Styling fix + use fmt_addr()c
2020-06-03config: Add interface address debug loggingc
2020-05-21Tweak format stringrl1987
2020-05-21Check for possible failures of tor_inet_ntop/tor_inet_ntoa in fmt_addr32 and ...rl1987
2020-05-07relay: Rewrite inform_testing_reachability()teor
2020-05-07Define and use TOR_ADDRPORT_BUF_LENNeel Chauhan
2020-05-06Merge branch 'maint-0.4.3'Nick Mathewson
2020-05-06Merge branch 'maint-0.4.2' into maint-0.4.3Nick Mathewson
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
2020-04-30relay: Launch IPv4 and IPv6 ORPort self-test circuitsteor
2020-04-30Merge branch 'pr1870_squashed'teor
2020-04-30Define and use TOR_ADDRPORT_BUF_LENNeel Chauhan
2020-04-30net: Make all address bytes functions take uint8_t *teor
2020-04-30Rename tor_addr_get_ipv6_bytes to tor_addr_copy_ipv6_bytesteor
2020-04-29net: Add fmt_addrport_ap() and fmt_addr_family()teor
2020-04-29core/or: Support IPv6 EXTEND2 cellsteor
2020-04-07address: Simplify tor_addr_is_valid()teor
2020-04-07Added tests for tor_addr_is_null/valid()MrSquanchee
2020-02-06Try to shorten an #error in address.cNick Mathewson
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-10-22Merge branch 'ticket31705_v2' into ticket31705_v2_mergedNick Mathewson
2019-10-22Fix a macro in address.c so coccinelle can understand itNick Mathewson
2019-10-16Doxygen: fix warnings about mismatched HTML tags.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