Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-12 | Merge branch 'tor-github/pr/1099' | George Kadianakis | |
2019-06-12 | Merge branch 'tor-github/pr/1088' | George Kadianakis | |
2019-06-11 | Merge branch 'tor-github/pr/1040' | David Goulet | |
2019-06-11 | Add changes file for 29976 | Taylor Yu | |
2019-06-11 | Merge branch 'tor-github/pr/1031' | David Goulet | |
2019-06-11 | Merge branch 'tor-github/pr/1083' | David Goulet | |
2019-06-11 | Merge branch 'maint-0.4.1' | David Goulet | |
2019-06-11 | Merge branch 'tor-github/pr/1050' into maint-0.4.1 | David Goulet | |
2019-06-11 | Add a changes file for ticket 30686. | Nick Mathewson | |
2019-06-11 | Merge branch 'maint-0.4.1' | Nick Mathewson | |
2019-06-11 | Merge branch 'maint-0.4.0' into maint-0.4.1 | Nick Mathewson | |
2019-06-11 | Merge branch 'maint-0.3.5' into maint-0.4.0 | Nick Mathewson | |
2019-06-11 | Merge branch 'maint-0.2.9' into maint-0.3.5 | Nick Mathewson | |
2019-06-11 | Update geoip and geoip6 to the June 10 2019 database. | Karsten Loesing | |
2019-06-11 | Merge branch 'maint-0.4.1' | Nick Mathewson | |
2019-06-11 | Merge remote-tracking branch 'tor-github/pr/1082' into maint-0.4.1 | Nick Mathewson | |
2019-06-11 | Merge branch 'tor-github/pr/1060' | George Kadianakis | |
2019-06-11 | Merge branch 'ticket30769_041_01' | George Kadianakis | |
2019-06-11 | trunnel: Rename sendme.trunnel to sendme_cell.trunnel | David Goulet | |
This is to avoid having two sendme.{c|h} in the repository since the subsystem is implemented in src/core/or/sendme.{c|h}. Fixes #30769 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2019-06-11 | Merge branch 'ticket30687_042_01' | George Kadianakis | |
2019-06-11 | token-bucket: Implement a single counter object | David Goulet | |
Closes #30687. Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2019-06-11 | Merge branch 'maint-0.4.1' | George Kadianakis | |
2019-06-11 | Merge branch 'tor-github/pr/1065' into maint-0.4.1 | George Kadianakis | |
2019-06-11 | Merge remote-tracking branch 'tor-github/pr/1094' into maint-0.3.5 | teor | |
2019-06-11 | Merge remote-tracking branch 'tor-github/pr/1091' into maint-0.3.5 | teor | |
2019-06-11 | Merge remote-tracking branch 'tor-github/pr/990' into maint-0.3.5 | teor | |
2019-06-11 | Merge remote-tracking branch 'tor-github/pr/971' into maint-0.3.5 | teor | |
2019-06-11 | Merge remote-tracking branch 'tor-github/pr/924' into maint-0.3.5 | teor | |
2019-06-11 | Stop hard-coding env vars in the git scripts | teor | |
Set the env vars: * TOR_MASTER_NAME to override the tor master branch name, and * TOR_WKT_NAME to override the worktree path Fixes bug 30841; bugfix on 0.4.0.1-alpha. | |||
2019-06-11 | scripts/git: Stop hard-coding the bash path in the git scripts | teor | |
Some OSes don't have bash in /usr/bin, others have an ancient bash at this path. Fixes bug 30840; bugfix on 0.4.0.1-alpha. | |||
2019-06-10 | Merge branch 'maint-0.4.1' | Nick Mathewson | |
2019-06-10 | Merge branch 'maint-0.4.0' into maint-0.4.1 | Nick Mathewson | |
2019-06-10 | Merge remote-tracking branch 'tor-github/pr/1094' into maint-0.4.0 | Nick Mathewson | |
2019-06-10 | Merge branch 'maint-0.4.1' | Nick Mathewson | |
2019-06-10 | Merge branch 'maint-0.4.0' into maint-0.4.1 | Nick Mathewson | |
2019-06-10 | Merge remote-tracking branch 'tor-github/pr/1038' | Nick Mathewson | |
2019-06-10 | Merge remote-tracking branch 'tor-github/pr/1064' into maint-0.4.1 | Nick Mathewson | |
2019-06-10 | Merge branch 'bug30713_035' into bug30713_040 | teor | |
2019-06-10 | Travis: Skip test_rebind on macOS builds | teor | |
Skip test_rebind when the TOR_SKIP_TEST_REBIND environmental variable is set. Skip test_rebind on macOS in Travis builds, because it is unreliable on macOS on Travis. Fixes bug 30713; bugfix on 0.3.5.1-alpha. | |||
2019-06-10 | Travis: allow the test-stem job to fail | teor | |
Allow the test-stem job to fail in Travis, because it sometimes hangs. Fixes bug 30744; bugfix on 0.3.5.4-alpha. | |||
2019-06-07 | Tolerate net-unreachable failures in util/socketpair_ersatz | Nick Mathewson | |
This can happen when we have no network stack configured. Fixes bug 30804; bugfix on 0.2.5.1-alpha. | |||
2019-06-06 | dirauth: Return a distinct status when formatting annotations fails | teor | |
Adds ROUTER_AUTHDIR_BUG_ANNOTATIONS to was_router_added_t. The out-of-order numbering is deliberate: it will be fixed by later commits for 16564. Fixes bug 30780; bugfix on 0.2.0.8-alpha. | |||
2019-06-06 | Merge branch 'bug30781_040' into bug30781_master | teor | |
2019-06-06 | Merge branch 'bug30781_035' into bug30781_040 | teor | |
2019-06-06 | Merge branch 'bug30781_034' into bug30781_035 | teor | |
Moved fix from src/or/routerparse.c to src/feature/dirparse/routerparse.c. | |||
2019-06-06 | Merge branch 'bug30781_029' into bug30781_034 | teor | |
2019-06-06 | dirparse: Stop crashing when parsing unknown descriptor purpose annotations | teor | |
We think this bug can only be triggered by modifying a local file. Fixes bug 30781; bugfix on 0.2.0.8-alpha. | |||
2019-06-05 | Merge remote-tracking branch 'tor-github/pr/988' into maint-0.4.0 | Nick Mathewson | |
2019-06-05 | Merge remote-tracking branch 'tor-github/pr/989' into maint-0.4.0 | Nick Mathewson | |
2019-06-05 | Merge remote-tracking branch 'tor-github/pr/952' into maint-0.4.0 | Nick Mathewson | |