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
*
release: Bump all tor-/arti- crates to 0.31.0.
Alexander Hansen Færøy
2025-06-05
1
-3
/
+3
*
./maint/cargo_sort: Run cargo-sort on the entire workspace.
Gabriela Moldovan
2025-05-27
1
-3
/
+3
*
All crates: bump rust-version to 1.83.
Nick Mathewson
2025-05-13
1
-1
/
+1
*
release: Bump all unstable tor/arti crates to 0.30.0
Wesley Aptekar-Cassels
2025-05-01
1
-3
/
+3
*
Bump all the unstable tor- and arti- crates to 0.29.0.
Gabriela Moldovan
2025-03-31
1
-3
/
+3
*
Bump the versions of the non-{arti-,tor-} crates.
Gabriela Moldovan
2025-03-31
1
-1
/
+1
*
Upgrade getrandom dependency to 0.3.2
Gabriela Moldovan
2025-03-27
2
-1
/
+3
*
tor-rtmock: task: Remove Default impl for ThreadDescriptor
Ian Jackson
2025-03-04
1
-1
/
+1
*
Bump minor versions in tor-*, arti-*.
Nick Mathewson
2025-03-03
1
-3
/
+3
*
Enable derive-deftly beta features
Ian Jackson
2025-02-12
1
-1
/
+1
*
Update to derive-deftly 1.0
Ian Jackson
2025-02-12
1
-1
/
+1
*
Version bumps to 0.27.0
Ian Jackson
2025-02-06
1
-3
/
+3
*
fix: fix typos
Dimitris Apostolou
2025-01-30
1
-1
/
+1
*
Bump versions of internal arti crates for Arti 1.3.2
Nick Mathewson
2025-01-07
1
-3
/
+3
*
clippy: deny `mod_module_files`
Steven Engler
2025-01-06
1
-0
/
+1
*
add_warnings, *: Allow clippy::needless_lifetimes
Nick Mathewson
2024-12-03
1
-0
/
+1
*
Bump all the unstable tor- and arti- crates to 0.25.0.
Gabriela Moldovan
2024-12-02
1
-3
/
+3
*
Bump the versions of the non-{arti-,tor-} crates.
Gabriela Moldovan
2024-12-02
1
-1
/
+1
*
cargo: Update `thiserror` to `2`
Clara Engler
2024-11-12
1
-1
/
+1
*
Remove obsolete semver files post 1.3.0 release
Ian Jackson
2024-10-31
1
-1
/
+0
*
Merge branch 'versions' into 'main'
Ian Jackson
2024-10-30
1
-4
/
+4
|
\
|
*
Bump minor versions of crates with new APIs/impls
Ian Jackson
2024-10-30
1
-1
/
+1
|
*
Bump unstable tor-* and arti-* crates to 0.24.0
Ian Jackson
2024-10-30
1
-3
/
+3
*
|
cargo: Run fixup-features
Ian Jackson
2024-10-30
1
-1
/
+1
|
/
*
tor-bytes: Make "tor-llcrypto" dependency optional.
Nick Mathewson
2024-10-09
3
-3
/
+16
*
tor-bytes: Restore the message for Error::Truncated
Ian Jackson
2024-10-01
1
-1
/
+1
*
Remove semver.md files from 1.2.8
Nick Mathewson
2024-09-30
1
-2
/
+0
*
Bump arti- and tor- crates to 0.23.0
Nick Mathewson
2024-09-30
1
-3
/
+3
*
Minor bumps on non-tor/arti crates
Nick Mathewson
2024-09-30
1
-1
/
+1
*
Upgrade MSRV to 1.77
Nick Mathewson
2024-09-25
1
-1
/
+1
*
Run fixup-features in preparation for upcoming release.
Nick Mathewson
2024-09-25
1
-1
/
+1
*
Bump MSRV from 1.70 to 1.75.
Wesley Aptekar-Cassels
2024-09-16
1
-1
/
+1
*
tor-proto: Use Reader::take_all_but().
Nick Mathewson
2024-09-16
1
-13
/
+14
*
tor-bytes: Add a new take_all_but method.
Nick Mathewson
2024-09-16
1
-0
/
+73
*
tor-bytes: Fix Truncated refs in various docs.
Ian Jackson
2024-09-12
1
-4
/
+5
*
tor-bytes: Rename OnIncomplete to Completeness (fmt)
Ian Jackson
2024-09-12
1
-1
/
+1
*
tor-bytes: Rename OnIncomplete to Completeness
Ian Jackson
2024-09-12
1
-11
/
+20
*
tor_bytes: Clarify a method doc
Ian Jackson
2024-09-12
1
-2
/
+3
*
tor_bytes: Rename new_truncated_for_test to new_incomplete_for_test
Ian Jackson
2024-09-12
2
-14
/
+14
*
tor-bytes: Add test case for from_possibly_incomplete_slice
Ian Jackson
2024-09-12
1
-0
/
+8
*
tor-bytes: Add note about other kinds of invalid message
Ian Jackson
2024-09-11
1
-0
/
+11
*
tor-bytes: Add imprecations about Incomplete and MissingData
Ian Jackson
2024-09-11
1
-0
/
+17
*
tor-bytes: Fix a doc comment about error reporting
Ian Jackson
2024-09-11
1
-1
/
+1
*
tor-bytes: Do many missed renames of Truncated to Incomplete
Ian Jackson
2024-09-11
3
-9
/
+9
*
tor-bytes: Add warning about sub-readers (adjust to new name)
Ian Jackson
2024-09-11
1
-1
/
+1
*
tor-bytes: Add warning about sub-readers
Ian Jackson
2024-09-11
1
-0
/
+9
*
tor-bytes: Update semver.md. No compile-breaking changes, now.
Ian Jackson
2024-09-11
1
-1
/
+2
*
tor-bytes: Rename Truncated to Incomplete, and restore old Truncated as depre...
Ian Jackson
2024-09-11
2
-5
/
+10
*
tor-bytes: Only report Truncated for errors at the outer level (fmt)
Ian Jackson
2024-09-11
1
-2
/
+10
*
tor-bytes: Only report Truncated for errors at the outer level
Ian Jackson
2024-09-11
2
-12
/
+30
[next]