summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * connpts: Document behavior on nonexistent directoryNick Mathewson2025-01-231-0/+2
| * rpc: Tolerate NotFound on configured connect point directory.Nick Mathewson2025-01-231-8/+14
* | Merge branch 'avoid_execute_internal_ok' into 'main'Nick Mathewson2025-01-234-31/+69
|\ \
| * | rpclib: More explanations about internal method usage.Nick Mathewson2025-01-231-3/+5
| * | arti-rpc-client-core: Rename Authentication{Rejected=>Failed}Nick Mathewson2025-01-233-9/+9
| * | rpclib: Avoid overuse of execute_internal_ok.Nick Mathewson2025-01-234-24/+60
| |/
* | Merge branch 'rpc-todos-1' into 'main'Nick Mathewson2025-01-232-20/+3
|\ \
| * | rpcserver: remove dead code exception in objmap.rsNick Mathewson2025-01-221-3/+1
| * | rpcserver: remove dead code in codecs.rsNick Mathewson2025-01-221-17/+2
* | | arti: Make Rpc argument unconditional when constructing socks proxyNick Mathewson2025-01-236-33/+43
* | | arti::socks: Re-wrap a section.Nick Mathewson2025-01-231-2/+3
* | | arti: remove an obsolete rpc todo.Nick Mathewson2025-01-231-1/+0
* | | arti: remove an obsolete rpc todo.Nick Mathewson2025-01-231-1/+0
* | | arti: remove an obsolete rpc todo.Nick Mathewson2025-01-231-1/+0
* | | arti: Remove old workaround for runtime selection under RPC.Nick Mathewson2025-01-231-6/+1
| |/ |/|
* | Merge branch 'dev/cve/mistrust-doc' into 'main'Nick Mathewson2025-01-231-0/+12
|\ \
| * | tor-config: Improve mistrust documentationClara Engler2025-01-231-0/+12
* | | arti-rpc-client-core: Use EmptyReply instead of EmptyResponse.Gabriela Moldovan2025-01-231-2/+2
* | | Merge branch 'rpc-cancel-2' into 'main'Nick Mathewson2025-01-239-49/+391
|\ \ \ | |_|/ |/| |
| * | Document more that cancel is uncancellable.Nick Mathewson2025-01-221-0/+2
| * | rpc: Correct RPC error code for "RequestNotFound".Nick Mathewson2025-01-221-1/+4
| * | cancel: Distinguish the internal-error case for double-cancel.Nick Mathewson2025-01-221-2/+23
| * | cancel: Document deadlock/panic issue and how to avoid it.Nick Mathewson2025-01-221-2/+19
| * | rpc: Make cancel requests uncancellable.Nick Mathewson2025-01-223-28/+74
| * | cancel: Add a TODO about moving the Future inside the lock.Nick Mathewson2025-01-221-0/+5
| * | Cancel: Drop lock before calling waker.Nick Mathewson2025-01-221-0/+1
| * | cancel: Remove FusedFuture implementation.Nick Mathewson2025-01-221-12/+1
| * | cancel: Use Waker::clone_from to avoid needless clones.Nick Mathewson2025-01-221-1/+9
| * | arti-rpc-client-core: Document that dropping a request does not cancel it.Nick Mathewson2025-01-223-6/+8
| * | arti-rpc-client-core: Implement and expose cancellation.Nick Mathewson2025-01-224-3/+65
| * | rpc: Implement the rpc:cancel command.Nick Mathewson2025-01-162-1/+79
| * | rpc: Better RpcErrorKind for for RequestCancelled.Nick Mathewson2025-01-161-4/+7
| * | rpc: Strengthen guarantees from Cancel.Nick Mathewson2025-01-162-20/+125
* | | rpclib: Rename params/reply structs for consistency.Nick Mathewson2025-01-214-29/+28
| |/ |/|
* | Merge branch 'test-sleep' into 'main'David Goulet2025-01-161-15/+5
|\ \
| * | tor-proto: Replace sleep() in test with advance_until_stalled().Gabriela Moldovan2025-01-161-15/+5
* | | tor-proto: Replace std::result::Result with shorter alias.Gabriela Moldovan2025-01-161-5/+6
* | | tor-proto: Remove unnecessary fully qualified path.Gabriela Moldovan2025-01-161-1/+1
* | | tor-proto: Move outbound message sending out of circuit run_once() (fmt).Gabriela Moldovan2025-01-161-64/+64
* | | tor-proto: Move outbound message sending out of circuit run_once().Gabriela Moldovan2025-01-161-13/+23
| |/ |/|
* | Merge branch 'feature-doc' into 'main'Nick Mathewson2025-01-161-0/+5
|\ \ | |/ |/|
| * arti: Add `restricted-discovery` to the list of experimental features.Gabriela Moldovan2025-01-161-0/+5
* | Merge branch 'ticket1743_02' into 'main'David Goulet2025-01-1634-832/+2098
|\ \
| * | congestion: Don't use Vegas just yetDavid Goulet2025-01-161-1/+4
| * | Make cargo clippy happyDavid Goulet2025-01-161-4/+4
| * | Add missing semver.md filesDavid Goulet2025-01-162-0/+3
| * | Bring back tor-congestion empty with a tombstoneDavid Goulet2025-01-164-57/+7
| * | circmgr: Remove the CircParameters build .expect()David Goulet2025-01-166-55/+30
| * | congestion: Use getters for all parametersDavid Goulet2025-01-164-68/+94
| * | circ: Specialize the circparams from netparams functionDavid Goulet2025-01-167-70/+106