index
:
ncdu
chdir
clear
compll
master
openat
zig
zig-threaded
NCurses Disk Usage
Yorhel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-04-25
Fixed subdirectory name after refresh and a tiny memory leak
Yorhel
1
-5
/
+19
2009-04-25
Fixed memory overflow bug in path_real_rec()
Yorhel
1
-1
/
+1
2009-04-25
Fixed segfault on specifying an empty dir
Yorhel
1
-1
/
+2
2009-04-25
Properly chdir() before lstat()
Yorhel
1
-4
/
+12
2009-04-24
Fixed segfault on specifying a dir to process from cli
Yorhel
1
-2
/
+0
2009-04-24
Fixed infinite calc_process() on error
Yorhel
1
-1
/
+1
2009-04-23
Removed PATH_MAX reliance in main.c
Yorhel
1
-16
/
+13
2009-04-23
Fixed a few occurences of wrong arguments for getpath()
Yorhel
2
-4
/
+4
2009-04-23
Removed reliance on PATH_MAX on most places
Yorhel
5
-66
/
+111
2009-04-23
main.c should include help.h
Yorhel
1
-0
/
+1
2009-04-23
Split path handling into path.c and replaced rpath() with a better implementa...
Yorhel
4
-122
/
+296
2009-04-19
Updated manpage to reflect the removal of the 1000/1024 switch
Yorhel
2
-3
/
+2
2009-04-19
Replace 'suseconds_t' with 'long'
Yorhel
2
-2
/
+2
2009-04-19
Disabled blocking wait for user input while deleting
Yorhel
1
-1
/
+1
2009-04-19
Select next item after deleting
Yorhel
3
-10
/
+19
2009-04-19
Go the correct directory after a deletion
Yorhel
1
-1
/
+3
2009-04-19
freedir() shouldn't need to return anything
Yorhel
2
-17
/
+8
2009-04-19
Actually delete parents as well when deleting directories
Yorhel
1
-8
/
+13
2009-04-19
(partly) rewrote delete.c for the new framework and re-added the deletion fea...
Yorhel
5
-135
/
+212
2009-04-19
Don't quit ncdu when pressing 'q' while the info window is shown
Yorhel
1
-1
/
+5
2009-04-19
Converted help.c to the new framework and re-added help window
Yorhel
5
-52
/
+98
2009-04-19
Fixed bug in calculation window title
Yorhel
1
-1
/
+1
2009-04-18
Re-added file information window in browser.c
Yorhel
1
-45
/
+51
2009-04-18
Only sort directory when necessary
Yorhel
1
-5
/
+15
2009-04-18
Draw browser on background while calculating
Yorhel
2
-1
/
+2
2009-04-18
Allow drawing the browser frame when there's no directory structure
Yorhel
1
-19
/
+19
2009-04-18
Kept internal variables internal in browser.c and added browse_init()
Yorhel
4
-76
/
+72
2009-04-18
Don't touch the original tree while recalculating
Yorhel
1
-13
/
+8
2009-04-18
Removed stcalc and used several global variables instead
Yorhel
1
-61
/
+59
2009-04-18
Initialize calc_delay and calc_smfs in calc.c rather than main.c
Yorhel
2
-4
/
+2
2009-04-18
Moved minimum screen size handling to main.c
Yorhel
2
-14
/
+6
2009-04-18
Got rid of SF_SI
Yorhel
5
-25
/
+11
2009-04-18
Moved SF_SMFS in ncdu.h to char calc_smfs in calc.h
Yorhel
3
-4
/
+7
2009-04-18
Moved and renamed sdelay in ncdu.h to calc_delay in calc.h
Yorhel
4
-6
/
+10
2009-04-18
Remove some calc.c specific defines from ncdu.h
Yorhel
3
-20
/
+26
2009-04-16
Fixed minor size + item count inconsistency on recalculating a dir
Yorhel
1
-0
/
+9
2009-04-16
Fixed major bug with counting all sizes twice
Yorhel
1
-2
/
+2
2009-04-16
Made stcalc static within calc.c and abstracted access to it with calc_init()
Yorhel
4
-32
/
+29
2009-04-13
Re-added recalculating (sub)directories
Yorhel
4
-38
/
+32
2009-04-13
Fixed display bug while calculating
Yorhel
1
-0
/
+1
2009-04-13
(Partly) rewrote browser.c to the new system
Yorhel
6
-353
/
+369
2009-04-11
util.c:freedir() doesn't have to do anything with the selected flag
Yorhel
1
-3
/
+1
2009-04-11
Header file cleanup
Yorhel
5
-52
/
+25
2009-04-11
Rewrote util.h to the new style
Yorhel
6
-81
/
+145
2009-04-11
Removed ncdu.h dependency from exclude.c
Yorhel
2
-2
/
+5
2009-04-11
Rewrote exclude.c to the new style
Yorhel
6
-43
/
+76
2009-04-11
Moved definitions for calc.c to separate header file
Yorhel
5
-19
/
+54
2009-04-11
Each state can have it's own global variable
Yorhel
3
-56
/
+51
2009-04-10
Rewrote calc.c in the new style & framework
Yorhel
4
-248
/
+285
2009-04-08
Renamed parseCli() and added argument for root dir
Yorhel
2
-12
/
+18
[prev]
[next]