ncdu-zig/src
Yorhel 4bd6e3daba Fix handling short reads when uncompressed json
Turns out that zstd can consume compressed data without returning any
decompressed data when the input buffer isn't full enough. I just
increased the input buffer as a workaround.
2024-11-13 15:28:10 +01:00
..
bin_export.zig Bin export: fix incorrectly setting prev=0 on the root node 2024-10-29 14:45:10 +01:00
bin_reader.zig Consolidate @cImports into a single c.zig 2024-10-26 14:35:05 +02:00
browser.zig Consolidate @cImports into a single c.zig 2024-10-26 14:35:05 +02:00
c.zig Consolidate @cImports into a single c.zig 2024-10-26 14:35:05 +02:00
delete.zig Consolidate @cImports into a single c.zig 2024-10-26 14:35:05 +02:00
exclude.zig Consolidate @cImports into a single c.zig 2024-10-26 14:35:05 +02:00
json_export.zig Support writing zstd-compressed json, add --compress option 2024-10-26 19:30:16 +02:00
json_import.zig Fix handling short reads when uncompressed json 2024-11-13 15:28:10 +01:00
main.zig Fix handling short reads when uncompressed json 2024-11-13 15:28:10 +01:00
mem_sink.zig Track which extended mode fields we have + bugfixes 2024-08-09 18:32:47 +02:00
mem_src.zig Support direct browsing of a binary export 2024-08-06 09:50:10 +02:00
model.zig Track which extended mode fields we have + bugfixes 2024-08-09 18:32:47 +02:00
scan.zig Consolidate @cImports into a single c.zig 2024-10-26 14:35:05 +02:00
sink.zig Stick with zstd-4 + 64k block, add --compress-level, fix 32bit build 2024-08-03 13:16:44 +02:00
ui.zig Consolidate @cImports into a single c.zig 2024-10-26 14:35:05 +02:00
util.zig Use integer formatting instead of floating points 2024-08-03 15:37:54 +02:00