index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
address.c
Age
Commit message (
Expand
)
Author
2011-07-20
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
2011-07-20
Check return value in fmt_addr
Nick Mathewson
2011-05-13
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
2011-05-13
Add a new "tor_sockaddr_to_str()" function
Nick Mathewson
2011-05-11
Merge remote-tracking branch 'public/bug3122_memcmp_022' into bug3122_memcmp_023
Nick Mathewson
2011-05-11
Merge remote-tracking branch 'public/3122_memcmp_squashed' into bug3122_memcm...
Nick Mathewson
2011-05-11
Automated conversion of memcmp to tor_memcmp/tor_mem[n]eq
Nick Mathewson
2011-04-19
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
2011-04-19
Standardize our printf code on %d, not %i.
Nick Mathewson
2011-04-07
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
2011-03-28
Improve a few comments
Sebastian Hahn
2011-03-25
Triage the XXX022 and XXX021 comments remaining in the code
Nick Mathewson
2011-03-25
Fixup tor_addr_to_sockaddr return convention
Nick Mathewson
2011-03-16
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
2011-03-16
Doxygen documentation for about 100 things that didn't have any
Nick Mathewson
2011-03-16
Fix up all doxygen warnings other than "foo is not documented"
Nick Mathewson
2011-03-07
Merge remote branch 'origin/maint-0.2.2'
Nick Mathewson
2011-03-05
Fix setting target port in get_interface_address6
Sebastian Hahn
2011-03-05
Fix connect() failures in get_interface_address6()
Sebastian Hahn
2011-01-03
Merge remote branch 'origin/maint-0.2.2'
Nick Mathewson
2011-01-03
Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2
Nick Mathewson
2011-01-03
Bump copyright statements to 2011
Nick Mathewson
2010-10-15
clarify fmt_addr32 documentation to note that the address is in host-order
Nick Mathewson
2010-10-15
Merge branch 'bug1992_part1'
Nick Mathewson
2010-10-15
Make the return value of tor_addr_sockaddr always be signed
Nick Mathewson
2010-10-07
Fix a compile warning on OSX 10.6
Sebastian Hahn
2010-10-01
refactor all these tor_inet_ntoa idioms
Roger Dingledine
2010-07-09
Rename log.h to torlog.h
Nick Mathewson
2010-03-05
commit my annotations while i was hunting down the host order bug
Roger Dingledine
2010-02-27
Merge remote branch 'origin/maint-0.2.1'
Nick Mathewson
2010-02-27
Update Tor Project copyright years
Nick Mathewson
2010-02-09
Make tor_addr_copy() conform to memcpy requirements
Nick Mathewson
2009-09-01
Use an _actual_ fix for the byte-reverse warning.
Nick Mathewson
2009-09-01
Use a simpler fix for the byte-reversing warning
Nick Mathewson
2009-09-01
Fix compile warnings on Snow Leopard
Sebastian Hahn
2009-05-27
Spell-check Tor.
Nick Mathewson
2009-05-04
Update copyright to 2009.
Karsten Loesing
2009-01-21
Fix an error in tor_addr_parse that kept us from having a hidden service or a...
Nick Mathewson
2009-01-06
Note a problem in the interface tor_addr_to_sockaddr.
Nick Mathewson
2009-01-04
Remove svn $Id$s from our source, and remove tor --version --version.
Nick Mathewson
2009-01-02
Only set sin_len/sin6_len when they exist.
Nick Mathewson
2009-01-02
Try harder to make sure we zero-out the extraneous sockaddr fields and that w...
Nick Mathewson
2008-12-30
Remove some code that is #ifdefed out, and that we no longer seem to use, if ...
Nick Mathewson
2008-12-29
Fix bug in recent address.c patch: actually set the value of address * to 0.0...
Nick Mathewson
2008-12-27
Fix compilation under gethostbyname-based systems.
Nick Mathewson
2008-12-26
Refactor tor_addr_t manipulation functions so that as few as possible look at...
Nick Mathewson
2008-12-26
get_interface_addr6(), and by extension get_interface_addr(), were pretty bor...
Nick Mathewson
2008-12-26
Refactor tor_addr_compare_masked() so that CMP_SEMANTIC makes more sense, and...
Nick Mathewson
2008-12-25
some fixes i found in my sandbox
Roger Dingledine
2008-12-23
Properly zero-out addresses when setting them. Probably this was not hurting...
Nick Mathewson
[next]