aboutsummaryrefslogtreecommitdiff
path: root/src/or/addressmap.c
AgeCommit message (Expand)Author
2013-04-03Controller: Add CACHED keyword to ADDRMAP events (#8596 part 2/2)Desoxy
2013-01-16Merge branch '024_msvc_squashed'Nick Mathewson
2013-01-16When building with MSVC, call every enum bitfield unsignedNick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2012-12-17Drop the maximum attempts to get a virtual address to 1000.Nick Mathewson
2012-12-17Build and test most of the machinery needed for IPv6 virtualaddrmapsNick Mathewson
2012-12-17Refactor the code to check if an address is matched by automapsuffixesNick Mathewson
2012-12-17Implement option to turn off DNS cache modification by a client portNick Mathewson
2012-12-17Implement option to turn off DNS cache use on a client portNick Mathewson
2012-12-17Oops: make the check for not adding ip->ip DNS maps correctNick Mathewson
2012-11-14Make address_is_invalid_destination recognize ipv6 addrs as valid.Nick Mathewson
2012-11-14I think it is correct to decorate these addresses.Nick Mathewson
2012-11-14Get the client side of receiving an IPv6 address to workNick Mathewson
2012-11-14Refactor client_dns_set_{reverse_,}addressmap() to take a circNick Mathewson
2012-11-14Move address map into its own file.Nick Mathewson