summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Avoid asserts in oos/kill_conn_list unit testoos-test-failuresAndrea Shepard2016-08-26
|
* Fix OOS comparator fixAndrea Shepard2016-08-26
|
* Fix duplicated if condition in connection.cDavid Goulet2016-08-25
| | | | | | Furthermore, fix a test that could returned an uninitialized value. Signed-off-by: David Goulet <dgoulet@torproject.org>
* changes file and docs for 18640.Nick Mathewson2016-08-25
|
* Merge remote-tracking branch 'andrea/ticket18640_v3'Nick Mathewson2016-08-25
|\
| * Use connection_mark_for_close() rather than connection_mark_on_flush() on OOSticket18640_v3Andrea Shepard2016-08-20
| |
| * Add DisableOOSCheck option, on by default until we have better heuristicsAndrea Shepard2016-08-20
| |
| * Consider the case that a connection doesn't have a valid socket during OOSAndrea Shepard2016-08-20
| |
| * Add connection_is_moribund() inlineAndrea Shepard2016-08-20
| |
| * Use SMARTLIST_FOREACH in connection_count_moribund() per code reviewAndrea Shepard2016-08-20
| |
| * s/connection_handle_oos/connection_check_oos/g per code reviewAndrea Shepard2016-08-20
| |
| * Unit test for pick_oos_victims()Andrea Shepard2016-08-20
| |
| * Unit test for kill_conn_list_for_oos()Andrea Shepard2016-08-20
| |
| * Unit test for connection_handle_oos()Andrea Shepard2016-08-20
| |
| * Implement OOS comparatorAndrea Shepard2016-08-20
| |
| * Implement pick_oos_victims() except for sort stepAndrea Shepard2016-08-20
| |
| * Implement kill_conn_list_for_oos()Andrea Shepard2016-08-20
| |
| * Stub out pick_oos_victims() and kill_conn_list_for_oos()Andrea Shepard2016-08-20
| |
| * Implement connection_count_moribund() for OOS handlerAndrea Shepard2016-08-20
| |
| * Don't say OOS unless the ConnLimit thresholds have been setAndrea Shepard2016-08-20
| |
| * Stub out connection_handle_oos() and call it from places we can change the ↵Andrea Shepard2016-08-20
| | | | | | | | socket count or thresholds
| * Compute thresholds for OOS from ConnLimit_ when setting optionsAndrea Shepard2016-08-20
| |
* | Merge branch 'maint-0.2.8'Nick Mathewson2016-08-24
|\ \
| * | bump to 0.2.8.7-devNick Mathewson2016-08-24
| | |
* | | bump to 0.2.9.2-alpha-devNick Mathewson2016-08-24
| | |
* | | forward-port the 0.2.8.7 changelogRoger Dingledine2016-08-24
| | |
* | | and also make that fix in the ReleaseNotesRoger Dingledine2016-08-24
| | |
* | | fix typo and possible confusion in changelog entryRoger Dingledine2016-08-24
| | |
* | | make check-spaces fixesNick Mathewson2016-08-24
| | |
* | | ReleaseNotes updateNick Mathewson2016-08-24
| | |
* | | Roger points out that most people do not set UpdateBridgesFromAuthorityNick Mathewson2016-08-24
| | |
* | | Merge branch 'maint-0.2.8'Nick Mathewson2016-08-24
|\ \ \ | |/ /
| * | Bump to 0.2.8.7Nick Mathewson2016-08-24
| | |
* | | Bump to 0.2.9.2-alphaNick Mathewson2016-08-24
| | |
* | | Add last two entries (I hope) to 0292-alpha changelogNick Mathewson2016-08-24
| | |
* | | Merge branch 'maint-0.2.8'Nick Mathewson2016-08-24
|\ \ \ | |/ /
| * | Changes file for bug19973Nick Mathewson2016-08-24
| | |
| * | Fix path selection on firewalled clientsteor2016-08-24
| | | | | | | | | | | | Signed-off-by: teor <teor2345@gmail.com>
* | | Merge branch 'maint-0.2.8'Nick Mathewson2016-08-24
|\ \ \ | |/ /
| * | Merge branch 'maint-0.2.7' into maint-0.2.8Nick Mathewson2016-08-24
| |\ \
| | * | Changes file for bifroestNick Mathewson2016-08-24
| | | |
| | * | Replace Tonga with Bifroest.Isis Lovecruft2016-08-24
| | | | | | | | | | | | | | | | | | | | * FIXES #19728: https://bugs.torproject.org/19728 * CLOSES #19690: https://bugs.torproject.org/19690
* | | | Merge the rest of the changes into the 0.2.9.2-alpha changelogNick Mathewson2016-08-23
| | | |
* | | | fix 8625 description a littleNick Mathewson2016-08-23
| | | |
* | | | Start 0.2.9.2-alpha changelog, fix some lintchanges issuesNick Mathewson2016-08-23
| | | |
* | | | Fix some comments in sandbox.cNick Mathewson2016-08-23
| | | | | | | | | | | | | | | | Closes ticket 19942; patch from "cypherpunks"
* | | | changes file for bug 17758Nick Mathewson2016-08-23
| | | |
* | | | Merge remote-tracking branch 'jigsaw/fix-17758'Nick Mathewson2016-08-23
|\ \ \ \
| * | | | Prevents negative number of written bytes on error message.Daniel Pinto2016-08-16
| | |_|/ | |/| | | | | | | | | | Fixes #17758.
* | | | Merge remote-tracking branch 'jigsaw/fix-15381'Nick Mathewson2016-08-23
|\ \ \ \