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.3.3' into maint-0.3.4
Nick Mathewson
2018-09-07
Merge branch 'maint-0.3.2' into maint-0.3.3
Nick Mathewson
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.3'
Nick Mathewson
2018-04-16
Merge branch 'maint-0.3.1' into maint-0.3.2
Nick Mathewson
2018-04-16
Merge branch 'maint-0.3.2' into maint-0.3.3
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-15
Merge branch 'bug18105'
Nick Mathewson
2018-02-13
Merge remote-tracking branch 'dgoulet/ticket24902_029_05'
Nick Mathewson
2018-02-12
Have tor_addr hashes return a randomized hash for AF_UNSPEC.
Nick Mathewson
2018-02-09
Merge remote-tracking branch 'dgoulet/ticket24902_029_05'
Nick Mathewson
2018-02-08
Add an address-set backend using a bloom filter.
Nick Mathewson
2018-02-07
Fix spelling mistakes corresponding to ticket #23650
Deepesh Pathak
2018-01-26
Use tor_addr_from_getsockname() in several places
Nick Mathewson
2018-01-10
Extract the raw_free() of ifc_buf into a new function.
Nick Mathewson
2018-01-10
Stop invoking undefined behaviour by using tor_free() on an unaligned pointer
teor
2017-12-08
Convert the rest of src/common's headers to use FREE_AND_NULL
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)
[next]