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
/
or
/
addressmap.c
Age
Commit message (
Expand
)
Author
2015-01-13
Remove needless strdup in addressmap_register_virtual_address()
Nick Mathewson
2015-01-11
Don't crash on torrc Vi[rtualAddrNetworkIPv[4|6]] with no option value
teor
2014-03-25
Fix warnings from doxygen
Nick Mathewson
2013-07-10
Completely refactor how FILENAME_PRIVATE works
Nick Mathewson
2013-04-03
Controller: Add CACHED keyword to ADDRMAP events (#8596 part 2/2)
Desoxy
2013-01-16
Merge branch '024_msvc_squashed'
Nick Mathewson
2013-01-16
When building with MSVC, call every enum bitfield unsigned
Nick Mathewson
2013-01-16
Update the copyright date to 201.
Nick Mathewson
2012-12-17
Drop the maximum attempts to get a virtual address to 1000.
Nick Mathewson
2012-12-17
Build and test most of the machinery needed for IPv6 virtualaddrmaps
Nick Mathewson
2012-12-17
Refactor the code to check if an address is matched by automapsuffixes
Nick Mathewson
2012-12-17
Implement option to turn off DNS cache modification by a client port
Nick Mathewson
2012-12-17
Implement option to turn off DNS cache use on a client port
Nick Mathewson
2012-12-17
Oops: make the check for not adding ip->ip DNS maps correct
Nick Mathewson
2012-11-14
Make address_is_invalid_destination recognize ipv6 addrs as valid.
Nick Mathewson
2012-11-14
I think it is correct to decorate these addresses.
Nick Mathewson
2012-11-14
Get the client side of receiving an IPv6 address to work
Nick Mathewson
2012-11-14
Refactor client_dns_set_{reverse_,}addressmap() to take a circ
Nick Mathewson
2012-11-14
Move address map into its own file.
Nick Mathewson