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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge branch 'p2-blanket-arc' into 'main'
David Goulet
2025-10-21
2
-7
/
+30
|
\
\
|
*
|
tor-netdoc: blanket impl parse2 traits for Arc
Ian Jackson
2025-10-21
2
-7
/
+30
|
|
/
*
|
tor-netdoc: Lifetime impls: reindent
Ian Jackson
2025-10-21
1
-37
/
+37
*
|
tor-netdoc: derive NetdocParseableFields for Lifetime
Ian Jackson
2025-10-21
1
-0
/
+4
*
|
tor-netdoc: parse2: Provide documentation for derived Accumulator types
Ian Jackson
2025-10-21
1
-0
/
+3
*
|
tor-netdoc: Lifetime: change type of fields
Ian Jackson
2025-10-21
2
-8
/
+8
*
|
tor-netdoc: Lifetime: derive constructor and accessors
Ian Jackson
2025-10-21
1
-20
/
+17
*
|
tor-netdoc: Lifetime: Move some documentation to fields
Ian Jackson
2025-10-21
1
-10
/
+10
*
|
tor-netdoc: Lifetime: Construct Lifetime struct earlier
Ian Jackson
2025-10-21
1
-6
/
+10
|
/
*
tor-netdoc: Add a lot of spec cross-references and tidy docs
Ian Jackson
2025-10-15
3
-15
/
+101
*
tor-netdoc: Typo fixes in docs
Ian Jackson
2025-10-15
2
-2
/
+2
*
tor-netdoc: tests: Print out vote routerstatus
Ian Jackson
2025-10-15
1
-1
/
+2
*
tor-netdoc: tests: Move vote parsing test to netstatus.rs
Ian Jackson
2025-10-15
2
-12
/
+21
*
tor-netdoc: tests: Use real `RouterStatus` in `parse2::poc`
Ian Jackson
2025-10-15
2
-9
/
+8
*
tor-netdoc: impl parse2 for RouterStatus entry
Ian Jackson
2025-10-15
2
-1
/
+85
*
tor-netdoc: Type for parsing `m` lines in votes
Ian Jackson
2025-10-15
2
-1
/
+39
*
tor-netdoc: Add ConsensusMethod type
Ian Jackson
2025-10-15
1
-3
/
+46
*
tor-netdoc: Add types for hashes with their accompanying alg id
Ian Jackson
2025-10-15
2
-3
/
+143
*
tor-netdoc: B64: impl Clone, [ConstantTime]Eq, Display, Debug
Ian Jackson
2025-10-15
1
-0
/
+27
*
tor-netdoc: B64 helper type: Expose
Ian Jackson
2025-10-15
2
-4
/
+5
*
tor-netdoc: impl parse2 multiplicity for BTreeSet
Ian Jackson
2025-10-15
3
-3
/
+36
*
tor-netdoc: RouterStatus: Add `publication` argument field
Ian Jackson
2025-10-15
6
-3
/
+28
*
tor-netdoc: Mirror netdoc structure in RouterStatus document digests
Ian Jackson
2025-10-15
4
-6
/
+37
*
tor-netdoc: Provide doc_digest on vote routerstatus entries
Ian Jackson
2025-10-15
2
-6
/
+12
*
tor-netdoc: RouterStatus: Split out the `r` item's fields
Ian Jackson
2025-10-15
4
-27
/
+61
*
tor-netdoc: impl parse2 for rs::Version
Ian Jackson
2025-10-15
1
-0
/
+10
*
tor-netdoc: impl parse2 for RelayFlags
Ian Jackson
2025-10-15
1
-0
/
+13
*
tor-netdoc: split up RelayFlags parsing (fmt)
Ian Jackson
2025-10-15
1
-5
/
+1
*
tor-netdoc: split up RelayFlags parsing
Ian Jackson
2025-10-15
1
-14
/
+47
*
tor-netdoc: impl parse2 traits for RelayWeight
Ian Jackson
2025-10-15
1
-0
/
+25
*
tor-netdoc: split up RelayWeight parsing (fmt)
Ian Jackson
2025-10-15
1
-4
/
+2
*
tor-netdoc: split up RelayWeight parsing
Ian Jackson
2025-10-15
1
-2
/
+9
*
tor-netdoc: impl parse2 traits for protovers
Ian Jackson
2025-10-15
3
-1
/
+25
*
tor-netdoc: Provide convenience method for handling invalid arguments
Ian Jackson
2025-10-15
1
-0
/
+14
*
tor-netdoc: Introduce ArgumentNotPresent placeholder utility type
Ian Jackson
2025-10-15
2
-3
/
+22
*
tor-netdoc: Make Ignored part of a module
Ian Jackson
2025-10-15
1
-16
/
+23
*
tor-netdoc: impl Default for Ignored
Ian Jackson
2025-10-15
1
-1
/
+1
*
tor-netdoc: parse2: export NetdocSigned trait
Ian Jackson
2025-10-15
1
-1
/
+1
*
tor-netdoc: Don't repr(transparent)
Ian Jackson
2025-10-09
1
-2
/
+0
*
tor-netdoc: Replace NdaSystemTimeDeprecatedSyntax with Ios8601TimeSp
Ian Jackson
2025-10-09
1
-4
/
+5
*
tor-netdoc: Expose the field in time wrappers
Ian Jackson
2025-10-09
1
-2
/
+4
*
tor-netdoc: impl many traits for time wrappers
Ian Jackson
2025-10-09
1
-2
/
+4
*
tor-netdoc: Expose Iso8601TimeNoSp and Iso8601TimeSp utility wrappers
Ian Jackson
2025-10-09
2
-3
/
+7
*
tor-netdoc: parse2: Fix some slips in doc comments
Ian Jackson
2025-10-09
1
-3
/
+3
*
tor-netdoc: parse2: Work around MSRV unhelpful lifetime
Ian Jackson
2025-10-09
1
-2
/
+6
*
tor-netdoc: parse2: Actually expose new errors in crate toplevel
Ian Jackson
2025-10-09
1
-1
/
+1
*
tor-netdoc: parse2 tests: Test ParseError Display and Error impl
Ian Jackson
2025-10-09
1
-6
/
+29
*
tor-netdoc: parse2 tests: Have t_err_* return the error
Ian Jackson
2025-10-09
1
-5
/
+4
*
tor-netdoc: parse2 tests: Have t_err_* return the error (pre-fmt)
Ian Jackson
2025-10-09
1
-1
/
+6
*
tor-netdoc: parse2 tests: Check columns
Ian Jackson
2025-10-09
1
-7
/
+15
[prev]
[next]