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
/
src
/
mgr.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
circmgr: Functions to launch an unmanaged circuit.
Nick Mathewson
2023-03-22
1
-0
/
+18
*
Use ErrorReport - run rustfmt
Ian Jackson
2023-01-30
1
-2
/
+3
*
Use ErrorReport for errors in warn! in tor-circmgr
Ian Jackson
2023-01-30
1
-1
/
+1
*
Use ErrorReport for errors in info! in tor-circmgr
Ian Jackson
2023-01-30
1
-6
/
+6
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
1
-0
/
+1
*
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
1
-0
/
+8
*
Even more comments explaining circuit cancellation.
Nick Mathewson
2022-11-22
1
-3
/
+37
*
Improve notes surrounding circuit cancellation.
Nick Mathewson
2022-11-22
1
-5
/
+18
*
Merge branch 'channel' into 'main'
Ian Jackson
2022-08-17
1
-0
/
+7
|
\
|
*
channel usage: Rename CU::UserTraffic from CU::Exit
Ian Jackson
2022-08-17
1
-1
/
+1
|
*
Move ChannelUsage from tor_proto to tor_chanmgr
Ian Jackson
2022-08-17
1
-1
/
+1
|
*
Provide ChannelUsage and plumb it all the way down
Ian Jackson
2022-08-16
1
-0
/
+7
*
|
Mark some circuit-building errors as "transient".
Nick Mathewson
2022-08-16
1
-9
/
+35
|
/
*
tor-netdir: Collapse by_id and by_relay_id into a single fn.
Nick Mathewson
2022-08-10
1
-3
/
+4
*
fix runtime issues on ios
trinity-1686a
2022-07-30
1
-4
/
+6
*
circmgr: Use FilterCounts to explain why we couldn't build paths
Nick Mathewson
2022-07-12
1
-1
/
+6
*
tor-netdir: testnet: Make construct_netdir infallible (rustfmt)
Ian Jackson
2022-06-13
1
-3
/
+1
*
tor-netdir: testnet: Make construct_netdir infallible
Ian Jackson
2022-06-13
1
-1
/
+0
*
Resolve the new `derive_partial_eq_without_eq` lint.
Nick Mathewson
2022-05-23
1
-3
/
+3
*
squash! Bump every crate's edition to 2021.
Nick Mathewson
2022-04-25
1
-1
/
+0
*
circmgr: Report CircProvenance from AbstractCircMgr.
Nick Mathewson
2022-04-12
1
-21
/
+32
*
Distinguish UsageMismatch cases by whether a race is possible
Nick Mathewson
2022-04-04
1
-0
/
+6
*
circmgr: Improve retry-and-or-delay logic.
Nick Mathewson
2022-04-04
1
-26
/
+36
*
circmgr: Improve reporting of error origins.
Nick Mathewson
2022-04-04
1
-27
/
+70
*
circmgr: Avoid a race condition in circuit usage restriction
Nick Mathewson
2022-04-04
1
-5
/
+14
*
circmgr: limit circuit attempts when launch_parallelism > 1.
Nick Mathewson
2022-03-30
1
-1
/
+21
*
Turn FallbackList into a real type, and store one in GuardMgr.
Nick Mathewson
2022-03-30
1
-2
/
+4
*
Move fallback.rs into guardmgr.
Nick Mathewson
2022-03-30
1
-1
/
+1
*
move isolation in separate module
trinity-1686a
2022-03-24
1
-1
/
+1
*
rename *_isolation_group to *_isolation
trinity-1686a
2022-03-24
1
-6
/
+6
*
circmgr: When planning, only keep one error; log them all.
Nick Mathewson
2022-03-21
1
-3
/
+6
*
circmgr: Change API for using FallbackDirs
Nick Mathewson
2022-03-21
1
-1
/
+1
*
circmgr: use AllGuardsDown to retry better
Nick Mathewson
2022-03-21
1
-7
/
+35
*
add trait to help test isolation related code
trinity-1686a
2022-03-16
1
-9
/
+26
*
Replace manual Debug impl with std derive in tor-circmgr
Ian Jackson
2022-03-02
1
-10
/
+3
*
resolve comment
trinity-1686a
2022-02-28
1
-1
/
+6
*
add some error to retry_error instead of dropping it
trinity-1686a
2022-02-28
1
-45
/
+45
*
Merge branch 'teardown' into 'main'
Nick Mathewson
2022-02-28
1
-1
/
+12
|
\
|
*
Add a debug! log message for source cancellation
Ian Jackson
2022-02-28
1
-0
/
+4
|
*
Fix rustfmt
Ian Jackson
2022-02-28
1
-1
/
+1
|
*
tor-circmgr: take_action: Handle Cancelled from the oneshot
Ian Jackson
2022-02-25
1
-1
/
+8
*
|
Merge branch 'fix/210' into 'main'
Nick Mathewson
2022-02-28
1
-1
/
+1
|
\
\
|
*
|
don't return already errored pending circuit when searching new circuit match...
trinity-1686a
2022-02-27
1
-1
/
+1
|
|
/
*
|
Fix two typos
Nick Mathewson
2022-02-28
1
-1
/
+1
*
|
impl Debug for various internal types
Ian Jackson
2022-02-25
1
-3
/
+12
|
/
*
Handle panics from circuit construction.
Nick Mathewson
2022-02-18
1
-1
/
+12
*
Move the main body of our circuit-launching task into a new function
Nick Mathewson
2022-02-18
1
-47
/
+55
*
Merge branch 'remaining-errors'
Nick Mathewson
2022-02-17
1
-6
/
+7
|
\
|
*
Clarify and rename PendingCanceled
Nick Mathewson
2022-02-16
1
-2
/
+2
|
*
Add kinds for *most* circmgr errors.
Nick Mathewson
2022-02-16
1
-4
/
+5
[next]