summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge branch 'update' into 'main'Ian Jackson2025-08-0426-196/+241
|\ \ \ \ \
| * | | | | Bump rusqlite to 0.37Ian Jackson2025-08-042-5/+5
| * | | | | Bump derive-deftly to 1.2.0Ian Jackson2025-08-0425-54/+54
| * | | | | Routine argo updateIan Jackson2025-08-041-137/+182
| |/ / / /
* | | | | 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
| |/ / /
* | | | Merge branch 'arti-ureq-wrong-expected-runtime' into 'main'wesleyac2025-08-041-4/+6
|\ \ \ \ | |/ / / |/| | |
| * | | arti-ureq: Move `builder()` and `new()` to non-generic PreferredRuntime implnield2025-08-041-4/+6
|/ / /
| * | hyper-examples: Cargo fmtnield2025-08-041-1/+4
| * | hyper-examples: Use std::time::Durationnield2025-08-041-1/+2
| * | hyper-examples: Use random nickname for onion servicenield2025-08-041-1/+1
| * | Merge branch 'main' into hyper-examplesnield2025-08-0464-398/+1939
| |\ \ | |/ / |/| |
* | | Merge branch 'enable-memquota' into 'main'opara2025-07-3117-72/+444
|\ \ \
| * | | 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
| * | | maint: change the dependencies in 'downgrade_dependencies'Steven Engler2025-07-311-1/+4
| * | | 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-312-0/+46
| * | | 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
|/ / /
* | | Merge branch 'revised-redacted-api' into 'main'Nick Mathewson2025-07-3117-59/+249
|\ \ \
| * | | Use new DisplayRedacted/DebugRedacted code for HsId.Nick Mathewson2025-07-3116-58/+73
| * | | safelog: Add new DisplayRedacted/DebugRedacted APIs.Nick Mathewson2025-07-312-1/+176
|/ / /
* | | Merge branch 'gsoc-ctor-migrate' into 'main'gabi-2502025-07-3115-47/+355
|\ \ \
| * | | arti: hss: Add `arti hss ctor-migrate`hjrgrn2025-07-3115-47/+355
|/ / /
* | | 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
* | | | Merge branch 'check-license-fix' into 'main'Nick Mathewson2025-07-302-7/+8
|\ \ \ \
| * | | | ci: Pin to cargo-license 0.7.0Nick Mathewson2025-07-301-2/+1
| * | | | check_licenses: treat LGPL-3.0/LGPL-3.0-only as synonymsNick Mathewson2025-07-301-5/+5
| * | | | check_licenses: allow sorted versions of some spdx exprsNick Mathewson2025-07-301-0/+2
|/ / / /
* | | | Merge branch 'license-workaround' into 'main'Nick Mathewson2025-07-301-1/+2
|\ \ \ \
| * | | | ci: downgrade cargo-license to 0.6.1 as workaroundSteven Engler2025-07-291-1/+2
|/ / / /
* | | | Merge branch 'conflux-set-cleanup' into 'main'David Goulet2025-07-283-61/+87
|\ \ \ \
| * | | | 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
|/ / / /
* | | | Merge branch 'prop362' into 'main'wesleyac2025-07-233-64/+560
|\ \ \ \