summaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Expand)AuthorAgeFilesLines
...
* Update notify to 7.xIan Jackson2024-10-301-20/+19
* cargo updateIan Jackson2024-10-301-191/+188
* Merge branch 'tor-genaddr' into 'main'Nick Mathewson2024-10-291-0/+13
|\
| * Remove re-export of "unix" from tor_rtcompat.Nick Mathewson2024-10-291-0/+1
| * Extract general::SocketAddr and its unix friends to their own crate.Nick Mathewson2024-10-291-0/+12
* | tor-config-path: moved `tor_config::path` to hereSteven Engler2024-10-291-0/+12
* | tor-config-path: added empty packageSteven Engler2024-10-291-0/+5
|/
* tor-config: use 'path' feature of shellexpandSteven Engler2024-10-281-0/+22
* Merge branch 'bug1531' into 'main'Ian Jackson2024-10-211-4/+4
|\
| * Convert a few crates to slotmap-carefulNeel Chauhan2024-10-171-4/+4
* | rpc: Allow the "RpcError.kinds" to be an RpcErrorKind.Nick Mathewson2024-10-171-12/+0
* | Merge branch 'fs-watcher-poll' into 'main'gabi-2502024-10-171-0/+1
|\ \
| * | tor-config: Use a polling watcher on non-windows platforms that don't have in...Gabriela Moldovan2024-10-161-0/+1
| |/
* | Merge branch 'general_socketaddr_ops' into 'main'Nick Mathewson2024-10-171-0/+8
|\ \
| * | rtcompat: Add a fuzzer for round-trip general::SocketAddr parsing.Nick Mathewson2024-10-161-0/+1
| * | general::SocketAddr: Add unit testsNick Mathewson2024-10-161-0/+7
* | | Merge branch 'fix-arti-relay-deps' into 'main'opara2024-10-161-1/+0
|\ \ \ | |_|/ |/| |
| * | arti: remove 'relay' subcommand and 'arti-relay' depSteven Engler2024-10-151-1/+0
| |/
* / Update to pwd-grp 1.xIan Jackson2024-10-151-144/+50
|/
* Merge branch 'mq-toplevel' into 'main'Ian Jackson2024-10-151-0/+2
|\
| * 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
|\ \ | |/ |/|