| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | tor-memquota: add config test for `usize::MAX` | Steven Engler | 2025-07-31 | 1 | -0/+4 | |
| | * | | | | arti-relay: always enable "tor-memquota/memquota" | Steven Engler | 2025-07-31 | 1 | -2/+1 | |
| | * | | | | arti: make "memquota" feature a no-op | Steven Engler | 2025-07-31 | 4 | -34/+35 | |
| | * | | | | arti-client: make "memquota" feature a no-op | Steven Engler | 2025-07-31 | 2 | -3/+12 | |
| | * | | | | arti-client: always enable "tor-memquota/memquota" | Steven Engler | 2025-07-31 | 1 | -2/+1 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'revised-redacted-api' into 'main' | Nick Mathewson | 2025-07-31 | 17 | -59/+249 | |
| |\ \ \ \ | ||||||
| | * | | | | Use new DisplayRedacted/DebugRedacted code for HsId. | Nick Mathewson | 2025-07-31 | 16 | -58/+73 | |
| | * | | | | safelog: Add new DisplayRedacted/DebugRedacted APIs. | Nick Mathewson | 2025-07-31 | 2 | -1/+176 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'gsoc-ctor-migrate' into 'main' | gabi-250 | 2025-07-31 | 15 | -47/+355 | |
| |\ \ \ \ | ||||||
| | * | | | | arti: hss: Add `arti hss ctor-migrate` | hjrgrn | 2025-07-31 | 15 | -47/+355 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'configuration-sources-pub' into 'main' | Alexander Hansen Færøy | 2025-07-30 | 1 | -1/+1 | |
| |\ \ \ \ | ||||||
| | * | | | | arti-client: Re-export `ConfigurationSources` | Clara Engler | 2025-06-11 | 1 | -1/+1 | |
| * | | | | | Merge branch 'check-license-fix' into 'main' | Nick Mathewson | 2025-07-30 | 2 | -7/+8 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | ci: Pin to cargo-license 0.7.0 | Nick Mathewson | 2025-07-30 | 1 | -2/+1 | |
| | * | | | | | check_licenses: treat LGPL-3.0/LGPL-3.0-only as synonyms | Nick Mathewson | 2025-07-30 | 1 | -5/+5 | |
| | * | | | | | check_licenses: allow sorted versions of some spdx exprs | Nick Mathewson | 2025-07-30 | 1 | -0/+2 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'license-workaround' into 'main' | Nick Mathewson | 2025-07-30 | 1 | -1/+2 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | ci: downgrade cargo-license to 0.6.1 as workaround | Steven Engler | 2025-07-29 | 1 | -1/+2 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'conflux-set-cleanup' into 'main' | David Goulet | 2025-07-28 | 3 | -61/+87 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | proto: Add test for ShutdownAndReturnCircuit error condition. | Gabriela Moldovan | 2025-07-25 | 1 | -0/+47 | |
| | * | | | | | proto: Remove an already-addressed TODO. | Gabriela Moldovan | 2025-07-25 | 1 | -2/+0 | |
| | * | | | | | proto: Remove element_idx + remove in favor of remove_unchecked(). | Gabriela Moldovan | 2025-07-25 | 1 | -11/+1 | |
| | * | | | | | proto: Replace hand-rolled exactly_one() impl with itertools. | Gabriela Moldovan | 2025-07-25 | 2 | -52/+27 | |
| | * | | | | | proto: Add a ConfluxSet::remove_unchecked method. | Gabriela Moldovan | 2025-07-25 | 1 | -0/+16 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'prop362' into 'main' | wesleyac | 2025-07-23 | 3 | -64/+560 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | tor-hsservice: Fix doccomment link. | Wesley Aptekar-Cassels | 2025-07-23 | 1 | -1/+1 | |
| | * | | | | | tor-hsservice: Add monotonic request id to RendRequestOrdByEffort. | Wesley Aptekar-Cassels | 2025-07-23 | 1 | -4/+23 | |
| | * | | | | | tor-hsservice: Add note about SUGGESTED_EFFORT_DEADZONE. | Wesley Aptekar-Cassels | 2025-07-23 | 1 | -0/+4 | |
| | * | | | | | tor-hsservice: Fix typo. | Wesley Aptekar-Cassels | 2025-07-23 | 1 | -4/+4 | |
| | * | | | | | tor-hsservice: Remove remaining `as` casts from suggested effort update. | Wesley Aptekar-Cassels | 2025-07-23 | 1 | -12/+23 | |
| | * | | | | | tor-hsservice: Remove another use of `as`. | Wesley Aptekar-Cassels | 2025-07-23 | 3 | -3/+9 | |
| | * | | | | | tor-hsservice: Convert as into checked conversion. | Wesley Aptekar-Cassels | 2025-07-23 | 1 | -1/+1 | |
| | * | | | | | tor-hsservice: Make num_dequeued u32 instead of usize. | Wesley Aptekar-Cassels | 2025-07-23 | 1 | -2/+2 | |
| | * | | | | | tor-hsservice: Fix typos. | Wesley Aptekar-Cassels | 2025-07-23 | 1 | -6/+6 | |
| | * | | | | | tor-hsservice: Use Mutex for suggested_effort. | Wesley Aptekar-Cassels | 2025-07-23 | 1 | -16/+16 | |
| | * | | | | | tor-hsservice: Add tests for PowManager control loop. | Wesley Aptekar-Cassels | 2025-07-23 | 1 | -21/+244 | |
| | * | | | | | tor-hsservice: Make PowManager generic over RendRequests. | Wesley Aptekar-Cassels | 2025-07-23 | 1 | -12/+15 | |
| | * | | | | | tor-hsservice: Initial work towards mocking RendRequest. | Wesley Aptekar-Cassels | 2025-07-23 | 1 | -24/+39 | |
| | * | | | | | tor-hsservice: Allow mocking PowManager. | Wesley Aptekar-Cassels | 2025-07-23 | 1 | -4/+16 | |
| | * | | | | | tor-hsservice: Enforce maximum RendRequest queue size. | Wesley Aptekar-Cassels | 2025-07-23 | 1 | -0/+12 | |
| | * | | | | | tor-hsservice: Update suggested effort in PowManager main loop. | Wesley Aptekar-Cassels | 2025-07-23 | 1 | -1/+51 | |
| | * | | | | | tor-hsservice: Add suggested effort update function. | Wesley Aptekar-Cassels | 2025-07-23 | 1 | -0/+63 | |
| | * | | | | | tor-hsservice: Give PowManager reference to RendRequestReceiver. | Wesley Aptekar-Cassels | 2025-07-23 | 1 | -3/+8 | |
| | * | | | | | tor-hsservice: Allow constructing RendRequestReceiver without spawning. | Wesley Aptekar-Cassels | 2025-07-23 | 1 | -19/+21 | |
| | * | | | | | tor-hsservice: Add state for prop362 update loop. | Wesley Aptekar-Cassels | 2025-07-23 | 1 | -1/+45 | |
| | * | | | | | tor-hsservice: Change storage of PoW suggested_effort. | Wesley Aptekar-Cassels | 2025-07-23 | 1 | -4/+21 | |
| | * | | | | | tor-hsservice: Implement PoW queue with BTreeSet. | Wesley Aptekar-Cassels | 2025-07-23 | 1 | -6/+6 | |
| | * | | | | | tor-hsservice: RendRequestOrdByEffort use time as tiebreaker. | Wesley Aptekar-Cassels | 2025-07-23 | 1 | -5/+15 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'cgo-integration' into 'main' | Nick Mathewson | 2025-07-23 | 10 | -82/+222 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | tor-proto: Temporary measure to disable CGO. | Nick Mathewson | 2025-07-23 | 1 | -1/+11 | |
