summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | tor-basic-utils/Cargo.toml: reformat.Nick Mathewson2022-03-161-1/+2
| | |/ / / | |/| | |
* | | | | Replace a match with some as_ref and asIan Jackson2022-03-161-4/+1
| |/ / / |/| | |
* | | | make run_dns_resolver public and fix typotrinity-1686a2022-03-151-3/+2
|/ / /
* | | add simple unit test on UDPtrinity-1686a2022-03-144-2/+47
* | | fix typos and minor issuestrinity-1686a2022-03-143-16/+24
* | | actually add DNS supporttrinity-1686a2022-03-144-5/+89
* | | add skeleton for DNS handlingtrinity-1686a2022-03-145-14/+99
* | | add udp to runtimetrinity-1686a2022-03-1416-37/+314
* | | Merge branch 'main' into 'intern-more'Nick Mathewson2022-03-1412-95/+39
|\ \ \
| * \ \ Merge branch 'missing_shrink_to_fit' into 'main'eta2022-03-141-0/+7
| |\ \ \
| | * | | dirmgr: Call shrink_to_fit on missing-microdesc hashtableNick Mathewson2022-03-101-0/+7
| * | | | Merge branch 'slice-from-ref' into 'main'eta2022-03-142-49/+21
| |\ \ \ \
| | * | | | tor-netdoc: Actually, make TokVal be a VecIan Jackson2022-03-112-46/+21
| | * | | | Remove a pointless sliceIan Jackson2022-03-111-10/+7
| * | | | | Revert "humantime_serde_option: New module in tor-basic-utils"Ian Jackson2022-03-143-33/+0
| * | | | | Use new upstream humantime_serde_option featureIan Jackson2022-03-142-9/+7
| * | | | | humantime: Update to humantime-serde 1.1.1Ian Jackson2022-03-144-4/+4
* | | | | | Canonicalize and intern protover lines on descriptorsNick Mathewson2022-03-115-14/+30
* | | | | | Canonicalize and intern family representations to save memory.Nick Mathewson2022-03-114-9/+57
|/ / / / /
* | | | | Merge branch 'arti-lib' into 'main'Ian Jackson2022-03-117-268/+325
|\ \ \ \ \
| * | | | | arti library crate: Add another note about panickingIan Jackson2022-03-111-0/+4
| * | | | | arti library crate: re-add clippy lintsIan Jackson2022-03-111-0/+33
| * | | | | arti library crate: Add note about panickingIan Jackson2022-03-111-0/+4
| * | | | | arti: Make main module entrypoints pubIan Jackson2022-03-116-14/+14
| * | | | | arti: Provide some rubric docs.Ian Jackson2022-03-111-0/+8
| * | | | | arti: Move all code from binary crate to library crateIan Jackson2022-03-112-261/+269
* | | | | | Merge branch 'smaller_routerstatus' into 'main'Nick Mathewson2022-03-116-32/+91
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add a more generic implementation of intern-by-refNick Mathewson2022-03-112-4/+12
| * | | | | netdoc: Call shrink_to_fit() when we're done parsing rs sectionsNick Mathewson2022-03-111-0/+1
| * | | | | netdoc: allocate no extra space for RouterStatus addresses.Nick Mathewson2022-03-111-5/+6
| * | | | | netdoc: Make versions smaller in GenericRouterStatusNick Mathewson2022-03-114-11/+66
| * | | | | tor-netdoc: reformat cargo.toml.Nick Mathewson2022-03-111-10/+10
| * | | | | tor-netdoc: Remove unused or_port field from RS.Nick Mathewson2022-03-112-6/+0
* | | | | | Merge branch 'config-flatten' into 'main'Ian Jackson2022-03-112-136/+35
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | rustfmtIan Jackson2022-03-112-12/+16
| * | | | | Make ArtiConfigBuilder contain a TorClientConfigBuilderIan Jackson2022-03-111-135/+19
| * | | | | Make TorClientConfigBuilder DeserializeIan Jackson2022-03-111-0/+11
| |/ / / /
* | | | | Follow-up from arti!318Nick Mathewson2022-03-112-2/+11
* | | | | Merge branch 'add-flatfile-dirmgr' into 'main'Nick Mathewson2022-03-116-12/+54
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Expose APIs for external DirProviderChristian Grigis2022-03-114-12/+23
| * | | | Add methods to `UnverifiedConsensus`Christian Grigis2022-03-102-0/+31
* | | | | Merge branch 'config-no-retcon' into 'main'Ian Jackson2022-03-1016-284/+106
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Drop remaining conversion from FooConfig to FooConfigBuilderIan Jackson2022-03-074-151/+0
| * | | | Have ArtiConfig contain a TorClientConfig, and drop builder retconIan Jackson2022-03-072-140/+14
| * | | | Provide way to get TorConfigBuilder from ArtiConfigBuilderIan Jackson2022-03-071-0/+27
| * | | | Derive Deserialize for handwritten ArtiConfigBuilderIan Jackson2022-03-071-1/+16
| * | | | Derive Deserialize for derive-builder-generated config buildersIan Jackson2022-03-076-0/+24
| * | | | Use git source for derive_builder for now, for attrs featureIan Jackson2022-03-077-7/+7
| * | | | humantime_serde_option: New module in tor-basic-utilsIan Jackson2022-03-073-0/+33
* | | | | Merge branch 'arti-testing-part2' into 'main'Nick Mathewson2022-03-105-10/+416
|\ \ \ \ \ | |_|/ / / |/| | | |