Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-10 | Update to 0.4.4.0-alpha-devtor-0.4.4.0-alpha-dev | Nick Mathewson | |
2020-02-10 | Merge branch 'maint-0.4.3' | Nick Mathewson | |
"ours" merge to avoid version bump. | |||
2020-02-10 | Update to 0.4.3.2-alpha-dev | Nick Mathewson | |
2020-02-10 | Correction to changelog from dgoulettor-0.4.3.2-alpha | Nick Mathewson | |
2020-02-10 | One more light changelog edit. | Nick Mathewson | |
2020-02-10 | Light edits on the 0.4.3.2-alpha changelog | Nick Mathewson | |
2020-02-10 | start on 0.4.3.2-alpha changelog | Nick Mathewson | |
2020-02-10 | Merge branch 'bug33104_041' | Nick Mathewson | |
2020-02-10 | Merge branch 'maint-0.4.2' | Nick Mathewson | |
2020-02-10 | Merge branch 'maint-0.4.1' into maint-0.4.2 | Nick Mathewson | |
2020-02-10 | Merge branch 'maint-0.4.0' into maint-0.4.1 | Nick Mathewson | |
2020-02-10 | Merge branch 'maint-0.3.5' into maint-0.4.0maint-0.4.0 | Nick Mathewson | |
2020-02-10 | Merge branch 'bug33212_035' into maint-0.3.5 | Nick Mathewson | |
2020-02-10 | bump to 0.4.3.2-alpha | Nick Mathewson | |
2020-02-10 | Fix a Rust compilation warning; resolve bug 33212. | Nick Mathewson | |
2020-02-10 | Add tests for control_event_signal. | Nick Mathewson | |
2020-02-10 | Merge remote-tracking branch 'tor-github/pr/1711' | Nick Mathewson | |
2020-02-10 | stats: Fix a function comment typo in rephist.c | teor | |
Comment-only change. | |||
2020-02-07 | changes file for tickets 32928, 32929 | Taylor Yu | |
2020-02-07 | Updated introductory text for CIRCUIT TIMEOUT and DORMANT MODE options | swati | |
2020-02-06 | Added a section for Dormant mode options | swati | |
2020-02-06 | Merge branch 'bug33103' | Nick Mathewson | |
2020-02-06 | Merge remote-tracking branch 'public/practracker_regen_overbroad_2' | Nick Mathewson | |
2020-02-06 | test: Missing hs_init() in some hs_control tests | David Goulet | |
Without the hs_init(), the caches are not initialized and the previous commit was causing an assert due to the missing caches. But regardless of that, those tests were not initializing but were calling hs_free_all(). Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2020-02-06 | hs-v3: Remove descriptor when we remove client authorization | David Goulet | |
When the ONION_CLIENT_AUTH_REMOVE command is given to tor, now also remove the descriptor associated with the client authorization credentials. Fixes #33148 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2020-02-05 | Fix a memory leak in handling GETINFO. | Nick Mathewson | |
Fixes bug 33103; bugfix on 0.4.3.1-alpha. | |||
2020-02-06 | Merge branch 'pr1701-fix-typo' | teor | |
2020-02-06 | configure: Fix and improve summary pretty printing | David Goulet | |
Fixes #32230 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2020-02-05 | Added the NodeFamily option to Node Selection Options section | swati | |
2020-02-05 | Merge remote-tracking branch 'tor-github/pr/1703' | Nick Mathewson | |
2020-02-05 | Updated the introductory text and titles of Timeout and Node selection options | swati | |
2020-02-04 | Merge branch 'tor-github/pr/1704' | George Kadianakis | |
2020-02-04 | Merge branch 'tor-github/pr/1700' | George Kadianakis | |
2020-02-04 | address: Fix comments in address.h | teor | |
And improve inline function spacing, and function declaration spacing. Comment-only change. | |||
2020-02-03 | go in to fix one typo, end up fixing more | Roger Dingledine | |
2020-02-03 | practracker: use shutil.move so --regen will work on windows | Nick Mathewson | |
On windows you can't os.rename() a file if the target filename already exists. | |||
2020-02-03 | practracker: integration tests for --regen and --regen-overbroad | Nick Mathewson | |
2020-02-03 | practracker: add a --regen-overbroad option to remove overbroad exceptions. | Nick Mathewson | |
Closes ticket 32372. | |||
2020-02-03 | hs-v3: Purge ephemeral client auth on NEWNYM | David Goulet | |
Fixes #33139. Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2020-02-03 | Remove unused import UserDict | Christian Clauss | |
Fixes: https://trac.torproject.org/projects/tor/ticket/32791#comment:3 Unblocks: #1686 | |||
2020-02-01 | Added Timeout and Node Sections to the Tor Manual | swati | |
2020-01-30 | Merge branch 'tor-github/pr/1687' | David Goulet | |
2020-01-30 | Merge branch 'tor-github/pr/1692' | David Goulet | |
2020-01-30 | Merge branch 'tor-github/pr/1697' | David Goulet | |
2020-01-30 | Fix a changelog typo | Nick Mathewson | |
2020-01-30 | Merge branch 'maint-0.4.2' | Nick Mathewson | |
Using "ours" strategy to avoid version bump. | |||
2020-01-30 | Merge branch 'maint-0.4.1' into maint-0.4.2 | Nick Mathewson | |
Using "ours" strategy to avoid version bump | |||
2020-01-30 | bump to 0.4.2.6-dev | Nick Mathewson | |
2020-01-30 | Bump to 0.4.1.8-dev | Nick Mathewson | |
2020-01-30 | hs-v2: Turn logs into protocol warning | David Goulet | |
All of those can be triggered remotely so change them to protocol warnings. Fixes #32706 Signed-off-by: David Goulet <dgoulet@torproject.org> |