aboutsummaryrefslogtreecommitdiff
path: root/src/common/address.h
AgeCommit message (Expand)Author
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
2012-03-31Generalize fmt_addr() to support IPv6 decorations.George Kadianakis
2012-03-28Make relays handle an address suggestion from a directory server giving an IP...Linus Nordberg
2012-03-28Reject SOCKS requests for "localhost" or ".local"Nick Mathewson
2011-11-30First chunk of support for bridges on IPv6Linus Nordberg
2011-11-25Purge ATTR_PURE from the codeSebastian Hahn
2011-10-11Stop using addr_port_lookup as an address splitting functionNick Mathewson
2011-10-11Change "reverse_lookup_name" functions to refer to "PTR_name"sNick Mathewson
2011-10-11Fix names of functions that convert strings to addrsNick Mathewson
2011-05-13Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-13Add a new "tor_sockaddr_to_str()" functionNick Mathewson
2011-04-07Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-03-16Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-03-16Doxygen documentation for about 100 things that didn't have anyNick Mathewson
2011-01-03Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2011-01-03Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-01-03Bump copyright statements to 2011Nick Mathewson
2010-10-15Merge branch 'bug1992_part1'Nick Mathewson
2010-10-15Make the return value of tor_addr_sockaddr always be signedNick Mathewson