pakker/src
NotAShelf 8ed0b6fb12
rate-limiter. re-acquire lock after sleep to prevent use-after-free
I thought rust fixed this...

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I3a2fe427cdc19a6317510e8736fe46d56a6a6964
2026-02-21 19:55:48 +03:00
..
cli cli: wire shelve flag; more clippy fixes 2026-02-19 00:22:42 +03:00
export export: add text replacement and missing projects rules 2026-02-19 00:22:36 +03:00
git infra: add clippy allows; fix PathBuf -> Path 2026-02-19 00:22:44 +03:00
model platform: add mockito HTTP tests to modrinth 2026-02-19 00:22:47 +03:00
platform various: shared HTTP client with connection pooling 2026-02-19 00:22:48 +03:00
utils chore: bump dependencies 2026-02-19 00:22:46 +03:00
cli.rs cli: add --all, --updates, --no-deps flags to commands 2026-02-19 00:22:45 +03:00
error.rs error: add MultiError for batch error aggregation 2026-02-19 00:22:32 +03:00
export.rs initial commit 2026-02-13 00:14:46 +03:00
fetch.rs fetch: add parallel downloads and --shelve flag 2026-02-19 00:22:37 +03:00
http.rs various: shared HTTP client with connection pooling 2026-02-19 00:22:48 +03:00
ipc.rs fetch: add parallel downloads and --shelve flag 2026-02-19 00:22:37 +03:00
main.rs various: shared HTTP client with connection pooling 2026-02-19 00:22:48 +03:00
model.rs initial commit 2026-02-13 00:14:46 +03:00
platform.rs various: shared HTTP client with connection pooling 2026-02-19 00:22:48 +03:00
rate_limiter.rs rate-limiter. re-acquire lock after sleep to prevent use-after-free 2026-02-21 19:55:48 +03:00
resolver.rs initial commit 2026-02-13 00:14:46 +03:00
ui_utils.rs ui: add interactive prompts and typo suggestions 2026-02-19 00:22:35 +03:00
utils.rs initial commit 2026-02-13 00:14:46 +03:00