Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-07 | Merge branch 'maint-0.3.1' | Nick Mathewson | |
2017-07-07 | Merge branch 'maint-0.3.0' into maint-0.3.1 | Nick Mathewson | |
2017-07-07 | Merge branch 'maint-0.2.9' into maint-0.3.0 | Nick Mathewson | |
2017-07-07 | Merge branch 'maint-0.2.8' into maint-0.2.9 | Nick Mathewson | |
2017-07-07 | Merge branch 'maint-0.2.7-redux' into maint-0.2.8 | Nick Mathewson | |
2017-07-07 | Merge branch 'maint-0.2.6' into maint-0.2.7-redux | Nick Mathewson | |
2017-07-07 | Merge branch 'maint-0.2.5' into maint-0.2.6 | Nick Mathewson | |
2017-07-07 | Merge branch 'maint-0.2.4' into maint-0.2.5 | Nick Mathewson | |
2017-07-07 | Mention TROVE-2017-007 in changes file for 22789 | Nick Mathewson | |
2017-07-06 | Merge remote-tracking branch 'public/bug19648' | Nick Mathewson | |
2017-07-06 | Merge branch 'bug20488_029_squashed' | Nick Mathewson | |
2017-07-06 | Improve warning message to stop implying nickname reg is a thing. | Nick Mathewson | |
Closing ticket 20488. | |||
2017-07-05 | Merge branch 'maint-0.3.1' | Nick Mathewson | |
2017-07-05 | Merge remote-tracking branch 'karsten/task-22207' into maint-0.3.1 | Nick Mathewson | |
2017-07-05 | Merge branch 'maint-0.2.9' into maint-0.3.0 | Nick Mathewson | |
2017-07-05 | Merge branch 'maint-0.3.1' | 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-05 | Merge branch 'maint-0.2.9' into maint-0.3.0 | Nick Mathewson | |
2017-07-05 | Merge branch 'maint-0.3.1' | Nick Mathewson | |
2017-07-05 | Merge branch 'maint-0.3.0' into maint-0.3.1 | Nick Mathewson | |
2017-07-05 | Merge branch 'bug22801_028' into maint-0.2.9 | Nick Mathewson | |
2017-07-05 | Merge branch 'maint-0.3.1' | Nick Mathewson | |
2017-07-05 | Merge branch 'teor-bug22797-025' into maint-0.3.1 | Nick Mathewson | |
2017-07-05 | Always allow extra file descriptors when setting the connection maximum | teor | |
When setting the maximum number of connections allowed by the OS, always allow some extra file descriptors for other files. Fixes bug 22797; bugfix on 0.2.0.10-alpha. | |||
2017-07-05 | Merge branch 'neena-fix-1667' | Nick Mathewson | |
2017-07-05 | Merge branch 'bug15554_032_01_squashed' | Nick Mathewson | |
2017-07-05 | changes file for 15554 | Nick Mathewson | |
2017-07-05 | Merge branch 'onionskin_refactor_2' | Nick Mathewson | |
2017-07-05 | changes file for 22804 | Nick Mathewson | |
2017-07-05 | changes file for bug 22750 | Nick Mathewson | |
2017-07-05 | Use the proper syscall in sandbox error messages | cypherpunks | |
Fixes #22750. | |||
2017-07-03 | Fix assertion failure related to openbsd strtol(). | Nick Mathewson | |
Fixes bug 22789; bugfix on 0.2.3.8-alpha. | |||
2017-07-03 | Fix -Wfloat-conversion C warnings on mingw in clamp_double_to_int64. | Nick Mathewson | |
We just have to suppress these warnings: Mingw's math.h uses gcc's __builtin_choose_expr() facility to declare isnan, isfinite, and signbit. But as implemented in at least some versions of gcc, __builtin_choose_expr() can generate type warnings even from branches that are not taken. Fixes bug 22801; bugfix on 0.2.8.1-alpha. | |||
2017-06-29 | Merge branch 'maint-0.3.1' | Nick Mathewson | |
2017-06-29 | Merge branch 'maint-0.3.0' into maint-0.3.1 | Nick Mathewson | |
2017-06-29 | Merge branch 'trove-2017-006' into maint-0.3.0 | Nick Mathewson | |
2017-06-29 | Merge branch 'maint-0.3.1' | Nick Mathewson | |
2017-06-29 | Merge remote-tracking branch 'public/bug22670_031' into maint-0.3.1 | Nick Mathewson | |
2017-06-29 | Merge branch 'maint-0.3.1' | Nick Mathewson | |
2017-06-29 | Merge branch 'ticket22684' | Nick Mathewson | |
2017-06-29 | Consider the exit family when applying guard restrictions. | Nick Mathewson | |
When the new path selection logic went into place, I accidentally dropped the code that considered the _family_ of the exit node when deciding if the guard was usable, and we didn't catch that during code review. This patch makes the guard_restriction_t code consider the exit family as well, and adds some (hopefully redundant) checks for the case where we lack a node_t for a guard but we have a bridge_info_t for it. Fixes bug 22753; bugfix on 0.3.0.1-alpha. Tracked as TROVE-2016-006 and CVE-2017-0377. | |||
2017-06-28 | Changes file for bug22752 diagnostics | Nick Mathewson | |
2017-06-28 | Merge branch 'maint-0.2.9' into maint-0.3.0 | Nick Mathewson | |
2017-06-28 | Merge remote-tracking branch 'teor/bug21507-029' into maint-0.2.9 | Nick Mathewson | |
2017-06-28 | Merge remote-tracking branch 'teor/bug21576_029_v2' into maint-0.2.9 | Nick Mathewson | |