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-19
Merge branch 'bug7555_v2_squashed'
Nick Mathewson
2015-01-16
Merge branch 'bug8546_squashed'
Nick Mathewson
2015-01-16
Move entry_port_cfg_t fields in entry_connection_t
Nick Mathewson
2015-01-14
Merge remote-tracking branch 'origin/maint-0.2.5'
Nick Mathewson
2015-01-13
Allow MapAddress and Automap to work together
Nick Mathewson
2015-01-13
Remove needless strdup in addressmap_register_virtual_address()
Nick Mathewson
2015-01-13
More unit tests for rewriting entry connection addresses
Nick Mathewson
2015-01-13
Actually set *expires_out in addressmap_rewrite.
Nick Mathewson
2015-01-11
Merge remote-tracking branch 'origin/maint-0.2.5'
Nick Mathewson
2015-01-11
Don't crash on torrc Vi[rtualAddrNetworkIPv[4|6]] with no option value
teor
2015-01-06
Merge remote-tracking branch 'public/bug12509_025'
Nick Mathewson
2015-01-06
Merge remote-tracking branch 'tvdw/from-the-archive'
Nick Mathewson
2015-01-06
Whitespace fix
Tom van der Woerdt
2015-01-06
Minor IPv6-related memory leak fixes
Tom van der Woerdt
2015-01-06
Minor documentation fixes
Tom van der Woerdt
2015-01-04
Prevent changes to other options from removing . from AutomapHostsSuffixes
Nick Mathewson
2015-01-02
Bump copyright dates to 2015, in case someday this matters.
Nick Mathewson
2014-12-23
Merge remote-tracking branch 'public/bug13811_025'
Nick Mathewson
2014-12-23
Fix Matthews code to actually use tmp
Francisco Blas Izquierdo Riera (klondike)
2014-10-28
Add another year to our copyright dates.
Nick Mathewson
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