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
/
src
/
doc
/
hsdesc.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-netdoc: HsDesc parse_decrypt_validate: Fix docs re time bounds
Ian Jackson
2026-07-23
1
-1
/
+2
*
HsDesc::parse_decrypt_validate: Don't check validity time (style followup)
Ian Jackson
2026-07-23
1
-5
/
+3
*
HsDesc::parse_decrypt_validate: Don't check validity time
Ian Jackson
2026-07-23
1
-6
/
+0
*
tor-netdoc: hsdesc: Use new TimeRangeBound::build_intersect (fmt)
Ian Jackson
2026-07-23
1
-5
/
+4
*
tor-netdoc: hsdesc: Use new TimeRangeBound::build_intersect
Ian Jackson
2026-07-23
1
-27
/
+12
*
tor-netdoc: hsdesc: Rename a variable
Ian Jackson
2026-07-23
1
-2
/
+2
*
tor-checkable: Rename `TimeBound::is_valid_at` to `check_valid_at`
Ian Jackson
2026-07-23
1
-1
/
+1
*
tor-checkable: Rename `TimeBound::check_valid_*` to `if_valid_*`
Ian Jackson
2026-07-23
1
-8
/
+8
*
Use new TimeRangeBound name throughout the tree
Ian Jackson
2026-07-16
1
-7
/
+7
*
Use new TimeBound name throughout the tree
Ian Jackson
2026-07-16
1
-2
/
+2
*
Change HS descriptor sendme_inc into a NonZeroU8
Nick Mathewson
2026-07-02
1
-5
/
+7
*
netdoc: Add new capability negotiation pieces to hsdesc.
Nick Mathewson
2026-07-02
1
-5
/
+22
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
1
-0
/
+1
*
netdoc: Adjust dead_code attrs on IndexInfo
Gabriela Moldovan
2026-05-07
1
-2
/
+2
*
netdoc: Add an accessor for revision counter of the HsDesc
Gabriela Moldovan
2026-05-07
1
-0
/
+5
*
tor-netdoc: Un-gate every cfg feature = "hsdesc-inner-docs"
Ian Jackson
2026-04-30
1
-1
/
+0
*
Remove unnecessary `doc(cfg(...))` attributes
Neel Chauhan
2025-12-04
1
-2
/
+0
*
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
[next]