summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Changelog: Move "Major bugfixes" to the top.Nick Mathewson2023-03-311-5/+5
* | | | | Finish (?) CHANGELOG.md for 1.1.3Nick Mathewson2023-03-311-4/+64
* | | | | Add Gabi to exclude_contributors.Nick Mathewson2023-03-311-0/+3
* | | | | Update CHANGELOG for last few commits.Nick Mathewson2023-03-311-2/+4
* | | | | Merge branch 'doc_fixes' into 'main'Nick Mathewson2023-03-301-1/+1
|\ \ \ \ \
| * | | | | tor-hsclient: Fix a doc link.Nick Mathewson2023-03-301-1/+1
* | | | | | Merge branch 'update-20220330' into 'main'Nick Mathewson2023-03-301-212/+249
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Run cargo update in preparation for release tomorrow.Nick Mathewson2023-03-301-212/+249
* | | | | | Merge branch 'fix-broken-doc-links' into 'main'Nick Mathewson2023-03-302-5/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix broken doc link.Gabriela Moldovan2023-03-272-5/+5
* | | | | | Merge branch 'plumb' into 'main'Alexander Færøy2023-03-306-49/+69
|\ \ \ \ \ \
| * | | | | | Run rustfmtIan Jackson2023-03-302-21/+18
| * | | | | | arti-client: Call HsCircPool::launch_background_tasksIan Jackson2023-03-301-4/+13
| * | | | | | tor-hsconn: Rename ConnError (from HsClientConnError)Ian Jackson2023-03-305-21/+21
| * | | | | | arti-client: When making hs conn, wait for bootstrapIan Jackson2023-03-301-0/+3
| * | | | | | tor-client: Pass a netdir for each requestIan Jackson2023-03-304-16/+27
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'workflow' into 'main'Ian Jackson2023-03-301-1/+22
|\ \ \ \ \ \
| * | | | | | CONTRIBUTING.md: Add some refs for git autosquashIan Jackson2023-03-301-1/+5
| * | | | | | CONTRIBUTING.md: Discourage contributors from rebasing (typo fix)Ian Jackson2023-03-301-1/+1
| * | | | | | CONTRIBUTING.md: Improve wording re not squashingNick Mathewson2023-03-301-1/+1
| * | | | | | CONTRIBUTING.md: Document X X X conventionIan Jackson2023-03-301-0/+7
| * | | | | | CONTRIBUTING.md: Add more notes about TODOsIan Jackson2023-03-301-1/+5
| * | | | | | CONTRIBUTING.md: Discourage contributors from rebasingIan Jackson2023-03-301-0/+6
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'send' into 'main'Alexander Færøy2023-03-301-2/+1
|\ \ \ \ \ \
| * | | | | | tor-circmgr: Make take_or_launch_stub_circuit future SendIan Jackson2023-03-301-2/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'ring' into 'main'gabi-2502023-03-301-7/+17
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | tor-netdir: Implmeent HsDirRing::find_posIan Jackson2023-03-301-2/+3
| * | | | | tor-netdir: Make the hsdir ring be a TiVecIan Jackson2023-03-301-5/+14
| |/ / / /
* | | | | Merge branch 'upgrades-20220330' into 'main'gabi-2502023-03-303-89/+116
|\ \ \ \ \
| * | | | | Upgrade dependency to latest rusqlite.Nick Mathewson2023-03-302-13/+13
| * | | | | Upgrade dependency to latest async-native-tls.Nick Mathewson2023-03-302-77/+104
|/ / / / /
* | | | | Initial changelog draft for 1.1.3Nick Mathewson2023-03-301-0/+99
* | | | | Merge branch 'async-utils' into 'main'Nick Mathewson2023-03-2914-211/+318
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Move functionality from tor_basic_utils to tor_async_utilsNick Mathewson2023-03-2912-211/+237
| * | | | Make a new empty tor-async-utils crate.Nick Mathewson2023-03-295-0/+81
|/ / / /
* | | | Merge branch 'blind' into 'main'Ian Jackson2023-03-292-29/+34
|\ \ \ \
| * | | | tor-hscrypto: key blinding: Use consistent terminologyIan Jackson2023-03-281-10/+12
| * | | | tor-llcrypto: key blinding: Use consistent terminologyIan Jackson2023-03-281-19/+22
* | | | | Merge branch 'hspre' into 'main'Ian Jackson2023-03-298-14/+34
|\ \ \ \ \
| * | | | | Tidy up an unused import warningIan Jackson2023-03-281-1/+3
| * | | | | Pass HS identity to hsclient connection functionIan Jackson2023-03-282-2/+10
| * | | | | Pass HsCircPool to hsclient connect function, not CircMgr (fmt)Ian Jackson2023-03-281-5/+5
| * | | | | Pass HsCircPool to hsclient connect function, not CircMgrIan Jackson2023-03-283-7/+11
| * | | | | Add some missing importsIan Jackson2023-03-283-3/+9
| |/ / / /
* | | | | Merge branch 'fix-blockage-accessors' into 'main'Ian Jackson2023-03-291-1/+13
|\ \ \ \ \
| * | | | | arti-client: add accessors for `Blockage`eta2023-03-281-1/+13
|/ / / / /
* | | | | Merge branch 'hsdesc-encoder-generic-rng' into 'main'Nick Mathewson2023-03-275-147/+131
|\ \ \ \ \
| * | | | | Remove hard-coded test certs.Gabriela Moldovan2023-03-274-98/+86
| * | | | | Make the HS encoder randomness source injectable.Gabriela Moldovan2023-03-275-50/+46
|/ / / / /
* | | | | Merge branch 'idx' into 'main'gabi-2502023-03-272-68/+71
|\ \ \ \ \ | |/ / / / |/| | | |