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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
address.c
Age
Commit message (
Expand
)
Author
2018-09-07
Merge branch 'maint-0.2.9' into maint-0.3.2
Nick Mathewson
2018-09-07
Windows: Silence a spurious warning in the GetAdaptersAddresses cast
teor
2018-04-16
Merge branch 'maint-0.3.1' into maint-0.3.2
Nick Mathewson
2018-04-16
Merge branch 'maint-0.2.9' into maint-0.3.1
Nick Mathewson
2018-04-16
Fix an LCOV exclusion pattern in address.c
Nick Mathewson
2018-02-16
Merge branch 'maint-0.3.1' into maint-0.3.2
Nick Mathewson
2018-02-16
Merge branch 'maint-0.2.9' into maint-0.3.1
Nick Mathewson
2018-02-12
Have tor_addr hashes return a randomized hash for AF_UNSPEC.
Nick Mathewson
2018-02-08
Add an address-set backend using a bloom filter.
Nick Mathewson
2017-09-28
Move around some LCOV_EXCLs in src/common
Nick Mathewson
2017-09-15
Run our #else/#endif annotator on our source code.
Nick Mathewson
2017-05-26
Cleanup MOCK_IMPL (etc) to be findable with etags
Nick Mathewson
2017-05-23
Fix comments of functions that return tor_snprintf
teor
2017-04-25
Teach cov-exclude to detect runaway LCOV_EXCL_START lines
Nick Mathewson
2017-03-15
Run the copyright update script.
Nick Mathewson
2017-01-03
Make tor_addr_lookup() mockable.
Nick Mathewson
2016-12-23
Note memset as redundant; see 20764.
Nick Mathewson
2016-12-16
Merge branch 'prop271_030_v1_squashed'
Nick Mathewson
2016-12-16
Lay down some infrastructure for bridges in the New Guard Order.
Nick Mathewson
2016-12-03
Clarify that ClientRejectInternalAddresses also rejects mDNS *.local hosts
J. Ryan Stinnett
2016-10-11
Switch from "AF_UNIX is always equal" to "always unequal" to avoid wacky bugs...
Nick Mathewson
2016-10-11
Merge remote-tracking branch 'yawning-schwanenlied/bug20261'
Nick Mathewson
2016-10-10
Bug 20261: Treat AF_UNIX addresses as equal when comparing them.
Yawning Angel
2016-10-03
Avoid reordering IPv6 interface addresses
cypherpunks
2016-09-11
Merge remote-tracking branch 'public/solaris_warnings_028'
Nick Mathewson
2016-07-28
Fix a large pile of solaris warnings for bug 19767.
Nick Mathewson
2016-06-15
Mark src/common tor_assert(0)/tor_fragile_assert() unreached for coverage
Nick Mathewson
2016-06-11
Merge branch 'bug19180_easy_squashed'
Nick Mathewson
2016-06-11
Enable -Wnull-dereference (GCC >=6.1), and fix the easy cases
Nick Mathewson
2016-05-30
Replace nearly all XXX0vv comments with smarter ones
Nick Mathewson
2016-03-28
Rename tor_dup_addr to tor_addr_to_str_dup.
Nick Mathewson
2016-03-04
Correctly duplicate addresses in get_interface_address6_list
teor (Tim Wilson-Brown)
2016-03-04
Avoid freeing an uninitialised pointer in get_interface_addresses_ioctl
teor (Tim Wilson-Brown)
2016-02-27
Update the copyright year.
Nick Mathewson
2016-02-11
Merge remote-tracking branch 'teor/feature17840-v11-merged-v2'
Nick Mathewson
2016-02-06
Document port_out argument to tor_addr_from_sockaddr
Nick Mathewson
2016-01-29
Merge branch 'feature17840-v11-squashed' into feature17840-v11-merged
teor (Tim Wilson-Brown)
2016-01-29
Fix *_get_all_orports to use ipv6_orport
teor (Tim Wilson-Brown)
2016-01-11
Merge remote-tracking branch 'rl1987/feature17950'
Nick Mathewson
2016-01-09
Re-add the removed address family check.
rl1987
2016-01-08
Merge commit '110765f5564a588c5f019d32b5e6f66cc7806c41'
Nick Mathewson
2016-01-06
Use get_interface6_via_udp_socket_hack() properly in _list().
rl1987
2016-01-06
Tweak ioctl case.
rl1987
2016-01-03
Add family argument to get_interface_addresses_raw (and subfunctions).
rl1987
2016-01-03
Fix a typo in the comment for tor_addr_port_split
teor (Tim Wilson-Brown)
2015-12-16
Limit IPv6 mask bits to 128
teor (Tim Wilson-Brown)
2015-12-07
Consistently ignore multicast in internal reject private exit policies
teor (Tim Wilson-Brown)
2015-11-18
Update comments in get_interface_addresses_ioctl
teor (Tim Wilson-Brown)
2015-09-29
Add checks and unit tests for get_interface_address* failure
teor (Tim Wilson-Brown)
2015-09-29
get_interface_address6_list(): Bring back a return code check
Fabian Keil
[next]