summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Bump minor version of fs-mistrustIan Jackson2025-02-0714-14/+14
* Merge branch 'versions' into 'main'Ian Jackson2025-02-0649-454/+454
|\
| * Version bumps to 0.27.0Ian Jackson2025-02-0648-437/+437
| * Bump arti crate version to 1.4.0Ian Jackson2025-02-063-3/+3
| * fs-mistrust: bump minor version, and in-tree depsIan Jackson2025-02-0614-14/+14
* | Merge branch 'fixup-features' into 'main'Ian Jackson2025-02-068-2/+16
|\ \
| * | Fix Cargo.toml features formattingIan Jackson2025-02-067-7/+18
| * | Add some missing "full" featuresIan Jackson2025-02-068-7/+10
| |/
* | Merge branch 'file-watcher' into 'main'Ian Jackson2025-02-061-16/+22
|\ \
| * | file_watcher: Remove some now-unused thingsIan Jackson2025-02-061-8/+10
| * | file_watcher: Use .borrow_mut and sync MutexIan Jackson2025-02-061-10/+4
| * | file_watcher: Add some commentary about Event semanticsIan Jackson2025-02-061-0/+10
| |/
* | Merge branch 'key-file-macro' into 'main'gabi-2502025-02-064-60/+102
|\ \ | |/ |/|
| * tor-keymgr: Use @ to annotate internal macro branches.Gabriela Moldovan2025-02-061-3/+3
| * tor-keymgr: Define the test key constants using a macro.Gabriela Moldovan2025-02-062-42/+84
| * tor-keymgr: Rename test constants to match file names.Gabriela Moldovan2025-02-063-30/+30
* | tor-proto: remove `use asynchronous_codec as futures_codec`Neel Chauhan2025-02-063-18/+18
* | tor-proto: Make ControlHandler::handler return non-optional result.Gabriela Moldovan2025-02-062-14/+14
* | tor-proto: Turn some CtrlMsgs into CtrlCmds.Gabriela Moldovan2025-02-063-147/+166
* | tor-proto: Make shutdown a CtrlCmd.Gabriela Moldovan2025-02-063-26/+58
|/
* Merge branch 'update' into 'main'Ian Jackson2025-02-066-6/+6
|\
| * Upgrade to dirs 6Ian Jackson2025-02-052-2/+2
| * Upgrade to downcast-rs 2Ian Jackson2025-02-054-4/+4
* | Merge branch 'reactor-refactor-1' into 'main'gabi-2502025-02-058-432/+339
|\ \ | |/ |/|
| * proto: Fix feature gated importDavid Goulet2025-02-041-2/+5
| * proto: Move the begin cell handling into CircHopDavid Goulet2025-02-042-47/+38
| * proto: Move the close stream action into CircHopDavid Goulet2025-02-041-51/+55
| * proto: Remove ConversationInHandlerDavid Goulet2025-02-048-125/+9
| * proto: Introduce a reactor ControlHandlerDavid Goulet2025-02-042-223/+248
* | rpclib: Improve output for ConnectFailureNick Mathewson2025-02-042-2/+58
* | rpclib: Include sources when formatting FFI errors.Nick Mathewson2025-02-041-2/+14
* | rpclib: Obey error Display convention wrt sources.Nick Mathewson2025-02-044-26/+25
* | tor-error: Implement ErrorReport for dyn StdError + 'static.Nick Mathewson2025-02-041-0/+6
* | tor-error: Refor to the correct trait.Nick Mathewson2025-02-041-1/+1
|/
* rpclib: Move socketpair to a testing module; use it in llconn testsNick Mathewson2025-02-034-33/+39
* rpclib: In tests, use an ersatz socketpair on windows.Nick Mathewson2025-02-032-3/+35
* rpclib: make conn::complex use fewer iterations.Nick Mathewson2025-02-031-1/+1
* Merge branch 'test_extend_ntor-fix' into 'main'David Goulet2025-02-031-1/+1
|\
| * tor-proto: Ensure rx end of chan reactor output sink is not dropped in test.Gabriela Moldovan2025-02-031-1/+1
* | Merge branch 'ahf/win32-rpc-fixes' into 'main'Nick Mathewson2025-02-031-1/+4
|\ \ | |/ |/|
| * rpc: Fix test builds on Windows.Alexander Hansen Færøy2025-01-301-1/+4
* | Merge branch 'rpc_document_internal_optimism' into 'main'Nick Mathewson2025-01-305-29/+23
|\ \
| * | socks.rs: Update documentation; RpcDataStream has been renamed.Nick Mathewson2025-01-301-9/+5
| * | rpc: Correct API documentation about optimismNick Mathewson2025-01-304-18/+1
| * | rpc: Document what is actually going on with stream optimism.Nick Mathewson2025-01-301-2/+17
* | | Merge branch 'proto-datactl-api-fixes2' into 'main'Nick Mathewson2025-01-304-35/+38
|\ \ \
| * | | proto: deprecate DataStream::circuitNick Mathewson2025-01-301-0/+4
| * | | proto: Rename (experimental) DataStream functions for ctrl accessNick Mathewson2025-01-302-7/+11
| * | | proto: Rename ClientDataStreamCtrl::{is_open=>is_connected}Nick Mathewson2025-01-301-5/+2
| * | | proto: Rename DataStreamCtrl to ClientDataStreamCtrlNick Mathewson2025-01-303-22/+22