Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-19 | tests: fix transproxy tests on BSD systems | Matt Traudt | |
2017-09-19 | Merge branch 'bug23583_029' | Nick Mathewson | |
2017-09-19 | Avoid integer error in TEST_BITOPS tests | Nick Mathewson | |
If "1" is not 64 bits wide already, then "1 << i" will not actually work. This bug only affects the TEST_BITOPS code, and shouldn't matter for the actual use of the timeout code (except if/when it causes this test to fail). Reported by dcb314@hotmail.com. Fix for bug 23583. Not adding a changes file, since this code is never compiled into Tor. | |||
2017-09-19 | Merge remote-tracking branch 'hiro/gitlab-ci' | Nick Mathewson | |
2017-09-19 | Merge branch 'ticket21405' | Nick Mathewson | |
2017-09-19 | note the format we expect for IPv6 | Nick Mathewson | |
2017-09-19 | Merge branch 'maint-0.3.1' | Nick Mathewson | |
2017-09-19 | add rust registry to gitignore | Nick Mathewson | |
2017-09-19 | Merge branch 'ticket18891' | Nick Mathewson | |
2017-09-19 | Clarify that Address is an IPv4 option only. | Nick Mathewson | |
2017-09-19 | Merge branch 'ticket18736' | Nick Mathewson | |
2017-09-19 | Clarify the term "address" in the manpage | Nick Mathewson | |
Closes 21405. | |||
2017-09-19 | fix a lintchanges problem | Nick Mathewson | |
2017-09-19 | Document that .onion subdomains are ignored by clients | Nick Mathewson | |
addr-spec.txt also explains this, but we should get it into the manpage too. Closes ticket #18736. | |||
2017-09-19 | plural in manpage | Nick Mathewson | |
2017-09-19 | doc: Add version 3 to HiddenServiceVersion man page entry | David Goulet | |
Fixes #23580 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2017-09-19 | Merge remote-tracking branch 'teor/minor-comments' | Nick Mathewson | |
2017-09-19 | Avoid a compilation warning on macOS in scheduler_ev_add() | teor | |
This warning is caused by a different tv_usec data type on macOS compared to the system on which the patch was developed. Fixes 23575 on 0.3.2.1-alpha. | |||
2017-09-19 | Improve comments around connection_or_client_used() | teor | |
2017-09-19 | Improve comments formatting in connection.c | teor | |
2017-09-18 | Correct what-is-deprecated-when comments | Nick Mathewson | |
2017-09-18 | Merge remote-tracking branch 'ewongbb/chkdblcolon' | Nick Mathewson | |
2017-09-18 | Merge remote-tracking branch 'public/ticket19704' | Nick Mathewson | |
2017-09-18 | small tweaks to releasingtor.md | Nick Mathewson | |
2017-09-18 | Merge branch 'maint-0.3.1' | Nick Mathewson | |
"ours" to avoid version bump. | |||
2017-09-18 | Merge branch 'maint-0.3.0' into maint-0.3.1 | Nick Mathewson | |
"ours" to avoid version bump. | |||
2017-09-18 | Merge branch 'maint-0.2.9' into maint-0.3.0 | Nick Mathewson | |
"ours" to avoid version bump. | |||
2017-09-18 | Merge branch 'maint-0.2.8' into maint-0.2.9 | Nick Mathewson | |
"ours" to avoid version bump. | |||
2017-09-18 | bump to 0.3.2.1.-alpha-dev | Nick Mathewson | |
2017-09-18 | bump to 0.3.1.7-dev | Nick Mathewson | |
2017-09-18 | bump to 0.3.0.11-dev | Nick Mathewson | |
2017-09-18 | bump to 0.2.9.12-dev | Nick Mathewson | |
2017-09-18 | bump to 0.2.8.15-dev | Nick Mathewson | |
2017-09-18 | Add a cast so that 32-bit compilation goes without errorstor-0.3.2.1-alpha | Nick Mathewson | |
2017-09-18 | changelog tweaks from asn | Nick Mathewson | |
2017-09-18 | Try to clarify that KIST helps relays. | Nick Mathewson | |
2017-09-18 | revision pass on the rest of the changelog | Nick Mathewson | |
2017-09-18 | Revise the first two (big) changelog entries | Nick Mathewson | |
2017-09-18 | Combine some changelog sections. | Nick Mathewson | |
2017-09-18 | Merge remote-tracking branch 'dgoulet/bug23558_032_01' | Nick Mathewson | |
2017-09-18 | sched: BUG() on event_add() and log_warn next_run | David Goulet | |
It is highly unlikely to happen but if so, we need to know and why. The warning with the next_run values could help. Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2017-09-18 | sched: Don't cast to int32_t the monotime_diff_msec() result | David Goulet | |
When the KIST schedule() is called, it computes a diff value between the last scheduler run and the current monotonic time. If tha value is below the run interval, the libevent even is updated else the event is run. It turned out that casting to int32_t the returned int64_t value for the very first scheduler run (which is set to 0) was creating an overflow on the 32 bit value leading to adding the event with a gigantic usec value. The scheduler was simply never running for a while. First of all, a BUG() is added for a diff value < 0 because if the time is really monotonic, we should never have a now time that is lower than the last scheduler run time. And we will try to recover with a diff value to 0. Second, the diff value is changed to int64_t so we avoid this "bootstrap overflow" and future casting overflow problems. Fixes #23558 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2017-09-18 | Merge branch 'maint-0.3.1' | Nick Mathewson | |
2017-09-18 | Make hs_ntor_ref.py work with python3 | Nick Mathewson | |
2017-09-18 | Start on a changelog for 0.3.2.1-alpha: sortchanges and formatchangelog | Nick Mathewson | |
2017-09-18 | Bump to 0.3.2.1-alpha | Nick Mathewson | |
2017-09-18 | Use the lintChanges script to fix style issues in changes entries | Nick Mathewson | |
2017-09-18 | remove changes files for items that appeared in 0.3.17 | Nick Mathewson | |
2017-09-18 | forward-port changelogs and release notes for 0.2.8.15, 0.2.9.12, 0.3.0.11, ↵ | Nick Mathewson | |
0.3.1.7 | |||
2017-09-18 | Merge branch 'maint-0.3.1' | Nick Mathewson | |