index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-circmgr
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Rename CircuitTimeout to TorNetworkTimeout.
Nick Mathewson
2022-02-17
1
-2
/
+2
|
*
tor_circmgr::Error: Sort variants by interesting-ness.
Nick Mathewson
2022-02-17
1
-37
/
+37
|
*
tor-circmgr: errors: Use autoconversion for Bug
Ian Jackson
2022-02-17
1
-2
/
+2
|
*
Clarify and rename PendingCanceled
Nick Mathewson
2022-02-16
2
-8
/
+9
|
*
Provide a better ErrorKind from RetryError.
Nick Mathewson
2022-02-16
1
-3
/
+26
|
*
circmgr: Add a Kind for speculative guard failure.
Nick Mathewson
2022-02-16
1
-1
/
+1
|
*
Add kinds for *most* circmgr errors.
Nick Mathewson
2022-02-16
6
-35
/
+57
|
*
circmgr: Port InternalError to use Bug.
Nick Mathewson
2022-02-16
3
-6
/
+12
*
|
Add a comment about "&mut [&mut ]"
Ian Jackson
2022-02-17
1
-0
/
+1
*
|
Re-enable clippy::ptr_arg where it had been disabled.
Nick Mathewson
2022-02-16
1
-2
/
+2
|
/
*
Move persistent state flush from client to circmgr
Yuan Lyu
2022-02-15
1
-1
/
+13
*
Change deny(clippy::all) to warn(clippy::all).
Nick Mathewson
2022-02-14
1
-1
/
+1
*
Add TODOs on uncertain points about time_since_last_traffic
Nick Mathewson
2022-02-09
1
-0
/
+1
*
Remove the use of Mutex in channel unused_since timestamp
Yuan Lyu
2022-02-08
1
-2
/
+6
*
Tests for TargetPorts::display()
Nick Mathewson
2022-02-04
1
-1
/
+12
*
Make SpawnError wrappers contain a 'spawning' string
Nick Mathewson
2022-02-04
2
-13
/
+26
*
errors: Drop "Error" and "Failed" from various enum variants
Ian Jackson
2022-02-04
2
-3
/
+3
*
tor-circmgr: Introduce TargetPorts with a pretty Display impl
Ian Jackson
2022-02-04
2
-2
/
+35
*
tor-circmgr::Error: impl HasKind
Ian Jackson
2022-02-04
1
-0
/
+12
*
tor-circmgr: Handle channel creation errors in the new style
Ian Jackson
2022-02-04
2
-4
/
+19
*
spawn errors: Fix arti-client, tor-chanmgr, tor-circmgr
Ian Jackson
2022-02-04
1
-3
/
+10
*
tor-error: Add as a ddpendency to many crates
Ian Jackson
2022-02-04
1
-0
/
+1
*
tor-circmgr: impl Display for TargetPort
Ian Jackson
2022-02-04
1
-0
/
+7
*
tor-circmgr: Turn a type annotation comment into code
Ian Jackson
2022-02-04
1
-2
/
+1
*
Merge branch 'dirclient-testing' into 'main'
Nick Mathewson
2022-02-03
1
-1
/
+1
|
\
|
*
Upgrade required version of futures crate to 0.3.14
Nick Mathewson
2022-02-01
1
-1
/
+1
*
|
Merge branch 'typos' into 'main'
eta
2022-02-03
1
-1
/
+1
|
\
\
|
*
|
Fix typos
Dimitris Apostolou
2022-02-02
1
-1
/
+1
|
|
/
*
|
Temporarily disable some clippy lints on nightly
Ian Jackson
2022-02-02
2
-1
/
+2
*
|
Untangle two needless Ok(r?) into just r
Ian Jackson
2022-02-02
1
-1
/
+1
|
/
*
Bump tor-netdir and tor-guardmgr versions
arti-v0.0.4
Nick Mathewson
2022-01-31
1
-4
/
+4
*
Bump the patch version of every crate that changed since 0.0.3
Nick Mathewson
2022-01-31
1
-10
/
+10
*
Make the native-tls crate optional.
Nick Mathewson
2022-01-26
1
-1
/
+1
*
Rename FooRuntime to FooNativeTlsRuntime for consistency.
Nick Mathewson
2022-01-26
1
-1
/
+1
*
Merge branch 'ticket255' into 'main'
eta
2022-01-24
2
-2
/
+1
|
\
|
*
Refactor Runtimes to use separate TLS implementations internally.
Nick Mathewson
2022-01-19
2
-2
/
+1
*
|
StreamPrefs: rename from ConnectPrefs
Ian Jackson
2022-01-21
1
-3
/
+3
*
|
Test for PathConfig::at_least_as_permissive_as().
Nick Mathewson
2022-01-20
1
-0
/
+29
*
|
Rename PathConfig::more_permissive_than()
Nick Mathewson
2022-01-20
2
-2
/
+4
*
|
Remove "self" arg from PathConfig::builder()
Nick Mathewson
2022-01-20
1
-1
/
+1
|
/
*
Bump all crate versions to 0.0.3.
Nick Mathewson
2022-01-11
1
-17
/
+17
*
Merge branch 'ticket_178' into 'main'
eta
2022-01-10
1
-0
/
+12
|
\
|
*
Add API to check if primary MDs are missing.
Nick Mathewson
2022-01-06
1
-0
/
+12
*
|
Minimize the required version for each dependency.
Nick Mathewson
2022-01-07
1
-12
/
+12
*
|
Merge branch 'circ_self_by_ref'
Nick Mathewson
2022-01-07
3
-34
/
+40
|
\
\
|
*
|
circmgr: Fix a pair of clippy warnings.
Nick Mathewson
2022-01-07
1
-2
/
+2
|
*
|
tor-circmgr: Remove Arc around ClientCirc
Ian Jackson
2022-01-07
3
-15
/
+15
|
*
|
tor-circmgr: tests: Do fake circuit equality by id
Ian Jackson
2022-01-07
1
-2
/
+2
|
*
|
tor-circmgr: tests: Introduce and use FakeCirc::eq()
Ian Jackson
2022-01-07
1
-13
/
+19
|
*
|
tor-circmgr: Replace some Arc::clone with .clone()
Ian Jackson
2022-01-07
1
-5
/
+5
[prev]
[next]