| Commit message (Expand) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| | * | | | | | | | | Merge branch 'bug18710_025' into maint-0.2.8 | Nick Mathewson | 2016-05-04 | |
| | |\ \ \ \ \ \ \ \ | ||||
| | | * | | | | | | | | Fix dnsserv.c assertion when no supported questions are requested. | Scott Dial | 2016-05-04 | |
| | | |/ / / / / / / | ||||
| * | | | | | | | | | Merge branch 'maint-0.2.8' | Nick Mathewson | 2016-05-03 | |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | ||||
| | * | | | | | | | | Fix keccak-tiny portability on `exotic` platforms. | Yawning Angel | 2016-05-03 | |
| * | | | | | | | | | Merge branch 'maint-0.2.8' | Nick Mathewson | 2016-05-02 | |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | ||||
| | * | | | | | | | | (cherry-picked by nickm, with changes file from isis.) | s0rlxmh0 | 2016-05-02 | |
| | | |/ / / / / / | |/| | | | | | | ||||
| * | | | | | | | | Merge remote-tracking branch 'dgoulet/bug13239_029_01' | Nick Mathewson | 2016-05-02 | |
| |\ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | Increase number of preemptive internal circuits | David Goulet | 2016-04-19 | |
| * | | | | | | | | | Merge branch 'bug18240_squashed' | Nick Mathewson | 2016-05-02 | |
| |\ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | Clean up TEST_TOR_BINARY so test-stem can have better dependencies | Nick Mathewson | 2016-05-02 | |
| * | | | | | | | | | | test_bt.sh: Check stderr for backtrace as well as stdout. | Nick Mathewson | 2016-05-02 | |
| * | | | | | | | | | | Merge branch 'maint-0.2.8' | Nick Mathewson | 2016-04-26 | |
| |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | | ||||
| | * | | | | | | | | | Whitelist additional fallbacks after creating April 2016 list | teor (Tim Wilson-Brown) | 2016-04-26 | |
| | * | | | | | | | | | Report fallback directory detail changes when rebuilding list | teor (Tim Wilson-Brown) | 2016-04-26 | |
| | * | | | | | | | | | Changes for #17158, #17905, #18689, #18749 & April 2016 fallbacks | teor (Tim Wilson-Brown) | 2016-04-26 | |
| | * | | | | | | | | | April 2016 fallbacks for 0.2.8-rc | teor (Tim Wilson-Brown) | 2016-04-26 | |
| | * | | | | | | | | | Add fallbacks to white/blacklist from operator responses | teor (Tim Wilson-Brown) | 2016-04-26 | |
| | * | | | | | | | | | Limit fallbacks from the same operator | teor (Tim Wilson-Brown) | 2016-04-15 | |
| | * | | | | | | | | | Simplify fallback list output | teor (Tim Wilson-Brown) | 2016-04-15 | |
| | * | | | | | | | | | Select fallbacks by bandwidth rather than consensus weight | teor (Tim Wilson-Brown) | 2016-04-15 | |
| | * | | | | | | | | | Only count active fallbacks in updateFallbackDirs.py | teor (Tim Wilson-Brown) | 2016-04-15 | |
| | * | | | | | | | | | Remove fallback directory weights | teor (Tim Wilson-Brown) | 2016-04-15 | |
| | * | | | | | | | | | Improve fallback selection and output | teor (Tim Wilson-Brown) | 2016-04-15 | |
| * | | | | | | | | | | mention 18685 in changes file | Nick Mathewson | 2016-04-26 | |
| * | | | | | | | | | | Merge remote-tracking branch 'yawning-schwanenleid/feature18685' | Nick Mathewson | 2016-04-26 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | Issue a `STATUS_SERVER` event on meaningful hibernation state changes. | Yawning Angel | 2016-03-30 | |
| * | | | | | | | | | | | Remove redundant declarations of MIN | Nick Mathewson | 2016-04-25 | |
| * | | | | | | | | | | | Remove trunnel files from libor/libcrypto, since they are in libtrunnel. Foun... | Nick Mathewson | 2016-04-20 | |
| | |_|_|/ / / / / / / |/| | | | | | | | | | ||||
| * | | | | | | | | | | Merge branch 'handles_squashed' | Nick Mathewson | 2016-04-19 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | Basic 'handle' implementation and tests. | Nick Mathewson | 2016-04-19 | |
| * | | | | | | | | | | | Merge remote-tracking branch 'public/lcov_excl' | Nick Mathewson | 2016-04-19 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | Add LCOV_EXCL* markers to crypto.c and crypto_s2k.c | Nick Mathewson | 2016-04-12 | |
| | * | | | | | | | | | | | Adopt the LCOV convention for marking lines as unreachable by tests. | Nick Mathewson | 2016-04-12 | |
| * | | | | | | | | | | | | Disambiguate: Avoid defining two static functions called chunk_free_unchecked | Nick Mathewson | 2016-04-15 | |
| * | | | | | | | | | | | | Disambiguate: Avoid defining two static functions both called gettweak() | Nick Mathewson | 2016-04-15 | |
| * | | | | | | | | | | | | Add branch prediction to util_bug.h, and fix a bug. | Nick Mathewson | 2016-04-15 | |
| | |_|_|_|_|_|/ / / / / |/| | | | | | | | | | | ||||
| * | | | | | | | | | | | Merge branch 'assert_nonfatal_squashed' | Nick Mathewson | 2016-04-14 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | Add an IF_BUG_ONCE macro, since that's a pretty common pattern too. | Nick Mathewson | 2016-04-14 | |
| | * | | | | | | | | | | | Add a BUG macro for usage in if checks. | Nick Mathewson | 2016-04-14 | |
| | * | | | | | | | | | | | Add new tor_assert_nonfatal*() macros. | Nick Mathewson | 2016-04-14 | |
| | * | | | | | | | | | | | Move tor_assert implementation into its own header/module. | Nick Mathewson | 2016-04-04 | |
| * | | | | | | | | | | | | fix typos/etc before i go nuts on #18809 | Roger Dingledine | 2016-04-13 | |
| | |/ / / / / / / / / / |/| | | | | | | | | | | ||||
| * | | | | | | | | | | | Merge remote-tracking branch 'sebastian/stemtest' | Nick Mathewson | 2016-04-12 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | Write a document on how to add a test to Stem | Sebastian Hahn | 2016-03-28 | |
| * | | | | | | | | | | | | Merge branch 'maint-0.2.8' | Nick Mathewson | 2016-04-12 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / | |/| | | | | | | | | | | ||||
| | * | | | | | | | | | | | Merge remote-tracking branch 'public/bug18716_027' into maint-0.2.8 | Nick Mathewson | 2016-04-12 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||
| | | * | | | | | | | | | | | memarea: Don't assume that sizeof(ulong) >= sizeof(void*). | Nick Mathewson | 2016-04-07 | |
| | | | |_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | ||||
| | * | | | | | | | | | | | Turn TestingClientBootstrap* into non-testing options | David Goulet | 2016-04-07 | |
| * | | | | | | | | | | | | Merge branch 'bug14334_squashed' | Nick Mathewson | 2016-04-07 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | Don't mark guards as unreachable if connection_connect() fails. | George Kadianakis | 2016-04-07 | |
| | | |_|_|_|/ / / / / / / | |/| | | | | | | | | | | ||||
