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
/
crates
/
tor-netdoc
/
src
/
doc
/
hsdesc.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-1
/
+1
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-2
/
+2
*
netdoc: Add note about prop360
Nick Mathewson
2025-07-10
1
-0
/
+6
*
netdoc: Tread a few more kinds of errors as suspicious.
Nick Mathewson
2025-07-10
1
-1
/
+6
*
hs*: Define some HsDesc errors as _suspicious_.
Nick Mathewson
2025-07-10
1
-0
/
+22
*
TimerangeBound: Stop using std::ops::Bound.
Wesley Aptekar-Cassels
2024-11-25
1
-4
/
+5
*
hs-pow: Refactor to prefer stub types rather than cfg sprawl.
Wesley Aptekar-Cassels
2024-10-09
1
-8
/
+2
*
tor-hspow: Big refactor, dissolve this crate
Wesley Aptekar-Cassels
2024-10-09
1
-0
/
+6
*
First pass at implementing onion proof-of-work client
Wesley Aptekar-Cassels
2024-10-09
1
-1
/
+1
*
tor-netdoc: Add parsing support for pow-params.
Wesley Aptekar-Cassels
2024-10-09
1
-0
/
+10
*
tor-netdoc: Use the new "restricted discovery" terminology.
Gabriela Moldovan
2024-10-03
1
-2
/
+2
*
Upgrade to derive_more version 1.0.0
Nick Mathewson
2024-09-25
1
-1
/
+1
*
Fix clippy::doc_lazy_continuation
Ian Jackson
2024-07-08
1
-3
/
+4
*
Switch to derive-deftly
Ian Jackson
2024-04-03
1
-1
/
+1
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
tor-netdoc: Add helper function for computing the descriptor signing key cert.
Gabriela Moldovan
2023-10-25
1
-1
/
+1
*
tor-netdoc: Remove outdated note.
Gabriela Moldovan
2023-09-25
1
-4
/
+0
*
tor-hsclient, arti-client, tor-keymgr, tor-netdoc: Use a keypair instead of ...
Gabriela Moldovan
2023-09-25
1
-4
/
+4
*
tor-hsclient, arti-client, tor-keymgr, tor-netdoc: Use a keypair instead of S...
Gabriela Moldovan
2023-09-25
1
-5
/
+5
*
tor-netdoc: "testing" feature: Provide test_parsed_hsdesc
Ian Jackson
2023-09-18
1
-12
/
+20
*
tor-netdoc: tests: Hoist out TEST_DATA_HS_BLIND_ID (fmt)
Ian Jackson
2023-09-18
1
-4
/
+1
*
tor-netdoc: tests: Hoist out TEST_DATA_HS_BLIND_ID
Ian Jackson
2023-09-18
1
-3
/
+9
*
tor-netdoc: provide a IntroPointDescBuilder (fmt)
Ian Jackson
2023-08-29
1
-2
/
+1
*
tor-netdoc: provide a IntroPointDescBuilder
Ian Jackson
2023-08-29
1
-0
/
+13
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
1
-0
/
+1
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+1
*
Fix a rustdoc link.
Nick Mathewson
2023-06-29
1
-1
/
+1
*
tor-netdoc: hsdesc: Disregard intro points after the MAX'th
Ian Jackson
2023-06-28
1
-0
/
+1
*
tor-netdoc: Reject hsdescs with no intro points
Ian Jackson
2023-06-28
1
-0
/
+3
*
netdoc: remove final TODO HS
Nick Mathewson
2023-06-26
1
-1
/
+0
*
netdoc: Downgrade TODO on EncryptedHsDesc::decrypt
Nick Mathewson
2023-06-26
1
-2
/
+5
*
netdoc: Remove "decrypted_with_id" as meaningless
Nick Mathewson
2023-06-26
1
-26
/
+9
*
netdoc: Remove dead_code exception; add accessors.
Nick Mathewson
2023-06-26
1
-3
/
+35
*
netdoc: fill in some test data
Nick Mathewson
2023-06-23
1
-1
/
+6
*
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
1
-1
/
+1
*
netdoc: Introduce HsDescError
Nick Mathewson
2023-06-22
1
-26
/
+114
*
Merge branch 'socks_errorkinds' into 'main'
Nick Mathewson
2023-06-22
1
-1
/
+1
|
\
|
*
Generate correct ErrorKinds for hsdesc decryption failures.
Nick Mathewson
2023-06-21
1
-1
/
+1
*
|
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
1
-46
/
+8
|
/
*
hsdesc.rs: finally remove "allows".
Nick Mathewson
2023-06-16
1
-1
/
+1
*
netdoc::doc::hsdesc changes to let us downgrade/remove allows
Nick Mathewson
2023-06-16
1
-4
/
+4
*
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
*
netdoc: Use the RangeBoundsExt impl of TimerangeBound.
Gabriela Moldovan
2023-05-13
1
-11
/
+24
*
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
[next]