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-ptmgr
/
Cargo.toml
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update unstable `tor/arti-*` crates to 0.17.0.
Nick Mathewson
2024-04-02
1
-10
/
+10
*
Bump patchlevel versions on non-{tor/arti} crates.
Nick Mathewson
2024-04-02
1
-1
/
+1
*
Run "fixup-features" in preparation for next release.
Nick Mathewson
2024-03-28
1
-1
/
+1
*
ptmgr: Use Itertools directly.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
ptmgr: reformat Cargo.toml
Nick Mathewson
2024-03-13
1
-1
/
+2
*
Use tor_basic_utils::PathExt::display_lossy
Ian Jackson
2024-03-05
1
-0
/
+1
*
tor-ptmgr: Bump minor version.
Gabriela Moldovan
2024-03-04
1
-1
/
+1
*
Bump the minor version, for crates with breaking changes.
Gabriela Moldovan
2024-03-04
1
-1
/
+1
*
Bump patch versions *with* dependency update
Ian Jackson
2024-02-05
1
-1
/
+1
*
Bump minor versions
Ian Jackson
2024-02-05
1
-6
/
+6
*
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
-5
/
+5
*
Bump minor versions in preparation for release
Nick Mathewson
2023-12-04
1
-4
/
+4
*
Bump patchlevel versions in preparation for release
Nick Mathewson
2023-12-04
1
-5
/
+5
*
In every crate, change rust-version to 1.70.
Nick Mathewson
2023-11-28
1
-1
/
+1
*
Patch version bumps in crates without breaking changes
Nick Mathewson
2023-10-31
1
-2
/
+2
*
Minor version bumps in crates with breaking changes.
Nick Mathewson
2023-10-31
1
-2
/
+2
*
Run "fixup-features" in preparation for release this week.
Nick Mathewson
2023-10-29
1
-1
/
+1
*
oneshot: Use veneer in tor-ptmgr
Ian Jackson
2023-10-11
1
-0
/
+1
*
Patchlevel bumps to crates whose dependencies just changed.
Nick Mathewson
2023-10-02
1
-1
/
+1
*
Minor-version bumps, for crates with breaking changes.
Nick Mathewson
2023-10-02
1
-1
/
+1
*
Patchlevel bumps, with dependents affected.
Nick Mathewson
2023-10-02
1
-3
/
+3
*
Update patchlevel for crates with nontrivial changes.
Nick Mathewson
2023-09-05
1
-4
/
+4
*
Minor-version bumps for crates with breaking changes.
Nick Mathewson
2023-09-05
1
-1
/
+1
*
Upgrade to visibility 0.1.0
Nick Mathewson
2023-09-05
1
-1
/
+1
*
Increment patchlevel versions of crates with minor changes
Nick Mathewson
2023-08-01
1
-5
/
+5
*
Update minor versions on crates that have had breaking changes
Nick Mathewson
2023-08-01
1
-2
/
+2
*
Throughout: Use *_report!() macros for reporting Errors.
Nick Mathewson
2023-07-07
1
-1
/
+1
*
Bump patchlevel versions on crates with smaller changes
Nick Mathewson
2023-06-30
1
-4
/
+4
*
Bump versions on crates with nonfunctional changes
Nick Mathewson
2023-06-30
1
-1
/
+1
*
Upgrade async-trait requirement to 1.54
Nick Mathewson
2023-06-12
1
-1
/
+1
*
Bump crate versions in preparation for v1.1.5 release.
Nick Mathewson
2023-06-01
1
-9
/
+9
*
Reformat Cargo.toml files.
Nick Mathewson
2023-05-15
1
-9
/
+11
*
Run fixup-features --no-annotate for initial Cargo.toml fixes.
Nick Mathewson
2023-05-15
1
-2
/
+3
*
Upgrade tracing to 0.1.36.
Nick Mathewson
2023-05-03
1
-1
/
+1
*
Increment crate versions.
Nick Mathewson
2023-05-03
1
-9
/
+9
*
Increment MSRV to 1.65 in every crate.
Nick Mathewson
2023-04-11
1
-1
/
+1
*
Patchlevel bumps for crates whose dependencies just changed.
Nick Mathewson
2023-03-31
1
-2
/
+2
*
Bump crate versions that have breaking changes
Nick Mathewson
2023-03-31
1
-1
/
+1
*
Bump patchlevel on crates with non-breaking changes
Nick Mathewson
2023-03-31
1
-1
/
+1
*
Bump patchlevel on crates with semver-irrelevant changes.
Nick Mathewson
2023-03-31
1
-1
/
+1
*
Patchlevel bumps for remaining changed crates.
Nick Mathewson
2023-02-28
1
-6
/
+6
*
Bump the patch version of every crate that had API additions
Nick Mathewson
2023-02-01
1
-2
/
+2
*
Bump the patch-level version of crates with _minor_ changes.
Nick Mathewson
2023-02-01
1
-5
/
+5
*
Bump the minor version of every crate.
Nick Mathewson
2022-11-30
1
-9
/
+9
*
ptmgr: Use anonymize_home when displaying paths in errors
Nick Mathewson
2022-11-29
1
-0
/
+1
*
PtMgr: Use a persistent state directory for PT state.
Nick Mathewson
2022-11-28
1
-1
/
+0
*
PtMgr: New features section in README.md
Nick Mathewson
2022-11-28
1
-0
/
+1
*
ptmgr: Mark PtMessage and next_message as experimental-api.
Nick Mathewson
2022-11-28
1
-0
/
+8
[next]