summaryrefslogtreecommitdiff
path: root/crates/tor-bytes
Commit message (Expand)AuthorAgeFilesLines
...
* Bump minor versionsIan Jackson2024-02-051-2/+2
* Patchlevel version bumps in preparation for 1.1.12.Nick Mathewson2024-01-091-1/+1
* Breaking version bumps in preparation for 1.1.12.Nick Mathewson2024-01-091-2/+2
* Bump minor versions in preparation for releaseNick Mathewson2023-12-041-2/+2
* Bump patchlevel versions in preparation for releaseNick Mathewson2023-12-041-1/+1
* Merge branch 'msrv-bump-1.70' into 'main'Ian Jackson2023-11-301-1/+1
|\
| * In every crate, change rust-version to 1.70.Nick Mathewson2023-11-281-1/+1
* | Convert to the latest versions of dalek-cryptographyNick Mathewson2023-11-292-18/+13
|/
* Patchlevel bumps, with dependents affected.Nick Mathewson2023-10-021-2/+2
* Remove direct dependency on generic-arrayNick Mathewson2023-09-282-14/+8
* Remove semver.md now that 1.1.8 is out.Nick Mathewson2023-09-051-1/+0
* Update patchlevel for crates with nontrivial changes.Nick Mathewson2023-09-051-3/+3
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-232-0/+2
* tor-bytes: deprecate always_bug with From traitEmil Engler2023-08-172-0/+12
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* Bump patchlevel versions of crates with trivial changesNick Mathewson2023-08-011-1/+1
* Increment patchlevel versions of crates with minor changesNick Mathewson2023-08-011-1/+1
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-102-0/+3
* Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-061-1/+0
* Bump patchlevel versions on crates with smaller changesNick Mathewson2023-06-301-3/+3
* lints: Run maint/add_warning to actually apply new lintsIan Jackson2023-06-211-0/+2
* Merge branch 'remove_arrayref' into 'main'Nick Mathewson2023-06-064-20/+16
|\
| * tor-bytes: Remove use of arrayrefNick Mathewson2023-05-254-20/+16
* | Bump crate versions in preparation for v1.1.5 release.Nick Mathewson2023-06-011-3/+3
|/
* Run fixup-features --no-annotate for initial Cargo.toml fixes.Nick Mathewson2023-05-151-0/+3
* Increment crate versions.Nick Mathewson2023-05-031-3/+3
* Upgrade our hex-literal dependencyNick Mathewson2023-04-131-1/+1
* Increment MSRV to 1.65 in every crate.Nick Mathewson2023-04-111-1/+1
* Remove semver.md files.Nick Mathewson2023-03-311-2/+0
* Bump patchlevel on crates with non-breaking changesNick Mathewson2023-03-311-2/+2
* Serval rustdoc link fixes.Nick Mathewson2023-03-081-1/+1
* tor-bytes: Add take_rest and read_nested_* to fuzzer.Nick Mathewson2023-03-061-0/+25
* tor-bytes: defend against misuse of extract_n().Nick Mathewson2023-03-061-1/+14
* tor-bytes: Clarify that Cursor is not a good thing, and could be neater.Nick Mathewson2023-03-011-2/+11
* clarify results of misusing cursorsIan Jackson2023-03-011-2/+2
* tor-bytes: impl Readable and Writeable for CtByteArray.Nick Mathewson2023-02-282-0/+19
* tor-bytes: Add cursor functionality to ReaderNick Mathewson2023-02-282-0/+62
* Remove semver.md files now that 1.1.2 is out.Nick Mathewson2023-02-281-1/+0
* Patchlevel bumps for remaining changed crates.Nick Mathewson2023-02-281-2/+2
* Change tor_bytes::Error::BadMessage to a Cow.Nick Mathewson2023-02-093-2/+12
* Remove semver.md files now that 1.1.1 is tagged.Nick Mathewson2023-02-011-2/+0
* Bump the patch version of every crate that had API additionsNick Mathewson2023-02-011-3/+3
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-272-0/+2
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+1
* tor-bytes: impl Writeable for &impl WriteableIan Jackson2023-01-242-0/+7
* tor-bytes: Implement conversion from EncodeError to BugIan Jackson2023-01-242-1/+17
* Do not .gitignore crates/*/fuzz/corpusIan Jackson2023-01-201-1/+0
* Merge branch 'test-lints' into 'main'eta2023-01-062-0/+18
|\
| * test lint blocks: Add many many automaticallyIan Jackson2022-12-122-0/+18
* | doc: consistent summary line for the READMEsEmil Engler2022-12-201-1/+1
|/