summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | dirclient: Use the new Tunnel interfaceDavid Goulet2025-08-054-20/+29
| * | | | | | | circmgr: Return more type specific tunnelDavid Goulet2025-08-052-8/+12
| * | | | | | | tunnel: Implement Buildable for ClientTunnelDavid Goulet2025-08-056-88/+92
| * | | | | | | proto: Change PendingClientCirc to yield back a ClientTunnelDavid Goulet2025-08-053-27/+28
| * | | | | | | circmgr: Major rename for the new Tunnel namespaceDavid Goulet2025-08-058-625/+635
| * | | | | | | proto: Add last_hop() to Tunnel interfaceDavid Goulet2025-08-052-0/+43
| * | | | | | | circmgr: New Tunnel object interfaceDavid Goulet2025-08-055-2/+496
| * | | | | | | proto: Move ClientCirc stream functions to ClientTunnelDavid Goulet2025-08-056-483/+456
| * | | | | | | proto: Add a new ClientTunnel typeGabriela Moldovan2025-08-053-2/+103
|/ / / / / / /
* | | | | | | Merge branch 'fix_rustdoc_nightly' into 'main'Nick Mathewson2025-08-0514-8/+30
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Fix errors from rustdoc nightly.Nick Mathewson2025-08-0514-8/+30
* | | | | | | Merge branch 'changelog' into 'main'arti-v1.4.6Ian Jackson2025-08-053-5/+198
|\ \ \ \ \ \ \
| * | | | | | | changelog: Fix a linkIan Jackson2025-08-051-0/+1
| * | | | | | | changelog: Remove boilerplate line.Ian Jackson2025-08-051-1/+0
| * | | | | | | chagnelog: Run maint/format_md_links to add two missing full stopsIan Jackson2025-08-051-2/+2
| * | | | | | | changelog: Linkify an MRIan Jackson2025-08-051-1/+1
| * | | | | | | changelog: Move an item to the right release (!)Ian Jackson2025-08-051-5/+5
| * | | | | | | Update the release dateIan Jackson2025-08-051-1/+1
| * | | | | | | changelog: manually add missing linksIan Jackson2025-08-051-5/+5
| * | | | | | | changelog: run maint/update-md-linksIan Jackson2025-08-051-2/+47
| * | | | | | | changelog: manually adjust some referencesIan Jackson2025-08-051-14/+7
| * | | | | | | changelog: run maint/changelog-syntax-fiddleIan Jackson2025-08-051-42/+25
| * | | | | | | maint/changelog-syntax-fiddle: Write out links at endIan Jackson2025-08-051-0/+2
| * | | | | | | maint/changelog-syntax-fiddle: Break out write_out_linksIan Jackson2025-08-051-4/+8
| * | | | | | | changelog: acknowledge contributors (maint/thanks output)Ian Jackson2025-08-051-3/+1
| * | | | | | | changelog: Provide a summaryIan Jackson2025-08-051-10/+8
| * | | | | | | changelog: Document remaining changes in 1.4.6Ian Jackson2025-08-051-2/+5
| * | | | | | | changelog: Mark two things as experimentalIan Jackson2025-08-051-2/+2
| * | | | | | | changelog: Move hsdesc limit to security sectionIan Jackson2025-08-041-3/+4
| * | | | | | | changelog: Suggestions from reviewIan Jackson2025-08-041-3/+3
| * | | | | | | changelog: include changes up to nowIan Jackson2025-08-041-36/+115
| * | | | | | | changelog: Add some todo marksIan Jackson2025-08-041-2/+5
| * | | | | | | changelog: Copy ChangelogTemplate.md into CHANGELOG.mdIan Jackson2025-08-041-0/+84
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'versions' into 'main'Ian Jackson2025-08-0554-569/+583
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Bump version of tor-basic-utilsIan Jackson2025-08-0529-36/+36
| * | | | | | Update hashx-bench lockfileIan Jackson2025-08-051-20/+27
| * | | | | | Update equix-bench lockfileIan Jackson2025-08-051-20/+27
| * | | | | | Version bumps for 1.4.6Ian Jackson2025-08-0551-493/+493
|/ / / / / /
* | | | | | Merge branch 'update' into 'main'Ian Jackson2025-08-0426-196/+241
|\ \ \ \ \ \
| * | | | | | Bump rusqlite to 0.37Ian Jackson2025-08-042-5/+5
| * | | | | | Bump derive-deftly to 1.2.0Ian Jackson2025-08-0425-54/+54
| * | | | | | Routine argo updateIan Jackson2025-08-041-137/+182
| |/ / / / /
* | | | | | Merge branch 'features' into 'main'Nick Mathewson2025-08-043-1/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | cargo features: Run fixup-features (fmt)Ian Jackson2025-08-041-1/+2
| * | | | | cargo features: Run fixup-featuresIan Jackson2025-08-042-2/+2
| * | | | | cargo features: Restore "memquota" feature into "full"Ian Jackson2025-08-042-0/+2
| |/ / / /
* | | | | Merge branch 'arti-ureq-wrong-expected-runtime' into 'main'wesleyac2025-08-041-4/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | arti-ureq: Move `builder()` and `new()` to non-generic PreferredRuntime implnield2025-08-041-4/+6
|/ / / /
| * | | hyper-examples: Cargo fmtnield2025-08-041-1/+4
| * | | hyper-examples: Use std::time::Durationnield2025-08-041-1/+2