Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-23 | Merge branch 'maint-0.3.0' into maint-0.3.1 | Nick Mathewson | |
2017-10-23 | Merge branch 'maint-0.2.9' into maint-0.3.0 | Nick Mathewson | |
2017-10-23 | Merge branch 'maint-0.2.8' into maint-0.2.9 | Nick Mathewson | |
2017-10-23 | Adjust test, now that there are 9 dirauths again | Nick Mathewson | |
2017-09-21 | Bug 23608: Mock time for all channelpadding tests. | Mike Perry | |
2017-09-18 | Make hs_ntor_ref.py work with python3 | Nick Mathewson | |
2017-09-14 | Merge remote-tracking branch 'mikeperry/bug23077' into maint-0.3.1 | Nick Mathewson | |
2017-09-14 | Bug 23077: Make channelpadding tests use mocked time. | Mike Perry | |
2017-09-12 | Merge branch 'maint-0.2.9' into maint-0.3.0 | Nick Mathewson | |
2017-09-12 | Merge branch 'maint-0.3.0' into maint-0.3.1 | Nick Mathewson | |
2017-09-12 | Avoid sscanf() warnings from openbsd in the unit tests | Nick Mathewson | |
OpenBSD doesn't like tricks where you use a too-wide sscanf argument for a too-narrow array, even when you know the input string statically. The fix here is just to use bigger buffers. Fixes 15582; bugfix on a3dafd3f58bb312 in 0.2.6.2-alpha. | |||
2017-09-12 | Merge branch 'ticket17857_squashed' into maint-0.3.1 | Nick Mathewson | |
2017-09-12 | Ticket #17857: Apply padding off-switch to existing connections. | Mike Perry | |
2017-09-05 | test: Fix memory leak in hs_descriptor/decode_bad_signature | David Goulet | |
Fixes #23319 Cherry-picked from master; bug not in any released Tor. | |||
2017-08-29 | Add test_hs_descriptor.inc to include.am to unbreak distcheck. | Nick Mathewson | |
2017-08-21 | Merge branch 'bug23291_028' into maint-0.3.1 | Nick Mathewson | |
2017-08-21 | 22839: fix check_heap_buffer buffer size in test-memwipe | Ties Stuij | |
2017-08-21 | whitespace fixes | Nick Mathewson | |
2017-08-21 | Fix triggerable BUG() when decoding hsv3 descriptors. | George Kadianakis | |
Also improve the unittest to make sure it catches the right error. | |||
2017-08-21 | Add unittest for #23233. | George Kadianakis | |
This will fail currently since the bug is not fixed yet. | |||
2017-08-08 | Merge remote-tracking branch 'ahf/bugs/22286' into maint-0.3.1 | Nick Mathewson | |
2017-08-02 | Make the hs_ntor_ref logic more correct when there is no sha3 module | Nick Mathewson | |
2017-08-01 | Merge remote-tracking branch 'public/bug19769_19025_029' into maint-0.2.9 | Nick Mathewson | |
2017-07-31 | Fix the hs_ntor integration tests to work with the pysha3 module | Nick Mathewson | |
The sha3 module should still work. Fixes bug 23071; bugfix on 0.3.1.1-alpha. | |||
2017-07-28 | Fix an unreachable memory leak in the unit tests | Nick Mathewson | |
This is CID 1415726. | |||
2017-07-27 | Merge branch 'multi-priority_squashed' into maint-0.3.1 | Nick Mathewson | |
2017-07-27 | Queue consensus diffs at LOW priority. | Nick Mathewson | |
Fixes bug 22883. | |||
2017-07-27 | Add support for multi-priority workqueues | Nick Mathewson | |
Each piece of queued work now has an associated priority value; each priority goes on a separate queue. With probability (N-1)/N, the workers will take work from the highest priority nonempty queue. Otherwise, they'll look for work in a queue of lower priority. This behavior is meant to prevent starvation for lower-priority tasks. | |||
2017-07-14 | Merge branch 'maint-0.2.9' into maint-0.3.0 | Nick Mathewson | |
2017-07-14 | Merge branch 'maint-0.3.0' into maint-0.3.1 | Nick Mathewson | |
2017-07-14 | Merge branch 'bug22916_027' into maint-0.2.9 | Nick Mathewson | |
2017-07-14 | Merge branch 'maint-0.3.0' into maint-0.3.1 | Nick Mathewson | |
2017-07-14 | Merge branch 'bug22803_030' into maint-0.3.0 | Nick Mathewson | |
2017-07-13 | Fix compiler warnings with openssl-scrypt/libscrypt test on clang | Nick Mathewson | |
Clang didn't like that we were passing uint64_t values to an API that wanted uint32_t. GCC has either not cared, or has figured out that the values in question were safe to cast to uint32_t. Fixes bug22916; bugfix on 0.2.7.2-alpha. | |||
2017-07-13 | Merge remote-tracking branch 'isis/bug22830_0.3.1' into maint-0.3.1 | Nick Mathewson | |
2017-07-13 | use CARGO_HOME instead of HOME when building with rust | Chelsea H. Komlo | |
2017-07-12 | Restore openssl and libscrypt includes in test_crypto_slow.c | Nick Mathewson | |
This reverts part of commit 706c44a6ce0bbeee51c800521a3199d76e1dcd96. It was a mistake to remove these includes: they were needed on systems where we have openssl 1.1.0 *and* libscrypt, and where we were validating the one against the other. Fixes bug 22892; bugfix on 0.3.1.1-alpha. | |||
2017-07-10 | Make consdiff tests pass on OS X too | Matt Traudt | |
2017-07-07 | Merge branch 'maint-0.2.8' into maint-0.2.9 | Nick Mathewson | |
2017-07-07 | Merge branch 'maint-0.2.9' into maint-0.3.0 | Nick Mathewson | |
2017-07-07 | mingw fix: avoid "unused var" warning. | Nick Mathewson | |
This is a backport of 19615bce64cd381a925bc3910120ac39ca918e7c to fix bug 22838. | |||
2017-07-05 | Fix unit test memory leak in certs_ok_ed25519. | Nick Mathewson | |
Fixes bug 22803; bugfix on 0.3.0.1-alpha. | |||
2017-07-05 | Merge branch 'maint-0.2.9' into maint-0.3.0 | Nick Mathewson | |
2017-07-05 | Merge branch 'maint-0.3.0' into maint-0.3.1 | Nick Mathewson | |
2017-07-05 | Merge branch 'maint-0.2.8' into maint-0.2.9 | Nick Mathewson | |
2017-07-05 | Merge branch 'maint-0.2.7-redux' into maint-0.2.8 | Nick Mathewson | |
2017-07-05 | Merge branch 'maint-0.2.6' into maint-0.2.7-redux | Nick Mathewson | |
2017-07-05 | Merge branch 'maint-0.2.5' into maint-0.2.6 | Nick Mathewson | |
2017-07-05 | Merge branch 'maint-0.2.4' into maint-0.2.5 | Nick Mathewson | |
2017-07-03 | Fix assertion failure related to openbsd strtol(). | Nick Mathewson | |
Fixes bug 22789; bugfix on 0.2.3.8-alpha. |