aboutsummaryrefslogtreecommitdiff
path: root/src/common/address.h
AgeCommit message (Expand)Author
2017-01-03Make tor_addr_lookup() mockable.Nick Mathewson
2016-12-16Lay down some infrastructure for bridges in the New Guard Order.Nick Mathewson
2016-06-12Keep make check-spaces happyAndrea Shepard
2016-06-11Enable -Wnull-dereference (GCC >=6.1), and fix the easy casesNick Mathewson
2016-03-28Rename tor_dup_addr to tor_addr_to_str_dup.Nick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2016-01-29Merge branch 'feature17840-v11-squashed' into feature17840-v11-mergedteor (Tim Wilson-Brown)
2016-01-29Fix *_get_all_orports to use ipv6_orportteor (Tim Wilson-Brown)
2016-01-03Add family argument to get_interface_addresses_raw (and subfunctions).rl1987
2015-12-15Replace usage of INLINE with inlinecypherpunks
2015-12-07Consistently ignore multicast in internal reject private exit policiesteor (Tim Wilson-Brown)
2015-09-29Add checks and unit tests for get_interface_address* failureteor (Tim Wilson-Brown)
2015-09-16Merge branch 'bug17027-reject-private-all-interfaces-v2' into bug16069-bug17027teor (Tim Wilson-Brown)
2015-09-16ExitPolicy accept6/reject6 produces IPv6 wildcard addresses onlyteor (Tim Wilson-Brown)
2015-09-15Add get_interface_address[6]_list for a list of interface IP addressesteor (Tim Wilson-Brown)
2015-09-14Update comments about ExitPolicy parsingteor (Tim Wilson-Brown)
2015-03-31Merge branch 'ticket14710_squashed'Nick Mathewson
2015-03-31Black box test for get_interface_address6_via_udp_socket_hack().rl1987
2015-02-12Actually get all interface addressesSebastian Hahn
2015-01-23Merge branch 'if_addr_refactoring_squashed'Nick Mathewson
2015-01-23Refactor code that looks up addresses from interfacesrl1987
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-12-29Merge branch 'resolvemyaddr_squashed'Nick Mathewson
2014-12-29Adding comprehensive test cases for resolve_my_address.rl1987
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-09-15Clear up another clangalyzer issueNick Mathewson
2014-04-05Merge remote-tracking branch 'public/bug10801_024'Nick Mathewson
2014-04-01Merge remote-tracking branch 'public/bug4645'Nick Mathewson
2014-03-27Don't do a DNS lookup on a bridge line addressNick Mathewson
2014-02-12Siphash-2-4 is now our hash in nearly all cases.Nick Mathewson
2014-02-03Removing is_internal_IP() function. Resolves ticket 4645.rl1987
2013-03-01Remove the unused addr_mask_cmp_bitsNick Mathewson
2013-03-01Remove the unused parse_addr_and_port_rangeNick Mathewson
2013-02-23Remove some totally unused functionsNick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2012-11-27Merge branch 'bug7013_take2_squashed'Nick Mathewson
2012-11-27Introduce tor_addr_port_parse() and use it to parse ServerTransportListenAddr.George Kadianakis
2012-11-14Add a function to set a tor_addr_t to a null addressNick Mathewson
2012-11-14Add a new family-specific syntax for tor_addr_parse_mask_portsNick Mathewson
2012-10-12Rename all reserved C identifiers we definedNick Mathewson
2012-10-12Convert all include-guard macros to avoid reserved identifiers.Nick Mathewson
2012-10-12Make tor_addr_is_internal log the calling function on errorNick Mathewson
2012-10-10Add fmt_addrport.David Fifield
2012-09-04Merge remote-tracking branch 'linus/bug6363_only-ln'Nick Mathewson
2012-09-04Remove trailing semicolon from #define TOR_ADDR_NULL.Linus Nordberg
2012-09-04Add tor_addr_port_new().Linus Nordberg
2012-06-05Fix some mingw build warningsNick Mathewson
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-05-16Merge remote-tracking branch 'public/bug2822'Nick Mathewson
2012-04-12Fix issues found by nickm.George Kadianakis