| .. |
|
browser.c
|
Don't segfault when browsing an empty dir...
|
2009-04-25 15:46:00 +02:00 |
|
browser.h
|
Kept internal variables internal in browser.c and added browse_init()
|
2009-04-18 15:23:33 +02:00 |
|
calc.c
|
Fixed another PATH_MAX reliance in calc.c
|
2009-04-25 14:31:54 +02:00 |
|
calc.h
|
Moved SF_SMFS in ncdu.h to char calc_smfs in calc.h
|
2009-04-18 14:04:53 +02:00 |
|
delete.c
|
Fixed a few occurences of wrong arguments for getpath()
|
2009-04-23 22:03:24 +02:00 |
|
delete.h
|
Select next item after deleting
|
2009-04-19 13:16:31 +02:00 |
|
exclude.c
|
Removed ncdu.h dependency from exclude.c
|
2009-04-11 10:53:39 +02:00 |
|
exclude.h
|
Rewrote exclude.c to the new style
|
2009-04-11 10:53:13 +02:00 |
|
help.c
|
Converted help.c to the new framework and re-added help window
|
2009-04-19 10:03:42 +02:00 |
|
help.h
|
Converted help.c to the new framework and re-added help window
|
2009-04-19 10:03:42 +02:00 |
|
main.c
|
Fixed segfault on specifying a dir to process from cli
|
2009-04-24 18:18:17 +02:00 |
|
Makefile.am
|
Split path handling into path.c and replaced rpath() with a better implementation
|
2009-04-23 19:44:37 +02:00 |
|
ncdu.h
|
Moved minimum screen size handling to main.c
|
2009-04-18 14:12:30 +02:00 |
|
path.c
|
Fixed memory overflow bug in path_real_rec()
|
2009-04-25 14:26:52 +02:00 |
|
path.h
|
Split path handling into path.c and replaced rpath() with a better implementation
|
2009-04-23 19:44:37 +02:00 |
|
util.c
|
Removed reliance on PATH_MAX on most places
|
2009-04-23 21:15:11 +02:00 |
|
util.h
|
Removed reliance on PATH_MAX on most places
|
2009-04-23 21:15:11 +02:00 |