aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
* Fix a bug in policy_is_reject_star() that was making IPv4 exits breakNick Mathewson2012-11-14
* Add some missing doxygen for ipv6 exit codeNick Mathewson2012-11-14
* Actually send back correctly-formed IPv6 CONNECTED cellsNick Mathewson2012-11-14
* Remove some unused defines in dns.cNick Mathewson2012-11-14
* Repair DNS NEXIST hijacking workaroundNick Mathewson2012-11-14
* Implement a PreferIPv6 flag for SocksPortsNick Mathewson2012-11-14
* Define a wrapper for evdns_base_resolve_ipv6 for systems w/o libevent 2Nick Mathewson2012-11-14
* Make address_is_invalid_destination recognize ipv6 addrs as valid.Nick Mathewson2012-11-14
* Actually generate microdescriptors with p6 lines.Nick Mathewson2012-11-14
* Remove a since-fixed XXX; improve a doxygen commentNick Mathewson2012-11-14
* Actually advertise IPv6 exit policies.Nick Mathewson2012-11-14
* Revise the DNS subsystem to handle IPv6 exits.Nick Mathewson2012-11-14
* Change signature of router_compare_to_my_exit_policy so dns can use itNick Mathewson2012-11-14
* Whitespace cleanupNick Mathewson2012-11-14
* Reindent a block in dns.cNick Mathewson2012-11-14
* Actually send BEGIN cell flagsNick Mathewson2012-11-14
* When asking for a specific address type, others aren't acceptableNick Mathewson2012-11-14
* I think it is correct to decorate these addresses.Nick Mathewson2012-11-14
* Better checking of exit policies for connections by hostnameNick Mathewson2012-11-14
* Only send begin cell flags when we have some to sendNick Mathewson2012-11-14
* Never support IPv6 traffic on a SOCKS4 connection.Nick Mathewson2012-11-14
* Get the client side of receiving an IPv6 address to workNick Mathewson2012-11-14
* Reject IPv4 or IPv6 addresses from the user depending on SOCKS settingsNick Mathewson2012-11-14
* Rename ipv{4,6}_only to bind_ipv{4,6}_onlyNick Mathewson2012-11-14
* Add {No,}IPv{4,6}Traffic options to SOCKSPortNick Mathewson2012-11-14
* Make DNS callback pass IPv6 answers to dns_answer_foundNick Mathewson2012-11-14
* Make dns wildcarding checks work for ipv6Nick Mathewson2012-11-14
* Add an IPv6Exit configuration optionNick Mathewson2012-11-14
* Simplest version of server-side IPv6 support (no dns)Nick Mathewson2012-11-14
* Record, send, and receive flags in BEGIN cellsNick Mathewson2012-11-14
* Add IPv6 support to compare_to_addr_to_node_policyNick Mathewson2012-11-14
* Authorities put p6 lines into microdescriptors.Nick Mathewson2012-11-14
* Parse IPv6 policy summaries from router descriptors and microdescsNick Mathewson2012-11-14
* Better policy support for IPv6Nick Mathewson2012-11-14
* Add a new family-specific syntax for tor_addr_parse_mask_portsNick Mathewson2012-11-14
* Refactor begin cell parsing into its own function, with tests.Nick Mathewson2012-11-14
* Refactor client_dns_set_{reverse_,}addressmap() to take a circNick Mathewson2012-11-14
* Move address map into its own file.Nick Mathewson2012-11-14
* Merge branch 'bug7267' of ssh://git-rw.torproject.org/user/andrea/torAndrea Shepard2012-11-13
|\
| * Add comment explaining different channel close functionsAndrea Shepard2012-11-13
| * Call channel_mark_for_close() properly in hibernate_go_dormant()Andrea Shepard2012-11-13
* | Merge remote-tracking branch 'public/bug7059'Nick Mathewson2012-11-13
|\ \ | |/ |/|
| * Allow an optional $ in GETINFO ns/id/<identity>Nick Mathewson2012-11-04
* | Merge branch 'maint-0.2.3'Roger Dingledine2012-11-12
|\ \
| * | use a more logical operatorRoger Dingledine2012-11-12
* | | Possible fix for bug 7212Nick Mathewson2012-11-12
* | | Merge branch 'check_for_orconn_on_close_squashed' of ssh://git-rw.torproject....Andrea Shepard2012-11-10
|\ \ \
| * | | Make everything in connection.c that uses connection_or_notify_error() also u...Andrea Shepard2012-11-10
| * | | Check for orconns in connection_mark_for_close and connection_mark_and_flush,...Andrea Shepard2012-11-10
* | | | Fix a memory leak in handling errors on CERTS cells. bug 7422Nick Mathewson2012-11-08