summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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 Joldasov2-44/+10
2023-08-08Add --quit-after-scan CLI flag for benchmarkingYorhel1-1/+3
2023-08-04Version 2.3v2.3Yorhel1-1/+1
2023-08-04Update to Zig 0.11.0Eric Joldasov7-132/+143
2023-04-02scan.zig: Add explicit cast for struct statfs.f_typeYorhel1-1/+1
2023-03-05Add --(enable|disable)-natsort optionsYorhel2-4/+7
2023-03-03UI: Add * indicator to apparent size/disk usage selection + spacingYorhel1-3/+6
2023-01-19Version 2.2.2 + copyright year bumpv2.2.2Yorhel9-10/+10
2023-01-11Work around a Zig ReleaseSafe mode performance regressionYorhel1-1/+4
2023-01-11Minor doc formatting fix & error message fixYorhel1-1/+1
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.1Yorhel1-1/+1
2022-10-23Fix colors on FreeBSD (and MacOS?) againYorhel2-2/+2
2022-10-17Version 2.2v2.2Yorhel1-1/+1
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.2Yorhel1-1/+1
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.1Yorhel1-1/+1
2022-03-24Fix bad assertion in scan.zig:addSpecial()Yorhel1-2/+0
2022-03-16Revert default --graph-style to "hash"Yorhel1-1/+1
2022-03-14Still accept "eigth-block" typo argument for compatYorhel1-1/+1
2022-03-14Fix typo in --graph-style optionPhil Jones2-3/+3
2022-02-07Version 2.1; remove 1.x changes from the ChangeLogv2.1Yorhel1-1/+1
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 drawingYorhel2-6/+22
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.1Yorhel8-9/+9
2021-12-26ui.zig: Really fix import of wcwidth() this timeYorhel1-1/+1
2021-12-21ui.zig: Fix typo in setting _XOPEN_SOURCE feature test macroYorhel1-1/+1
2021-12-21Version 2.0v2.0Yorhel1-1/+1
2021-12-21Fixes and updates for Zig 0.9.0Yorhel7-117/+106
2021-11-09Version 2.0-beta3v2.0-beta3Yorhel1-1/+1
2021-11-02Fix export featureYorhel1-1/+1
2021-10-06Fix defaults of scan_ui and --enable-* flagsYorhel1-4/+4
2021-10-06Fix double-slash prefix in path display when scanning rootYorhel1-1/+1