aboutsummaryrefslogtreecommitdiff
path: root/src/lib/net/address.h
AgeCommit message (Expand)Author
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-29relay/circuitbuild: Re-use IPv6 connections for circuitsteor
2020-04-29net: Add fmt_addrport_ap() and fmt_addr_family()teor
2020-04-29net: Remove an extra space in address.hteor
2020-04-29core/or: Support IPv6 EXTEND2 cellsteor
2020-03-27correct tor_addr_family() function commentRoger Dingledine
2020-02-04address: Fix comments in address.hteor
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-01-16Bump copyright date to 2019Nick 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-06-27Move several address-string-testing functions to address.cNick Mathewson
2018-06-27Move network code to libtor-net.Nick Mathewson