index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tor-llcrypto
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move all crates into a `crates` subdirectory.
Nick Mathewson
2021-08-27
9
-1223
/
+0
*
Tweaks on patch to add clippy::unwrap_used lint.
Nick Mathewson
2021-08-27
1
-2
/
+3
*
WIP: Add the "unwrap_used" lint.
S0AndS0
2021-08-24
3
-1
/
+4
*
Revisions based on new documented-panics lint.
Nick Mathewson
2021-08-18
1
-1
/
+7
*
Merge remote-tracking branch 'origin/mr/60'
Nick Mathewson
2021-08-18
2
-0
/
+5
|
\
|
*
Add the "missing_panics_doc" lint.
S0AndS0
2021-08-13
2
-0
/
+5
*
|
Add the "implicit_clone" lint.
S0AndS0
2021-08-17
1
-0
/
+1
|
/
*
Use add_warnings.py for clippy::cast_lossless
Nick Mathewson
2021-08-13
1
-1
/
+1
*
Add the "cast_lossless" lint.
S0AndS0
2021-08-12
1
-0
/
+1
*
Add unnecessary_wraps to the big warning list.
Nick Mathewson
2021-08-06
1
-0
/
+1
*
Update to rsa 0.5.0. Minor compatibility issues.
Nick Mathewson
2021-08-05
1
-4
/
+5
*
Fix typos and other spelling mistakes
rls
2021-07-31
3
-3
/
+3
*
address a bunch of hopefully uncontroversial lints
Daniel Eades
2021-07-20
1
-1
/
+1
*
Revert "clippy: remove unneeded dependencies."
Nick Mathewson
2021-07-02
1
-0
/
+4
*
clippy: remove unneeded dependencies.
Nick Mathewson
2021-06-27
1
-1
/
+1
*
Add clippy warn needless pass by value
YUAN LYU
2021-06-21
2
-2
/
+3
*
Add clippy warn needless borrow
YUAN LYU
2021-06-21
1
-0
/
+1
*
Fix some warnings about needless & from nightly clippy
Nick Mathewson
2021-06-18
2
-2
/
+2
*
Add noop_method_call warning.
Nick Mathewson
2021-05-27
1
-0
/
+1
*
Enable cargo_common_metadata warning.
Nick Mathewson
2021-05-25
1
-0
/
+1
*
tor-llcrypto: finish a sentence in the docs.
Nick Mathewson
2021-05-24
1
-1
/
+3
*
Add a link tto the tor website to arti blurb.
Nick Mathewson
2021-05-24
1
-1
/
+2
*
Add tor-proto docs and tweak docs+apis elsewhere.
Nick Mathewson
2021-05-21
1
-5
/
+5
*
tor-llcrypto: Improve documentation and move keyblinding.
Nick Mathewson
2021-05-21
9
-162
/
+317
*
Add the "unreachable_pub" lint.
Nick Mathewson
2021-05-18
2
-1
/
+2
*
Upgrade to latest RustCrypto crates.
Nick Mathewson
2021-05-06
1
-1
/
+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
2
-1
/
+2
*
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
*
Resolve two clippy warnings in blind_pubkey.
Nick Mathewson
2021-03-29
1
-2
/
+2
*
Merge remote-tracking branch 'origin/mr/23'
Nick Mathewson
2021-03-29
1
-0
/
+107
|
\
|
*
v3: Add two new test vectors that test key blinding clamping.
George Kadianakis
2021-03-30
1
-0
/
+6
|
*
v3: Improve error handling on key blinding.
George Kadianakis
2021-03-30
1
-5
/
+22
|
*
Implement basic ed25519 key blinding for v3 onion services.
George Kadianakis
2021-03-29
1
-0
/
+84
*
|
Fix Rust-1.51 clippy warnings about acronyms in camel case.
Nick Mathewson
2021-03-29
1
-2
/
+2
*
|
Rename Rsa{Identity,Signature} to fix clippy warning.
Nick Mathewson
2021-03-29
1
-37
/
+37
|
/
*
Add a compatibility layer so we can upgrade rand_core.
Nick Mathewson
2021-03-18
3
-1
/
+85
*
Change an unwrap() in llcrypto to an expect().
Nick Mathewson
2021-03-16
1
-1
/
+1
*
Avoid unwrap() in llcrypto.
Nick Mathewson
2021-03-04
1
-1
/
+1
*
run cargo fix --edition-idioms
Nick Mathewson
2021-02-25
2
-4
/
+4
*
Add serde implementations for identity key types.
Nick Mathewson
2021-02-10
2
-0
/
+117
*
Make RSAIdentity implement Copy.
Nick Mathewson
2020-12-08
1
-2
/
+1
*
De-parameterize ChanMgr and everything that wraps it.
Nick Mathewson
2020-12-08
1
-0
/
+1
*
Run cargo fix --edition-idioms
Nick Mathewson
2020-12-02
1
-2
/
+2
*
Tests for tor-chanmgr.
Nick Mathewson
2020-10-30
1
-0
/
+1
*
Implement a channel-manager type to get or launch channels on request.
Nick Mathewson
2020-10-30
1
-1
/
+1
*
Run "cargo upgrade".
Nick Mathewson
2020-10-26
1
-2
/
+2
*
Use from_bytes name for Ed25519Identity
Nick Mathewson
2020-10-25
1
-2
/
+2
[next]