aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-10Merge branch 'maint-0.4.4' into release-0.4.4Nick Mathewson
2020-08-10Merge branch 'maint-0.4.3' into maint-0.4.4Nick Mathewson
2020-08-10Merge branch 'maint-0.4.2' into maint-0.4.3Nick Mathewson
2020-08-10Merge branch 'maint-0.3.5' into maint-0.4.2Nick Mathewson
2020-08-10small code tweaks to try to work around debian stable complaintsNick Mathewson
2020-08-10Try to set up a minimal gitlab CI scriptNick Mathewson
This is based on @eighthave's templates, and the work we've been doing to present a uniform testing environment.
2020-08-10Add a shareable continuous-integration script.Nick Mathewson
Eventually this should be used by every one of our CI scripts.
2020-08-06Merge branch 'maint-0.4.4' into release-0.4.4Nick Mathewson
2020-08-06Merge branch 'maint-0.4.3' into maint-0.4.4Nick Mathewson
2020-08-06Merge branch 'maint-0.4.2' into maint-0.4.3Nick Mathewson
2020-08-06Merge branch 'maint-0.3.5' into maint-0.4.2Nick Mathewson
2020-08-06Copy from master gitlab-ci.yml from master back to maint-0.3.5Nick Mathewson
2020-08-04Merge branch 'bug40083_035' into bug40083_042Nick Mathewson
Fixes conflicts due to code movement.
2020-08-04Launch early reachability tests once a minute, not once a second.Nick Mathewson
This fixes bug 40083, which was introduced in 9f31908a in 0.2.8.1-alpha.
2020-08-03Merge branch 'ticket40081_035' into ticket40081_044Nick Mathewson
Resolves conflicts: src/core/or/channel.c src/test/test_channel.c
2020-08-03Remove channel_is_canonical_is_reliable()Nick Mathewson
This function once served to let circuits continue to be built over version-1 link connections. But such connections are long-obsolete, and it's time to remove this check. Closes #40081.
2020-08-03Wipe address strings from connections before freeing them them.Nick Mathewson
This is a defense-in-depth fix; closes 6198.
2020-08-03Add a tor_str_wipe_and_free() function.Nick Mathewson
Frequently we want to do if (s) { memwipe(s, 0, sizeof(s)); tor_free(s); } and it's good to have a way to do this concisely.
2020-08-03Merge branch 'maint-0.4.4' into release-0.4.4George Kadianakis
2020-08-03Merge remote-tracking branch 'tor-gitlab/mr/79' into maint-0.4.4George Kadianakis
2020-07-31Merge branch 'maint-0.4.4' into release-0.4.4Alexander Færøy
2020-07-31Merge branch 'maint-0.4.3' into maint-0.4.4Alexander Færøy
2020-07-31Merge branch 'maint-0.4.2' into maint-0.4.3Alexander Færøy
2020-07-31Merge branch 'maint-0.3.5' into maint-0.4.2Alexander Færøy
2020-07-31Merge branch 'maint-0.4.4' into release-0.4.4Alexander Færøy
2020-07-30Merge branch 'bug40076_043' into bug40076_044Nick Mathewson
2020-07-30Merge branch 'bug40076_042' into bug40076_043Nick Mathewson
2020-07-30Merge branch 'maint-0.4.2' into bug40076_042Nick Mathewson
2020-07-30Fix a bug in buf_move_all() when the input buffer is empty.Nick Mathewson
We found this in #40076, after we started using buf_move_all() in more places. Fixes bug #40076; bugfix on 0.3.3.1-alpha. As far as I know, the crash only affects master, but I think this warrants a backport, "just in case".
2020-07-30Add unit test for buf_move_all(), including a failing caseNick Mathewson
The failing case is #if'd out for now, but will be fixed in the next commit. Testing for a fix for #40076.
2020-07-29Merge branch 'maint-0.4.4' into release-0.4.4Nick Mathewson
2020-07-29Merge branch 'maint-0.4.3' into maint-0.4.4Nick Mathewson
2020-07-29Merge branch 'maint-0.4.2' into maint-0.4.3Nick Mathewson
2020-07-29Merge branch 'maint-0.3.5' into maint-0.4.2Nick Mathewson
2020-07-29Add a changes file from mr 86 for 40072 fix.Nick Mathewson
2020-07-29Merge remote-tracking branch 'tor-gitlab/mr/68' into maint-0.4.4Nick Mathewson
2020-07-29Merge branch 'maint-0.4.4' into release-0.4.4Alexander Færøy
2020-07-29Merge remote-tracking branch 'tor-gitlab/mr/85' into maint-0.4.4Alexander Færøy
2020-07-29Fix startup crash with seccomp sandbox enabled #40072Daniel Pinto
Fix crash introduced in #40020. On startup, tor calls check_private_dir on the data and key directories. This function uses open instead of opendir on the received directory. Data and key directoryes are only opened here, so the seccomp rule added should be for open instead of opendir, despite the fact that they are directories.
2020-07-28Use _lseeki64() on windows.Nick Mathewson
Fixes bug 31036; bugfix on 0.2.1.8-alpha when we moved the logging system to use posix fds.
2020-07-27Merge branch 'maint-0.4.4' into release-0.4.4Nick Mathewson
2020-07-27bump to 0.4.4.3-alpha-devNick Mathewson
2020-07-27Merge branch 'maint-0.4.4' into release-0.4.4tor-0.4.4.3-alphaNick Mathewson
2020-07-27Merge branch 'maint-0.4.3' into maint-0.4.4Nick Mathewson
2020-07-27Merge branch 'maint-0.4.2' into maint-0.4.3Nick Mathewson
2020-07-27Merge branch 'maint-0.3.5' into maint-0.4.2Nick Mathewson
2020-07-27Pick a date for 0.4.4.3-alphaNick Mathewson
2020-07-27Light edits to 0.4.4.3-alpha changelogNick Mathewson
2020-07-27Start an 0.4.4.3-alpha changelogNick Mathewson
2020-07-27Merge branch 'maint-0.4.4' into release-0.4.4Nick Mathewson