summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-06When choosing among dirserver_ts, consider their weightsNick Mathewson
2012-12-06New FallbackDir option to add extra directories for bootstrapingNick Mathewson
2012-12-06Refactor add_trusted_dir_serverNick Mathewson
2012-12-06Rename trusted_dir_server_t to dir_server_t. Automatic renaming.Nick Mathewson
2012-12-06Rename DirServer to DirAuthorityNick Mathewson
2012-12-06Start refactoring trusted_dir_servers into trusted and fallback listsNick Mathewson
2012-12-06Correct moribund logic about caching v2 networkstatusesNick Mathewson
2012-12-06Make output of router_get_trusted_dir_servers constNick Mathewson
2012-12-06Use FreeLibrary, not CloseHandle, for library in test_util.cNick Mathewson
2012-12-06Update to the December 2012 GeoIP database.Karsten Loesing
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-27Update to the November 2012 GeoIP database.Karsten Loesing
2012-11-27Add script to fix "A1" entries in geoip file.Karsten Loesing
2012-11-23Make sure that the error in ADDRMAP events is well-formedNick Mathewson
2012-11-23Minor documentation fixNick Mathewson
2012-11-23Note limitation of parse_rfc_1123_timeNick Mathewson
2012-11-23In comments and logs, say "UTC" not "GMT"Nick Mathewson
2012-11-23Refer to RFC 4648 instead of the obsolete RFC 3548Nick Mathewson
2012-11-20forward-port the 0.2.3.25 changelog and release notesRoger Dingledine
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-15Merge branch 'ipv6_exits'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 a changes file for IPv6 exitsNick Mathewson
2012-11-14Add manual page entries for new IPv6-exits optionsNick 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-14Add IPv6 support to tor-resolve so it can hear about IPv6 answersNick 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