aboutsummaryrefslogtreecommitdiff
path: root/src/lib/net/address.h
AgeCommit message (Expand)Author
2021-03-12Update copyrights to 2021, using "make update-copyright"Nick Mathewson
2020-11-12Fix typos.Samanta Navarro
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-07-02Add a convenience function to check for unspec address.Nick Mathewson
2020-05-07relay: Rewrite inform_testing_reachability()teor
2020-05-07Define and use TOR_ADDRPORT_BUF_LENNeel Chauhan
2020-04-30relay: Launch IPv4 and IPv6 ORPort self-test circuitsteor
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