summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Generate a new KP_hss_desc_enc keypair for each new descriptor.Gabriela Moldovan2023-03-312-33/+51
| * | | | | | Remove unnecessary test constant.Gabriela Moldovan2023-03-312-14/+8
| * | | | | | Add an encode-decode test for descriptors with client auth.Gabriela Moldovan2023-03-311-23/+96
| * | | | | | Use constants instead of magic numbers.Gabriela Moldovan2023-03-311-6/+10
| * | | | | | Stop requiring the caller to supply `AuthClient`s.Gabriela Moldovan2023-03-315-102/+166
|/ / / / / /
* | | | | | Merge branch 'update_once_more' into 'main'gabi-2502023-03-311-82/+25
|\ \ \ \ \ \
| * | | | | | Run cargo-update to move away from yanked versions of "windows"Nick Mathewson2023-03-311-82/+25
|/ / / / / /
* | | / / / Remove semver.md files.Nick Mathewson2023-03-318-13/+0
| |_|/ / / |/| | | |
* | | | | Remove "publish = false" from tor-hsclient.arti-v1.1.3Nick Mathewson2023-03-311-2/+0
* | | | | Merge branch 'version_bump' into 'main'gabi-2502023-03-3134-209/+209
|\ \ \ \ \
| * | | | | Patchlevel bumps for crates whose dependencies just changed.Nick Mathewson2023-03-3119-33/+33
| * | | | | Bump crate versions that have breaking changesNick Mathewson2023-03-3121-32/+32
| * | | | | Bump patchlevel on crates with non-breaking changesNick Mathewson2023-03-3129-126/+126
| * | | | | Bump patchlevel on crates with semver-irrelevant changes.Nick Mathewson2023-03-3110-18/+18
|/ / / / /
* | | | | 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
|\ \ \ \