summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-02-10Correction to changelog from dgoulettor-0.4.3.2-alphaNick Mathewson
2020-02-10One more light changelog edit.Nick Mathewson
2020-02-10Light edits on the 0.4.3.2-alpha changelogNick Mathewson
2020-02-10start on 0.4.3.2-alpha changelogNick Mathewson
2020-02-10Merge branch 'bug33104_041'Nick Mathewson
2020-02-10Merge branch 'maint-0.4.2'Nick Mathewson
2020-02-10Merge branch 'maint-0.4.1' into maint-0.4.2Nick Mathewson
2020-02-10Merge branch 'maint-0.4.0' into maint-0.4.1Nick Mathewson
2020-02-10Merge branch 'maint-0.3.5' into maint-0.4.0maint-0.4.0Nick Mathewson
2020-02-10Merge branch 'bug33212_035' into maint-0.3.5Nick Mathewson
2020-02-10bump to 0.4.3.2-alphaNick Mathewson
2020-02-10Fix a Rust compilation warning; resolve bug 33212.Nick Mathewson
2020-02-10Add tests for control_event_signal.Nick Mathewson
2020-02-10Merge remote-tracking branch 'tor-github/pr/1711'Nick Mathewson
2020-02-10stats: Fix a function comment typo in rephist.cteor
Comment-only change.
2020-02-07changes file for tickets 32928, 32929Taylor Yu
2020-02-07Updated introductory text for CIRCUIT TIMEOUT and DORMANT MODE optionsswati
2020-02-06Added a section for Dormant mode optionsswati
2020-02-06Merge branch 'bug33103'Nick Mathewson
2020-02-06Merge remote-tracking branch 'public/practracker_regen_overbroad_2'Nick Mathewson
2020-02-06test: Missing hs_init() in some hs_control testsDavid 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-06hs-v3: Remove descriptor when we remove client authorizationDavid 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-05Fix a memory leak in handling GETINFO.Nick Mathewson
Fixes bug 33103; bugfix on 0.4.3.1-alpha.
2020-02-06Merge branch 'pr1701-fix-typo'teor
2020-02-06configure: Fix and improve summary pretty printingDavid Goulet
Fixes #32230 Signed-off-by: David Goulet <dgoulet@torproject.org>
2020-02-05Added the NodeFamily option to Node Selection Options sectionswati
2020-02-05Merge remote-tracking branch 'tor-github/pr/1703'Nick Mathewson
2020-02-05Updated the introductory text and titles of Timeout and Node selection optionsswati
2020-02-04Merge branch 'tor-github/pr/1704'George Kadianakis
2020-02-04Merge branch 'tor-github/pr/1700'George Kadianakis
2020-02-04address: Fix comments in address.hteor
And improve inline function spacing, and function declaration spacing. Comment-only change.
2020-02-03go in to fix one typo, end up fixing moreRoger Dingledine
2020-02-03practracker: use shutil.move so --regen will work on windowsNick Mathewson
On windows you can't os.rename() a file if the target filename already exists.
2020-02-03practracker: integration tests for --regen and --regen-overbroadNick Mathewson
2020-02-03practracker: add a --regen-overbroad option to remove overbroad exceptions.Nick Mathewson
Closes ticket 32372.
2020-02-03hs-v3: Purge ephemeral client auth on NEWNYMDavid Goulet
Fixes #33139. Signed-off-by: David Goulet <dgoulet@torproject.org>
2020-02-03Remove unused import UserDictChristian Clauss
Fixes: https://trac.torproject.org/projects/tor/ticket/32791#comment:3 Unblocks: #1686
2020-02-01Added Timeout and Node Sections to the Tor Manualswati
2020-01-30Merge branch 'tor-github/pr/1687'David Goulet
2020-01-30Merge branch 'tor-github/pr/1692'David Goulet
2020-01-30Merge branch 'tor-github/pr/1697'David Goulet
2020-01-30Fix a changelog typoNick Mathewson
2020-01-30Merge branch 'maint-0.4.2'Nick Mathewson
Using "ours" strategy to avoid version bump.
2020-01-30Merge branch 'maint-0.4.1' into maint-0.4.2Nick Mathewson
Using "ours" strategy to avoid version bump
2020-01-30bump to 0.4.2.6-devNick Mathewson
2020-01-30Bump to 0.4.1.8-devNick Mathewson
2020-01-30hs-v2: Turn logs into protocol warningDavid Goulet
All of those can be triggered remotely so change them to protocol warnings. Fixes #32706 Signed-off-by: David Goulet <dgoulet@torproject.org>
2020-01-30copy 0.4.1.8 and 0.4.2.6 entries to master ChangeLog, ReleaseNotes.Nick Mathewson
2020-01-30Merge branch 'bug32673_035'Nick Mathewson
2020-01-30Merge branch 'bug33093_logging_035'Nick Mathewson