pakker/src
NotAShelf 00f5442679
model/lockfile: revert get_project to O(n) linear scan; remove unused project index
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I3a35ab4ce5dec8ce95a736440fa293fe6a6a6964
2026-03-03 23:35:01 +03:00
..
cli cli: wire shelve flag; more clippy fixes 2026-03-03 23:34:53 +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-03-03 23:34:55 +03:00
model model/lockfile: revert get_project to O(n) linear scan; remove unused project index 2026-03-03 23:35:01 +03:00
platform various: shared HTTP client with connection pooling 2026-03-03 23:34:59 +03:00
utils chore: bump dependencies 2026-03-03 23:34:57 +03:00
cli.rs cli: add --all, --updates, --no-deps flags to commands 2026-03-03 23:34:56 +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-03-03 23:34:59 +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-03-03 23:34:59 +03:00
model.rs initial commit 2026-02-13 00:14:46 +03:00
platform.rs various: shared HTTP client with connection pooling 2026-03-03 23:34:59 +03:00
rate_limiter.rs rate-limiter. re-acquire lock after sleep to prevent use-after-free 2026-03-03 23:35:00 +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