| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-25 | std: rework zstd for new I/O API | Andrew Kelley | |
| This passes tests but it doesn't provide as big a window size as is required to decompress larger streams. The next commit in this branch will work towards that, without introducing an additional buffer. | |||
| 2025-07-07 | std.io: deprecated Reader/Writer; introduce new API | Andrew Kelley | |
| 2024-10-13 | Rewrite bit_reader and bit_writer to take advantage of current zig semantics ↵ | tgschultz | |
| and enhance readability (#21689) Co-authored-by: Tanner Schultz <tgschultz@tgschultz-dl.tail7ba92.ts.net> | |||
| 2023-10-31 | std.builtin.Endian: make the tags lower case | Andrew Kelley | |
| Let's take this breaking change opportunity to fix the style of this enum. | |||
| 2023-02-20 | std.compress.zstandard: also check block size when sequence count is 0 | dweiller | |
| 2023-02-20 | std.compress.zstandard: check FSE bitstreams are fully consumed | dweiller | |
| 2023-02-20 | std.compress.zstandard: split decompressor into multiple files | dweiller | |
