summaryrefslogtreecommitdiff
path: root/tor-consdiff/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* Bump version dependencies to 0.0.0Nick Mathewson2021-06-241-1/+1
* Remove "publish = false"Nick Mathewson2021-06-241-1/+0
* Give every Cargo.toml a repository fieldNick Mathewson2021-05-191-0/+1
* Add appropriate categories to some Cargo.toml files.Nick Mathewson2021-03-171-0/+1
* Add the tor project as an author.Nick Mathewson2021-03-171-1/+1
* Add keywords to each Cargo.tomlNick Mathewson2021-03-171-0/+1
* Add a description field to all our Cargo.toml filesNick Mathewson2021-03-171-0/+1
* Give it a homepage everyplace.Nick Mathewson2021-03-171-0/+1
* Bump dependencies with "cargo upgrade"Nick Mathewson2021-03-061-1/+1
* Update some dependencies.Nick Mathewson2021-02-191-1/+1
* Check declared post-digest on consensus diffs.Nick Mathewson2021-01-251-0/+3
* cargo upgrade.Nick Mathewson2020-12-301-1/+1
* Cargo-upgrade a few dependenciesNick Mathewson2020-12-211-1/+1
* consdiff: extract Error type to new module.Nick Mathewson2020-12-171-0/+1
* Make the O(n^2) slow diff-apply algorithm off-by-default.Nick Mathewson2020-12-161-0/+4
* Handle the headers on our diff format correctly.Nick Mathewson2020-12-161-1/+1
* Initial work on client-side consensus diff code.Nick Mathewson2020-12-161-0/+11