]> Sergey Matveev's repositories - nnn.git/shortlog
nnn.git
2014-10-09 lostdUse our own entry struct instead of dirent
2014-10-09 sinAdd regex support
2014-10-08 lostdComment on dirents deep copy
2014-10-08 lostdStrip redundant spaces
2014-10-08 lostdMove debug print after return value check
2014-10-08 lostdUse open(2)/fstat(2) and don't bother with links at all
2014-10-08 lostdUse asprintf(3) and avoid manual allocation
2014-10-08 lostdKeep local copies of dir entries, just keeping pointers...
2014-10-08 lostdFix memory leaks
2014-10-08 lostdAvoid sprintf(3) and use snprintf(3) instead
2014-10-08 lostdChange string copies to use strlcpy(3)
2014-10-08 lostdNo need for strncmp(3), use strcmp(3) instead
2014-10-08 lostdShell scripts may be useful
2014-10-08 lostdUse dprintf(3) for debugging
2014-10-08 lostdSupport symbolic links and fix message reporting
2014-10-07 lostdComment on the multiple slashes handling logic
2014-10-07 lostdBe consistent on exiting curses mode
2014-10-07 lostdReorder configuration stuff
2014-10-07 lostdGet layout comment in sync
2014-10-07 lostdRework messages and errno warnings
2014-10-07 lostdSimplify associations and handle README files
2014-10-07 lostdFix the empty dir bug
2014-10-07 lostdTake care of line wrapping and odd number of lines
2014-10-07 lostdExit curses mode while programs run
2014-10-07 lostdInclude lines calculation in redraw
2014-10-07 lostdScrolling listing and dirname handling
2014-10-07 lostdAdd the noice file browser