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-bytes
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update unstable `tor/arti-*` crates to 0.17.0.
Nick Mathewson
2024-04-02
1
-3
/
+3
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
2
-0
/
+2
*
tor-bytes: avoid write_zeros truncation
Tobias Stoeckmann
2024-03-06
1
-1
/
+1
*
deny clippy::unchecked_duration_subtraction
trinity-1686a
2024-02-29
1
-0
/
+1
*
tor-bytes: Remove signature dependency.
Gabriela Moldovan
2024-02-28
1
-1
/
+0
*
Bump minor versions
Ian Jackson
2024-02-05
1
-2
/
+2
*
Patchlevel version bumps in preparation for 1.1.12.
Nick Mathewson
2024-01-09
1
-1
/
+1
*
Breaking version bumps in preparation for 1.1.12.
Nick Mathewson
2024-01-09
1
-2
/
+2
*
Bump minor versions in preparation for release
Nick Mathewson
2023-12-04
1
-2
/
+2
*
Bump patchlevel versions in preparation for release
Nick Mathewson
2023-12-04
1
-1
/
+1
*
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
*
|
Convert to the latest versions of dalek-cryptography
Nick Mathewson
2023-11-29
2
-18
/
+13
|
/
*
Patchlevel bumps, with dependents affected.
Nick Mathewson
2023-10-02
1
-2
/
+2
*
Remove direct dependency on generic-array
Nick Mathewson
2023-09-28
2
-14
/
+8
*
Remove semver.md now that 1.1.8 is out.
Nick Mathewson
2023-09-05
1
-1
/
+0
*
Update patchlevel for crates with nontrivial changes.
Nick Mathewson
2023-09-05
1
-3
/
+3
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
2
-0
/
+2
*
tor-bytes: deprecate always_bug with From trait
Emil Engler
2023-08-17
2
-0
/
+12
*
Run add_warnings on all files.
Nick Mathewson
2023-08-04
1
-2
/
+2
*
Bump patchlevel versions of crates with trivial changes
Nick Mathewson
2023-08-01
1
-1
/
+1
*
Increment patchlevel versions of crates with minor changes
Nick Mathewson
2023-08-01
1
-1
/
+1
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
2
-0
/
+3
*
Run add_warning to remove `missing_panics_doc` deny.
Nick Mathewson
2023-07-06
1
-1
/
+0
*
Bump patchlevel versions on crates with smaller changes
Nick Mathewson
2023-06-30
1
-3
/
+3
*
lints: Run maint/add_warning to actually apply new lints
Ian Jackson
2023-06-21
1
-0
/
+2
*
Merge branch 'remove_arrayref' into 'main'
Nick Mathewson
2023-06-06
4
-20
/
+16
|
\
|
*
tor-bytes: Remove use of arrayref
Nick Mathewson
2023-05-25
4
-20
/
+16
*
|
Bump crate versions in preparation for v1.1.5 release.
Nick Mathewson
2023-06-01
1
-3
/
+3
|
/
*
Run fixup-features --no-annotate for initial Cargo.toml fixes.
Nick Mathewson
2023-05-15
1
-0
/
+3
*
Increment crate versions.
Nick Mathewson
2023-05-03
1
-3
/
+3
*
Upgrade our hex-literal dependency
Nick Mathewson
2023-04-13
1
-1
/
+1
*
Increment MSRV to 1.65 in every crate.
Nick Mathewson
2023-04-11
1
-1
/
+1
*
Remove semver.md files.
Nick Mathewson
2023-03-31
1
-2
/
+0
*
Bump patchlevel on crates with non-breaking changes
Nick Mathewson
2023-03-31
1
-2
/
+2
*
Serval rustdoc link fixes.
Nick Mathewson
2023-03-08
1
-1
/
+1
*
tor-bytes: Add take_rest and read_nested_* to fuzzer.
Nick Mathewson
2023-03-06
1
-0
/
+25
*
tor-bytes: defend against misuse of extract_n().
Nick Mathewson
2023-03-06
1
-1
/
+14
*
tor-bytes: Clarify that Cursor is not a good thing, and could be neater.
Nick Mathewson
2023-03-01
1
-2
/
+11
*
clarify results of misusing cursors
Ian Jackson
2023-03-01
1
-2
/
+2
*
tor-bytes: impl Readable and Writeable for CtByteArray.
Nick Mathewson
2023-02-28
2
-0
/
+19
*
tor-bytes: Add cursor functionality to Reader
Nick Mathewson
2023-02-28
2
-0
/
+62
*
Remove semver.md files now that 1.1.2 is out.
Nick Mathewson
2023-02-28
1
-1
/
+0
*
Patchlevel bumps for remaining changed crates.
Nick Mathewson
2023-02-28
1
-2
/
+2
*
Change tor_bytes::Error::BadMessage to a Cow.
Nick Mathewson
2023-02-09
3
-2
/
+12
*
Remove semver.md files now that 1.1.1 is tagged.
Nick Mathewson
2023-02-01
1
-2
/
+0
*
Bump the patch version of every crate that had API additions
Nick Mathewson
2023-02-01
1
-3
/
+3
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
2
-0
/
+2
*
Disable clippy::unlinlined-format-args
Nick Mathewson
2023-01-27
1
-0
/
+1
*
tor-bytes: impl Writeable for &impl Writeable
Ian Jackson
2023-01-24
2
-0
/
+7
[next]