| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | changelog: Mark two things as experimental | Ian Jackson | 2025-08-05 | 1 | -2/+2 | |
| | * | | | | | | changelog: Move hsdesc limit to security section | Ian Jackson | 2025-08-04 | 1 | -3/+4 | |
| | * | | | | | | changelog: Suggestions from review | Ian Jackson | 2025-08-04 | 1 | -3/+3 | |
| | * | | | | | | changelog: include changes up to now | Ian Jackson | 2025-08-04 | 1 | -36/+115 | |
| | * | | | | | | changelog: Add some todo marks | Ian Jackson | 2025-08-04 | 1 | -2/+5 | |
| | * | | | | | | changelog: Copy ChangelogTemplate.md into CHANGELOG.md | Ian Jackson | 2025-08-04 | 1 | -0/+84 | |
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge branch 'versions' into 'main' | Ian Jackson | 2025-08-05 | 54 | -569/+583 | |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| | * | | | | | Bump version of tor-basic-utils | Ian Jackson | 2025-08-05 | 29 | -36/+36 | |
| | * | | | | | Update hashx-bench lockfile | Ian Jackson | 2025-08-05 | 1 | -20/+27 | |
| | * | | | | | Update equix-bench lockfile | Ian Jackson | 2025-08-05 | 1 | -20/+27 | |
| | * | | | | | Version bumps for 1.4.6 | Ian Jackson | 2025-08-05 | 51 | -493/+493 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'update' into 'main' | Ian Jackson | 2025-08-04 | 26 | -196/+241 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Bump rusqlite to 0.37 | Ian Jackson | 2025-08-04 | 2 | -5/+5 | |
| | * | | | | | Bump derive-deftly to 1.2.0 | Ian Jackson | 2025-08-04 | 25 | -54/+54 | |
| | * | | | | | Routine argo update | Ian Jackson | 2025-08-04 | 1 | -137/+182 | |
| | |/ / / / | ||||||
| * | | | | | Merge branch 'features' into 'main' | Nick Mathewson | 2025-08-04 | 3 | -1/+4 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | cargo features: Run fixup-features (fmt) | Ian Jackson | 2025-08-04 | 1 | -1/+2 | |
| | * | | | | cargo features: Run fixup-features | Ian Jackson | 2025-08-04 | 2 | -2/+2 | |
| | * | | | | cargo features: Restore "memquota" feature into "full" | Ian Jackson | 2025-08-04 | 2 | -0/+2 | |
| | |/ / / | ||||||
| * | | | | Merge branch 'arti-ureq-wrong-expected-runtime' into 'main' | wesleyac | 2025-08-04 | 1 | -4/+6 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | arti-ureq: Move `builder()` and `new()` to non-generic PreferredRuntime impl | nield | 2025-08-04 | 1 | -4/+6 | |
| |/ / / | ||||||
| | * | | hyper-examples: Cargo fmt | nield | 2025-08-04 | 1 | -1/+4 | |
| | * | | hyper-examples: Use std::time::Duration | nield | 2025-08-04 | 1 | -1/+2 | |
| | * | | hyper-examples: Use random nickname for onion service | nield | 2025-08-04 | 1 | -1/+1 | |
| | * | | Merge branch 'main' into hyper-examples | nield | 2025-08-04 | 64 | -398/+1939 | |
| | |\ \ | |/ / |/| | | ||||||
| * | | | Merge branch 'enable-memquota' into 'main' | opara | 2025-07-31 | 17 | -72/+444 | |
| |\ \ \ | ||||||
| | * | | | tor-memquota: moved auto calc into separate function | Steven Engler | 2025-07-31 | 1 | -49/+112 | |
| | * | | | tor-memquota: return an error when `total_available_memory()` fails | Steven Engler | 2025-07-31 | 1 | -15/+29 | |
| | * | | | maint: change the dependencies in 'downgrade_dependencies' | Steven Engler | 2025-07-31 | 1 | -1/+4 | |
| | * | | | arti: update example config | Steven Engler | 2025-07-31 | 1 | -5/+16 | |
| | * | | | tor-memquota: small fmt change to log message | Steven Engler | 2025-07-31 | 1 | -1/+1 | |
| | * | | | tor-memquota: change behaviour of "auto" | Steven Engler | 2025-07-31 | 1 | -23/+180 | |
| | * | | | tor-memquota: config now supports `ExplicitOrAuto` | Steven Engler | 2025-07-31 | 3 | -17/+61 | |
| | * | | | tor-memquota: add 'cfg-if' and 'sysinfo' dependencies | Steven Engler | 2025-07-31 | 2 | -0/+46 | |
| | * | | | tor-config: impl `NotAutoValue` for `ByteQty` | Steven Engler | 2025-07-31 | 2 | -0/+4 | |
| | * | | | tor-config: add `ExplicitOrAuto::map` and `From<T> for ExplicitOrAuto<T>` | Steven Engler | 2025-07-31 | 1 | -0/+18 | |
| | * | | | 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 | |
