aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-circmgr
Commit message (Expand)AuthorAgeFilesLines
...
| * | add some documentation for new traitstrinity-1686a2022-03-161-12/+18
| * | replace isolated with compatibletrinity-1686a2022-03-161-13/+13
| * | use downcast-rs instead of our own AsAnytrinity-1686a2022-03-162-15/+4
| * | fix existing teststrinity-1686a2022-03-162-68/+62
| * | add a join() on Isolationtrinity-1686a2022-03-161-4/+65
| * | testing new api for isolationTrinity Pointard2022-03-162-9/+71
* | | Merge branch 'config-partials-transparent' into 'main'Ian Jackson2022-03-172-51/+48
|\ \ \ | |/ / |/| |
| * | Add rationale for CircMgrConfig transparency and traitIan Jackson2022-03-161-1/+22
| * | Provide define_accessor_trait and use it to generate CircMgrConfigIan Jackson2022-03-161-20/+12
| * | Make CircMgrConfig transparent (and make it a trait)Ian Jackson2022-03-162-49/+33
* | | derive_builder: Switch to upstream 0.11Ian Jackson2022-03-162-5/+5
|/ /
* | Use new upstream humantime_serde_option featureIan Jackson2022-03-141-5/+4
* | humantime: Update to humantime-serde 1.1.1Ian Jackson2022-03-141-1/+1
* | Drop remaining conversion from FooConfig to FooConfigBuilderIan Jackson2022-03-071-34/+0
* | Derive Deserialize for derive-builder-generated config buildersIan Jackson2022-03-071-0/+8
* | Use git source for derive_builder for now, for attrs featureIan Jackson2022-03-071-1/+1
* | Merge branch 'educe-traits' into 'main'Ian Jackson2022-03-042-12/+7
|\ \
| * | Move skip_fmt into tor-basic-utilsIan Jackson2022-03-042-2/+2
| * | Replace manual Debug impl with educe in tor-circmgrIan Jackson2022-03-022-12/+7
* | | 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