- Apr 28, 2010
-
-
Yorhel authored
The memory for this format is now statically allocated as well. I was under the impression its size would depend on wincols, but this is the format we're talking about, the string does not have to hold the actual line contents. I must have been sleeping again... Oh well, this is a slight performance improvement, although it doesn't seem the be the cause of the browing slowness when running under valgrind. (Obviously running ncdu with valgrind is supposed to be slower, but the current performance is rather bad...)
-
Yorhel authored
This changes the behaviour back to it was before the dirlist abstraction, which is the behaviour I prefer.
-
- Apr 27, 2010
- Mar 07, 2010
-
-
Yorhel authored
This optimizes a few actions (though not all), and makes the code easier to understand and expand. The behaviour of the browser has changed a bit with regards to multi-page listings. Personally I don't like this change much, so I'd probably fix that later on.
-
- Feb 28, 2010
-
-
Yorhel authored
-
- Feb 27, 2010
-
-
Yorhel authored
-
Yorhel authored
The directory sizes are now incorrect as hard links will be counted twice again (as if there wasn't any detection in the first place), but this will get fixed by adding a shared size field. This method of keeping track of hard links is a lot faster and allows adding an interface which lists the found links.
-
Yorhel authored
-
- Oct 18, 2009
-
-
Yorhel authored
-
- Aug 03, 2009
-
-
Yorhel authored
Fixes bug #2831412 (debian #539553)
-
- May 05, 2009
-
-
Yorhel authored
-
- May 02, 2009
-
-
Yorhel authored
Reproducable with the following steps: - Make sure the first item in the list is a directory starting with a dot - Make sure the next item is a normal directory - Select first item - Press 'h' to hide it, next item will properly be selected - Open selected directory (right arrow), and see how the first (hidden) directory was opened. It's amazing how I've even found this bug, considering that really is the only way to reproduce it...
-
- May 01, 2009
- Apr 26, 2009
- Apr 25, 2009
- Apr 23, 2009
- Apr 19, 2009
- Apr 18, 2009
- Apr 16, 2009
-
-
Yorhel authored
This actually makes the struct itself obsolete, as all information is now only useful within calc.c itself and other files don't have to do anything with it.
-
- Apr 13, 2009
- Apr 10, 2009
-
-
Yorhel authored
ncdu is currently pretty much in a non-working state, but things will get fixed eventually after porting the other source files to the new framework.
-
- Jan 11, 2009
-
-
yorhel authored
git-svn-id: svn://blicky.net/ncdu/trunk@48 ce56bc8d-f834-0410-b703-f827bd498a76
-