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
*
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
|
\
|
*
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
6
-43
/
+30
|
\
\
|
|
/
|
/
|
|
*
circmgr: Use event_report!() and similar macros
Nick Mathewson
2023-07-07
6
-43
/
+30
*
|
Merge branch 'allow_missing_panics' into 'main'
Ian Jackson
2023-07-07
1
-1
/
+0
|
\
\
|
*
|
Run add_warning to remove `missing_panics_doc` deny.
Nick Mathewson
2023-07-06
1
-1
/
+0
|
|
/
*
/
Avoid matches!(x, None), matches!(x, Ok(_))
Nick Mathewson
2023-07-06
1
-1
/
+1
|
/
*
Remove semver.md files for 1.1.6
Nick Mathewson
2023-06-30
1
-1
/
+0
*
Bump patchlevel versions on crates with smaller changes
Nick Mathewson
2023-06-30
1
-10
/
+10
*
Bump minor versions on crates with breaking changes
Nick Mathewson
2023-06-30
1
-1
/
+1
*
Merge branch 'stabilize-hs-client' into 'main'
Nick Mathewson
2023-06-29
1
-2
/
+3
|
\
|
*
Mark all {hs,onion-serivce}-client features as non-experimental.
Nick Mathewson
2023-06-29
1
-2
/
+3
*
|
tor-circmgr: Provide estimate_timeout as a method on HsCircPool
Ian Jackson
2023-06-29
1
-1
/
+21
|
/
*
Merge branch 'circparams' into 'main'
Ian Jackson
2023-06-29
2
-15
/
+18
|
\
|
*
tor-circmgr: Expose CircParameters from NetParameters construction
Ian Jackson
2023-06-29
2
-15
/
+18
*
|
circmgr: Refactor duplicate logic.
Nick Mathewson
2023-06-28
1
-27
/
+21
*
|
circmgr: Remove a "TODO HS" about path restrictions.
Nick Mathewson
2023-06-28
1
-3
/
+0
*
|
circmgr: Defer two "TODO HS" in hspool
Nick Mathewson
2023-06-28
1
-2
/
+2
|
/
*
HS configuration: Add retry parameters to configuration
Ian Jackson
2023-06-28
2
-0
/
+37
*
Upgrade to itertools 0.11.0
Nick Mathewson
2023-06-26
1
-1
/
+1
*
random_idx_where: Ensure uniform distribution of choice
Jim Newsome
2023-06-23
1
-22
/
+32
*
Add more tests for random_idx_where
Jim Newsome
2023-06-23
1
-0
/
+10
*
Merge branch 'idx' into 'main'
Ian Jackson
2023-06-23
1
-0
/
+10
|
\
|
*
tor-circmgr: Test random_idx_where with empty slice
Ian Jackson
2023-06-23
1
-0
/
+7
|
*
tor-circmgr: random_idx_where: Don't panic on empty range
Ian Jackson
2023-06-23
1
-0
/
+3
*
|
Merge branch 'circmgr-timeout-est' into 'main'
Nick Mathewson
2023-06-22
4
-7
/
+35
|
\
\
|
*
|
circmgr: Now that Action is public, clean it up a little.
Nick Mathewson
2023-06-22
1
-3
/
+2
|
*
|
circmgr: New API to expose estimate-based timeouts.
Nick Mathewson
2023-06-22
4
-4
/
+33
*
|
|
hspool: Use let-else pattern; our MSRV permits it.
Nick Mathewson
2023-06-22
1
-6
/
+2
*
|
|
circmgr: Use path_ref() instead of path().
Nick Mathewson
2023-06-22
1
-24
/
+45
|
|
/
|
/
|
*
|
lints: Run maint/add_warning to actually apply new lints
Ian Jackson
2023-06-21
1
-0
/
+2
|
/
*
Typo fixes
gabi-250
2023-06-20
1
-2
/
+2
*
circmgr: Use a slightly nicer way to pick a circuit from our pool.
Nick Mathewson
2023-06-16
1
-13
/
+58
*
circmgr: Make hspool size dynamic
Nick Mathewson
2023-06-16
2
-28
/
+108
*
circmgr::hspool: Move the Mutex into an intermediary Inner struct
Nick Mathewson
2023-06-16
2
-35
/
+53
*
circmgr: Remove TODOS about retrying.
Nick Mathewson
2023-06-16
1
-5
/
+0
*
cirmgr: remove a dead-code exception.
Nick Mathewson
2023-06-16
1
-1
/
+0
*
Upgrade async-trait requirement to 1.54
Nick Mathewson
2023-06-12
1
-1
/
+1
*
Remove semver.md files from 1.1.5
Nick Mathewson
2023-06-01
1
-3
/
+0
*
Bump crate versions in preparation for v1.1.5 release.
Nick Mathewson
2023-06-01
1
-21
/
+21
*
Merge branch 'info-to-warn' into 'main'
gabi-250
2023-05-17
1
-5
/
+8
|
\
[next]