index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
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
*
arti-client: add exit selection with GeoIP country codes
eta
2023-09-18
1
-0
/
+4
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
1
-0
/
+1
*
Merge branch 'clippy-allow' into 'main'
Ian Jackson
2023-07-11
1
-0
/
+1
|
\
|
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+1
*
|
rng ranges: Use gen_range_checked().expect() in obvious cases
Ian Jackson
2023-07-10
1
-2
/
+3
|
/
*
Merge branch 'inclusive' into 'main'
Nick Mathewson
2023-07-07
1
-1
/
+1
|
\
|
*
rng ranges: Use inclusive Duration ranges in several places
Ian Jackson
2023-07-07
1
-1
/
+1
*
|
Merge branch 'report-bugs-v2' into 'main'
Nick Mathewson
2023-07-07
1
-12
/
+12
|
\
\
|
|
/
|
/
|
|
*
circmgr: Use event_report!() and similar macros
Nick Mathewson
2023-07-07
1
-12
/
+12
*
|
Avoid matches!(x, None), matches!(x, Ok(_))
Nick Mathewson
2023-07-06
1
-1
/
+1
|
/
*
Merge branch 'info-to-warn' into 'main'
gabi-250
2023-05-17
1
-5
/
+8
|
\
|
*
Change log level to debug and warn for certain appropriate situations
Saksham Mittal
2023-05-17
1
-5
/
+8
*
|
Refactor ClientCirc APIs to use Arc<ClientCirc>.
Nick Mathewson
2023-05-16
1
-13
/
+13
|
/
*
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
[next]