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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Followup minor version bumps.
Nick Mathewson
2024-01-09
1
-1
/
+1
*
Patchlevel version bumps in preparation for 1.1.12.
Nick Mathewson
2024-01-09
1
-3
/
+3
*
Breaking version bumps in preparation for 1.1.12.
Nick Mathewson
2024-01-09
1
-15
/
+15
*
Run "fixup-features" in preparation for release.
Nick Mathewson
2024-01-08
1
-1
/
+1
*
circmgr:Resolve a warning when building without ntor-v3
Nick Mathewson
2023-12-13
1
-2
/
+3
*
Fix a clippy lint
Ian Jackson
2023-12-12
1
-1
/
+1
*
ClientCir: use ntor_v3 handshake when target supports it
Jim Newsome
2023-12-07
2
-18
/
+51
*
tor-circmgr: add experimental feature "ntor_v3"
Jim Newsome
2023-12-07
1
-1
/
+2
*
Two more patchlevel bumps
Nick Mathewson
2023-12-04
1
-1
/
+1
*
Bump minor versions in preparation for release
Nick Mathewson
2023-12-04
1
-13
/
+13
*
Bump patchlevel versions in preparation for release
Nick Mathewson
2023-12-04
1
-5
/
+5
*
Merge branch 'msrv-bump-1.70' into 'main'
Ian Jackson
2023-11-30
1
-1
/
+1
|
\
|
*
In every crate, change rust-version to 1.70.
Nick Mathewson
2023-11-28
1
-1
/
+1
*
|
Downgrade some messages to trace
Ian Jackson
2023-11-29
2
-3
/
+3
|
/
*
tor-circmgr: panic instead in order to return Error
Saksham Mittal
2023-11-21
1
-1
/
+1
*
tor-circmgr: port run_builder_test() to use spawn_join()
Saksham Mittal
2023-11-21
1
-10
/
+4
*
Upgrade to itertools 0.12.0
Nick Mathewson
2023-11-15
1
-1
/
+1
*
tor-circmgr: partially port mgr tests to MockRuntime
Saksham Mittal
2023-11-14
1
-11
/
+11
*
tor-circmgr: partially port test_double_timeout() to MockRuntime
Saksham Mittal
2023-11-14
1
-6
/
+3
*
tor-circmgr: fix build_*_timeout() for MockRuntime port
Saksham Mittal
2023-11-14
1
-8
/
+5
*
tor-circmgr: have FakeCirc derive Debug
Saksham Mittal
2023-11-11
1
-5
/
+2
*
tor-circmgr: Port some build_* tests to MockRuntime
Saksham Mittal
2023-11-11
1
-15
/
+27
*
Patch version bumps in crates without breaking changes
Nick Mathewson
2023-10-31
1
-6
/
+6
*
Minor version bumps in crates with breaking changes.
Nick Mathewson
2023-10-31
1
-7
/
+7
*
Run "fixup-features" in preparation for release this week.
Nick Mathewson
2023-10-29
1
-1
/
+1
*
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
*
Fix out of date comment
halcyon
2023-10-20
1
-2
/
+1
*
oneshot: Apply deferred rustfmt churn
Ian Jackson
2023-10-11
2
-2
/
+2
*
oneshot: Use veneer in tor-circmgr
Ian Jackson
2023-10-11
4
-5
/
+7
*
Minor-version bumps, for crates with breaking changes.
Nick Mathewson
2023-10-02
1
-3
/
+3
*
Patchlevel bumps, with dependents affected.
Nick Mathewson
2023-10-02
1
-6
/
+6
*
Run "fixup-features" on arti crates.
Nick Mathewson
2023-10-02
1
-1
/
+1
*
arti-client: add exit selection with GeoIP country codes
eta
2023-09-18
7
-10
/
+180
*
Bump patchlevel (not dependents) on crates with trivial changes
Nick Mathewson
2023-09-05
1
-1
/
+1
*
Update patchlevel for crates with nontrivial changes.
Nick Mathewson
2023-09-05
1
-13
/
+13
*
Upgrade to visibility 0.1.0
Nick Mathewson
2023-09-05
1
-1
/
+1
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
12
-0
/
+12
*
Run add_warnings on all files.
Nick Mathewson
2023-08-04
1
-2
/
+2
*
Remove semver.md files now that 1.1.7 is out.
Nick Mathewson
2023-08-01
1
-1
/
+0
*
Increment patchlevel versions of crates with minor changes
Nick Mathewson
2023-08-01
1
-9
/
+9
*
Update minor versions on crates that have had breaking changes
Nick Mathewson
2023-08-01
1
-7
/
+7
*
tor-circmgr: impl AsRef<dyn std::error::Error> for some error types
Ian Jackson
2023-07-18
2
-0
/
+4
*
Merge branch 'clippy-allow' into 'main'
Ian Jackson
2023-07-11
12
-0
/
+13
|
\
|
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
12
-0
/
+13
*
|
rng ranges: Use gen_range_infallible() for Duration::ZERO..=T
Ian Jackson
2023-07-10
1
-1
/
+1
*
|
rng ranges: Use gen_range_checked().unwrap() in test case
Ian Jackson
2023-07-10
1
-2
/
+2
*
|
rng ranges: Use gen_range_checked().expect() in obvious cases (fmt)
Ian Jackson
2023-07-10
1
-1
/
+2
*
|
rng ranges: Use gen_range_checked().expect() in obvious cases
Ian Jackson
2023-07-10
2
-3
/
+6
|
/
*
Merge branch 'inclusive' into 'main'
Nick Mathewson
2023-07-07
1
-1
/
+1
|
\
[next]