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
*
proto: Add a circuit module shared between client and relay impls.
Gabriela Moldovan
2025-08-28
1
-1
/
+2
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-9
/
+5
*
conflux: Adjust docs and fix doc links.
Gabriela Moldovan
2025-08-05
1
-12
/
+12
*
proto: abolish path_ref() in favor of all_paths().
Gabriela Moldovan
2025-08-05
1
-6
/
+3
*
circmgr: Add back cognitive_complexity allows.
Gabriela Moldovan
2025-08-05
1
-0
/
+1
*
circmgr: Fix unit tests
David Goulet
2025-08-05
1
-12
/
+12
*
hs: Use the new Tunnel interface for onion service
David Goulet
2025-08-05
1
-1
/
+1
*
tunnel: Implement Buildable for ClientTunnel
David Goulet
2025-08-05
1
-10
/
+7
*
circmgr: Major rename for the new Tunnel namespace
David Goulet
2025-08-05
1
-446
/
+457
*
tor-circmgr: Reduced dependency on `once_cell`
hashcatHitman
2025-06-14
1
-2
/
+2
*
tor-circmgr: fix docs failure
Steven Engler
2025-06-09
1
-2
/
+2
*
*: suppress cognitive_complexity warnings from nightly
Nick Mathewson
2025-05-29
1
-0
/
+2
*
tor-proto: Update the TunnelMutableState when a circuit is removed.
Gabriela Moldovan
2025-05-15
1
-2
/
+6
*
circmgr: Rename AbstractCirc::{extend_ntor => extend}
Nick Mathewson
2025-04-28
1
-2
/
+2
*
circ: Remove CircParameters reference in call stack
David Goulet
2025-04-23
1
-1
/
+1
*
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
1
-1
/
+1
*
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
1
-3
/
+3
*
tor-rtmock: allow-Decorate every use of MockSleepProvider
Ian Jackson
2025-03-06
1
-1
/
+16
*
Resolve clippy::empty_line_after_doc_comments warnings.
Nick Mathewson
2024-12-03
1
-1
/
+2
*
Introduce mpsc_channel_no_memquota and use it in the places it's wanted
Ian Jackson
2024-10-15
1
-1
/
+6
*
Merge branch 'div_ceil' into 'main'
Nick Mathewson
2024-10-03
1
-14
/
+1
|
\
|
*
Use {u64,usize}::div_ceil
Nick Mathewson
2024-09-30
1
-14
/
+1
*
|
CircMgr: Start writing tests.
Wesley Aptekar-Cassels
2024-10-03
1
-12
/
+35
|
/
*
CircMgr: Make CircMgr and HsCircPool generic over builder type.
Wesley Aptekar-Cassels
2024-09-24
1
-244
/
+121
*
Add test for CircList::find_open.
Wesley Aptekar-Cassels
2024-09-16
1
-1
/
+55
*
tor-circmgr: Remove AbstractSpec and FakeSpec.
Wesley Aptekar-Cassels
2024-09-16
1
-241
/
+162
*
extract tor_async_utils::oneshot into ::oneshot-fused-workaround
Jim Newsome
2024-08-28
1
-1
/
+1
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
circmgr: Remove now-obsolete error variants.
Nick Mathewson
2024-03-12
1
-5
/
+4
*
tor-circmgr: Add UniqId to CircTimeout.
Gabriela Moldovan
2024-02-27
1
-1
/
+1
*
Teach *CircUsage structs about stability.
Nick Mathewson
2024-02-20
1
-0
/
+6
*
tor-circmgr: partially port mgr tests to MockRuntime
Saksham Mittal
2023-11-14
1
-11
/
+11
*
AbstractCircMgr::get_or_launch: inline wait_for_circ
Jim Newsome
2023-10-25
1
-2
/
+1
*
AbstractCircMgr::get_or_launch: document MSRV where div_ceil was stabilized
Jim Newsome
2023-10-25
1
-1
/
+2
*
oneshot: Apply deferred rustfmt churn
Ian Jackson
2023-10-11
1
-1
/
+1
*
oneshot: Use veneer in tor-circmgr
Ian Jackson
2023-10-11
1
-1
/
+2
*
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
[next]