Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-01 | Fold in the geoip changes filetor-0.3.1.5-alpha | Nick Mathewson | |
2017-08-01 | Merge branch 'maint-0.3.1' into release-0.3.1 | Nick Mathewson | |
2017-08-01 | Merge branch 'maint-0.3.0' into maint-0.3.1 | Nick Mathewson | |
2017-08-01 | Merge branch 'maint-0.2.9' into maint-0.3.0 | Nick Mathewson | |
2017-08-01 | Merge branch 'maint-0.2.8' into maint-0.2.9 | Nick Mathewson | |
2017-08-01 | Merge branch 'maint-0.2.7-redux' into maint-0.2.8 | Nick Mathewson | |
2017-08-01 | Merge branch 'maint-0.2.6' into maint-0.2.7-reduxmaint-0.2.7-redux | Nick Mathewson | |
2017-08-01 | Merge branch 'maint-0.2.5' into maint-0.2.6maint-0.2.6 | Nick Mathewson | |
2017-08-01 | Merge branch 'maint-0.2.4' into maint-0.2.5 | Nick Mathewson | |
2017-08-01 | Merge remote-tracking branch 'karsten/geoip-jul2017' into maint-0.2.4maint-0.2.4 | Nick Mathewson | |
2017-07-31 | Start work on 0.3.1.5-x changelog | Nick Mathewson | |
2017-07-31 | Fix warnings from lintchanges | Nick Mathewson | |
2017-07-28 | Merge branch 'maint-0.3.1' into release-0.3.1 | Nick Mathewson | |
2017-07-28 | Merge branch 'bug23053_029' into maint-0.3.1 | Nick Mathewson | |
2017-07-28 | Fix a small memory leak when parsing unix: ports twice | Nick Mathewson | |
Fixes bug 23053; CID 1415725. | |||
2017-07-27 | Merge branch 'maint-0.3.1' into release-0.3.1 | Nick Mathewson | |
2017-07-27 | Merge branch 'multi-priority_squashed' into maint-0.3.1 | Nick Mathewson | |
2017-07-27 | Always start with one additional worker thread | Nick Mathewson | |
Now that half the threads are permissive and half are strict, we need to make sure we have at least two threads, so that we'll have at least one of each kind. | |||
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-27 | Merge branch 'maint-0.3.1' into release-0.3.1 | Nick Mathewson | |
2017-07-27 | Merge branch 'maint-0.3.0' into maint-0.3.1 | Nick Mathewson | |
2017-07-27 | Merge branch 'maint-0.2.9' into maint-0.3.0 | Nick Mathewson | |
2017-07-27 | Merge remote-tracking branch 'public/bug20247_029' into maint-0.2.9 | Nick Mathewson | |
2017-07-26 | Merge branch 'maint-0.3.1' into release-0.3.1 | Nick Mathewson | |
2017-07-26 | Merge remote-tracking branch 'isis/bug22636_0.3.1_squashed' into maint-0.3.1 | Nick Mathewson | |
2017-07-26 | Merge branch 'maint-0.2.9' into maint-0.3.0 | Nick Mathewson | |
2017-07-26 | Merge branch 'maint-0.2.8' into maint-0.2.9 | Nick Mathewson | |
2017-07-26 | Merge branch 'maint-0.2.7-redux' into maint-0.2.8 | Nick Mathewson | |
2017-07-26 | Merge branch 'maint-0.2.6' into maint-0.2.7-redux | Nick Mathewson | |
2017-07-26 | Merge branch 'maint-0.2.5' into maint-0.2.6 | Nick Mathewson | |
2017-07-26 | Merge branch 'maint-0.2.4' into maint-0.2.5 | Nick Mathewson | |
2017-07-26 | Merge branch 'maint-0.3.1' into release-0.3.1 | Nick Mathewson | |
2017-07-26 | Merge branch 'maint-0.3.0' into maint-0.3.1 | Nick Mathewson | |
2017-07-26 | Merge branch 'maint-0.2.9' into maint-0.3.0 | Nick Mathewson | |
2017-07-26 | Fix build warnings from Coverity related to our BUG macro | Nick Mathewson | |
In the Linux kernel, the BUG() macro causes an instant panic. Our BUG() macro is different, however: it generates a nonfatal assertion failure, and is usable as an expression. Additionally, this patch tells util_bug.h to make all assertion failures into fatal conditions when we're building with a static analysis tool, so that the analysis tool can look for instances where they're reachable. Fixes bug 23030. | |||
2017-07-26 | Merge branch 'maint-0.3.1' into release-0.3.1 | Nick Mathewson | |
2017-07-26 | Merge branch 'bug22927_031' into maint-0.3.1 | Nick Mathewson | |
2017-07-26 | Merge branch 'maint-0.2.9' into maint-0.3.0 | Nick Mathewson | |
2017-07-26 | Merge branch 'maint-0.3.1' into release-0.3.1 | Nick Mathewson | |
2017-07-26 | Merge branch 'maint-0.3.0' into maint-0.3.1 | Nick Mathewson | |
2017-07-26 | Merge branch 'bug22915_029_2' into maint-0.2.9 | Nick Mathewson | |
2017-07-26 | Suppress clang4-specific -Wdouble-promotion warnings | Nick Mathewson | |
Wow, it sure seems like some compilers can't implement isnan() and friends in a way that pleases themselves! Fixes bug 22915. Bug trigged by 0.2.8.1-alpha and later; caused by clang 4. | |||
2017-07-17 | Add a changes file for bug22636. | Isis Lovecruft | |
2017-07-17 | Add a changes file for bug22636. | Isis Lovecruft | |
2017-07-14 | Fix zstd 1.3.0 trouble: Be more respectful of its state machine | Nick Mathewson | |
In zstd 1.3.0, once you have called ZSTD_endStream and been told that your putput buffer is full, it really doesn't want you to call ZSTD_compressStream again. ZSTD 1.2.0 didn't seem to mind about this. This patch fixes the issue by making sure never to call ZSTD_endStream if there's any more data on the input buffer to process, by flushing even when we're about to call "endStream", and by never calling "compress" or "flush" after "endStream". | |||
2017-07-14 | Merge branch 'maint-0.2.9' into maint-0.3.0 | Nick Mathewson | |
2017-07-14 | Merge branch 'maint-0.3.1' into release-0.3.1 | 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 | |