summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | all: run cargo fmtSteven Engler2025-11-0417-17/+17
* | | | | | all: replace all uses of `futures::task::SpawnExt` with `tor_rtcompat::SpawnExt`Steven Engler2025-11-0437-46/+46
* | | | | | tor-rtcompat: add our own `SpawnExt` traitSteven Engler2025-11-042-3/+43
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'bug1885a' into 'main'Nick Mathewson2025-11-043-11/+6
|\ \ \ \ \
| * | | | | Remove one stray allow(deprecated)Neel Chauhan2025-11-041-1/+0
| * | | | | Stop using MockSleepProvider in a few cratesNeel Chauhan2025-11-023-10/+6
| |/ / / /
* | | | | Merge branch 'refactor-get-recent-consensus' into 'main'Clara Engler2025-11-041-19/+16
|\ \ \ \ \
| * | | | | tor-dirserver: Refactor cons retrieval with JOINClara Engler2025-11-041-19/+16
| | |_|/ / | |/| | |
* | | | | bad_extend_test_impl: Wait for message instead of a 100 ms delay.Nick Mathewson2025-11-041-8/+18
* | | | | 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