summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-14Remove some unused defines in dns.cNick Mathewson
2012-11-14Repair DNS NEXIST hijacking workaroundNick Mathewson
2012-11-14Implement a PreferIPv6 flag for SocksPortsNick Mathewson
2012-11-14Define a wrapper for evdns_base_resolve_ipv6 for systems w/o libevent 2Nick Mathewson
2012-11-14Make address_is_invalid_destination recognize ipv6 addrs as valid.Nick Mathewson
2012-11-14Actually generate microdescriptors with p6 lines.Nick Mathewson
2012-11-14Remove a since-fixed XXX; improve a doxygen commentNick Mathewson
2012-11-14Actually advertise IPv6 exit policies.Nick Mathewson
2012-11-14Revise the DNS subsystem to handle IPv6 exits.Nick Mathewson
2012-11-14Change signature of router_compare_to_my_exit_policy so dns can use itNick Mathewson
2012-11-14Whitespace cleanupNick Mathewson
2012-11-14Reindent a block in dns.cNick Mathewson
2012-11-14Actually send BEGIN cell flagsNick Mathewson
2012-11-14When asking for a specific address type, others aren't acceptableNick Mathewson
2012-11-14I think it is correct to decorate these addresses.Nick Mathewson
2012-11-14Better checking of exit policies for connections by hostnameNick Mathewson
2012-11-14Only send begin cell flags when we have some to sendNick Mathewson
2012-11-14Never support IPv6 traffic on a SOCKS4 connection.Nick Mathewson
2012-11-14Add a function to set a tor_addr_t to a null addressNick Mathewson
2012-11-14Get the client side of receiving an IPv6 address to workNick Mathewson
2012-11-14Reject IPv4 or IPv6 addresses from the user depending on SOCKS settingsNick Mathewson
2012-11-14Rename ipv{4,6}_only to bind_ipv{4,6}_onlyNick Mathewson
2012-11-14Add {No,}IPv{4,6}Traffic options to SOCKSPortNick Mathewson
2012-11-14Make DNS callback pass IPv6 answers to dns_answer_foundNick Mathewson
2012-11-14Make dns wildcarding checks work for ipv6Nick Mathewson
2012-11-14Add an IPv6Exit configuration optionNick Mathewson
2012-11-14Simplest version of server-side IPv6 support (no dns)Nick Mathewson
2012-11-14Record, send, and receive flags in BEGIN cellsNick Mathewson
2012-11-14Add IPv6 support to compare_to_addr_to_node_policyNick Mathewson
2012-11-14Authorities put p6 lines into microdescriptors.Nick Mathewson
2012-11-14Parse IPv6 policy summaries from router descriptors and microdescsNick Mathewson
2012-11-14Better policy support for IPv6Nick Mathewson
2012-11-14Add a new family-specific syntax for tor_addr_parse_mask_portsNick Mathewson
2012-11-14Refactor begin cell parsing into its own function, with tests.Nick 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
2012-11-13Merge branch 'bug7267' of ssh://git-rw.torproject.org/user/andrea/torAndrea Shepard
2012-11-13Add comment explaining different channel close functionsAndrea Shepard
2012-11-13Merge remote-tracking branch 'public/bug7059'Nick Mathewson
2012-11-13Actually distribute the geoip6 file.Nick Mathewson
2012-11-13Add changes file for bug 7267Andrea Shepard
2012-11-13Call channel_mark_for_close() properly in hibernate_go_dormant()Andrea Shepard
2012-11-13bump to 0.2.4.6-alpha-devRoger Dingledine
2012-11-13bump to 0.2.4.6-alphator-0.2.4.6-alphaRoger Dingledine
2012-11-12fold in changes filesRoger Dingledine
2012-11-12Merge branch 'maint-0.2.3'Roger Dingledine
2012-11-12use a more logical operatorRoger Dingledine
2012-11-12Possible fix for bug 7212Nick Mathewson
2012-11-10Merge branch 'check_for_orconn_on_close_squashed' of ssh://git-rw.torproject....Andrea Shepard
2012-11-10Add changes file for connection_mark_for_close()/connection_mark_and_flush() ...Andrea Shepard