| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | dirmgr: Always send if-modified-since on consensus documents. | Nick Mathewson | 2022-03-16 | 1 | -10/+49 | |
| | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | | Fix typo | Dimitris Apostolou | 2022-03-16 | 1 | -1/+1 | |
| | |_|/ / / |/| | | | | ||||||
| * | | | | | Merge branch 'derive-builder' into 'main' | Ian Jackson | 2022-03-16 | 9 | -14/+14 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | derive_builder: Switch to upstream 0.11 | Ian Jackson | 2022-03-16 | 9 | -14/+14 | |
| | | |/ / | |/| | | ||||||
| * | | | | Merge branch 'move-retry-delay' into 'main' | Ian Jackson | 2022-03-16 | 4 | -153/+178 | |
| |\ \ \ \ | ||||||
| | * | | | | RetryDelay: remove accessors. | Nick Mathewson | 2022-03-16 | 2 | -24/+10 | |
| | * | | | | Remove re-export of retry-schedule in tor-dirmgr. | Nick Mathewson | 2022-03-16 | 1 | -1/+1 | |
| | * | | | | Fix up documentation on RetryDelay. | Nick Mathewson | 2022-03-16 | 2 | -16/+22 | |
| | * | | | | Move RetryDelay from dirmgr to basic-utils. | Nick Mathewson | 2022-03-16 | 4 | -155/+170 | |
| | * | | | | RetryDelay: add accessors for state | Nick Mathewson | 2022-03-16 | 1 | -5/+22 | |
| | * | | | | tor-basic-utils/Cargo.toml: reformat. | Nick Mathewson | 2022-03-16 | 1 | -1/+2 | |
| | | |/ / | |/| | | ||||||
| * | | | | Replace a match with some as_ref and as | Ian Jackson | 2022-03-16 | 1 | -4/+1 | |
| | |/ / |/| | | ||||||
| * | | | make run_dns_resolver public and fix typo | trinity-1686a | 2022-03-15 | 1 | -3/+2 | |
| |/ / | ||||||
| * | | add simple unit test on UDP | trinity-1686a | 2022-03-14 | 4 | -2/+47 | |
| * | | fix typos and minor issues | trinity-1686a | 2022-03-14 | 3 | -16/+24 | |
| * | | actually add DNS support | trinity-1686a | 2022-03-14 | 4 | -5/+89 | |
| * | | add skeleton for DNS handling | trinity-1686a | 2022-03-14 | 5 | -14/+99 | |
| * | | add udp to runtime | trinity-1686a | 2022-03-14 | 16 | -37/+314 | |
| * | | Merge branch 'main' into 'intern-more' | Nick Mathewson | 2022-03-14 | 12 | -95/+39 | |
| |\ \ | ||||||
| | * \ | Merge branch 'missing_shrink_to_fit' into 'main' | eta | 2022-03-14 | 1 | -0/+7 | |
| | |\ \ | ||||||
| | | * | | dirmgr: Call shrink_to_fit on missing-microdesc hashtable | Nick Mathewson | 2022-03-10 | 1 | -0/+7 | |
| | * | | | Merge branch 'slice-from-ref' into 'main' | eta | 2022-03-14 | 2 | -49/+21 | |
| | |\ \ \ | ||||||
| | | * | | | tor-netdoc: Actually, make TokVal be a Vec | Ian Jackson | 2022-03-11 | 2 | -46/+21 | |
| | | * | | | Remove a pointless slice | Ian Jackson | 2022-03-11 | 1 | -10/+7 | |
| | * | | | | Revert "humantime_serde_option: New module in tor-basic-utils" | Ian Jackson | 2022-03-14 | 3 | -33/+0 | |
| | * | | | | Use new upstream humantime_serde_option feature | Ian Jackson | 2022-03-14 | 2 | -9/+7 | |
| | * | | | | humantime: Update to humantime-serde 1.1.1 | Ian Jackson | 2022-03-14 | 4 | -4/+4 | |
| * | | | | | Canonicalize and intern protover lines on descriptors | Nick Mathewson | 2022-03-11 | 5 | -14/+30 | |
| * | | | | | Canonicalize and intern family representations to save memory. | Nick Mathewson | 2022-03-11 | 4 | -9/+57 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'arti-lib' into 'main' | Ian Jackson | 2022-03-11 | 7 | -268/+325 | |
| |\ \ \ \ | ||||||
| | * | | | | arti library crate: Add another note about panicking | Ian Jackson | 2022-03-11 | 1 | -0/+4 | |
| | * | | | | arti library crate: re-add clippy lints | Ian Jackson | 2022-03-11 | 1 | -0/+33 | |
| | * | | | | arti library crate: Add note about panicking | Ian Jackson | 2022-03-11 | 1 | -0/+4 | |
| | * | | | | arti: Make main module entrypoints pub | Ian Jackson | 2022-03-11 | 6 | -14/+14 | |
| | * | | | | arti: Provide some rubric docs. | Ian Jackson | 2022-03-11 | 1 | -0/+8 | |
| | * | | | | arti: Move all code from binary crate to library crate | Ian Jackson | 2022-03-11 | 2 | -261/+269 | |
| * | | | | | Merge branch 'smaller_routerstatus' into 'main' | Nick Mathewson | 2022-03-11 | 6 | -32/+91 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Add a more generic implementation of intern-by-ref | Nick Mathewson | 2022-03-11 | 2 | -4/+12 | |
| | * | | | | netdoc: Call shrink_to_fit() when we're done parsing rs sections | Nick Mathewson | 2022-03-11 | 1 | -0/+1 | |
| | * | | | | netdoc: allocate no extra space for RouterStatus addresses. | Nick Mathewson | 2022-03-11 | 1 | -5/+6 | |
| | * | | | | netdoc: Make versions smaller in GenericRouterStatus | Nick Mathewson | 2022-03-11 | 4 | -11/+66 | |
| | * | | | | tor-netdoc: reformat cargo.toml. | Nick Mathewson | 2022-03-11 | 1 | -10/+10 | |
| | * | | | | tor-netdoc: Remove unused or_port field from RS. | Nick Mathewson | 2022-03-11 | 2 | -6/+0 | |
| * | | | | | Merge branch 'config-flatten' into 'main' | Ian Jackson | 2022-03-11 | 2 | -136/+35 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | rustfmt | Ian Jackson | 2022-03-11 | 2 | -12/+16 | |
| | * | | | | Make ArtiConfigBuilder contain a TorClientConfigBuilder | Ian Jackson | 2022-03-11 | 1 | -135/+19 | |
| | * | | | | Make TorClientConfigBuilder Deserialize | Ian Jackson | 2022-03-11 | 1 | -0/+11 | |
| | |/ / / | ||||||
| * | | | | Follow-up from arti!318 | Nick Mathewson | 2022-03-11 | 2 | -2/+11 | |
| * | | | | Merge branch 'add-flatfile-dirmgr' into 'main' | Nick Mathewson | 2022-03-11 | 6 | -12/+54 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | Expose APIs for external DirProvider | Christian Grigis | 2022-03-11 | 4 | -12/+23 | |
