index
:
ncdu
chdir
clear
compll
exp-binexport
master
openat
zig
zig-threaded
NCurses Disk Usage
Yorhel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Branch
Commit message
Author
Age
chdir
Minor improvements to chdir on browsing
Yorhel
8 years
clear
delete.c: Fix segfault when not confirming a clear operation
Yorhel
10 years
compll
Converted all code to call the compll functions
Yorhel
14 years
exp-binexport
Remove kernfs dev id cache
Yorhel
3 weeks
master
Fix JSON export of "otherfs" excluded type
Yorhel
8 weeks
openat
Experiment with scanning using openat() rather than chdir()
Yorhel
4 years
zig
Add progress indicator to hardlink counting + fix import/mem UI updating
Yorhel
7 weeks
zig-threaded
scan.zig: Revamp output API, reduce buffering a bit, re-add UI
Yorhel
3 years
Tag
Download
Author
Age
v2.5
commit f6bffa40c7...
Yorhel
8 weeks
v1.20
commit ed7c5b2b93...
Yorhel
5 months
v2.4
commit d0d064aaf9...
Yorhel
5 months
v1.19
commit 1ca0c5769b...
Yorhel
12 months
v2.3
commit ec99218645...
Yorhel
13 months
v1.18.1
commit c08340ee08...
Yorhel
19 months
v2.2.2
commit ec233ff33a...
Yorhel
20 months
v1.18
commit 3ef0ac93c7...
Yorhel
21 months
v2.2.1
commit f37362af36...
Yorhel
23 months
v2.2
commit 34dafffc62...
Yorhel
23 months
[...]
Age
Commit message
Author
Files
Lines
2024-07-28
Add progress indicator to hardlink counting + fix import/mem UI updating
HEAD
zig
Yorhel
4
-6
/
+31
2024-07-28
Fix counts when new link to existing inode is found on refresh
Yorhel
1
-1
/
+1
2024-07-27
Split mem import and json export out of sink.zig
Yorhel
5
-483
/
+533
2024-07-24
Version 2.5
v2.5
Yorhel
2
-1
/
+15
2024-07-24
Fix JSON export of "otherfs" excluded type
Yorhel
2
-2
/
+2
2024-07-24
Fix JSON export of special entries
Yorhel
1
-5
/
+5
2024-07-23
mem_src: Fix setting nlink for non-hardlinks
Yorhel
1
-1
/
+1
2024-07-18
Use slower and smaller heap sort for hardlink list
Yorhel
1
-4
/
+1
2024-07-18
README: Mention zig 0.13 as well
Yorhel
1
-1
/
+1
2024-07-18
Fix use of u64 atomic integers on 32-bit platforms
Yorhel
1
-5
/
+24
[...]