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
/
crates
/
tor-netdoc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
hsdescerror: Add paragraph breaks to docs.
Nick Mathewson
2023-06-22
1
-3
/
+11
*
netdoc: Use a dev-dependency on anyhow to fix a doc example
Nick Mathewson
2023-06-22
2
-1
/
+2
*
netdoc: Introduce HsDescError
Nick Mathewson
2023-06-22
3
-37
/
+124
*
Merge branch 'socks_errorkinds' into 'main'
Nick Mathewson
2023-06-22
2
-1
/
+9
|
\
|
*
Generate correct ErrorKinds for hsdesc decryption failures.
Nick Mathewson
2023-06-21
2
-1
/
+9
*
|
Merge branch 'stderr' into 'main'
Alexander Færøy
2023-06-21
1
-0
/
+2
|
\
\
|
*
|
lints: Run maint/add_warning to actually apply new lints
Ian Jackson
2023-06-21
1
-0
/
+2
|
|
/
*
|
netdoc: downgrade two accessor-related TODOs
Nick Mathewson
2023-06-20
1
-4
/
+1
*
|
netdoc: Use derive amplify::Getters for HsDesc accessors.
Nick Mathewson
2023-06-20
2
-46
/
+9
|
/
*
hsdesc.rs: finally remove "allows".
Nick Mathewson
2023-06-16
2
-13
/
+9
*
netdoc::doc::hsdesc changes to let us downgrade/remove allows
Nick Mathewson
2023-06-16
6
-10
/
+9
*
netdoc: unmark MAC_KEY_LEN as conjectural.
Nick Mathewson
2023-06-16
1
-1
/
+1
*
SharedRandVal: Note that it doesn't have to be Ct.
Nick Mathewson
2023-06-16
1
-2
/
+1
*
netdoc: remove a TODO about moving a module to where it already is.
Nick Mathewson
2023-06-16
1
-2
/
+0
*
netdoc: use ct_lookup for rend descriptor cookie lookup
Nick Mathewson
2023-06-16
2
-6
/
+4
*
netdoc: Downgrade an HS todo wrt HS_DESC_AUTH_TYPE
Nick Mathewson
2023-06-16
1
-2
/
+3
*
netdoc: downgrade some TODO HS to TODO HSS.
Nick Mathewson
2023-06-16
2
-7
/
+10
*
netdoc::build remove very broken example.
Nick Mathewson
2023-06-16
1
-20
/
+3
*
netdoc: Remove a TODO that we already solved.
Nick Mathewson
2023-06-16
1
-1
/
+0
*
netdoc::build: remove or narrow `allow`s.
Nick Mathewson
2023-06-14
1
-12
/
+4
*
Merge branch 'ipt_to_circtarget' into 'main'
Nick Mathewson
2023-06-07
2
-0
/
+34
|
\
|
*
netdir, netdoc: Add accessors for protocol version status.
Nick Mathewson
2023-06-06
2
-0
/
+34
*
|
Merge branch 'access' into 'main'
Alexander Færøy
2023-06-06
1
-4
/
+69
|
\
|
|
*
hsdesc: Add minimal set of accessors for HsDesc and IntroPointDesc
Ian Jackson
2023-06-05
1
-0
/
+65
|
*
hsdesc docs: Don't imply that a thing has been done, which hasn't yet
Ian Jackson
2023-06-05
1
-1
/
+1
|
*
hsdesc docs: Use the definite article
Ian Jackson
2023-06-05
1
-3
/
+3
*
|
Merge branch 'remove_arrayref' into 'main'
Nick Mathewson
2023-06-06
2
-4
/
+7
|
\
\
|
|
/
|
/
|
|
*
tor-netdoc: remove use of arrayref.
Nick Mathewson
2023-06-01
2
-4
/
+7
*
|
Remove semver.md files from 1.1.5
Nick Mathewson
2023-06-01
1
-1
/
+0
*
|
Bump crate versions in preparation for v1.1.5 release.
Nick Mathewson
2023-06-01
1
-12
/
+12
|
/
*
Upgrade serde_with dependency to 3.0.0
Nick Mathewson
2023-05-22
1
-1
/
+1
*
netdoc, hsclient: Update remaining ed25519::SecretKey users
Nick Mathewson
2023-05-18
2
-20
/
+17
*
Merge branch 'ticket_759' into 'main'
Nick Mathewson
2023-05-16
3
-4
/
+4
|
\
|
*
Replace usage of KeyUnknownCert::check_key.
Nick Mathewson
2023-05-16
3
-4
/
+4
*
|
Revise all XXXXs from fixup-features
Nick Mathewson
2023-05-15
1
-4
/
+9
*
|
Run fixup-features _with_ annotations.
Nick Mathewson
2023-05-15
1
-0
/
+2
*
|
Reformat Cargo.toml files.
Nick Mathewson
2023-05-15
1
-7
/
+14
*
|
Run fixup-features --no-annotate for initial Cargo.toml fixes.
Nick Mathewson
2023-05-15
1
-6
/
+7
|
/
*
Use non-deprecated *Secret::random_from_rng.
Nick Mathewson
2023-05-13
2
-6
/
+7
*
netdoc: Use the RangeBoundsExt impl of TimerangeBound.
Gabriela Moldovan
2023-05-13
2
-11
/
+25
*
netdoc: Do not consume EncryptedHsDesc when decrypting.
Gabriela Moldovan
2023-05-13
1
-1
/
+1
*
hsclient: Compute HsDesc validity time from the TimerangeBounds of its layers.
Gabriela Moldovan
2023-05-13
1
-13
/
+16
*
hsclient: Build cached descriptor TimerangeBounds from descriptor lifetime.
Gabriela Moldovan
2023-05-13
1
-0
/
+7
*
netdoc: Rename parse_error_kind() to netdoc_error_kind().
Gabriela Moldovan
2023-05-11
3
-5
/
+5
*
Merge branch 'hs-linkspec-work-v2' into 'main'
Nick Mathewson
2023-05-11
1
-2
/
+2
|
\
|
*
Rename UnparsedLinkSpec => EncodedLinkSpec
Nick Mathewson
2023-05-10
1
-2
/
+2
*
|
netdoc: Remove experimental-api gate from parse_decrypt_validate.
Gabriela Moldovan
2023-05-10
2
-4
/
+0
*
|
netdoc: Rename `ParseError{Kind, Source}` to `NetdocError{Kind, Source}`.
Gabriela Moldovan
2023-05-10
17
-43
/
+42
|
/
*
Merge branch 'hsdesc-parse-decrypt-validate' into 'main'
gabi-250
2023-05-03
2
-1
/
+75
|
\
|
*
netdoc: Mark parse_decrypt_validate as experimental.
Gabriela Moldovan
2023-05-02
2
-0
/
+6
[prev]
[next]