| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | proto: Remove redundant channel from RelayCirc | Gabriela Moldovan | 2025-10-29 | 2 | -4/+0 | |
| | * | | | | | | | | | proto: Make RelayCirc public | Gabriela Moldovan | 2025-10-29 | 2 | -2/+2 | |
| | * | | | | | | | | | proto: Rename RelayReatorHandle to RelayCirc | Gabriela Moldovan | 2025-10-29 | 2 | -5/+5 | |
| | * | | | | | | | | | proto: Move RelayReactorHandle to relay module | Gabriela Moldovan | 2025-10-29 | 2 | -11/+16 | |
| | * | | | | | | | | | proto: Update RelayReactorHandle docs | Gabriela Moldovan | 2025-10-29 | 1 | -1/+1 | |
| * | | | | | | | | | | Merge branch 'deftly-1.5' into 'main' | Alexander Hansen Færøy | 2025-11-10 | 27 | -31/+31 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Bump derive-deftly to 1.5.0 | Ian Jackson | 2025-11-07 | 27 | -31/+31 | |
| | | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge branch 'cell-sender' into 'main' | Alexander Hansen Færøy | 2025-11-10 | 3 | -10/+10 | |
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | proto: Move cell_sender out of the client module | Gabriela Moldovan | 2025-10-28 | 3 | -2/+2 | |
| | * | | | | | | | | | proto: Make everything in CircuitCellSender pub(crate) | Gabriela Moldovan | 2025-10-28 | 1 | -8/+8 | |
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge branch 'tokio-console' into 'main' | Nick Mathewson | 2025-11-06 | 6 | -11/+172 | |
| |\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | 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 | 6 | -9/+146 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge branch 'deftly-1.4' into 'main' | opara | 2025-11-06 | 27 | -31/+31 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Bump derive-deftly to 1.4.0 | Ian Jackson | 2025-11-06 | 27 | -31/+31 | |
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge branch 'clippy' into 'main' | wesleyac | 2025-11-06 | 364 | -397/+400 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | Fix name of clippy lint to unchecked_time_subtraction (2) | Ian Jackson | 2025-11-06 | 359 | -390/+390 | |
| | * | | | | | | | Fix name of clippy lint to unchecked_time_subtraction (1) | Ian Jackson | 2025-11-06 | 1 | -2/+2 | |
| | * | | | | | | | 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 'pwd-grp' into 'main' | Ian Jackson | 2025-11-05 | 1 | -59/+31 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Bump pwd-grp, deduplicating derive-deftly | Ian Jackson | 2025-11-05 | 1 | -59/+31 | |
| | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | | 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 | |
| | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | | Merge branch 'tokio-console-2' into 'main' | Nick Mathewson | 2025-11-05 | 41 | -49/+98 | |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| | * | | | | | 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 | |
| | * | | | | | maint: add clippy warning for `futures::task::SpawnExt` | Steven Engler | 2025-11-04 | 1 | -0/+1 | |
| | * | | | | | tor-rtcompat: add our own `SpawnExt` trait | Steven Engler | 2025-11-04 | 2 | -3/+43 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'maint-common-2' into 'main' | Ian Jackson | 2025-11-04 | 3 | -7/+22 | |
| |\ \ \ \ \ | ||||||
| | * \ \ \ \ | Merge commit 'c8451e50f3aeb268cfa6b81e1e32928250ea3aca' into maint-common-2 | Ian Jackson | 2025-11-04 | 3 | -7/+22 | |
| | |\ \ \ \ \ | | |_|_|/ / | |/| | | | | ||||||
| | | * | | | | Merge branch 'from-arti' into 'main' | Ian Jackson | 2025-11-04 | 5 | -5/+5 | |
| | | |\ \ \ \ | ||||||
| | | | * | | | | Switch Cargo.toml files to edition 2024. | Nick Mathewson | 2025-11-04 | 1 | -1/+1 | |
| | | | * | | | | maint: Avoid x-prefix in comparisons. | Gabriela Moldovan | 2025-11-04 | 1 | -1/+1 | |
| | | | * | | | | forbid-hard-tabs: Improve doc comment | Ian Jackson | 2025-11-04 | 1 | -1/+5 | |
| | | | * | | | | bash-utils.sh: reject_options: Don't crash due to -u if no arguments | Ian Jackson | 2025-11-04 | 1 | -1/+1 | |
| | | | * | | | | Provide new forbid-hard-tabs script | Ian Jackson | 2025-11-04 | 1 | -0/+45 | |
| | | | * | | | | Fix typos | Dimitris Apostolou | 2025-11-04 | 1 | -1/+1 | |
| | | | * | | | | Exclude debian/* from the forbid-absolute-shebangs checks | NoisyCoil | 2025-11-04 | 1 | -1/+1 | |
| | | * | | | | | Merge branch 'from-t2usm' into 'main' | Ian Jackson | 2025-11-04 | 4 | -7/+71 | |
| | | |\ \ \ \ \ | | | |/ / / / | | |/| | | | | ||||||
| | | | * | | | | shellcheck: Add comment about why we're allowing x-hack | Ian Jackson | 2025-11-04 | 1 | -0/+5 | |
| | | | * | | | | shellcheck: disable two unhelpful shellcheck complaints | Ian Jackson | 2025-11-04 | 1 | -0/+3 | |
| | | | * | | | | Merge new rust-maint-common | Ian Jackson | 2025-11-04 | 3 | -7/+26 | |
| | | | |\ \ \ \ | | | |/ / / / | | |/| | | | | ||||||
| | | * | | | | | Merge branch 'from-arti' into 'main' | Ian Jackson | 2024-07-22 | 3 | -7/+26 | |
| | | |\ \ \ \ \ | ||||||
| | | | * | | | | | maint/rust-maint-common/forbid-absolute-shebang: Fix error message | Ian Jackson | 2024-07-17 | 1 | -1/+1 | |
| | | | * | | | | | maint/common/update-shell-includes: Tolerate includes with a `$` | Ian Jackson | 2024-07-16 | 1 | -1/+1 | |
