summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-11-10Make everything in connection.c that uses connection_or_notify_error() also u...Andrea Shepard
2012-11-10Check for orconns in connection_mark_for_close and connection_mark_and_flush,...Andrea Shepard
2012-11-08Fix a memory leak in handling errors on CERTS cells. bug 7422Nick Mathewson
2012-11-08Fix test.c compilation on mingw32.Nick Mathewson
2012-11-08Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-11-08Turn a memwipe in tor_process_handle_destroy() back to memsetNick Mathewson
2012-11-08Turn some memset()s introduced in tor 0.2.4 into memwipe()sNick Mathewson
2012-11-08Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-11-08Merge branch 'bug7352_023_rebased' into maint-0.2.3Nick Mathewson
2012-11-08Add and use and unlikely-to-be-eliminated memwipe()Nick Mathewson
2012-11-07Merge branch 'bug7350' of ssh://git-rw.torproject.org/user/andrea/torAndrea Shepard
2012-11-07Add changes file for bug7350Andrea Shepard
2012-11-06Don't call channel_send_destroy() when closing a circuit on a closing channelAndrea Shepard
2012-11-06Check for closing channel in channel_send_destroy()Andrea Shepard
2012-11-06Merge branch 'bug7285'Nick Mathewson
2012-11-06Merge branch 'bug7195'Nick Mathewson
2012-11-06Add warning message when a managed proxy dies during configuration.George Kadianakis
2012-11-06Fix a stupid logic-error in warnings about low ports.Nick Mathewson
2012-11-04Allow an optional $ in GETINFO ns/id/<identity>Nick Mathewson
2012-11-04Merge remote-tracking branch 'asn/bug7292'Nick Mathewson
2012-11-04Whitespace fixesNick Mathewson
2012-11-04Clean up nonsensical calling convention for config_load_geoip_file_Nick Mathewson
2012-11-04Merge remote-tracking branch 'linus/bug5053-bug5055'Nick Mathewson
2012-11-03Add an SLIST_ENTRY definition back on non-win32Nick Mathewson
2012-11-02Use LOG_WARN instead of LOG_PROTOCOL_WARN when parsing transport lines.George Kadianakis
2012-11-02Avoid c99 designated initializers in circuitmux_ewma.cNick Mathewson
2012-11-01Rename SLIST_ENTRY to TOR_SLIST_ENTRY to fix windows compilationNick Mathewson
2012-10-31Change some comments to reflect the multitude of GeoIP databases.Linus Nordberg
2012-10-31Fix whitespaceNick Mathewson
2012-10-31Don't memcmp struct in6_addr but rather its s6_addr member.Linus Nordberg
2012-10-31Duplicate less code.Linus Nordberg