summaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2013-01-02Implementat the ntor handshakeNick Mathewson
2012-12-06Implement HKDF from RFC5869Nick Mathewson
2012-12-04Merge remote-tracking branch 'asn/bug7592_take2'Nick Mathewson
2012-12-05Return connection_exit_connect() if payload creation failed.George Kadianakis
2012-12-03fix some typosRoger Dingledine
2012-11-27Merge branch 'bug7013_take2_squashed'Nick Mathewson
2012-11-27Introduce tor_addr_port_parse() and use it to parse ServerTransportListenAddr.George Kadianakis
2012-11-27Add a torrc option to specify the bind address of managed proxies.George Kadianakis
2012-11-23Make sure that the error in ADDRMAP events is well-formedNick Mathewson
2012-11-23Minor documentation fixNick Mathewson
2012-11-23In comments and logs, say "UTC" not "GMT"Nick Mathewson
2012-11-18Merge branch 'bug7493_redux'Nick Mathewson
2012-11-18Initialize ipv{4,6}_traffic_ok in entry_connection_newNick Mathewson
2012-11-16when counting available descs, say whether we're counting exitsRoger Dingledine
2012-11-15Give useful warning when both IPv4 and IPv6 are disabled on a socksportNick Mathewson
2012-11-15Allow IPv4 traffic on default and old-style-config SocksPorts.Nick Mathewson
2012-11-15Set IPv4/IPv6 flags correctly when being a SOCKS clientNick Mathewson
2012-11-15Remove some XXXX commens in dns.cNick Mathewson
2012-11-15Fix up some comments in connection_edge.cNick Mathewson
2012-11-14Add another missing function docNick Mathewson
2012-11-14Initial support for AAAA requests on DNSPort.Nick Mathewson
2012-11-14Let tor-resolve generate PTR requests for IPv6 addressesNick Mathewson
2012-11-14Accept reverse resolve requests for IPv6 addressesNick Mathewson
2012-11-14Make DNS resolve requests work for IPv6Nick Mathewson
2012-11-14Fix a bug in policy_is_reject_star() that was making IPv4 exits breakNick Mathewson
2012-11-14Add some missing doxygen for ipv6 exit codeNick Mathewson
2012-11-14Actually send back correctly-formed IPv6 CONNECTED cellsNick Mathewson
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-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