summaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Expand)AuthorAgeFilesLines
...
| * memquota: Change ToplevelAccount to be an alias for Arc<MemoryQuotaTracker>Ian Jackson2024-10-151-0/+2
* | arti: Bump secmem-proc to fix the build errors on FreeBSD.Gabriela Moldovan2024-10-151-2/+2
|/
* Merge branch 'hs-client-pow' into 'main'Ian Jackson2024-10-151-14/+6
|\
| * hs-pow: Refactor to prefer stub types rather than cfg sprawl.Wesley Aptekar-Cassels2024-10-091-0/+2
| * tor-hspow: Big refactor, dissolve this crateWesley Aptekar-Cassels2024-10-091-19/+3
| * First pass at implementing onion proof-of-work clientWesley Aptekar-Cassels2024-10-091-0/+5
| * tor-cell: Support encoding proofs-of-work in intro_payloadWesley Aptekar-Cassels2024-10-091-0/+1
* | arti-rpc-client-core: remove 'c_str_macro' dependencySteven Engler2024-10-091-7/+0
|/
* tor-keymgr: Add a keystore for C Tor client keys.Gabriela Moldovan2024-10-081-0/+1
* tor-keymgr: Add a keystore for C Tor service keys.Gabriela Moldovan2024-10-081-0/+1
* tor-keymgr: Add configuration for C Tor service keystores.Gabriela Moldovan2024-10-081-0/+1
* Merge branch 'bump-futures-util' into 'main'Nick Mathewson2024-10-071-14/+14
|\
| * cargo-audit Bump our various futures-* deps to 0.3.31.Gabriela Moldovan2024-10-071-14/+14
* | memquota: Add a toplevel account in tor-chanmgrIan Jackson2024-10-031-0/+1
* | tor-chanmgr: Provide a variant for memquota errorsIan Jackson2024-10-031-0/+1
|/
* tor-memquota: Add an example for HasMemoryCost deriveIan Jackson2024-10-021-0/+1
* Some HasMemoryCost impls in tor-protoIan Jackson2024-10-021-0/+2
* Some HasMemoryCost impls in tor-cellIan Jackson2024-10-021-0/+2
* Some HasMemoryCost impls in tor-linkspecIan Jackson2024-10-021-0/+1
* Some HasMemoryCost impls in tor-hscryptoIan Jackson2024-10-021-0/+2
* Some HasMemoryCost impls in tor-llcryptoIan Jackson2024-10-021-0/+2
* Some HasMemoryCost impls in tor-unitsIan Jackson2024-10-021-0/+2
* tor-memquota: Provide facilities for deriving HasMemoryCostIan Jackson2024-10-021-0/+1
* Merge branch 'socksproto-3' into 'main'Ian Jackson2024-10-011-0/+6
|\
| * arti-rpc-client-core: Use new tor-socksproto APIIan Jackson2024-10-011-0/+1
| * tor-socksproto: Introduce new APIIan Jackson2024-10-011-0/+4
| * tor-socksproto: Factor out return value handlingIan Jackson2024-10-011-0/+1
* | tor-async-utils: Provide tests for ErasedSinkTrySendErrorIan Jackson2024-10-011-0/+1
* | tor-async-utils: Implement SinkTrySend for mpsc::SenderIan Jackson2024-10-011-0/+2
* | Merge branch 'dyn-time' into 'main'Ian Jackson2024-10-011-0/+2
|\ \ | |/ |/|
| * tor-memquota: Erase the CoarseTimeProvider from mq_queue::SenderIan Jackson2024-09-261-0/+1
| * tor-rtcompat: Introduce DynTimeProviderIan Jackson2024-09-261-0/+1
* | Merge branch 'typed-index-approx' into 'main'Nick Mathewson2024-09-301-3/+3
|\ \
| * | Fix typed-index-collections versions to ~3.1.0Nick Mathewson2024-09-301-3/+3
* | | Merge branch 'orport' into 'main'opara2024-09-301-0/+1
|\ \ \ | |/ / |/| |
| * | tor-basic-utils: add `n_key_list` macroSteven Engler2024-09-231-0/+1
* | | Merge branch 'bug_1632' into 'main'Nick Mathewson2024-09-301-13/+98
|\ \ \
| * | | tor-llcrypto: replace simple_asn1 dependency with der_parserMorgan2024-09-281-13/+98
| | |/ | |/|
* | | Merge branch 'arti-1.2.8-bumps' into 'main'arti-v1.2.8Nick Mathewson2024-09-301-53/+53
|\ \ \
| * | | Bump "arti" crate to 1.2.8Nick Mathewson2024-09-301-1/+1
| * | | Bump arti- and tor- crates to 0.23.0Nick Mathewson2024-09-301-42/+42
| * | | Minor bumps on non-tor/arti cratesNick Mathewson2024-09-301-10/+10
| |/ /
* | | downgrade typed-index-collections to 3.1.0Nick Mathewson2024-09-301-2/+2
* | | Run "cargo update" in preparation for 1.2.8Nick Mathewson2024-09-301-223/+192
|/ /
* | Merge branch 'msrv-1.77-and-rusqlite-update' into 'main'David Goulet2024-09-261-12/+12
|\ \
| * | Upgrade to rusqlite 0.32.1.Nick Mathewson2024-09-251-14/+14
* | | Upgrade to derive_more version 1.0.0Nick Mathewson2024-09-251-7/+31
* | | Upgrade to latest version of float-cmp.Nick Mathewson2024-09-251-2/+2
|/ /
* | obfs4-checker: update axum to 0.7.6Steven Engler2024-09-241-121/+29
* | add example: axum router as onion servicetidely2024-09-241-4/+100