summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'changelog' into 'main'arti-v1.4.6Ian Jackson2025-08-051-1/+1
|\
| * Update the release dateIan Jackson2025-08-051-1/+1
* | Bump version of tor-basic-utilsIan Jackson2025-08-0528-35/+35
* | Update hashx-bench lockfileIan Jackson2025-08-051-20/+27
* | Update equix-bench lockfileIan Jackson2025-08-051-20/+27
* | Version bumps for 1.4.6Ian Jackson2025-08-0550-445/+445
* | Merge branch 'update' into 'main'Ian Jackson2025-08-0425-26/+26
|\ \
| * | Bump rusqlite to 0.37Ian Jackson2025-08-041-1/+1
| * | Bump derive-deftly to 1.2.0Ian Jackson2025-08-0424-25/+25
| |/
* | Merge branch 'features' into 'main'Nick Mathewson2025-08-043-1/+4
|\ \
| * | cargo features: Run fixup-features (fmt)Ian Jackson2025-08-041-1/+2
| * | cargo features: Run fixup-featuresIan Jackson2025-08-042-2/+2
| * | cargo features: Restore "memquota" feature into "full"Ian Jackson2025-08-042-0/+2
| |/
* / arti-ureq: Move `builder()` and `new()` to non-generic PreferredRuntime implnield2025-08-041-4/+6
|/
* tor-memquota: moved auto calc into separate functionSteven Engler2025-07-311-49/+112
* tor-memquota: return an error when `total_available_memory()` failsSteven Engler2025-07-311-15/+29
* arti: update example configSteven Engler2025-07-311-5/+16
* tor-memquota: small fmt change to log messageSteven Engler2025-07-311-1/+1
* tor-memquota: change behaviour of "auto"Steven Engler2025-07-311-23/+180
* tor-memquota: config now supports `ExplicitOrAuto`Steven Engler2025-07-313-17/+61
* tor-memquota: add 'cfg-if' and 'sysinfo' dependenciesSteven Engler2025-07-311-0/+2
* tor-config: impl `NotAutoValue` for `ByteQty`Steven Engler2025-07-312-0/+4
* tor-config: add `ExplicitOrAuto::map` and `From<T> for ExplicitOrAuto<T>`Steven Engler2025-07-311-0/+18
* tor-memquota: add config test for `usize::MAX`Steven Engler2025-07-311-0/+4
* arti-relay: always enable "tor-memquota/memquota"Steven Engler2025-07-311-2/+1
* arti: make "memquota" feature a no-opSteven Engler2025-07-314-34/+35
* arti-client: make "memquota" feature a no-opSteven Engler2025-07-312-3/+12
* arti-client: always enable "tor-memquota/memquota"Steven Engler2025-07-311-2/+1
* Use new DisplayRedacted/DebugRedacted code for HsId.Nick Mathewson2025-07-3113-54/+68
* safelog: Add new DisplayRedacted/DebugRedacted APIs.Nick Mathewson2025-07-312-1/+176
* arti: hss: Add `arti hss ctor-migrate`hjrgrn2025-07-3113-46/+353
* Merge branch 'configuration-sources-pub' into 'main'Alexander Hansen Færøy2025-07-301-1/+1
|\
| * arti-client: Re-export `ConfigurationSources`Clara Engler2025-06-111-1/+1
* | proto: Add test for ShutdownAndReturnCircuit error condition.Gabriela Moldovan2025-07-251-0/+47
* | proto: Remove an already-addressed TODO.Gabriela Moldovan2025-07-251-2/+0
* | proto: Remove element_idx + remove in favor of remove_unchecked().Gabriela Moldovan2025-07-251-11/+1
* | proto: Replace hand-rolled exactly_one() impl with itertools.Gabriela Moldovan2025-07-252-52/+27
* | proto: Add a ConfluxSet::remove_unchecked method.Gabriela Moldovan2025-07-251-0/+16
* | tor-hsservice: Fix doccomment link.Wesley Aptekar-Cassels2025-07-231-1/+1
* | tor-hsservice: Add monotonic request id to RendRequestOrdByEffort.Wesley Aptekar-Cassels2025-07-231-4/+23
* | tor-hsservice: Add note about SUGGESTED_EFFORT_DEADZONE.Wesley Aptekar-Cassels2025-07-231-0/+4
* | tor-hsservice: Fix typo.Wesley Aptekar-Cassels2025-07-231-4/+4
* | tor-hsservice: Remove remaining `as` casts from suggested effort update.Wesley Aptekar-Cassels2025-07-231-12/+23
* | tor-hsservice: Remove another use of `as`.Wesley Aptekar-Cassels2025-07-232-3/+8
* | tor-hsservice: Convert as into checked conversion.Wesley Aptekar-Cassels2025-07-231-1/+1
* | tor-hsservice: Make num_dequeued u32 instead of usize.Wesley Aptekar-Cassels2025-07-231-2/+2
* | tor-hsservice: Fix typos.Wesley Aptekar-Cassels2025-07-231-6/+6
* | tor-hsservice: Use Mutex for suggested_effort.Wesley Aptekar-Cassels2025-07-231-16/+16
* | tor-hsservice: Add tests for PowManager control loop.Wesley Aptekar-Cassels2025-07-231-21/+244
* | tor-hsservice: Make PowManager generic over RendRequests.Wesley Aptekar-Cassels2025-07-231-12/+15