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
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove now-unneeded allow(clippy::cognitive_complexity)
Jim Newsome
2026-07-15
1
-2
/
+0
*
add_warning: add reference to arti#2556
Jim Newsome
2026-07-15
1
-1
/
+1
*
Removed unnecessary lint
pryty26
2026-07-15
1
-1
/
+1
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
1
-0
/
+2
*
Log tunnel and circuit IDs
Jim Newsome
2026-04-08
1
-4
/
+8
*
Fix log typo Preeemptive
Jim Newsome
2026-04-08
1
-1
/
+1
*
circmgr: Use runtime.now() in place of Instant/SystemTime::get().
Nick Mathewson
2026-03-31
1
-3
/
+2
*
circmgr: Port to web-time-compat.
Nick Mathewson
2026-03-26
1
-2
/
+3
*
Allow clippy::collapsible_if to trigger
Gabriela Moldovan
2026-02-16
1
-0
/
+1
*
maint/add_warning: Run script to add new warning
Gabriela Moldovan
2026-01-27
1
-0
/
+1
*
Remove unnecessary `doc(cfg(...))` attributes
Neel Chauhan
2025-12-04
1
-3
/
+0
*
opentelemetry: Instrument a bunch of functions.
Wesley Aptekar-Cassels
2025-11-24
1
-1
/
+17
*
circmgr: Implement expiration for long-lived tunnels.
Nick Mathewson
2025-11-12
1
-1
/
+3
*
circmgr: make expiration functions async
Nick Mathewson
2025-11-12
1
-8
/
+11
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-2
/
+2
*
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
*
Remove "doc_auto_cfg" incantation from all crates.
Nick Mathewson
2025-09-29
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
-1
/
+1
*
circmgr: Feature gate multi path tunnel with conflux flag
David Goulet
2025-08-05
1
-5
/
+9
*
Revert "circmgr: Feature-gate all the onion service tunnel types."
Gabriela Moldovan
2025-08-05
1
-13
/
+1
*
circmgr: Feature-gate all the onion service tunnel types.
Gabriela Moldovan
2025-08-05
1
-1
/
+13
*
hs: Use the new Tunnel interface for onion service
David Goulet
2025-08-05
1
-1
/
+1
*
circmgr: Return more type specific tunnel
David Goulet
2025-08-05
1
-7
/
+11
*
tunnel: Implement Buildable for ClientTunnel
David Goulet
2025-08-05
1
-6
/
+6
*
circmgr: Major rename for the new Tunnel namespace
David Goulet
2025-08-05
1
-30
/
+30
*
circmgr: New Tunnel object interface
David Goulet
2025-08-05
1
-0
/
+8
*
Temporarily suppress mismatched_lifetime_syntaxes.
Gabriela Moldovan
2025-07-07
1
-0
/
+1
*
*: suppress cognitive_complexity warnings from nightly
Nick Mathewson
2025-05-29
1
-0
/
+2
*
circmgr: Propagate Option<HsCircKind> down to path selection functions
Nick Mathewson
2025-05-20
1
-5
/
+12
*
circmgr: Make path module public on "--features=experimental-api"
Nick Mathewson
2025-05-05
1
-1
/
+9
*
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
1
-1
/
+1
*
circmgr: Remove the CircParameters build .expect()
David Goulet
2025-01-16
1
-4
/
+4
*
circ: Specialize the circparams from netparams function
David Goulet
2025-01-16
1
-9
/
+16
*
circmgr: Modify CircParameters for congestion control
David Goulet
2025-01-16
1
-13
/
+10
*
clippy: deny `mod_module_files`
Steven Engler
2025-01-06
1
-0
/
+1
*
add_warnings, *: Allow clippy::needless_lifetimes
Nick Mathewson
2024-12-03
1
-0
/
+1
*
tor-circmgr: Rename Short/Extended to Naive/Guarded.
Gabriela Moldovan
2024-10-24
1
-1
/
+1
*
tor-circmgr: s/HsCircStubKind/HsCircStemKind.
Gabriela Moldovan
2024-10-24
1
-3
/
+3
*
Disable a lot of dead code warnings
Ian Jackson
2024-10-17
1
-0
/
+3
*
CircMgr: Move note_external_{failure, success} methods to generic impl.
Wesley Aptekar-Cassels
2024-10-03
1
-27
/
+27
*
CircMgr: Move get_or_launch_dir_specific method to generic impl.
Wesley Aptekar-Cassels
2024-10-03
1
-18
/
+18
*
CircMgr: Move get_or_launch_exit method to generic impl.
Wesley Aptekar-Cassels
2024-10-03
1
-45
/
+45
*
CircMgr: Move get_or_launch_dir method to generic impl.
Wesley Aptekar-Cassels
2024-10-03
1
-8
/
+8
*
CircMgr: Move skew_events method to generic impl.
Wesley Aptekar-Cassels
2024-10-03
1
-11
/
+11
*
CircMgr: Move retire_circ method to generic impl.
Wesley Aptekar-Cassels
2024-10-03
1
-6
/
+6
*
CircMgr: Move reconfigure method to generic impl.
Wesley Aptekar-Cassels
2024-10-03
1
-67
/
+67
*
CircMgr: Move retire_all_circuits method to generic impl.
Wesley Aptekar-Cassels
2024-10-03
1
-11
/
+11
[next]