summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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 '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
| |/ /
* | | Upgrade dependency to latest rusqlite.Nick Mathewson2023-03-301-1/+1
* | | Upgrade dependency to latest async-native-tls.Nick Mathewson2023-03-301-1/+1
* | | Move functionality from tor_basic_utils to tor_async_utilsNick Mathewson2023-03-2911-205/+231
* | | Make a new empty tor-async-utils crate.Nick Mathewson2023-03-293-0/+71
|/ /
* | 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
| |/ /
* | | arti-client: add accessors for `Blockage`eta2023-03-281-1/+13
* | | Remove hard-coded test certs.Gabriela Moldovan2023-03-274-98/+86
* | | Make the HS encoder randomness source injectable.Gabriela Moldovan2023-03-275-50/+46
* | | 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
|/ /
* / Use the type system to enforce use of blinded keys.Gabriela Moldovan2023-03-275-29/+79
|/
* 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
* 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-2415-44/+1278
* Define constants for `AuthClient` field lengths.Gabriela Moldovan2023-03-242-7/+19
* Implement `ItemArgument` for `String`.Gabriela Moldovan2023-03-241-0/+6
* Merge branch 'openssl_update' into 'main'Ian Jackson2023-03-241-1/+1
|\
| * Update required openssl versionNick Mathewson2023-03-241-1/+1
* | Fix typosDimitris Apostolou2023-03-241-1/+1
|/
* Merge branch 'paths' into 'main'Alexander Færøy2023-03-232-5/+64
|\
| * tor-config: Apply deferred rustfmt churnIan Jackson2023-03-211-4/+4
| * tor-config: Do minimal $ and ~ handling even without expand-pathsIan Jackson2023-03-212-2/+58