summaryrefslogtreecommitdiff
path: root/src/common/address.c
AgeCommit message (Expand)Author
2011-07-20Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-07-20Check return value in fmt_addrNick 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-05-11Merge remote-tracking branch 'public/bug3122_memcmp_022' into bug3122_memcmp_023Nick Mathewson
2011-05-11Merge remote-tracking branch 'public/3122_memcmp_squashed' into bug3122_memcm...Nick Mathewson
2011-05-11Automated conversion of memcmp to tor_memcmp/tor_mem[n]eqNick Mathewson
2011-04-19Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-04-19Standardize our printf code on %d, not %i.Nick Mathewson
2011-04-07Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-03-28Improve a few commentsSebastian Hahn
2011-03-25Triage the XXX022 and XXX021 comments remaining in the codeNick Mathewson
2011-03-25Fixup tor_addr_to_sockaddr return conventionNick 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-03-16Fix up all doxygen warnings other than "foo is not documented"Nick Mathewson
2011-03-07Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2011-03-05Fix setting target port in get_interface_address6Sebastian Hahn
2011-03-05Fix connect() failures in get_interface_address6()Sebastian Hahn
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-15clarify fmt_addr32 documentation to note that the address is in host-orderNick 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-07-09Rename log.h to torlog.hNick Mathewson
2010-03-05commit my annotations while i was hunting down the host order bugRoger 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-09-01Use an _actual_ fix for the byte-reverse warning.Nick Mathewson
2009-09-01Use a simpler fix for the byte-reversing warningNick Mathewson
2009-09-01Fix compile warnings on Snow LeopardSebastian Hahn
2009-05-27Spell-check Tor.Nick Mathewson
2009-05-04Update copyright to 2009.Karsten Loesing
2009-01-21Fix an error in tor_addr_parse that kept us from having a hidden service or a...Nick Mathewson
2009-01-06Note a problem in the interface tor_addr_to_sockaddr.Nick Mathewson
2009-01-04Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson
2009-01-02Only set sin_len/sin6_len when they exist.Nick Mathewson
2009-01-02Try harder to make sure we zero-out the extraneous sockaddr fields and that w...Nick Mathewson
2008-12-30Remove some code that is #ifdefed out, and that we no longer seem to use, if ...Nick Mathewson
2008-12-29Fix bug in recent address.c patch: actually set the value of address * to 0.0...Nick Mathewson
2008-12-27Fix compilation under gethostbyname-based systems.Nick Mathewson
2008-12-26Refactor tor_addr_t manipulation functions so that as few as possible look at...Nick Mathewson
2008-12-26get_interface_addr6(), and by extension get_interface_addr(), were pretty bor...Nick Mathewson
2008-12-26Refactor tor_addr_compare_masked() so that CMP_SEMANTIC makes more sense, and...Nick Mathewson
2008-12-25some fixes i found in my sandboxRoger Dingledine
2008-12-23Properly zero-out addresses when setting them. Probably this was not hurting...Nick Mathewson