| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | proto: Make everything in CircuitCellSender pub(crate) | Gabriela Moldovan | 2025-10-28 | 1 | -8/+8 | |
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | arti: better error when tokio-console in cfg but feature is absent. | Nick Mathewson | 2025-11-06 | 1 | -3/+27 | |
| * | | | | | | | | | | arti: Experimental support for tokio-console | Nick Mathewson | 2025-11-06 | 5 | -0/+64 | |
| | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'deftly-1.4' into 'main' | opara | 2025-11-06 | 26 | -27/+27 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Bump derive-deftly to 1.4.0 | Ian Jackson | 2025-11-06 | 26 | -27/+27 | |
| | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Fix name of clippy lint to unchecked_time_subtraction (2) | Ian Jackson | 2025-11-06 | 358 | -388/+388 | |
| * | | | | | | | | | Conditionalise a test-only `use` | Ian Jackson | 2025-11-06 | 1 | -1/+4 | |
| * | | | | | | | | | Use a while let loop (to placate clippy) | Ian Jackson | 2025-11-06 | 1 | -2/+1 | |
| * | | | | | | | | | Decorate a use with an allow | Ian Jackson | 2025-11-06 | 1 | -0/+1 | |
| * | | | | | | | | | Drop two use's that seem no longer to be necessary | Ian Jackson | 2025-11-06 | 2 | -2/+2 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge branch 'dirserver-http-db' into 'main' | Ian Jackson | 2025-11-05 | 2 | -120/+114 | |
| |\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | tor-dirserver: clippy fixes | Clara Engler | 2025-11-03 | 2 | -4/+4 | |
| | * | | | | | | | tor-dirserver: Apply database changes to http | Clara Engler | 2025-11-03 | 2 | -120/+114 | |
| | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | | tor-rtcompat: add `#[track_caller]` within `implement_opaque_runtime` | Steven Engler | 2025-11-04 | 1 | -0/+8 | |
| * | | | | | | | all: run cargo fmt | Steven Engler | 2025-11-04 | 17 | -17/+17 | |
| * | | | | | | | all: replace all uses of `futures::task::SpawnExt` with `tor_rtcompat::SpawnExt` | Steven Engler | 2025-11-04 | 37 | -46/+46 | |
| * | | | | | | | tor-rtcompat: add our own `SpawnExt` trait | Steven Engler | 2025-11-04 | 2 | -3/+43 | |
| | |_|_|_|/ / |/| | | | | | ||||||
| * | | | | | | Merge branch 'bug1885a' into 'main' | Nick Mathewson | 2025-11-04 | 3 | -11/+6 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Remove one stray allow(deprecated) | Neel Chauhan | 2025-11-04 | 1 | -1/+0 | |
| | * | | | | | | Stop using MockSleepProvider in a few crates | Neel Chauhan | 2025-11-02 | 3 | -10/+6 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge branch 'refactor-get-recent-consensus' into 'main' | Clara Engler | 2025-11-04 | 1 | -19/+16 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | tor-dirserver: Refactor cons retrieval with JOIN | Clara Engler | 2025-11-04 | 1 | -19/+16 | |
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | bad_extend_test_impl: Wait for message instead of a 100 ms delay. | Nick Mathewson | 2025-11-04 | 1 | -8/+18 | |
| * | | | | | | proto: use assert_matches in circuit.rs tests. | Nick Mathewson | 2025-11-04 | 2 | -5/+7 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'use_futures_copy' into 'main' | Nick Mathewson | 2025-11-03 | 6 | -187/+61 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Replace copy_interactive with futures-copy. | Nick Mathewson | 2025-10-30 | 6 | -187/+61 | |
| * | | | | | arti: fix deprecation warnings in assert_cmd lib | Steven Engler | 2025-10-31 | 4 | -8/+9 | |
| |/ / / / | ||||||
| * | | | | proto: Move a TODO to CircSyncView | Gabriela Moldovan | 2025-10-30 | 2 | -3/+3 | |
| * | | | | proto: Replace ClientCircSyncView in IncomingStreamRequestFilter | Gabriela Moldovan | 2025-10-30 | 6 | -8/+11 | |
| * | | | | proto: Add a new CircSyncView type | Gabriela Moldovan | 2025-10-30 | 2 | -0/+40 | |
| * | | | | tor-dirserver: Add SaturatingSystemTime | Clara Engler | 2025-10-30 | 3 | -156/+289 | |
| * | | | | tor-dirserver: Ensure positive timestamps | Clara Engler | 2025-10-30 | 1 | -1/+5 | |
| * | | | | tor-dircommon: Add TODO to DirTolerance::Default | Clara Engler | 2025-10-30 | 1 | -0/+2 | |
| * | | | | tor-dirserver: Small database::open() improvements | Clara Engler | 2025-10-30 | 1 | -115/+58 | |
| * | | | | tor-dirserver: Make database full sync | Clara Engler | 2025-10-30 | 6 | -292/+231 | |
| * | | | | tor-dirserver: Outline the dirmirror operation | Clara Engler | 2025-10-30 | 2 | -147/+260 | |
| * | | | | tor-dirserver: Implement download timeout | Clara Engler | 2025-10-30 | 4 | -0/+450 | |
| * | | | | tor-dirserver: Implement read_tx and rw_tx | Clara Engler | 2025-10-30 | 2 | -55/+352 | |
| * | | | | tor-dirmirror: Introduce the `sql!` macro | Clara Engler | 2025-10-30 | 3 | -2/+23 | |
| * | | | | tor-dirserver: Outline the `mirror` API | Clara Engler | 2025-10-30 | 2 | -1/+150 | |
| * | | | | maint: remove all semver.md files | Steven Engler | 2025-10-30 | 5 | -33/+0 | |
| * | | | | Merge branch 'release-3' into 'main'arti-v1.7.0 | Nick Mathewson | 2025-10-29 | 1 | -1/+1 | |
| |\ \ \ \ | ||||||
| | * | | | | arti-client: update `ARTI_CLIENT_RELEASE_DATE` | Steven Engler | 2025-10-29 | 1 | -1/+1 | |
| * | | | | | equix-bench: ran `cargo update` | Steven Engler | 2025-10-29 | 1 | -87/+65 | |
| * | | | | | hashx-bench: ran `cargo update` | Steven Engler | 2025-10-29 | 1 | -86/+64 | |
| * | | | | | maint: bump minor versions of all published crates | Steven Engler | 2025-10-29 | 62 | -567/+567 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'remove_socks' into 'main' | Nick Mathewson | 2025-10-28 | 6 | -13/+38 | |
| |\ \ \ \ | ||||||
| | * | | | | arti: explain APP_STREAM_BUF_LEN is what it is. | Nick Mathewson | 2025-10-28 | 1 | -0/+6 | |
| | * | | | | proto: Adjust a comment about a buffer size. | Nick Mathewson | 2025-10-28 | 1 | -3/+3 | |
| | * | | | | arti: Revise strings that implied that we were a SOCKS-only proxy. | Nick Mathewson | 2025-10-28 | 5 | -7/+19 | |
