Age | Commit message (Expand) | Author |
2012-11-23 | In comments and logs, say "UTC" not "GMT" | Nick Mathewson |
2012-11-23 | Refer to RFC 4648 instead of the obsolete RFC 3548 | Nick Mathewson |
2012-11-18 | Merge branch 'bug7493_redux' | Nick Mathewson |
2012-11-18 | Initialize ipv{4,6}_traffic_ok in entry_connection_new | Nick Mathewson |
2012-11-16 | when counting available descs, say whether we're counting exits | Roger Dingledine |
2012-11-15 | Give useful warning when both IPv4 and IPv6 are disabled on a socksport | Nick Mathewson |
2012-11-15 | Allow IPv4 traffic on default and old-style-config SocksPorts. | Nick Mathewson |
2012-11-15 | Set IPv4/IPv6 flags correctly when being a SOCKS client | Nick Mathewson |
2012-11-15 | Remove some XXXX commens in dns.c | Nick Mathewson |
2012-11-15 | Fix up some comments in connection_edge.c | Nick Mathewson |
2012-11-14 | Add another missing function doc | Nick Mathewson |
2012-11-14 | Initial support for AAAA requests on DNSPort. | Nick Mathewson |
2012-11-14 | Let tor-resolve generate PTR requests for IPv6 addresses | Nick Mathewson |
2012-11-14 | Accept reverse resolve requests for IPv6 addresses | Nick Mathewson |
2012-11-14 | Add IPv6 support to tor-resolve so it can hear about IPv6 answers | Nick Mathewson |
2012-11-14 | Make DNS resolve requests work for IPv6 | Nick Mathewson |
2012-11-14 | Fix a bug in policy_is_reject_star() that was making IPv4 exits break | Nick Mathewson |
2012-11-14 | Add some missing doxygen for ipv6 exit code | Nick Mathewson |
2012-11-14 | Actually send back correctly-formed IPv6 CONNECTED cells | Nick Mathewson |
2012-11-14 | Remove some unused defines in dns.c | Nick Mathewson |
2012-11-14 | Repair DNS NEXIST hijacking workaround | Nick Mathewson |
2012-11-14 | Implement a PreferIPv6 flag for SocksPorts | Nick Mathewson |
2012-11-14 | Define a wrapper for evdns_base_resolve_ipv6 for systems w/o libevent 2 | Nick Mathewson |
2012-11-14 | Make address_is_invalid_destination recognize ipv6 addrs as valid. | Nick Mathewson |
2012-11-14 | Actually generate microdescriptors with p6 lines. | Nick Mathewson |
2012-11-14 | Remove a since-fixed XXX; improve a doxygen comment | Nick Mathewson |
2012-11-14 | Actually advertise IPv6 exit policies. | Nick Mathewson |
2012-11-14 | Revise the DNS subsystem to handle IPv6 exits. | Nick Mathewson |
2012-11-14 | Change signature of router_compare_to_my_exit_policy so dns can use it | Nick Mathewson |
2012-11-14 | Whitespace cleanup | Nick Mathewson |
2012-11-14 | Reindent a block in dns.c | Nick Mathewson |
2012-11-14 | Actually send BEGIN cell flags | Nick Mathewson |
2012-11-14 | When asking for a specific address type, others aren't acceptable | Nick Mathewson |
2012-11-14 | I think it is correct to decorate these addresses. | Nick Mathewson |
2012-11-14 | Better checking of exit policies for connections by hostname | Nick Mathewson |
2012-11-14 | Only send begin cell flags when we have some to send | Nick Mathewson |
2012-11-14 | Never support IPv6 traffic on a SOCKS4 connection. | Nick Mathewson |
2012-11-14 | Add a function to set a tor_addr_t to a null address | Nick Mathewson |
2012-11-14 | Get the client side of receiving an IPv6 address to work | Nick Mathewson |
2012-11-14 | Reject IPv4 or IPv6 addresses from the user depending on SOCKS settings | Nick Mathewson |
2012-11-14 | Rename ipv{4,6}_only to bind_ipv{4,6}_only | Nick Mathewson |
2012-11-14 | Add {No,}IPv{4,6}Traffic options to SOCKSPort | Nick Mathewson |
2012-11-14 | Make DNS callback pass IPv6 answers to dns_answer_found | Nick Mathewson |
2012-11-14 | Make dns wildcarding checks work for ipv6 | Nick Mathewson |
2012-11-14 | Add an IPv6Exit configuration option | Nick Mathewson |
2012-11-14 | Simplest version of server-side IPv6 support (no dns) | Nick Mathewson |
2012-11-14 | Record, send, and receive flags in BEGIN cells | Nick Mathewson |
2012-11-14 | Add IPv6 support to compare_to_addr_to_node_policy | Nick Mathewson |
2012-11-14 | Authorities put p6 lines into microdescriptors. | Nick Mathewson |
2012-11-14 | Parse IPv6 policy summaries from router descriptors and microdescs | Nick Mathewson |