• Joined on 2024-12-25
asp pushed to master at asp/keep 2026-03-21 20:36:34 +00:00
8379ae2136 refactor: rename plugin features with type prefix for consistency
asp pushed to master at asp/keep 2026-03-21 19:26:33 +00:00
12de215527 feat: feature-gate CLI args by server/client features
asp pushed to master at asp/keep 2026-03-21 17:26:29 +00:00
e2cb36d2a8 feat(server): add file_size to API ItemInfo response
0004324301 perf: pre-allocate status info collections with known capacities
b3edfe7de6 chore: code review cleanup — fixes, deps, docs
Compare 3 commits »
asp pushed to master at asp/keep 2026-03-21 13:58:17 +00:00
ab2fb07505 docs: add changelog update instructions to AGENTS.md
547f0b5d11 docs: add CHANGELOG.md following Keep a Changelog format
30d7836bcf refactor: deduplicate ItemInfo, improve error handling, fix pre-existing bugs
Compare 3 commits »
asp pushed to master at asp/keep 2026-03-20 20:18:03 +00:00
2cfee5075e fix: panic guards, dedup, and unsafe documentation
asp pushed to master at asp/keep 2026-03-20 18:54:40 +00:00
52e9787edb refactor: deduplicate filter plugins, extract helpers across codebase
asp pushed to master at asp/keep 2026-03-18 13:59:19 +00:00
00be72f3d0 refactor: rename size to uncompressed_size, add compressed_size and closed columns
asp pushed to master at asp/keep 2026-03-18 00:24:47 +00:00
49793a0f94 feat: add streaming tar export/import and rename "none" to "raw"
asp pushed to master at asp/keep 2026-03-17 20:56:43 +00:00
074ba64805 feat: allow --list to accept item IDs for filtering
asp pushed to master at asp/keep 2026-03-17 19:07:25 +00:00
02f0c8d453 fix: use XDG config directory for default config file location
asp pushed to master at asp/keep 2026-03-17 18:37:38 +00:00
c29e37c03e fix: use XDG data directory as default storage location
28c3deaeca fix: expand tilde (~) in config file paths to home directory
Compare 2 commits »
asp pushed to master at asp/keep 2026-03-17 18:04:57 +00:00
cb56a398fa feat: add --ids-only flag to --list mode for scripting
asp pushed to master at asp/keep 2026-03-17 17:50:49 +00:00
2452da52ef chore: add license, repository, keywords, and rust-version to Cargo.toml
asp pushed to master at asp/keep 2026-03-17 17:48:03 +00:00
6347427536 chore: remove bin/keep binary from tracking, add bin/ to gitignore
asp pushed to master at asp/keep 2026-03-17 17:47:00 +00:00
a8759c4b83 feat: add infer and tree_magic_mini meta plugins, make zstd internal by default
a90c19efc1 feat: add native zstd compression plugin and deduplicate shared compression/meta utilities
Compare 2 commits »
asp pushed to master at asp/keep 2026-03-16 11:43:56 +00:00
35ee71c3cf feat: add export/import modes, unify service layer, fix binary detection
asp pushed to master at asp/keep 2026-03-15 15:46:53 +00:00
0a3d61a875 fix: client save with --compression none stored lz4 instead of none
asp pushed to master at asp/keep 2026-03-15 13:15:03 +00:00
eca17b36ee fix: client save logs item ID early, stores compression via proper field and size via update endpoint
asp pushed to master at asp/keep 2026-03-15 01:37:20 +00:00
5bad7ac7a6 refactor: decouple meta plugins from DB via SaveMetaFn callback, extract shared utilities
asp pushed to master at asp/keep 2026-03-14 23:02:01 +00:00
fdc5f1d744 fix: client --list uses list_format from config like local mode