summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-21Rewrite man page in mdocHEADzigYorhel4-581/+519
2023-12-05Update parent dir suberr on refreshYorhel2-22/+37
2023-11-20fix new "var never mutated" error on Zig 0.12.0-dev.1663+6b1a823b2Eric Joldasov6-19/+19
2023-11-19replace ncurses_refs.c workaround with pure Zig workaroundEric Joldasov4-46/+11
2023-08-08Add --quit-after-scan CLI flag for benchmarkingYorhel1-1/+3
2023-08-04Version 2.3v2.3Yorhel2-1/+8
2023-08-04Makefile: Honor ZIG variable + fix static build for x86Yorhel1-7/+7
2023-08-04Update to Zig 0.11.0Eric Joldasov10-152/+176
2023-04-09build.zig: add option for building PIEEric Joldasov1-0/+4
2023-04-02scan.zig: Add explicit cast for struct statfs.f_typeYorhel1-1/+1
2023-03-09Makefile: Add ZIG variable and build targetFlorian Schmaus1-2/+7
2023-03-05Add --(enable|disable)-natsort optionsYorhel3-4/+11
2023-03-03UI: Add * indicator to apparent size/disk usage selection + spacingYorhel1-3/+6
2023-02-22Set `headerpad_max_install_names` on DarwinCarlo Cabrera1-0/+5
2023-01-19Oops, forgot to update the READMEYorhel1-2/+2
2023-01-19Version 2.2.2 + copyright year bumpv2.2.2Yorhel13-14/+18
2023-01-11Work around a Zig ReleaseSafe mode performance regressionYorhel1-1/+4
2023-01-11Minor doc formatting fix & error message fixYorhel2-2/+2
2022-11-02Fix struct copy and invalid pointer access in Link.path()Yorhel1-1/+1
2022-11-02Slightly less hacky Entry struct allocation and initializationYorhel2-55/+51
2022-11-02Use extern instead of packed structs for the data modelYorhel4-133/+130
2022-10-26Some fixes for building with Zig stage2Yorhel3-7/+9
2022-10-26Fixes for stdlib changesYorhel4-15/+16
2022-10-25Version 2.2.1v2.2.1Yorhel2-1/+5
2022-10-23Fix colors on FreeBSD (and MacOS?) againYorhel2-2/+2
2022-10-17Version 2.2v2.2Yorhel2-1/+8
2022-10-16Fix type signature of ncdu_init_pair()Yorhel1-1/+1
2022-10-15Fix incorrect format string causing invalid export filesTorbjörn Lönnemark1-1/+1
2022-08-10Improve exclude pattern matching performance (and behavior, a bit)Yorhel3-20/+343
2022-08-08Fix unreferenced test in model.zigYorhel2-4/+9
2022-06-15Set default attributes to the whole window during curses initYorhel1-0/+1
2022-04-28Version 2.1.2v2.1.2Yorhel2-1/+6
2022-04-28Fix build with zig 0.10.0-dev.1946+6f4343b61Yorhel1-1/+1
2022-04-16Fix panic when shortening strings with unicode variation selectorsYorhel1-5/+8
2022-03-25Version 2.1.1v2.1.1Yorhel3-2/+8
2022-03-24Fix bad assertion in scan.zig:addSpecial()Yorhel1-2/+0
2022-03-16Revert default --graph-style to "hash"Yorhel2-3/+3
2022-03-14Still accept "eigth-block" typo argument for compatYorhel1-1/+1
2022-03-14Fix typo in --graph-style optionPhil Jones3-6/+6
2022-02-07Version 2.1; remove 1.x changes from the ChangeLogv2.1Yorhel2-194/+11
2022-02-07Fix compilation on 32bit systemsYorhel1-1/+1
2022-02-05scan: Add UI message when counting hard linksYorhel1-2/+17
2022-02-03Add --graph-style option and Unicode graph drawingYorhel3-6/+30
2022-02-03Use natsort when sorting by nameYorhel2-3/+108
2022-02-02Mention --ignore-config flag when reading config failsYorhel1-3/+3
2022-02-02Ignore ENOTDIR when trying to open config filesYorhel1-0/+1
2022-02-02browser: Fix long file name overflow + unique size display glitchYorhel1-2/+2
2022-01-01Version 2.0.1 + copyright year bumpv2.0.1Yorhel13-14/+19
2022-01-01Makefile: Add ZIG_FLAGS variableYorhel1-1/+2
2021-12-26ui.zig: Really fix import of wcwidth() this timeYorhel1-1/+1