stumpylog
5d0fb476cf
Fix: narrow zstd compression level to the conventional -22..22 range
...
The raw library bounds (-131072, 22) come from an internal zstd
implementation constant (-ZSTD_TARGETLENGTH_MAX), not a meaningful
distinct level — deeper negative values than -22 buy nothing over -22
in practice, and the zstd CLI/community convention only uses -22..22.
Exposing the raw range via --zip-compression-level would let a user
pass a number like -50000 that "validates" but means nothing.
2026-07-23 15:42:57 -07:00
..
2026-07-23 15:42:57 -07:00
2026-07-23 15:42:57 -07:00
2026-07-20 13:12:54 +00:00
2026-05-20 08:54:00 -07:00
2023-09-12 12:16:22 -07:00
2026-07-22 08:07:43 -07:00
2026-06-11 05:49:10 -07:00
2025-09-03 21:58:53 +00:00
2026-04-29 16:38:25 -07:00
2026-06-13 12:45:54 +00:00
2026-07-23 15:42:57 -07:00
2026-07-20 08:22:30 -07:00
2026-01-24 19:29:54 -08:00
2026-05-26 16:46:23 +00:00
2026-06-01 13:40:49 -07:00
2026-04-20 11:40:04 -07:00
2025-02-24 15:06:14 -08:00
2026-06-07 20:30:08 +00:00
2026-04-28 10:06:59 -07:00
2026-03-22 06:53:32 -07:00
2026-04-02 15:30:26 -07:00
2026-07-19 18:04:16 -07:00
2026-07-20 15:45:24 +00:00
2025-03-29 17:12:34 +00:00
2024-04-04 13:11:43 -07:00
2026-04-20 13:19:54 -07:00
2024-09-26 12:22:24 -07:00
2026-03-04 23:28:07 +00:00
2026-07-21 07:31:58 -07:00
2026-02-02 08:44:12 -08:00
2025-11-14 17:28:46 +00:00
2026-03-10 23:45:56 +00:00
2026-07-20 13:12:54 +00:00
2026-03-22 06:53:32 -07:00
2026-04-28 09:28:05 -07:00
2026-05-20 08:54:00 -07:00
2026-06-27 15:55:38 -07:00
2025-02-10 16:43:07 +00:00
2026-06-12 11:14:26 -07:00
2026-04-03 21:51:57 +00:00
2026-06-02 10:46:29 -07:00
2026-04-02 12:38:22 -07:00
2025-02-16 14:26:30 -08:00
2026-07-19 18:04:16 -07:00
2026-07-22 08:07:43 -07:00