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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Run "cargo update".
Nick Mathewson
2020-06-21
4
-5
/
+5
*
Use "cargo upgrade" from cargo-edit to list current versions
Nick Mathewson
2020-06-12
6
-59
/
+48
*
Upgrade to latest version of rsa crate
Nick Mathewson
2020-06-12
1
-13
/
+13
*
Merge remote-tracking branch 'official/main' into main
Nick Mathewson
2020-06-12
1
-14
/
+14
|
\
|
*
curate WANT_FROM_OTHER_CRATES
Nick Mathewson
2020-06-12
1
-14
/
+14
*
|
Mark a variable unused
Nick Mathewson
2020-06-12
1
-1
/
+1
*
|
Add documentation for authcert parsing.
Nick Mathewson
2020-06-11
2
-2
/
+22
|
/
*
update to use latest rust-crypto traits and modules
Nick Mathewson
2020-06-10
11
-42
/
+45
*
Add a couple of commits missing from previous.
Nick Mathewson
2020-06-09
2
-0
/
+6
*
netdoc: initial implementation of authority certs.
Nick Mathewson
2020-06-09
2
-0
/
+242
*
netdoc: note a forward-compatibility issue with RSA signatures.
Nick Mathewson
2020-06-09
2
-0
/
+2
*
netdoc: when parsing from a string, detect extra tokens
Nick Mathewson
2020-06-09
3
-4
/
+15
*
Netdoc: allow parsing multiple routerdescs from a string.
Nick Mathewson
2020-06-09
5
-30
/
+182
*
netdoc: report microdesc errors at correct offsets.
Nick Mathewson
2020-06-09
1
-2
/
+5
*
netdoc: fix microdesc digest calculation at last.
Nick Mathewson
2020-06-09
2
-13
/
+21
*
Add a "first_item" entry for Section.
Nick Mathewson
2020-06-09
1
-2
/
+19
*
Add a "last_item" entry for Section.
Nick Mathewson
2020-06-09
1
-1
/
+20
*
netdoc: recover from microdesc parsing errors
Nick Mathewson
2020-06-08
2
-3
/
+56
*
netdoc: add an iterator that can parse annotated microdescs
Nick Mathewson
2020-06-07
2
-1
/
+127
*
Implement parsing for microdescriptor annotations
Nick Mathewson
2020-06-06
2
-4
/
+53
*
netdoc: fix behavior when using a fancy closure with PauseAt.
Nick Mathewson
2020-06-06
1
-14
/
+54
*
netdoc: add annotation fields for microdescriptors
Nick Mathewson
2020-06-06
1
-1
/
+8
*
note that microdescriptor sha256 calculation is wrong
Nick Mathewson
2020-06-03
1
-0
/
+2
*
Restore a pause_at() method, but for NetDocReader.
Nick Mathewson
2020-06-03
2
-4
/
+24
*
Remove the Pausable trait as busted.
Nick Mathewson
2020-06-03
2
-41
/
+14
*
netdoc: Refactor iteration over tokens.
Nick Mathewson
2020-06-03
4
-22
/
+52
*
Netdoc: tweak definition for keywords to accommodate annotations
Nick Mathewson
2020-05-27
4
-7
/
+23
*
llcrypto: test vectors for sha2
Nick Mathewson
2020-05-21
1
-2
/
+44
*
netdoc: exit an object if we encounter non-base64.
Nick Mathewson
2020-05-20
1
-0
/
+24
*
netdoc: tokenizer should always consume bytes if they exist.
Nick Mathewson
2020-05-20
1
-7
/
+14
*
netdoc: Teach tokenizer about annotations.
Nick Mathewson
2020-05-19
2
-11
/
+27
*
netdoc: Add convenience methods for pausing iterators
Nick Mathewson
2020-05-19
2
-11
/
+39
*
netdoc: move keyword into Item type.
Nick Mathewson
2020-05-19
5
-51
/
+61
*
netdoc: Extract keyword into its own file.
Nick Mathewson
2020-05-19
7
-46
/
+50
*
start a test for microdesc parsing.
Nick Mathewson
2020-05-18
2
-0
/
+21
*
tor-netdoc: add a peek() method to util::Pausable.
Nick Mathewson
2020-05-16
1
-0
/
+19
*
Implement microdescriptor parsing.
Nick Mathewson
2020-05-15
7
-1
/
+200
*
tor-netdoc: Move RelayFamily into its own module.
Nick Mathewson
2020-05-15
3
-22
/
+30
*
tor-proto: use caret_int!() for cell and relay commands.
Nick Mathewson
2020-05-15
4
-175
/
+157
*
tor_cert: use caret_int!() to make real types for cert elements
Nick Mathewson
2020-05-15
5
-68
/
+75
*
Add a new caret_int!() macro for use with integer-wrapping types
Nick Mathewson
2020-05-15
2
-119
/
+202
*
tor-netdoc: extract fingerprint logic from routerdesc.rs
Nick Mathewson
2020-05-15
2
-20
/
+57
*
netdoc: Improve parsing implementation for RelayFamily.
Nick Mathewson
2020-05-15
1
-5
/
+5
*
netdoc: Relax error types that can be used when parsing.
Nick Mathewson
2020-05-15
2
-7
/
+34
*
netdoc: teach MaybeItem about parse_args_as_str().
Nick Mathewson
2020-05-15
2
-13
/
+13
*
tor-netdoc: Extract family parsing into its own function.
Nick Mathewson
2020-05-15
2
-20
/
+25
*
Extract RelayPlatform parsing.
Nick Mathewson
2020-05-15
1
-13
/
+17
*
netdoc: get positions right in version parsing.
Nick Mathewson
2020-05-15
1
-6
/
+6
*
netdoc: use improved API for parsing ed25519 certificates.
Nick Mathewson
2020-05-15
3
-34
/
+80
*
netdoc: use new router object parsing API for RSA public keys.
Nick Mathewson
2020-05-15
1
-28
/
+12
[prev]
[next]