aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | arti-client: update release dateSteven Engler2026-08-031-1/+1
* | | | | Upgraded dependencies for equix benchSteven Engler2026-08-031-80/+98
* | | | | Upgraded dependencies for hashx benchSteven Engler2026-08-031-79/+97
* | | | | Update Cargo.lock filesSteven Engler2026-08-032-3/+3
* | | | | Bump versions for crates with non-functional changesSteven Engler2026-08-0311-11/+11
* | | | | Bump patch version for hashx crateSteven Engler2026-08-032-2/+2
* | | | | Bump version for arti crateSteven Engler2026-08-033-3/+3
* | | | | Bump versions for tor-* and arti-* cratesSteven Engler2026-08-0357-542/+542
|/ / / /
* | | | proto: Update semver with the changes to the loggingDavid Goulet2026-08-031-0/+1
* | | | proto: Move comment to the right placeDavid Goulet2026-08-031-3/+3
* | | | proto: Add {backward|forward} prefix to circ_id in logsDavid Goulet2026-08-0311-35/+35
* | | | proto: Rename uniq_id to circ_unique_id mostly in loggingDavid Goulet2026-08-0314-55/+55
* | | | proto: Log both UniqId and CircId when possibleDavid Goulet2026-08-0315-65/+216
* | | | proto: Rename CircId and UniqId variable nameDavid Goulet2026-08-038-26/+29
* | | | maint: ran 'cargo sort' in arti-dirauth and tor-dirauthSteven Engler2026-08-032-14/+14
* | | | maint: ran fixup-featuresSteven Engler2026-08-033-2/+4
* | | | maint: ran 'cd crates/equix/bench && cargo update -p proc-macro-error3'Steven Engler2026-08-031-13/+23
* | | | maint: ran 'cd crates/hashx/bench && cargo update -p proc-macro-error3'Steven Engler2026-08-031-12/+22
|/ / /
* | | Merge branch 'writer-handle' into 'main'Ian Jackson2026-08-031-23/+120
|\ \ \
| * | | arti-dirauth: Expand on a doc commentIan Jackson2026-08-031-0/+1
| * | | arti-dirauth: Fix doc comment typoIan Jackson2026-08-031-1/+1
| * | | tor-dirauth: FilenameOrStdio: Remove a now-unused mutIan Jackson2026-07-301-2/+1
| * | | tor-dirauth: FilenameOrStdio: Allow incremental writingIan Jackson2026-07-301-11/+100
| * | | tor-dirauth: FilenameOrStdio: Allow incremental writing (pre-fmt)Ian Jackson2026-07-301-1/+2
| * | | arti-dirauth: FilenameOrStdio: Break out convert_errorIan Jackson2026-07-301-2/+6
| * | | arti-dirauth: FilenameOrStdio: Rename p to mainIan Jackson2026-07-301-3/+3
| * | | arti-dirauth: FilenameOrStdio: promote comment about .tmp cleanupIan Jackson2026-07-301-9/+12
* | | | Merge branch 'cc-rate-fix' into 'main'Ian Jackson2026-08-031-0/+2
|\ \ \ \
| * | | | tor-cell: add missing semver.md entriesSteven Engler2026-07-301-0/+2
* | | | | Merge branch 'test-support-more' into 'main'Clara Engler2026-08-035-71/+74
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | tor-netdoc: testing: Expose regsubIan Jackson2026-07-304-10/+16
| * | | | tor-netdoc: testing: Expose assert_eq_or_diff (fmt)Ian Jackson2026-07-301-7/+1
| * | | | tor-netdoc: testing: Expose assert_eq_or_diffIan Jackson2026-07-304-61/+65
| * | | | tor-netdoc: testing: Remove a spurious cfgIan Jackson2026-07-301-1/+0
| * | | | tor-netdoc: testing: Actually expose the test_support moduleIan Jackson2026-07-301-1/+1
| |/ / /
* | | | tor-proto: fix XON conversion from KB/s to B/sSteven Engler2026-07-301-4/+4
* | | | tor-cell: update docs and variable names for `Xon`Steven Engler2026-07-303-13/+16
* | | | tor-cell: update docs and variable names for `XonKBpsEwma`Steven Engler2026-07-301-9/+9
* | | | tor-cell: rename `XonKbpsEwma` to `XonKBpsEwma`Steven Engler2026-07-3013-44/+44
| |/ / |/| |
* | | Merge branch 'mock-net' into 'main'David Goulet2026-07-302-31/+69
|\ \ \
| * | | tor-proto: reuse existing channels in ntor testSteven Engler2026-07-301-8/+5
| * | | tor-proto: extend circ handshake tests to close the circuitSteven Engler2026-07-302-2/+38
| * | | tor-proto: rename some methods on test `ConnInspector`Steven Engler2026-07-302-10/+10
| * | | tor-proto: reword some TODOsSteven Engler2026-07-301-2/+2
| * | | tor-proto: don't drop stream rx in testsSteven Engler2026-07-302-10/+15
* | | | Merge branch 'create-fast' into 'main'opara2026-07-305-37/+160
|\ \ \ \ | |/ / / |/| | |
| * | | tor-protover: set field visibility in `subprotocol_restricted_set`Steven Engler2026-07-301-5/+5
| * | | tor-proto: use `subprotocol_restricted_set` macroSteven Engler2026-07-303-37/+19
| * | | tor-protover: add a `subprotocol_restricted_set` macroSteven Engler2026-07-302-0/+135
| * | | tor-protover: add `From<NamedSubver> for Protocols`Steven Engler2026-07-271-0/+6