aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-circmgr
Commit message (Expand)AuthorAgeFilesLines
* Replace manual Debug impl with std derive in tor-circmgrIan Jackson2022-03-021-10/+3
* Merge branch 'clippy-allow-arc-clone' into 'main'Nick Mathewson2022-03-011-1/+0
|\
| * Disable clippy::clone_on_ref_ptrIan Jackson2022-02-241-1/+0
* | Bump all crates to 0.1.0arti-v0.1.0Nick Mathewson2022-03-011-18/+18
* | resolve commenttrinity-1686a2022-02-281-1/+6
* | add some error to retry_error instead of dropping ittrinity-1686a2022-02-281-45/+45
* | Merge branch 'teardown' into 'main'Nick Mathewson2022-02-281-1/+12
|\ \
| * | Add a debug! log message for source cancellationIan Jackson2022-02-281-0/+4
| * | Fix rustfmtIan Jackson2022-02-281-1/+1
| * | tor-circmgr: take_action: Handle Cancelled from the oneshotIan Jackson2022-02-251-1/+8
| |/
* | Merge branch 'fix/210' into 'main'Nick Mathewson2022-02-281-1/+1
|\ \
| * | don't return already errored pending circuit when searching new circuit match...trinity-1686a2022-02-271-1/+1
| |/
* | Fix two typosNick Mathewson2022-02-282-2/+2
* | impl Debug for various internal typesIan Jackson2022-02-253-4/+25
|/
* Merge remote-tracking branch 'origin/mr/340'Nick Mathewson2022-02-233-11/+21
|\
| * Make NoLock into BadApiUsage.Nick Mathewson2022-02-222-10/+14
| * Fold EK::Canceled into TransientFailureNick Mathewson2022-02-221-1/+7
* | Merge branch 'restore_needless_borrow_check' into 'main'eta2022-02-231-1/+0
|\ \ | |/ |/|
| * Remove clippy::needless_borrow exception in CI.Nick Mathewson2022-02-201-1/+0
* | Handle panics from circuit construction.Nick Mathewson2022-02-182-3/+13
* | Move the main body of our circuit-launching task into a new functionNick Mathewson2022-02-181-47/+55
|/
* Merge branch 'remaining-errors'Nick Mathewson2022-02-177-71/+123
|\
| * Rename CircuitTimeout to TorNetworkTimeout.Nick Mathewson2022-02-171-2/+2
| * tor_circmgr::Error: Sort variants by interesting-ness.Nick Mathewson2022-02-171-37/+37
| * tor-circmgr: errors: Use autoconversion for BugIan Jackson2022-02-171-2/+2
| * Clarify and rename PendingCanceledNick Mathewson2022-02-162-8/+9
| * Provide a better ErrorKind from RetryError.Nick Mathewson2022-02-161-3/+26
| * circmgr: Add a Kind for speculative guard failure.Nick Mathewson2022-02-161-1/+1
| * Add kinds for *most* circmgr errors.Nick Mathewson2022-02-166-35/+57
| * circmgr: Port InternalError to use Bug.Nick Mathewson2022-02-163-6/+12
* | Add a comment about "&mut [&mut ]"Ian Jackson2022-02-171-0/+1
* | Re-enable clippy::ptr_arg where it had been disabled.Nick Mathewson2022-02-161-2/+2
|/
* Move persistent state flush from client to circmgrYuan Lyu2022-02-151-1/+13
* Change deny(clippy::all) to warn(clippy::all).Nick Mathewson2022-02-141-1/+1
* Add TODOs on uncertain points about time_since_last_trafficNick Mathewson2022-02-091-0/+1
* Remove the use of Mutex in channel unused_since timestampYuan Lyu2022-02-081-2/+6
* Tests for TargetPorts::display()Nick Mathewson2022-02-041-1/+12
* Make SpawnError wrappers contain a 'spawning' stringNick Mathewson2022-02-042-13/+26
* errors: Drop "Error" and "Failed" from various enum variantsIan Jackson2022-02-042-3/+3
* tor-circmgr: Introduce TargetPorts with a pretty Display implIan Jackson2022-02-042-2/+35
* tor-circmgr::Error: impl HasKindIan Jackson2022-02-041-0/+12
* tor-circmgr: Handle channel creation errors in the new styleIan Jackson2022-02-042-4/+19
* spawn errors: Fix arti-client, tor-chanmgr, tor-circmgrIan Jackson2022-02-041-3/+10
* tor-error: Add as a ddpendency to many cratesIan Jackson2022-02-041-0/+1
* tor-circmgr: impl Display for TargetPortIan Jackson2022-02-041-0/+7
* tor-circmgr: Turn a type annotation comment into codeIan Jackson2022-02-041-2/+1
* Merge branch 'dirclient-testing' into 'main'Nick Mathewson2022-02-031-1/+1
|\
| * Upgrade required version of futures crate to 0.3.14Nick Mathewson2022-02-011-1/+1
* | Merge branch 'typos' into 'main'eta2022-02-031-1/+1
|\ \
| * | Fix typosDimitris Apostolou2022-02-021-1/+1
| |/