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-05-02
Version & date bump for ChangeLog and manual page
v1.5
Yorhel
2
-2
/
+2
2009-05-02
Fixed a browsing bug related to hiding items
Yorhel
1
-2
/
+6
2009-05-02
Removed powers of 1000/1024 toggle from help.c
Yorhel
1
-2
/
+1
2009-05-02
Use absolute path for matching excluded items
Yorhel
1
-1
/
+1
2009-05-02
Fixed buffer overrun in calc.c
Yorhel
1
-1
/
+1
2009-05-01
Don't divide by zero when size of parent dir = 0
Yorhel
1
-1
/
+3
2009-05-01
Fixed line width when displaying 100%
Yorhel
2
-5
/
+5
2009-04-30
Cleaned up configure.in
Yorhel
1
-10
/
+6
2009-04-28
Don't try to delete a directory that's not empty
Yorhel
1
-5
/
+5
2009-04-26
Replaced the NEWS file with a symlink pointing to the ChangeLog
Yorhel
1
-51
/
+1
2009-04-26
Fixed segfault after aborting calculation
Yorhel
1
-1
/
+1
2009-04-26
Fixed display bug on deletion error
Yorhel
1
-3
/
+5
2009-04-26
Fixed display of one-component-after-root directory
Yorhel
1
-2
/
+2
2009-04-26
Fixed segault after finishing calculation
Yorhel
1
-2
/
+2
2009-04-26
Fixed display of the root directory
Yorhel
2
-3
/
+10
2009-04-26
Properly call calc_leavepath() on error
Yorhel
1
-2
/
+8
2009-04-26
Fixed bug with opening the root directory
Yorhel
1
-8
/
+28
2009-04-26
Removed useless call to path_real()
Yorhel
1
-1
/
+1
2009-04-26
Fixed bug with configure still relying on ncdu.h
Yorhel
1
-1
/
+1
2009-04-26
Updated ChangeLog and TODO
Yorhel
2
-2
/
+3
2009-04-26
Move cursor to the correct line in browse_draw()
Yorhel
1
-0
/
+1
2009-04-26
Removed last occurence of PATH_MAX
Yorhel
2
-34
/
+19
2009-04-26
Renamed ncdu.h to global.h and #included all other header files into that
Yorhel
12
-39
/
+23
2009-04-26
Improved deletion performance
Yorhel
1
-6
/
+16
2009-04-26
Don't re-sort when pressing the browse keys without affecting the dir
Yorhel
1
-9
/
+12
2009-04-26
Centralized screen update delay into input_handle()
Yorhel
10
-71
/
+45
2009-04-26
Huge performance improvement with the calculation
Yorhel
1
-32
/
+49
2009-04-25
Fixed another memory allocation issue
Yorhel
1
-1
/
+8
2009-04-25
Don't segfault when browsing an empty dir...
Yorhel
1
-5
/
+7
2009-04-25
Fixed another PATH_MAX reliance in calc.c
Yorhel
1
-5
/
+5
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
[next]