summaryrefslogtreecommitdiff
path: root/crates/tor-circmgr
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| |/
* | Temporarily disable some clippy lints on nightlyIan Jackson2022-02-022-1/+2
* | Untangle two needless Ok(r?) into just rIan Jackson2022-02-021-1/+1
|/
* Bump tor-netdir and tor-guardmgr versionsarti-v0.0.4Nick Mathewson2022-01-311-4/+4
* Bump the patch version of every crate that changed since 0.0.3Nick Mathewson2022-01-311-10/+10
* Make the native-tls crate optional.Nick Mathewson2022-01-261-1/+1
* Rename FooRuntime to FooNativeTlsRuntime for consistency.Nick Mathewson2022-01-261-1/+1
* Merge branch 'ticket255' into 'main'eta2022-01-242-2/+1
|\
| * Refactor Runtimes to use separate TLS implementations internally.Nick Mathewson2022-01-192-2/+1
* | StreamPrefs: rename from ConnectPrefsIan Jackson2022-01-211-3/+3
* | Test for PathConfig::at_least_as_permissive_as().Nick Mathewson2022-01-201-0/+29
* | Rename PathConfig::more_permissive_than()Nick Mathewson2022-01-202-2/+4
* | Remove "self" arg from PathConfig::builder()Nick Mathewson2022-01-201-1/+1
|/
* Bump all crate versions to 0.0.3.Nick Mathewson2022-01-111-17/+17
* Merge branch 'ticket_178' into 'main'eta2022-01-101-0/+12
|\
| * Add API to check if primary MDs are missing.Nick Mathewson2022-01-061-0/+12
* | Minimize the required version for each dependency.Nick Mathewson2022-01-071-12/+12
* | Merge branch 'circ_self_by_ref'Nick Mathewson2022-01-073-34/+40
|\ \
| * | circmgr: Fix a pair of clippy warnings.Nick Mathewson2022-01-071-2/+2
| * | tor-circmgr: Remove Arc around ClientCircIan Jackson2022-01-073-15/+15
| * | tor-circmgr: tests: Do fake circuit equality by idIan Jackson2022-01-071-2/+2
| * | tor-circmgr: tests: Introduce and use FakeCirc::eq()Ian Jackson2022-01-071-13/+19
| * | tor-circmgr: Replace some Arc::clone with .clone()Ian Jackson2022-01-071-5/+5
| * | tor-circmgr: Require that AbstractCirc are CloneIan Jackson2022-01-071-1/+1
* | | Merge branch 'remove-type-annotation' into 'main'Nick Mathewson2022-01-071-1/+1
|\ \ \ | |/ / |/| |
| * | tor-circmgr: Remove a type annotation in a method callIan Jackson2022-01-071-1/+1
* | | De-Arc-ify Buildable for ClientCircNeel Chauhan2022-01-062-14/+7
|/ /
* | Merge branch 'main' into 'remove_unused_rngs'eta2022-01-062-2/+2
|\|
| * Merge remote-tracking branch 'origin/mr/214'Nick Mathewson2022-01-061-0/+1
| |\
| | * extend lints to include 'clippy::all'Daniel Eades2021-12-281-0/+1
| * | tor-circmgr: Don't clone parameters in create_chantarget()Neel Chauhan2021-12-251-2/+1
| |/
* / Remove a bunch of unused RNGsNeel Chauhan2021-12-252-51/+23
|/
* Only count timeouts when we've seen net activity.Nick Mathewson2021-12-201-5/+7
* Merge branch 'eta/instant-checked-add' into 'main'Nick Mathewson2021-12-201-2/+12
|\
| * preemptive.rs: Use Instant::checked_add instead of raw subtractioneta2021-12-201-2/+12
* | Remove XXXs from tor-circmgr::mgrNick Mathewson2021-12-201-4/+0
* | Adjust comment to be accurate wrt #263.Nick Mathewson2021-12-161-3/+5
* | Do not treat spawn failure as a fatal error.Nick Mathewson2021-12-151-12/+12