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: Make test helper non-async (fmt)
Gabriela Moldovan
2026-01-28
1
-5
/
+1
*
circmgr: Make test helper non-async
Gabriela Moldovan
2026-01-28
1
-9
/
+9
*
fix: preserve timestamps when flattening RetryErrors
Nihal
2025-12-17
1
-7
/
+1
*
fix: use wallclock timestamps in all push_timed calls
Nihal
2025-12-17
1
-22
/
+22
*
fix: semver labels and extend() with push_timed loop
Nihal
2025-12-17
1
-3
/
+6
*
refactor: convert Extend to inherent method, forbid push/extend, fix rend_han...
Nihal
2025-12-17
1
-0
/
+2
*
refactor: clean code
Nihal
2025-12-17
1
-4
/
+4
*
feat(retry-error): add timestamps to retry errors
Nihal
2025-12-17
1
-7
/
+26
*
circmgr: Add missing docs for RestrictionFailed
Gabriela Moldovan
2025-12-01
1
-0
/
+1
*
opentelemetry: Instrument a bunch of functions.
Wesley Aptekar-Cassels
2025-11-24
1
-2
/
+13
*
circmgr: report errors from update_long_lived_tunnel_last_used
Nick Mathewson
2025-11-12
1
-21
/
+54
*
circmgr: In expiration task, try again if we are not yet ready to expire.
Nick Mathewson
2025-11-12
1
-21
/
+31
*
circmgr: Add a timeout setting for long-lived circuits.
Nick Mathewson
2025-11-12
1
-1
/
+2
*
circmgr: Implement expiration for long-lived tunnels.
Nick Mathewson
2025-11-12
1
-21
/
+217
*
circmgr: Add a notion of long-lived tunnels.
Nick Mathewson
2025-11-12
1
-8
/
+45
*
circmgr: Refactor should_expire()
Nick Mathewson
2025-11-12
1
-24
/
+40
*
circmgr: make expiration functions async
Nick Mathewson
2025-11-12
1
-23
/
+18
*
circmgr: rename expire_tunnel to consider_expiring_tunnel
Nick Mathewson
2025-11-12
1
-3
/
+7
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-1
/
+1
*
all: run cargo fmt
Steven Engler
2025-11-04
1
-1
/
+1
*
all: replace all uses of `futures::task::SpawnExt` with `tor_rtcompat::SpawnExt`
Steven Engler
2025-11-04
1
-1
/
+1
*
Move `FallbackDir` into `tor-dircommon`
Clara Engler
2025-09-11
1
-1
/
+1
*
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
[next]