summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | tor-netdoc: derive_common: Break out field ordering checkIan Jackson2025-12-102-16/+18
| * | tor-netdoc: derive_common: Break out item field type definitionsIan Jackson2025-12-102-6/+6
| * | tor-netdoc: derive_common: Break out main field type definitionsIan Jackson2025-12-102-12/+11
| * | tor-netdoc: derive_common: Break out F_KEYWORD_*, F_FLATTEN, F_NORMALIan Jackson2025-12-102-34/+33
| * | tor-netdoc: Introduce new derive_common Rust module with d-d modulesIan Jackson2025-12-102-0/+68
| * | tor-netdoc: parse2: Rename NetdocParseableCommon d-d moduleIan Jackson2025-12-101-3/+3
| * | tor-netdoc: Break out netdoc_ordering_check into new derive_common.rsIan Jackson2025-12-103-34/+38
| * | tor-netdoc: Drop the allow(unused)Ian Jackson2025-12-101-1/+0
| * | tor-netdoc: recast Ignored and impl new encoding traitsIan Jackson2025-12-102-5/+52
| * | tor-netdoc: encoding: impl new traits for NotPresentIan Jackson2025-12-101-0/+30
| * | tor-netdoc: encoding: Provide multiplicity moduleIan Jackson2025-12-103-1/+214
| * | tor-netdoc: encoding: Add new traits that we will deriveIan Jackson2025-12-101-0/+99
| * | tor-netdoc: Add imports to encode module, for new encode deriveIan Jackson2025-12-102-2/+20
| * | tor-netdoc: NetdocParseable: Document that BTreeSet is allowedIan Jackson2025-12-102-0/+5
| |/
* | tor-dirserver: Document nested round-robinsClara Engler2025-12-101-2/+15
* | tor-dirserver: Improve download_single's docClara Engler2025-12-101-5/+2
* | tor-dirserver: Rename DownloadManager to ConsensusBoundDownloaderClara Engler2025-12-101-13/+13
* | tor-dirclient: Remove Downloadable for goodClara Engler2025-12-102-28/+4
* | tor-dirclient: Fix Requestable rustdocClara Engler2025-12-101-2/+2
* | tor-dirserver: Add doc for TcpConnect errorClara Engler2025-12-101-0/+4
* | tor-dirserver: Documentation improvementsClara Engler2025-12-101-3/+5
* | tor-dirserver: Replace IO with TcpConnect errorClara Engler2025-12-102-4/+18
* | tor-dirclient: Improve upon Requestable subtraitsClara Engler2025-12-101-11/+7
* | tor-dirserver: Fix wrong warning sectionClara Engler2025-12-101-1/+1
* | tor-dirserver: Implement DownloadManagerClara Engler2025-12-104-0/+401
* | tor-dirclient: Semantic traits for RequestableClara Engler2025-12-101-0/+28
* | tor-dirclient: Improve upon error loggingClara Engler2025-12-101-3/+3
|/
* Merge branch 'relay-or-config' into 'main'opara2025-12-092-4/+65
|\
| * arti-relay: advertise config fields are now listsSteven Engler2025-12-092-4/+65
* | tor-config: Make derive(Flattenable) use $crate.Nick Mathewson2025-12-091-4/+3
* | Revert "tor-config: Code to serialize Option<Option<Duration>> via humantime"Nick Mathewson2025-12-093-28/+0
* | Demonstration: convert tor-circmgr to use derive_deftly(TorConfig)Nick Mathewson2025-12-091-98/+32
* | tor-config: new derive_deftly(TorConfig) template.Nick Mathewson2025-12-093-0/+3042
* | tor-config: New Buildable trait.Nick Mathewson2025-12-091-2/+18
* | tor-config: Helper types for setters to take as argumentsNick Mathewson2025-12-092-0/+135
* | tor-config: Code to serialize Option<Option<Duration>> via humantimeNick Mathewson2025-12-093-0/+28
* | tor_config: Make ListBuilders implement ExtendBuilder.Nick Mathewson2025-12-091-0/+11
* | tor-config: Give Flattenable template a location.Nick Mathewson2025-12-091-0/+1
* | tor-config: Allow Flattenable to apply to types with generics.Nick Mathewson2025-12-091-1/+2
* | map_builder: Alternative syntax for use by derive(TorConfig)Nick Mathewson2025-12-091-5/+51
* | extend_builder: Implement ExtendBuilder for HashMap.Nick Mathewson2025-12-091-1/+17
* | tor-config: missing #[allow(dead_code)] in derive_list_builder_helperNick Mathewson2025-12-091-0/+1
* | tor-config: missing $crate in derive_list_builder_helperNick Mathewson2025-12-091-1/+1
* | tor-config: obviate need for Educe in derive_list_builder_helperNick Mathewson2025-12-091-2/+11
* | Merge branch 'fix-relay-compile' into 'main'David Goulet2025-12-095-9/+14
|\ \
| * | proto: Remove outdated TODO about add_ent_with_id()Gabriela Moldovan2025-12-081-3/+0
| * | proto: Fix relay/hs-service feature gating (fmt)Gabriela Moldovan2025-12-081-1/+1
| * | proto: Fix relay/hs-service feature gatingGabriela Moldovan2025-12-085-6/+14
* | | tor-memquota: fix builds for 32-bit platformsYaksh Bariya2025-12-091-4/+10
| |/ |/|
* | Merge branch 'ticket1223' into 'main'Nick Mathewson2025-12-048-128/+128
|\ \