aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
| * Add changes file for bug 7267Andrea 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
* | | Actually distribute the geoip6 file.Nick Mathewson2012-11-13
* | | bump to 0.2.4.6-alpha-devRoger Dingledine2012-11-13
| |/ |/|
* | bump to 0.2.4.6-alphaRoger Dingledine2012-11-13
* | fold in changes filesRoger Dingledine2012-11-12
* | 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
|\ \ \
| * | | Add changes file for connection_mark_for_close()/connection_mark_and_flush() ...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
* | | | Fix test.c compilation on mingw32.Nick Mathewson2012-11-08
* | | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-11-08
|\ \ \ \ | | |/ / | |/| |
| * | | Turn a memwipe in tor_process_handle_destroy() back to memsetNick Mathewson2012-11-08
* | | | Turn some memset()s introduced in tor 0.2.4 into memwipe()sNick Mathewson2012-11-08
* | | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-11-08
|\| | | | |/ / |/| |
| * | Merge branch 'bug7352_023_rebased' into maint-0.2.3Nick Mathewson2012-11-08
| |\ \
| | * | Add and use and unlikely-to-be-eliminated memwipe()Nick Mathewson2012-11-08
| |/ /
* | | Merge branch 'bug7350' of ssh://git-rw.torproject.org/user/andrea/torAndrea Shepard2012-11-07
|\ \ \
| * | | Add changes file for bug7350Andrea Shepard2012-11-07
| * | | Don't call channel_send_destroy() when closing a circuit on a closing channelAndrea Shepard2012-11-06
| * | | Check for closing channel in channel_send_destroy()Andrea Shepard2012-11-06
| | |/ | |/|
* | | Merge branch 'bug7285'Nick Mathewson2012-11-06
|\ \ \
| * | | Fix a stupid logic-error in warnings about low ports.Nick Mathewson2012-11-06
| |/ /
* | | Merge branch 'bug7195'Nick Mathewson2012-11-06
|\ \ \ | |/ / |/| |
| * | Add warning message when a managed proxy dies during configuration.George Kadianakis2012-11-06
|/ /
* | Merge remote-tracking branch 'asn/bug7292'Nick Mathewson2012-11-04
|\ \
| * | Use LOG_WARN instead of LOG_PROTOCOL_WARN when parsing transport lines.George Kadianakis2012-11-02
* | | Whitespace fixesNick Mathewson2012-11-04
* | | Clean up nonsensical calling convention for config_load_geoip_file_Nick Mathewson2012-11-04
* | | Merge remote-tracking branch 'linus/bug5053-bug5055'Nick Mathewson2012-11-04
|\ \ \
| * | | Change some comments to reflect the multitude of GeoIP databases.Linus Nordberg2012-10-31
| * | | Don't memcmp struct in6_addr but rather its s6_addr member.Linus Nordberg2012-10-31
| * | | Duplicate less code.Linus Nordberg2012-10-31
| * | | Changes files for tickets 5053 and 5055.Linus Nordberg2012-10-22
| * | | Name variables more consistently.Linus Nordberg2012-10-22
| * | | Document two functions.Linus Nordberg2012-10-22