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
/
tor-consdiff
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add noop_method_call warning.
Nick Mathewson
2021-05-27
1
-0
/
+1
*
Use the "typos" tool to fix some spelling
Nick Mathewson
2021-05-26
1
-1
/
+1
*
Enable cargo_common_metadata warning.
Nick Mathewson
2021-05-25
1
-0
/
+1
*
Crate documentation for tor-consdiff.
Nick Mathewson
2021-05-24
1
-3
/
+11
*
Add the "unreachable_pub" lint.
Nick Mathewson
2021-05-18
1
-0
/
+1
*
Add trait_duplication_in_bounds warning.
Nick Mathewson
2021-05-03
1
-0
/
+1
*
Add unseparated_literal_suffix lint, and fix it.
Nick Mathewson
2021-05-03
1
-0
/
+1
*
Add a few more clippy warnings
Nick Mathewson
2021-05-03
1
-0
/
+5
*
Add some more clippy warnings to our list.
Nick Mathewson
2021-04-27
1
-1
/
+6
*
Enforce (and obey) clippy lints about exhaustive enums, structs.
Nick Mathewson
2021-04-27
2
-0
/
+4
*
Avoid unwrap() in tor-consdiff.
Nick Mathewson
2021-03-04
1
-8
/
+4
*
My rustfmt is up-to-date with the gitlab ci one again
Nick Mathewson
2021-03-01
1
-5
/
+19
*
Check declared post-digest on consensus diffs.
Nick Mathewson
2021-01-25
1
-0
/
+19
*
cargo fix --edition-idioms
Nick Mathewson
2020-12-29
1
-1
/
+1
*
Add a function to see if a document looks like a diff.
Nick Mathewson
2020-12-17
1
-0
/
+6
*
consdiff: disallow usize::MAX as a line number.
Nick Mathewson
2020-12-17
1
-1
/
+11
*
Add a fuzzer to tor-consdiff
Nick Mathewson
2020-12-17
1
-8
/
+20
*
consdiff: move responsibility for checking sort order into iterator
Nick Mathewson
2020-12-17
1
-23
/
+43
*
More tests for tor-consdiff.
Nick Mathewson
2020-12-17
1
-6
/
+191
*
tor-consdiff: document everything.
Nick Mathewson
2020-12-17
2
-33
/
+162
*
consdiff: use real error messages
Nick Mathewson
2020-12-17
2
-25
/
+26
*
consdiff: extract Error type to new module.
Nick Mathewson
2020-12-17
2
-19
/
+28
*
Make the O(n^2) slow diff-apply algorithm off-by-default.
Nick Mathewson
2020-12-16
1
-0
/
+4
*
Handle the headers on our diff format correctly.
Nick Mathewson
2020-12-16
1
-13
/
+73
*
Implement the O(n) algorithm for applying diffs
Nick Mathewson
2020-12-16
1
-14
/
+101
*
Initial work on client-side consensus diff code.
Nick Mathewson
2020-12-16
2
-0
/
+358