summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* keymgr: Make parse_key_path() only parse ArtiPathsGabriela Moldovan2026-01-061-18/+23
* tor-netdoc: authcert: Fix wrong linkIan Jackson2026-01-061-1/+1
* tor-netdoc: authcert: Add TODO about constructorsIan Jackson2026-01-061-0/+2
* tor-netdoc: authcert: rustfmtIan Jackson2026-01-061-5/+5
* tor-netdoc: authcert: Delete syntax info from rustdocsIan Jackson2026-01-061-37/+2
* tor-netdoc: authcert: Fix remaining old names/paths in docsIan Jackson2026-01-061-8/+8
* tor-netdoc: authcert: Improve docs for CrossCertIan Jackson2026-01-061-13/+12
* tor-netdoc: authcert: rename tmp test moduleIan Jackson2026-01-061-1/+1
* tor-netdoc: authcert: abolish tmp module (reindent)Ian Jackson2026-01-061-50/+50
* tor-netdoc: authcert: abolish tmp moduleIan Jackson2026-01-061-140/+14
* tor-netdoc: authcert: derive PartialEq and Eq in testsIan Jackson2026-01-061-0/+1
* tor-netdoc: authcert: Transfer spec links into AuthCert from tmpIan Jackson2026-01-061-28/+14
* tor-netdoc: authcert: derive parse2Ian Jackson2026-01-062-1/+13
* tor-netdoc: authcert: Add CrossCert to AuthCertIan Jackson2026-01-062-2/+19
* tor-netdoc: authcert: Move signatures out of tmp (fmt)Ian Jackson2026-01-061-2/+2
* tor-netdoc: authcert: Move signatures out of tmpIan Jackson2026-01-061-68/+79
* tor-netdoc: authcert: Move CrossCert out of tmpIan Jackson2026-01-062-86/+99
* tor-netdoc: authcert: Rename verify_selfcert to verify_self_signedIan Jackson2026-01-061-14/+14
* tor-netdoc: authcert: Move AuthCertVersion out of tmpIan Jackson2026-01-062-20/+31
* tor-netdoc: authcert: Make all fields pubIan Jackson2026-01-061-7/+7
* tor-netdoc: authcert: Use Iso8601TimeSp for time fieldsIan Jackson2026-01-062-11/+11
* tor-netdoc: authcert: Shuffle fingerprint values aboutIan Jackson2026-01-062-19/+11
* tor-netdoc: authcert: Abolish AuthCert::sk_fingerprintIan Jackson2026-01-062-6/+2
* tor-netdoc: authcert: Make key_ids return owned AuthCertKeyIdsIan Jackson2026-01-065-10/+11
* tor-netdoc: RSA: check exponent and min size in parse2Ian Jackson2026-01-062-1/+24
* tor-netdoc: RSA: rename helper type to RsaPublicParse1HelperIan Jackson2026-01-064-15/+18
* tor-netdoc: authcert: Improve docs a bitIan Jackson2026-01-061-5/+12
* tor-netdoc: authcert: Rename fields in AuthCert to match the specIan Jackson2026-01-062-39/+39
* tor-netdoc: authcert: Reorder fields in AuthCert to match the specIan Jackson2026-01-061-4/+4
* arti-relay: remove `ARTI_RELAY_SHARED_DATA` cfg variableSteven Engler2026-01-051-5/+6
* tor-config-path: add note about `ARTI_SHARED_DATA`Steven Engler2026-01-051-1/+6
* tor-config-path: small doc style changeSteven Engler2026-01-051-6/+6
* Merge branch 'relay-bin-4' into 'main'opara2025-12-183-7/+182
|\
| * arti-relay: added more commentsSteven Engler2025-12-181-0/+7
| * arti-relay: some small cleanupSteven Engler2025-12-171-4/+6
| * arti-relay: add a `GuardMgr`, `CircMgr`, and `DirMgr`Steven Engler2025-12-171-1/+78
| * arti-relay: implement `CircMgrConfig`Steven Engler2025-12-172-1/+47
| * arti-relay: implement `GuardMgrConfig`Steven Engler2025-12-172-0/+25
| * arti-relay: add `NetworkConfig` to configSteven Engler2025-12-172-0/+7
| * arti-relay: add `StorageConfig::cache_dir()` helperSteven Engler2025-12-171-1/+12
* | tor-netdoc: parse_netdoc_multiple_with_offsets: Add comment about offsetsIan Jackson2025-12-181-0/+5
* | tor-netdoc: test2: Make t_ok (which takes no boundaries) take &D not &[D]Ian Jackson2025-12-181-16/+16
* | tor-netdoc: test2: Test parse_netdoc_multiple_with_offsetsIan Jackson2025-12-181-2/+25
* | tor-netdoc: test2: Add a test file with more than one documentIan Jackson2025-12-181-0/+17
* | tor-netdoc: Provide parse2::parse_netdoc_multiple_with_offsetsIan Jackson2025-12-182-0/+22
* | tor-netdoc: Break out and expose ItemStream::byte_positionIan Jackson2025-12-182-3/+11
* | tor-netdoc: Fix doc comment for parse_netdoc_multipleIan Jackson2025-12-181-1/+1
* | Merge branch 'p2-preamble-1' into 'main'Ian Jackson2025-12-187-12/+127
|\ \
| * | tor-netdoc: netstatus preamble: Reorder fields to match spec orderIan Jackson2025-12-181-21/+21
| * | tor-netdoc: netstatus preamble: Add a lot of blank linesIan Jackson2025-12-181-0/+11