summaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Expand)AuthorAgeFilesLines
...
* | rpclib: FFI for opening data streams.Nick Mathewson2024-09-091-0/+1
* | rpclib: Support opening a data stream.Nick Mathewson2024-09-091-0/+1
|/
* Rename tor-keys crate to tor-key-forgeDavid Goulet2024-09-041-19/+19
* tor-keymgr: Use tor-keys crate and remove dead codeDavid Goulet2024-09-041-0/+2
* tor-keys: Move HS crypto keys impl from tor-keymgrDavid Goulet2024-09-041-0/+1
* tor-keys: Copy several types/traits from tor-keymgrDavid Goulet2024-09-041-1/+4
* tor-keys: Automatically implement keymgr traitDavid Goulet2024-09-041-0/+1
* tor-keys: New crate for Tor key declarationDavid Goulet2024-09-041-0/+12
* arti: Proper testing of the memory limit config parsingIan Jackson2024-09-041-0/+1
* arti-client: Unstable cargo feature for exposing info for testingIan Jackson2024-09-041-0/+1
* tor-memquota: Unstable cargo feature for exposing info for testingIan Jackson2024-09-041-0/+1
* connection-checker: Do not enable arti "experimental" featureIan Jackson2024-09-041-0/+1
* Add memquota cargo features to arti and arti-clientIan Jackson2024-09-041-0/+1
* tor-memquota: Rework optionality configurationIan Jackson2024-09-041-1/+0
* tor-memquota: Add unit tests for config handlingIan Jackson2024-09-041-0/+1
* Bump arti crate to 1.2.7Gabriela Moldovan2024-09-031-1/+1
* Bump all the unstable tor- and arti- crates to 0.22.0.Gabriela Moldovan2024-09-031-40/+40
* Bump the versions of the non-{arti-,tor-} crates.Gabriela Moldovan2024-09-031-6/+6
* oneshot-fused-workaround: Set the initial version to 0.1.0.Gabriela Moldovan2024-09-031-1/+1
* tor-async-utils: Re-export oneshot-fused-workaround as oneshot.Gabriela Moldovan2024-09-031-0/+1
* Run cargo update in preparation for release.Gabriela Moldovan2024-09-021-259/+247
* Merge branch 'ahf/macos-cross-build' into 'main'Alexander Hansen Færøy2024-09-021-2/+3
|\
| * Bump CC version to 1.1.15.Alexander Færøy2024-09-011-2/+3
* | Move stream_peek into tor-async-utilsJim Newsome2024-08-291-1/+3
* | tor-rtmock: remove dependency on tor-async-utilsJim Newsome2024-08-281-1/+0
* | extract tor_async_utils::oneshot into ::oneshot-fused-workaroundJim Newsome2024-08-281-0/+19
* | rpc: Use MockRuntime for set_proxy_info test.Nick Mathewson2024-08-281-0/+1
* | arti: Define a new ArtiRpcSession type.Nick Mathewson2024-08-281-0/+1
* | byte_qty: Support deserialising from strings and floatsIan Jackson2024-08-271-0/+2
* | byte_qty: Implement FromStr, and improve Display implIan Jackson2024-08-271-0/+1
* | Merge branch 'live-reload' into 'main'gabi-2502024-08-221-0/+10
|\ \
| * | arti: Use a postage::watch channel in the tests.Gabriela Moldovan2024-08-221-0/+2
| * | arti: Add test for config reloading.Gabriela Moldovan2024-08-211-0/+1
| * | tor-config: Write tests for FileWatcher.Gabriela Moldovan2024-08-211-0/+2
| * | tor-config: Add getters for FileWatcher.Gabriela Moldovan2024-08-211-0/+1
| * | tor-config: Make FileWatcher use an opaque channel type.Gabriela Moldovan2024-08-211-0/+2
| * | tor-config: Give FileWatcherBuilder a handle to the runtime.Gabriela Moldovan2024-08-211-0/+1
| * | tor-config: Move FileWatcher to tor-config.Gabriela Moldovan2024-08-211-0/+1
* | | Merge branch 'optional-managed-pts' into 'main'Nick Mathewson2024-08-221-0/+1
|\ \ \ | |_|/ |/| |
| * | tor-ptmgr: added a 'managed-pts' default featureSteven Engler2024-08-211-0/+1
* | | Merge branch 'peekable-poll-set' into 'main'Jim Newsome2024-08-211-0/+2
|\ \ \ | |_|/ |/| |
| * | StreamMap: Use StreamUnobtrusivePeeker instead of PeekableJim Newsome2024-08-211-0/+1
| * | StreamUnobtrusivePeeker: implement PeekableStream and UnobtrusivePeekableStreamJim Newsome2024-08-211-0/+1
| |/
* | keymanip: Make blind_pubkey exist unconditionallyNick Mathewson2024-08-211-0/+1
* | relay: Add basic configuration and builderDavid Goulet2024-08-201-0/+13
|/
* rpcserver: Use slotmap-careful instead of generational-arena.Nick Mathewson2024-08-141-10/+1
* Merge branch 'careful-slotmap' into 'main'Nick Mathewson2024-08-141-0/+13
|\
| * New `slotmap-careful` crate to use when we mustn't re-use keys.Nick Mathewson2024-08-081-0/+13
* | Resolve unreachable_patterns warnings from nightly.Nick Mathewson2024-08-131-0/+1
* | Merge branch 'rpc-describe' into 'main'Nick Mathewson2024-08-131-0/+1
|\ \