summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | proto: use assert_matches in circuit.rs tests.Nick Mathewson2025-11-042-5/+7
|/ / / / /
* | | | | Merge branch 'use_futures_copy' into 'main'Nick Mathewson2025-11-036-187/+61
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Replace copy_interactive with futures-copy.Nick Mathewson2025-10-306-187/+61
* | | | | arti: fix deprecation warnings in assert_cmd libSteven Engler2025-10-314-8/+9
|/ / / /
* | | | proto: Move a TODO to CircSyncViewGabriela Moldovan2025-10-302-3/+3
* | | | proto: Replace ClientCircSyncView in IncomingStreamRequestFilterGabriela Moldovan2025-10-306-8/+11
* | | | proto: Add a new CircSyncView typeGabriela Moldovan2025-10-302-0/+40
* | | | tor-dirserver: Add SaturatingSystemTimeClara Engler2025-10-303-156/+289
* | | | tor-dirserver: Ensure positive timestampsClara Engler2025-10-301-1/+5
* | | | tor-dircommon: Add TODO to DirTolerance::DefaultClara Engler2025-10-301-0/+2
* | | | tor-dirserver: Small database::open() improvementsClara Engler2025-10-301-115/+58
* | | | tor-dirserver: Make database full syncClara Engler2025-10-306-292/+231
* | | | tor-dirserver: Outline the dirmirror operationClara Engler2025-10-302-147/+260
* | | | tor-dirserver: Implement download timeoutClara Engler2025-10-304-0/+450
* | | | tor-dirserver: Implement read_tx and rw_txClara Engler2025-10-302-55/+352
* | | | tor-dirmirror: Introduce the `sql!` macroClara Engler2025-10-303-2/+23
* | | | tor-dirserver: Outline the `mirror` APIClara Engler2025-10-302-1/+150
* | | | maint: remove all semver.md filesSteven Engler2025-10-305-33/+0
* | | | Merge branch 'release-3' into 'main'arti-v1.7.0Nick Mathewson2025-10-291-1/+1
|\ \ \ \
| * | | | arti-client: update `ARTI_CLIENT_RELEASE_DATE`Steven Engler2025-10-291-1/+1
* | | | | equix-bench: ran `cargo update`Steven Engler2025-10-291-87/+65
* | | | | hashx-bench: ran `cargo update`Steven Engler2025-10-291-86/+64
* | | | | maint: bump minor versions of all published cratesSteven Engler2025-10-2962-567/+567
|/ / / /
* | | | Merge branch 'remove_socks' into 'main'Nick Mathewson2025-10-286-13/+38
|\ \ \ \
| * | | | arti: explain APP_STREAM_BUF_LEN is what it is.Nick Mathewson2025-10-281-0/+6
| * | | | proto: Adjust a comment about a buffer size.Nick Mathewson2025-10-281-3/+3
| * | | | arti: Revise strings that implied that we were a SOCKS-only proxy.Nick Mathewson2025-10-285-7/+19
| * | | | arti: Stop using SOCKS_BUF_LEN for non-SOCKS proxies.Nick Mathewson2025-10-281-3/+10
* | | | | Merge branch 'futures-copy' into 'main'Nick Mathewson2025-10-288-0/+1406
|\ \ \ \ \
| * | | | | futures-copy: Add a test for an interactive protocolNick Mathewson2025-10-283-9/+118
| * | | | | New futures-copy crate to replace copy_interactive.Nick Mathewson2025-10-288-0/+1297
| | |/ / / | |/| | |
* | | | | arti-ureq: Add MSRV in Cargo.tomlnield2025-10-292-0/+2
* | | | | Merge branch 'release-2' into 'main'Nick Mathewson2025-10-283-0/+3
|\ \ \ \ \
| * | | | | maint: fixup featuresSteven Engler2025-10-283-0/+3
| |/ / / /
* | | | | tor-dirserver: add missing semver breaking changesSteven Engler2025-10-281-0/+3
* | | | | tor-linkspec: add missing semver breaking changesSteven Engler2025-10-281-1/+3
|/ / / /
* / / / arti: Remove now-needless cognitive_complexity exceptionsNick Mathewson2025-10-282-2/+0
|/ / /
* | | Merge branch 'http_connect_v2' into 'main'Nick Mathewson2025-10-2811-955/+1881
|\ \ \
| * | | http_connect: Remove (most) X- prefixes.Nick Mathewson2025-10-282-32/+44
| * | | http_connect: write our own hyper-futures replacementNick Mathewson2025-10-282-6/+79
| * | | http_connect: Forbid non-empty OPTIONS bodies.Nick Mathewson2025-10-281-0/+8
| * | | http_connect: validate casei behavior of HeaderMap.Nick Mathewson2025-10-281-0/+36
| * | | proxy: Revise rpc docs so they are not SOCKS-specificNick Mathewson2025-10-281-14/+20
| * | | http_connect: Advertise listener capabilities to RPCNick Mathewson2025-10-282-7/+25
| * | | http_connect: Declare that error messages are text/plain.Nick Mathewson2025-10-281-1/+1
| * | | http_connect: Reject OPTIONS requests with bodiesNick Mathewson2025-10-281-2/+11
| * | | http_connect: Implement stream isolationNick Mathewson2025-10-283-5/+84
| * | | http_connect: implement rpc supportNick Mathewson2025-10-281-6/+76
| * | | http-connect: Implement X-Tor-Family-PreferenceNick Mathewson2025-10-281-5/+79
| * | | TorAddr: Add function to inspect the host as an IpAddr, if it is one.Nick Mathewson2025-10-281-0/+8