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
*
Now that versions have bumped, remove semver.md files.
Nick Mathewson
2022-08-01
1
-1
/
+0
*
Bump patch versions on crates that have new APIs.
Nick Mathewson
2022-08-01
1
-2
/
+2
*
Bump minor version on crates with deps with breaking changes.
Nick Mathewson
2022-08-01
1
-3
/
+3
*
Bump minor versions on all crates that have had breaking changes.
Nick Mathewson
2022-08-01
1
-9
/
+9
*
fix runtime issues on ios
trinity-1686a
2022-07-30
1
-4
/
+6
*
CircMgr: Remove directory liveness testing.
Nick Mathewson
2022-07-26
2
-23
/
+2
*
CircMgr: Update to new NetDirProvider API
Nick Mathewson
2022-07-26
1
-8
/
+7
*
Apply 1 suggestion(s) to 1 file(s)
Ian Jackson
2022-07-13
1
-1
/
+1
*
circmgr: Refactor DirPathBuilder::pick_path.
Nick Mathewson
2022-07-12
1
-9
/
+7
*
circmgr: Use FilterCounts to explain why we couldn't build paths
Nick Mathewson
2022-07-12
4
-20
/
+58
*
circmgr: Use FilterCounts to explain why we couldn't find an exit.
Nick Mathewson
2022-07-12
2
-14
/
+40
*
tor-circmgr: Clarify and improve Protocol error.
Nick Mathewson
2022-07-12
3
-1
/
+24
*
tor-circmgr: minor error message edits.
Nick Mathewson
2022-07-12
1
-5
/
+5
*
Add more information to failed-to-select fallback errors.
Nick Mathewson
2022-07-07
1
-1
/
+1
*
Bump crate and dependency versions.
Nick Mathewson
2022-06-24
1
-16
/
+16
*
clippy: Consolidate many lints in maint/add_warning
Ian Jackson
2022-06-24
1
-1
/
+8
*
Run maint/add_warning crates/*/src/{lib,main}.rs
Ian Jackson
2022-06-23
1
-0
/
+3
*
Do not include error source() in display() format.
Nick Mathewson
2022-06-21
1
-5
/
+5
*
CircMgr: Enable reachable_addrs filter.
Nick Mathewson
2022-06-17
2
-1
/
+21
*
Add a configuration option for reachable_addrs
Nick Mathewson
2022-06-17
1
-0
/
+28
*
Merge branch 'high-level-features' into 'main'
Nick Mathewson
2022-06-16
1
-0
/
+2
|
\
|
*
Add "full" and "experimental" features to arti-client and below.
Nick Mathewson
2022-06-10
1
-0
/
+2
*
|
tor-netdir: testnet: Make construct_netdir infallible (rustfmt)
Ian Jackson
2022-06-13
4
-21
/
+7
*
|
tor-netdir: testnet: Make construct_netdir infallible
Ian Jackson
2022-06-13
4
-7
/
+0
|
/
*
Merge branch 'use-testing-rng'
Nick Mathewson
2022-06-07
4
-11
/
+15
|
\
|
*
Use testing_rng() in tests throughout our crates.
Nick Mathewson
2022-06-02
4
-11
/
+15
*
|
Move responsibility for GuardMgr NetDir updates to GuardMgr.
Nick Mathewson
2022-06-07
1
-32
/
+24
*
|
Remove now-redundant Send+Sync constraints alongside NetDirProvider
Nick Mathewson
2022-06-07
1
-4
/
+4
*
|
lints: Add let_unit_value allow to all crates
Ian Jackson
2022-05-31
1
-0
/
+1
*
|
lints: Add lint block delimiters to every crate
Ian Jackson
2022-05-31
1
-0
/
+2
|
/
*
Lexically sort Cargo.toml dependencies
Orhun Parmaksız
2022-05-28
1
-17
/
+16
*
Regenerate version bump from previous commit.
arti-v0.4.0
Nick Mathewson
2022-05-27
1
-10
/
+10
*
Semantic version changes for Arti 0.4.0 release
Nick Mathewson
2022-05-27
1
-14
/
+14
*
Resolve the new `derive_partial_eq_without_eq` lint.
Nick Mathewson
2022-05-23
3
-5
/
+5
*
impl_standard_builder: Have it generate FooConfig::builder
Ian Jackson
2022-05-12
1
-18
/
+0
*
Merge branch 'builder-default-bis' into 'main'
eta
2022-05-12
1
-26
/
+4
|
\
|
*
Rename impl_standard_builder from impl_default_via_builder
Ian Jackson
2022-05-12
1
-4
/
+4
|
*
config: Replace more handwritten impl Default
Ian Jackson
2022-05-12
1
-26
/
+4
*
|
Merge branch 'ticket_412_467' into 'main'
Nick Mathewson
2022-05-12
1
-0
/
+6
|
\
\
|
|
/
|
/
|
|
*
Note a TODO in exitpath construction.
Nick Mathewson
2022-05-11
1
-0
/
+6
*
|
Add correct serde(default) attrs for humantime_serde::option
Ian Jackson
2022-05-12
1
-4
/
+4
|
/
*
Bump the version of every* crate to 0.3.0
Nick Mathewson
2022-05-06
1
-19
/
+19
*
Change safelog version to 0.1.0.
Nick Mathewson
2022-05-06
1
-1
/
+1
*
Merge branch 'derive-builder-fork' into 'main'
Nick Mathewson
2022-05-06
1
-1
/
+1
|
\
|
*
Switch to derive_builder_arti_fork
Ian Jackson
2022-05-06
1
-1
/
+1
*
|
Apply `sensitive` in some info-level log messages.
Nick Mathewson
2022-05-06
1
-0
/
+1
|
/
*
config derive attrs: Make builders serde, and validated structs not
Ian Jackson
2022-05-05
1
-19
/
+7
*
Merge branch 'socket-addr-list-builder' into 'main'
Ian Jackson
2022-05-04
1
-12
/
+16
|
\
|
*
FallbackDir: Use VecBuilder for orports
Ian Jackson
2022-05-04
1
-12
/
+16
*
|
GuardUsage: restrictions: Use list builder
Ian Jackson
2022-05-04
1
-1
/
+2
|
/
[next]