aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | | | | Forward-port the 0.2.4.14-alpha changelogNick Mathewson2013-06-18
* | | | | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-06-18
|\| | | | |
| * | | | | Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson2013-06-18
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Fix some problems with the bug9002 fix.Nick Mathewson2013-06-18
* | | | | | Check more return values in the unit testsNick Mathewson2013-06-18
* | | | | | Attempt to un-confuse coverity about (false) double-free in bench_onion_ntor.Nick Mathewson2013-06-18
* | | | | | Fix a couple of resource leaks in test_config.cNick Mathewson2013-06-18
* | | | | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-06-18
|\| | | | |
| * | | | | Tweak bug9063_redux patch: {n_p}_chan_cells, not {n,p}_conn_cellsNick Mathewson2013-06-18
| * | | | | Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson2013-06-18
| |\| | | |
| | * | | | Merge branch 'bug9063_redux_023_squashed' into maint-0.2.3Nick Mathewson2013-06-18
| | |\ \ \ \
| | | * | | | Implement a real OOM-killer for too-long circuit queues.Nick Mathewson2013-06-18
| | * | | | | Limit hidden service descriptors to at most 10 guard nodes.Nick Mathewson2013-06-16
| | |/ / / /
* | | | | | Merge remote-tracking branch 'public/bug9082'Nick Mathewson2013-06-17
|\ \ \ \ \ \
| * | | | | | Fix bug 9082: avoid leak when freeing destroy cell queuesNick Mathewson2013-06-17
* | | | | | | forward-port 0.2.4.13-alpha changelogRoger Dingledine2013-06-16
* | | | | | | Merge branch 'bug9072-024' into bug9072-025Andrea Shepard2013-06-15
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge branch 'bug9072-023' into bug9072-024Andrea Shepard2013-06-15
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Disable middle relay queue overfill detection code due to possible guard disc...Andrea Shepard2013-06-15
* | | | | | | Instead of testing for __GNUC__, use CHECK_SCANF, like CHECK_PRINTF.dana koch2013-06-14
* | | | | | | Merge branch 'circuit_queue_cap-0.2.5-squashed'Nick Mathewson2013-06-14
|\ \ \ \ \ \ \
| * | | | | | | Fix signed/unsigned comparison warningNick Mathewson2013-06-14
| * | | | | | | Increase the limit so leaky pipe might workNick Mathewson2013-06-14
| * | | | | | | Don't queue more cells as a middle relay than the spec allows to be in flightAndrea Shepard2013-06-13
* | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-06-14
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge branch 'circuit_queue_cap-0.2.4-squashed' into maint-0.2.4Nick Mathewson2013-06-14
| |\ \ \ \ \ \ \
| | * | | | | | | Increase the limit so leaky pipe might workNick Mathewson2013-06-14
| | * | | | | | | Don't queue more cells as a middle relay than the spec allows to be in flightAndrea Shepard2013-06-13
| * | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson2013-06-14
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | / / / / / | | | |/ / / / / | | |/| | | | |
| | * | | | | | Merge branch 'circuit_queue_cap-0.2.3-squashed' into maint-0.2.3Nick Mathewson2013-06-14
| | |\ \ \ \ \ \
| | | * | | | | | Increase the limit so leaky pipe might workNick Mathewson2013-06-14
| | | * | | | | | Don't queue more cells as a middle relay than the spec allows to be in flightAndrea Shepard2013-06-13
| | |/ / / / / /
* | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-06-13
|\| | | | | | |
| * | | | | | | Merge branch 'bug9047' into maint-0.2.4Nick Mathewson2013-06-13
| |\ \ \ \ \ \ \
| | * | | | | | | Define SEEK_SET for platforms that lack it.Nick Mathewson2013-06-13
| | * | | | | | | If we write the annotation but not the microdescriptor, rewind.Nick Mathewson2013-06-13
| |/ / / / / / /
* | | | | | | | Rename networkstatus_dl_interval() -> networkstatus_dl_check_interval()Nick Mathewson2013-06-13
* | | | | | | | Merge remote-tracking branch 'linus/bug8532'Nick Mathewson2013-06-13
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Hide consensus download interval, depending on TestingTorNetwork, in a macro.Linus Nordberg2013-06-10
| * | | | | | | Add support for offsetting the voting interval in order to bootstrap faster.Linus Nordberg2013-06-08
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge remote-tracking branch 'public/bug7912_squashed'Nick Mathewson2013-06-13
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Fix compile warnings wrt printf formating of int64_tNick Mathewson2013-06-13
| * | | | | | Add a changes file for bug 7912Nick Mathewson2013-06-13
| * | | | | | Add destroy balance tracking and logging to circuitmuxAndrea Shepard2013-06-13
| * | | | | | Implementation of a fix for bug 7912Nick Mathewson2013-06-13
| * | | | | | Code to track on a circuit whether it has a "pending" delete cellNick Mathewson2013-06-13
| * | | | | | Implement a placeholder mechanism in the channel,id->circ mapNick Mathewson2013-03-21
* | | | | | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-06-13
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge remote-tracking branch 'public/bug8822' into maint-0.2.4Nick Mathewson2013-06-13
| |\ \ \ \ \ \
| | * | | | | | Make all consumers of microdesc_t.body tolerate NULLNick Mathewson2013-06-12