Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge remote-tracking branch 'public/bug9645' | Nick Mathewson | 2013-09-05 |
|\ | |||
| * | Fix bug 9645: don't forget an md just because we can't save it. | Nick Mathewson | 2013-09-03 |
| | | |||
* | | Merge branch 'maint-0.2.4' | Roger Dingledine | 2013-09-05 |
|\ \ | |||
| * | | collect and log statistics about onionskins received/processed | Roger Dingledine | 2013-09-05 |
| | | | | | | | | | | | | | | | | | | | | | we skip onionskins that came from non-relays, so we're less likely to run into privacy troubles. starts to implement ticket 9658. | ||
| * | | Revert e443beff and solve it a different way | Roger Dingledine | 2013-09-05 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Now we explicitly check for overflow. This approach seemed smarter than a cascade of "change int to unsigned int and hope nothing breaks right before the release". Nick, feel free to fix in a better way, maybe in master. | ||
| * | | don't let recently_chosen_ntors overflow | Roger Dingledine | 2013-09-05 |
| | | | | | | | | | | | | | | | | | | with commit c6f1668d we let it grow arbitrarily large. it can still overflow, but the damage is very small now. | ||
* | | | Merge branch 'maint-0.2.4' | Roger Dingledine | 2013-09-04 |
|\| | | | | | | | | | | | | | | Conflicts: src/test/test.c | ||
| * | | nickm wants us to prioritize tap in a currently-rare edge case | Roger Dingledine | 2013-09-04 |
| | | | |||
| * | | add a changes entry for ticket 9574 | Roger Dingledine | 2013-09-04 |
| | | | |||
| * | | Be more general in calculating expected onion queue processing time | Roger Dingledine | 2013-09-04 |
| | | | | | | | | | | | | | | | Now we consider the TAP cells we'll process while draining the NTor queue, and vice versa. | ||
| * | | let the NumNTorsPerTAP consensus param override our queue choice | Roger Dingledine | 2013-09-04 |
| | | | |||
| * | | do a lopsided round-robin between the onion queues | Roger Dingledine | 2013-09-04 |
| | | | | | | | | | | | | | | | that way tap won't starve entirely, but we'll still handle ntor requests quicker. | ||
| * | | check bounds on handshake_type more thoroughly | Roger Dingledine | 2013-09-04 |
| | | | |||
| * | | add info-level logs to help track onion queue sizes | Roger Dingledine | 2013-09-04 |
| | | | |||
| * | | refactor and give it unit tests | Roger Dingledine | 2013-09-04 |
| | | | |||
| * | | Separate cpuworker queues by handshake type | Roger Dingledine | 2013-09-04 |
| | | | | | | | | | | | | | | | | | | Now we prioritize ntor create cells over tap create cells. Starts to address ticket 9574. | ||
* | | | Merge remote-tracking branch 'origin/maint-0.2.4' | Nick Mathewson | 2013-09-04 |
|\| | | | | | | | | | | | | | | Conflicts: src/or/circuituse.c | ||
| * | | Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4 | Nick Mathewson | 2013-09-04 |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: src/or/circuitbuild.c | ||
| | * \ | Merge branch 'bug9671_023' into maint-0.2.3 | Nick Mathewson | 2013-09-04 |
| | |\ \ | |||
| | | * | | use !cbt_disabled in place of LearnCBT to avoid needless circs | Nick Mathewson | 2013-09-04 |
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This would make us do testing circuits "even when cbt is disabled by consensus, or when we're a directory authority, or when we've failed to write cbt history to our state file lately." (Roger's words.) This is a fix for 9671 and an improvement in our fix for 5049. The original misbehavior was in 0.2.2.14-alpha; the incomplete fix was in 0.2.3.17-beta. | ||
* | | | | Add Extended ORPort information to the man page. | George Kadianakis | 2013-09-04 |
| | | | | |||
* | | | | Add a clarification to gcov instructions | Nick Mathewson | 2013-09-03 |
| | | | | |||
* | | | | Merge remote-tracking branch 'origin/maint-0.2.4' | Nick Mathewson | 2013-09-03 |
|\| | | | |||
| * | | | Merge branch 'bug9400_024_squashed' into maint-0.2.4 | Nick Mathewson | 2013-09-03 |
| |\ \ \ | | |_|/ | |/| | | |||
| | * | | Avoid a double-close on one failing case of the socketpair replacement code | Nick Mathewson | 2013-09-03 |
| | | | | | | | | | | | | | | | | | | | | Fix for bug 9400, spotted by coverity. Bug introduced in revision 2cb4f7a4 (subversion revision r389). | ||
| | * | | Use SOCKET_OK/TOR_INVALID_SOCKET in socketpair replacement code | Nick Mathewson | 2013-08-06 |
| | | | | |||
* | | | | Fix some "ISO C90 forbids mixed declarations and code" warnings | Nick Mathewson | 2013-09-03 |
| | | | | |||
* | | | | Fix warnings in test_config_fix_my_family | Nick Mathewson | 2013-09-03 |
| | | | | |||
* | | | | Merge remote-tracking branch 'Ryman/bug4341' | Nick Mathewson | 2013-09-03 |
|\ \ \ \ | |||
| * | | | | Minor changes to adhere to codebase conventions. | Kevin Butler | 2013-09-03 |
| | | | | | |||
| * | | | | Changed signature for check_nickname_list to remove warnings on free. | Kevin Butler | 2013-08-31 |
| | | | | | |||
| * | | | | MyFamily option will now fix fingerprints missing their leading instead of ↵ | Kevin Butler | 2013-08-31 |
| | | | | | | | | | | | | | | | | | | | | complaining. Should fix #4341. | ||
* | | | | | Merge remote-tracking branch 'public/bug2767' | Nick Mathewson | 2013-09-03 |
|\ \ \ \ \ | |||
| * | | | | | Handle HTTP minor versions greater than 9 | Nick Mathewson | 2013-09-03 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (In practice they don't exist, but so long as we're making changes for standards compliance...) Also add several more unit tests for good and bad URL types. | ||
| * | | | | | Tougher validation for parsing urls from HTTP headers. Fixes #2767. | Kevin Butler | 2013-09-03 |
| | | | | | | |||
* | | | | | | Updated openssl configuration advice for Debian | Kevin Butler | 2013-09-02 |
|/ / / / / | |||
* | | | | | Cleanup whitespaces | Nick Mathewson | 2013-08-25 |
| | | | | | |||
* | | | | | Merge branch 'bug5609_rebased' | Nick Mathewson | 2013-08-25 |
|\ \ \ \ \ | |||
| * | | | | | Basic unit test for EVENT_TRANSPORT_LAUNCHED | Nick Mathewson | 2013-08-25 |
| | | | | | | |||
| * | | | | | Widen event_mask_t to 64 bits | Nick Mathewson | 2013-08-25 |
| | | | | | | |||
| * | | | | | Add a changes file for #5609. | George Kadianakis | 2013-08-25 |
| | | | | | | |||
| * | | | | | Implement the TRANSPORT_LAUNCHED control port event. | George Kadianakis | 2013-08-25 |
|/ / / / / | |||
* | | | | | Merge remote-tracking branch 'origin/maint-0.2.4' | Nick Mathewson | 2013-08-25 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||
| * | | | | Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4 | Nick Mathewson | 2013-08-25 |
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | | | | | | (Using "ours" strategy to avoid taking 9546 fix in 0.2.3; we just merged our own into 0.2.4) | ||
| | * | | | Merge remote-tracking branch 'public/bug9546_023_v2' into maint-0.2.3 | Nick Mathewson | 2013-08-25 |
| | |\ \ \ | |||
| | | * | | | Make bridges send AUTH_CHALLENGE cells | Nick Mathewson | 2013-08-21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||
| | | * | | | Send NETINFO on receiving a NETINFO if we have not yet sent one. | Nick Mathewson | 2013-08-21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (Backport to Tor 0.2.3) 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. | ||
| * | | | | | Merge remote-tracking branch 'public/bug9546_v2' into maint-0.2.4 | Nick Mathewson | 2013-08-25 |
| |\ \ \ \ \ | |||
| | * | | | | | Make bridges send AUTH_CHALLENGE cells | Nick Mathewson | 2013-08-21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||
| | * | | | | | Send NETINFO on receiving a NETINFO if we have not yet sent one. | Nick Mathewson | 2013-08-20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. |