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-guardmgr
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'bump-versions-v115' into 'main'
arti-v1.1.5
Ian Jackson
2023-06-01
1
-18
/
+18
|
\
|
*
Bump crate versions in preparation for v1.1.5 release.
Nick Mathewson
2023-06-01
1
-18
/
+18
*
|
fallbackdir: Update list generated on June 01, 2023
Tor CI Release
2023-06-01
1
-892
/
+896
|
/
*
guardmgr, netdir: fix some needless-mut warnings
Nick Mathewson
2023-05-18
1
-2
/
+2
*
guardmgr: suppress a clippy-nightly warning.
Nick Mathewson
2023-05-18
1
-0
/
+1
*
tor-guardmgr, tor-proto: minor logging tweaks
eta
2023-05-18
1
-2
/
+2
*
Revise all XXXXs from fixup-features
Nick Mathewson
2023-05-15
1
-3
/
+3
*
Run fixup-features _with_ annotations.
Nick Mathewson
2023-05-15
1
-0
/
+2
*
Reformat Cargo.toml files.
Nick Mathewson
2023-05-15
1
-1
/
+17
*
Run fixup-features --no-annotate for initial Cargo.toml fixes.
Nick Mathewson
2023-05-15
1
-1
/
+1
*
Upgrade tracing to 0.1.36.
Nick Mathewson
2023-05-03
1
-1
/
+1
*
Increment crate versions.
Nick Mathewson
2023-05-03
1
-18
/
+18
*
Upgrade our num_enum dependency.
Nick Mathewson
2023-04-13
1
-1
/
+1
*
Use bool::then_some() as appropriate
Nick Mathewson
2023-04-11
2
-2
/
+2
*
Increment MSRV to 1.65 in every crate.
Nick Mathewson
2023-04-11
1
-1
/
+1
*
guardmgr: update feature behavior wrt testing and pts.
Nick Mathewson
2023-04-06
2
-3
/
+3
*
Patchlevel bumps for crates whose dependencies just changed.
Nick Mathewson
2023-03-31
1
-1
/
+1
*
Bump crate versions that have breaking changes
Nick Mathewson
2023-03-31
1
-2
/
+2
*
Bump patchlevel on crates with non-breaking changes
Nick Mathewson
2023-03-31
1
-6
/
+6
*
Bump patchlevel on crates with semver-irrelevant changes.
Nick Mathewson
2023-03-31
1
-1
/
+1
*
Merge branch 'main' into 'main'
Ian Jackson
2023-02-28
1
-3
/
+3
|
\
|
*
Use humantime in tor-guardmgr
Saksham Mittal
2023-02-27
1
-3
/
+3
*
|
Patchlevel bumps for remaining changed crates.
Nick Mathewson
2023-02-28
1
-8
/
+8
*
|
Bump tor-units version for breaking change.
Nick Mathewson
2023-02-28
1
-1
/
+1
*
|
Bump minor versions for significant breaking changes.
Nick Mathewson
2023-02-28
1
-3
/
+3
|
/
*
Upgrade to latest toml crate.
Nick Mathewson
2023-02-14
1
-1
/
+1
*
Bump the patch version of every crate that had API additions
Nick Mathewson
2023-02-01
1
-8
/
+8
*
Bump the patch-level version of crates with _minor_ changes.
Nick Mathewson
2023-02-01
1
-7
/
+7
*
"Fix" remaining unchecked-subtraction warnings.
Nick Mathewson
2023-01-27
1
-1
/
+3
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
10
-0
/
+10
*
Disable clippy::unlinlined-format-args
Nick Mathewson
2023-01-27
1
-0
/
+1
*
Upgrade toml to version 0.6.
Nick Mathewson
2023-01-25
1
-1
/
+1
*
Complete our migration to base64ct.
Nick Mathewson
2023-01-20
2
-3
/
+3
*
Merge branch 'test-lints' into 'main'
eta
2023-01-06
7
-0
/
+56
|
\
|
*
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
7
-0
/
+56
*
|
Merge branch 'bug589a' into 'main'
eta
2023-01-06
1
-5
/
+0
|
\
\
|
*
|
Remove allow(unreachable_pub) from tor-guardmgr/src/lib.rs
Neel Chauhan
2022-12-16
1
-5
/
+0
|
|
/
*
/
doc: consistent summary line for the READMEs
Emil Engler
2022-12-20
1
-1
/
+1
|
/
*
Remove semver.md files now that 1.1.0 is released.
Nick Mathewson
2022-11-30
1
-4
/
+0
*
Bump the minor version of every crate.
Nick Mathewson
2022-11-30
1
-18
/
+18
*
Rename for_circuit_usage => as_relay_with_desc
Nick Mathewson
2022-11-30
2
-2
/
+2
*
bridge config: Add a TODO about a redundant clone
Ian Jackson
2022-11-30
1
-0
/
+3
*
bridge config: Rename accessors
Ian Jackson
2022-11-30
1
-2
/
+2
*
bridge config: Use unreachable, not None.expect
Ian Jackson
2022-11-30
1
-2
/
+1
*
Separate BridgeAddr and PtTargetAddr
Ian Jackson
2022-11-30
1
-22
/
+30
*
Merge branch 'more-linkspec-tests' into 'main'
Nick Mathewson
2022-11-29
1
-1
/
+1
|
\
|
*
Fix up compatibility issues between linkspec tests and other patches
Nick Mathewson
2022-11-28
1
-1
/
+1
*
|
Merge branch 'ptmgr-optional-dep' into 'main'
Ian Jackson
2022-11-29
1
-0
/
+5
|
\
\
|
*
|
guardmgr: Conditionalise DisplayRule::Redacted
Ian Jackson
2022-11-29
1
-0
/
+5
*
|
|
guardmgr: remove todo about bridge::config::Inner members
Nick Mathewson
2022-11-29
1
-4
/
+0
[next]