summaryrefslogtreecommitdiff
path: root/src/common/address.h
AgeCommit message (Expand)Author
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
2010-10-07Fix a compile warning on OSX 10.6Sebastian Hahn
2010-10-01refactor all these tor_inet_ntoa idiomsRoger Dingledine
2010-02-27Merge remote branch 'origin/maint-0.2.1'Nick Mathewson
2010-02-27Update Tor Project copyright yearsNick Mathewson
2010-02-09Make tor_addr_copy() conform to memcpy requirementsNick Mathewson
2009-05-04Update copyright to 2009.Karsten Loesing
2009-05-02Update copyright to 2009.Karsten Loesing
2009-01-04Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson
2008-12-29Use a consistent naming standard for header file guard macros, taking care no...Nick Mathewson
2008-12-26Refactor tor_addr_t manipulation functions so that as few as possible look at...Nick Mathewson
2008-12-25some fixes i found in my sandboxRoger Dingledine
2008-12-22Fix most DOCDOCs remaining and/or added by redox.Nick Mathewson
2008-12-22Add DOCDOC comments for all undocumented functions. Add missing *s to other ...Nick Mathewson
2008-12-19Move in-addr.arpa parsing and generation into address.c, and simplify the cod...Nick Mathewson
2008-08-08Try once again to make BSD compilation happy.Nick Mathewson