summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | 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
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | tor-netdir: Use `pos` not `idx` in test network constructorsIan Jackson2023-03-271-14/+14
| * | | | tor-netdir: Use `hsdir_index` for hidden service directory hashval (fmt)Ian Jackson2023-03-271-1/+4
| * | | | tor-netdir: Use `hsdir_index` for hidden service directory hashvalIan Jackson2023-03-271-11/+11
| * | | | tor-netdir: eliminate ref to abolished MdEntryIan Jackson2023-03-271-2/+2
| * | | | tor-netdir: Use `rsidx` consistent for `RouterStatusIdx`Ian Jackson2023-03-272-42/+42
|/ / / /
* | | | Merge branch 'encode-hsdesc-blinded-keys' into 'main'Nick Mathewson2023-03-275-29/+79
|\ \ \ \ | |/ / / |/| | |
| * | | Use the type system to enforce use of blinded keys.Gabriela Moldovan2023-03-275-29/+79
|/ / /
* | | Merge branch 'typos' into 'main'Ian Jackson2023-03-271-1/+1
|\ \ \
| * | | Fix typoDimitris Apostolou2023-03-241-1/+1
* | | | Merge branch 'pt_config_build' into 'main'Nick Mathewson2023-03-251-1/+57
|\ \ \ \ | |/ / / |/| | |
| * | | tor_client: Add some example code for BridgeConfig.Nick Mathewson2023-03-241-0/+49
| * | | arti-client: Make TransportConfigListBuilder public.Nick Mathewson2023-03-241-1/+8
|/ / /
* | | Merge branch 'encode_hsdesc' into 'main'Ian Jackson2023-03-2416-71/+1257
|\ \ \ | |/ / |/| |
| * | Use transparent structs instead of builders.Gabriela Moldovan2023-03-244-100/+95
| * | Refactor the inner doc tests to be more DRY.Gabriela Moldovan2023-03-241-53/+55
| * | Remove `NetdocText` and replace its uses with `String`.Gabriela Moldovan2023-03-246-66/+21
| * | Remove some unnecessary visibility restrictions.Gabriela Moldovan2023-03-243-130/+74
| * | Create a new `IntroPointDesc` type.Gabriela Moldovan2023-03-242-21/+55
| * | Use the less ambiguous inner/middle/outer terminology.Gabriela Moldovan2023-03-243-17/+19
| * | Add builder for encoding hidden service descriptors.Gabi Moldovan2023-03-2416-44/+1280
| * | Define constants for `AuthClient` field lengths.Gabriela Moldovan2023-03-242-7/+19
| * | Implement `ItemArgument` for `String`.Gabriela Moldovan2023-03-241-0/+6
|/ /
* | Merge branch 'rpc-meta-draft' into 'main'Ian Jackson2023-03-241-0/+568
|\ \