summaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|\ \
| * | Unstable RPC method to dump method information.Nick Mathewson2024-08-121-0/+1
| |/
* | Merge branch '1144-std-backtrace' into 'main'David Goulet2024-08-121-3/+0
|\ \ | |/ |/|
| * Use std::backtrace instead of backtrace crateRobin Leander Schröder2024-08-011-3/+0
* | tor-hsservice: Add restricted discovery configuration.Gabriela Moldovan2024-08-051-0/+2
* | Merge branch 'version-bumps-arti-v1.2.6' into 'main'Nick Mathewson2024-08-011-44/+44
|\ \
| * | Bump "arti" crate to 1.2.6Nick Mathewson2024-08-011-1/+1
| * | Bump versions for tor- and arti- crates to 0.21.0Nick Mathewson2024-08-011-40/+40
| * | Minor bumps on fslock-guard, fs-mistrust, equixNick Mathewson2024-08-011-3/+3
| |/
* | Unpin ccIan Jackson2024-08-011-1/+0
* | Cargo.lock: Downgrade cc againIan Jackson2024-08-011-10/+11
* | Run "cargo update" in preparation for release.Nick Mathewson2024-08-011-261/+307
|/
* ffi: use void to omit unreachable "on invalid" blocksNick Mathewson2024-07-311-0/+1
* rpc: Initial core of an FFI interface.Nick Mathewson2024-07-311-0/+8
* Update bytemuck to 1.16.3; previous version was yanked.Nick Mathewson2024-07-311-2/+2
* arti: Add tests for the arti hss subcommand.Gabriela Moldovan2024-07-301-0/+158
* tor-memquota: Provide StreamUnobtrusivePeekerIan Jackson2024-07-241-0/+1
* rpclib: Initial tests for RpcConnNick Mathewson2024-07-241-0/+3
* rpclib: Test low-level reader/writer.Nick Mathewson2024-07-241-1/+40
* Bump openssl to 0.10.66 to satisfy cargo-audit.Gabriela Moldovan2024-07-221-4/+4
* Merge branch 'arti-rpc-client-core-v4' into 'main'Nick Mathewson2024-07-161-0/+12
|\
| * rpc client: Documentation.Nick Mathewson2024-07-161-0/+1
| * WIP: Lower and middle levels of Arti rpc core.Nick Mathewson2024-07-161-0/+11
* | Merge branch 'rpcbase-testing' into 'main'gabi-2502024-07-161-0/+1
|\ \ | |/ |/|
| * rpc: Test some lower level dispatch internals.Nick Mathewson2024-07-151-0/+1
* | Upgrade bytes to 1.6.1, to appease cargo-audit.Nick Mathewson2024-07-151-2/+2
|/