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
/
inner.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-checkable: Rename `TimeBound::check_valid_*` to `if_valid_*`
Ian Jackson
2026-07-23
1
-1
/
+1
*
tor-checkable: TimeRangeBound: Rename bounds to bounds_start_end
Ian Jackson
2026-07-23
1
-1
/
+1
*
Use new TimeRangeBound name throughout the tree
Ian Jackson
2026-07-16
1
-4
/
+4
*
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
-2
/
+3
*
netdoc: Add new capability negotiation pieces to hsdesc.
Nick Mathewson
2026-07-02
1
-0
/
+36
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
1
-0
/
+1
*
tor-netdoc: Un-gate every cfg feature = "hsdesc-inner-docs"
Ian Jackson
2026-04-30
1
-4
/
+2
*
netdoc: allow unstable_name_collisions lint for exactly_one()
Gabriela Moldovan
2025-12-01
1
-0
/
+5
*
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
-4
/
+4
*
tor-netdoc: Removed dependency on `once_cell`
hashcatHitman
2025-06-14
1
-3
/
+3
*
Resolve clippy warnings from 1.83
Nick Mathewson
2025-05-13
1
-1
/
+2
*
netdoc: Make some parsing init functions fallible.
Nick Mathewson
2025-03-17
1
-1
/
+1
*
PoW: Consolidate feature flags into a single flag.
Wesley Aptekar-Cassels
2024-11-25
1
-2
/
+2
*
TimerangeBound: Stop using std::ops::Bound.
Wesley Aptekar-Cassels
2024-11-25
1
-3
/
+2
*
Add a little test coverage for pow-params parsing.
Wesley Aptekar-Cassels
2024-10-09
1
-0
/
+108
*
hs-pow inner desc: broaden pow-params rule, disallow object for v1.
Wesley Aptekar-Cassels
2024-10-09
1
-1
/
+1
*
hs-pow: inner doc test using canned data from C tor.
Wesley Aptekar-Cassels
2024-10-09
1
-4
/
+39
*
hs-pow: Change rule to require pow_params type parameter.
Wesley Aptekar-Cassels
2024-10-09
1
-1
/
+1
*
hs-pow: Refactor to prefer stub types rather than cfg sprawl.
Wesley Aptekar-Cassels
2024-10-09
1
-7
/
+3
*
tor-hspow: Big refactor, dissolve this crate
Wesley Aptekar-Cassels
2024-10-09
1
-0
/
+4
*
tor-netdoc: Add parsing support for pow-params.
Wesley Aptekar-Cassels
2024-10-09
1
-0
/
+9
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
hsdesc: Document why enc_key_cert signbit is always zero.
Nick Mathewson
2024-01-16
1
-1
/
+6
*
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
*
tor-netdoc: Placate clippy (fmt)
Ian Jackson
2023-06-28
1
-2
/
+1
*
tor-netdoc: Placate clippy
Ian Jackson
2023-06-28
1
-2
/
+1
*
tor-netdoc: Test hsdescs inners with a variety of IPT counts (fmt)
Ian Jackson
2023-06-28
1
-9
/
+18
*
tor-netdoc: Test hsdescs inners with a variety of IPT counts
Ian Jackson
2023-06-28
1
-0
/
+33
*
tor-netdoc: hsdesc: Disregard intro points after the MAX'th
Ian Jackson
2023-06-28
1
-7
/
+18
*
tor-netdoc: Reject hsdescs with no intro points
Ian Jackson
2023-06-28
1
-0
/
+13
*
netdoc: change a TODO HS about a distinguisher to a NOTE.
Nick Mathewson
2023-06-26
1
-4
/
+7
*
netdoc: fill in some test data
Nick Mathewson
2023-06-23
1
-4
/
+22
*
netdoc::doc::hsdesc changes to let us downgrade/remove allows
Nick Mathewson
2023-06-16
1
-1
/
+1
*
Replace usage of KeyUnknownCert::check_key.
Nick Mathewson
2023-05-16
1
-1
/
+1
*
netdoc: Rename `ParseError{Kind, Source}` to `NetdocError{Kind, Source}`.
Gabriela Moldovan
2023-05-10
1
-1
/
+1
*
tor-netdoc: Expose test data under new "testing" feature flag
Ian Jackson
2023-04-05
1
-1
/
+1
*
tor-netdoc: Fix feature builds
Ian Jackson
2023-04-05
1
-1
/
+1
*
Add builder for encoding hidden service descriptors.
Gabi Moldovan
2023-03-24
1
-1
/
+1
*
tor-netdoc: Validate inner certs in HsDesc
Nick Mathewson
2023-03-01
1
-65
/
+156
*
netdoc: Remove a TODO hs comment.
Nick Mathewson
2023-02-17
1
-1
/
+0
*
tor-netdoc: Run rustfmt (separately from the refactoring)
Ian Jackson
2023-02-15
1
-2
/
+2
*
tor-netdoc: Remove many needless calls to .iter() and .into_iter()
Ian Jackson
2023-02-15
1
-1
/
+0
*
netdoc: Add a feature to expose hsdesc inner doc parsers
Nick Mathewson
2023-02-14
1
-0
/
+2
*
batching_split_before: Rename "prefix" to "header"
Ian Jackson
2023-02-13
1
-1
/
+1
*
tor-netdoc: Use batching_split_before in HsDescInner
Ian Jackson
2023-02-10
1
-25
/
+10
*
netdoc: Fix most "TODO HS rename" comments
Nick Mathewson
2023-02-08
1
-6
/
+5
*
netdoc::hsdesc: Distinguish layer from document.
Nick Mathewson
2023-02-08
1
-6
/
+6
[next]