Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-25 | Merge remote-tracking branch 'origin/maint-0.2.4' | Nick Mathewson | |
2013-08-25 | Merge remote-tracking branch 'public/bug9546_v2' into maint-0.2.4 | Nick Mathewson | |
2013-08-25 | Merge remote-tracking branch 'public/bug9366' into maint-0.2.4 | Nick Mathewson | |
2013-08-25 | Merge remote-tracking branch 'public/bug9543' into maint-0.2.4 | Nick Mathewson | |
2013-08-22 | Merge remote-tracking branch 'origin/maint-0.2.4' | Nick Mathewson | |
2013-08-22 | Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4 | Nick Mathewson | |
2013-08-22 | changes file for 6153 | Nick Mathewson | |
2013-08-22 | Replace return with continue in update_consensus_networkstatus_downloads | Nick Mathewson | |
Fix for bug 9564; bugfix on 0.2.3.14-alpha. | |||
2013-08-21 | Tweak/cleanup 5526 fix. | Nick Mathewson | |
2013-08-21 | Print accounting information in heartbeat messages. | Peter Retzlaff | |
Implements ticket 5526. | |||
2013-08-21 | Add a 30-day maximum on user-supplied MaxCircuitDirtiness | Nick Mathewson | |
Fix for bug 9543. | |||
2013-08-21 | Make bridges send AUTH_CHALLENGE cells | Nick Mathewson | |
The spec requires them to do so, and not doing so creates a situation where they can't send-test because relays won't extend to them because of the other part of bug 9546. Fixes bug 9546; bugfix on 0.2.3.6-alpha. | |||
2013-08-20 | Send NETINFO on receiving a NETINFO if we have not yet sent one. | Nick Mathewson | |
Relays previously, when initiating a connection, would only send a NETINFO after sending an AUTHENTICATE. But bridges, when receiving a connection, would never send AUTH_CHALLENGE. So relays wouldn't AUTHENTICATE, and wouldn't NETINFO, and then bridges would be surprised to be receiving CREATE cells on a non-open circuit. Fixes bug 9546. | |||
2013-08-16 | Merge remote-tracking branch 'origin/maint-0.2.4' | Nick Mathewson | |
2013-08-16 | Document the correct loglevel for the heartbeat message | Nick Mathewson | |
2013-08-15 | Add a changes file for 9108. | Nick Mathewson | |
2013-08-15 | Merge remote-tracking branch 'majek/bug9108' | Nick Mathewson | |
Conflicts: src/or/circuitlist.h | |||
2013-08-15 | Add changes file for #4773. | George Kadianakis | |
2013-08-15 | Merge branch 'bug5040_4773_rebase_3' | Nick Mathewson | |
2013-08-15 | Add a changes file for #5040. | George Kadianakis | |
2013-08-12 | Merge remote-tracking branch 'origin/maint-0.2.4' | Nick Mathewson | |
2013-08-12 | Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4 | Nick Mathewson | |
2013-08-12 | Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3 | Nick Mathewson | |
2013-08-12 | Update to the August 2013 GeoIP database. | Karsten Loesing | |
2013-08-10 | Merge branch 'maint-0.2.4' | Roger Dingledine | |
2013-08-10 | Fix an uninitialized-read when parsing v3 introduction requests. | Nick Mathewson | |
Fortunately, later checks mean that uninitialized data can't get sent to the network by this bug. Unfortunately, reading uninitialized heap *can* (in some cases, with some allocators) cause a crash if you get unlucky and go off the end of a page. Found by asn. Bugfix on 0.2.4.1-alpha. | |||
2013-08-05 | Don't allow all ORPort values to be NoAdvertise | Nick Mathewson | |
Fix for bug #9366 | |||
2013-08-02 | Prepare patch for ticket 5129 for merging. | Peter Retzlaff | |
- Preserve old eventdns code. - Add function to close sockets cross-platform, without accounting. - Add changes/ file. | |||
2013-07-31 | Merge remote-tracking branch 'origin/maint-0.2.4' | Nick Mathewson | |
2013-07-31 | Merge remote-tracking branch 'arma/bug9354' into maint-0.2.4 | Nick Mathewson | |
2013-07-31 | Fix invalid-read when a managed proxy configuration fails. | George Kadianakis | |
2013-07-31 | Merge branch 'bug9288_rebased' | Nick Mathewson | |
Conflicts: src/test/test_pt.c | |||
2013-07-31 | Fix invalid-read when a managed proxy configuration fails. | George Kadianakis | |
2013-07-30 | NumDirectoryGuards now tracks NumEntryGuards by default | Roger Dingledine | |
Now a user who changes only NumEntryGuards will get the behavior she expects. Fixes bug 9354; bugfix on 0.2.4.8-alpha. | |||
2013-07-26 | Allow {,k,kilo,m,mega,g,giga,t,tera}bit{,s} in torrc | Nick Mathewson | |
Patch from CharlieB for ticket #9214 | |||
2013-07-26 | Merge remote-tracking branch 'origin/maint-0.2.4' | Nick Mathewson | |
2013-07-26 | Avoid assertion failure on unexepcted address family in DNS reply. | Nick Mathewson | |
Fixes bug 9337; bugfix on 0.2.4.7-alpha. | |||
2013-07-23 | Fix bug9309, and n_noncanonical count/continue code | Nick Mathewson | |
When we moved channel_matches_target_addr_for_extend() into a separate function, its sense was inverted from what one might expect, and we didn't have a ! in one place where we should have. Found by skruffy. | |||
2013-07-23 | Fix bug9309, and n_noncanonical count/continue code | Nick Mathewson | |
When we moved channel_matches_target_addr_for_extend() into a separate function, its sense was inverted from what one might expect, and we didn't have a ! in one place where we should have. Found by skruffy. | |||
2013-07-18 | Merge remote-tracking branch 'origin/maint-0.2.4' | Nick Mathewson | |
2013-07-18 | Merge remote-tracking branch 'public/bug9295_023' into maint-0.2.4 | Nick Mathewson | |
2013-07-18 | Fix for bug 9295: Don't crash when running --hash-password. | Nick Mathewson | |
Fix on 0.2.4.15-rc; I'm doing this branch against 0.2.3, since we're considering #9122 for an 0.2.3 backport, and if we do, we should merge this too. | |||
2013-07-18 | Merge branch 'bug8929_rebase_2' | Nick Mathewson | |
2013-07-18 | Add changes file and enrich the manual page. | George Kadianakis | |
2013-07-16 | Merge remote-tracking branch 'origin/maint-0.2.4' | Nick Mathewson | |
2013-07-16 | Re-do a cast in order to make old buggy freebsd gcc happy | Nick Mathewson | |
Fix for #9254. Bugfix on 0.2.4.14-alpha. This is not actually a bug in the Tor code. | |||
2013-07-15 | Add optional target directory parameter to coverage script and add ↵ | Andrea Shepard | |
reset-gcov target to Makefile.am | |||
2013-07-15 | Merge remote-tracking branch 'public/fancy_test_tricks' | Nick Mathewson | |
Conflicts: src/common/include.am Conflict was from adding testsupport.h near where sandbox.h had already been added. | |||
2013-07-15 | And a changes file for #9258 | Peter Palfrader | |
2013-07-12 | Merge remote-tracking branch 'public/gsoc-ctoader-cap-phase1-squashed' | Nick Mathewson | |