]> Sergey Matveev's repositories - nnn.git/shortlog
nnn.git
2014-10-22 lostdMore accurate description
2014-10-22 lostdFree tmp string if dirname fails
2014-10-22 sinNo need for a temporary buffer
2014-10-22 sinOnly free() after xstrdup()
2014-10-22 sinAdd a KNOWN ISSUES sections
2014-10-22 lostdAdd xdirname() again and give dirname(3) another chance
2014-10-22 sinRemove xdirname()
2014-10-22 sinUse stat() instead of open() + fstat()
2014-10-22 lostdForget all history on manual dir change
2014-10-22 sinAdd section on history
2014-10-22 sinAdd xdirname() to avoid quirks with dirname(3)
2014-10-22 sinNo need to manually strip trailing slashes
2014-10-22 sinAdd xstrdup() and xrealpath()
2014-10-22 sinAdd xmalloc() + xrealloc()
2014-10-22 sinprinterr() should print to stderr
2014-10-22 sinUpdate manpage wording
2014-10-22 sinUpdate keybind list
2014-10-22 sinClarify filter semantics when executed as root
2014-10-22 sinRemove duplicate info from README
2014-10-22 sinFix manpage
2014-10-22 sinRemove TODO
2014-10-22 sinAdd manpage
2014-10-21 lostdStill use some of the implicit magic
2014-10-21 lostdUse double spacing on sentence start, smaller text...
2014-10-21 sinAdd install/uninstall targets
2014-10-21 sinUpdate outdated comment
2014-10-21 sinFix typo
2014-10-21 sinExplain filters a bit more
2014-10-21 sinAlways use realpath() and properly chdir() so relative...
2014-10-21 sinAdd '*' suffix to executables
2014-10-21 sinUpdate README
2014-10-21 sinFix segfault in readln()
2014-10-21 sinNo need to strdup()
2014-10-21 sinAdd 'c' command to change into a destination directory...
2014-10-21 sinAdd missing break
2014-10-21 Alex-P. Natsiosmore typo and grammar fixes for README
2014-10-21 sinAdd SEL_SH and bring out spawning of the shell in the...
2014-10-21 sinAdd comment about less(1)
2014-10-21 sinFix typo in README
2014-10-21 sinREADME contributed by z3bra
2014-10-21 sinAdd '!' command to spawn a shell in cwd
2014-10-21 sinAdd flac to default associations
2014-10-21 sinShow hidden files if run as root
2014-10-21 sinInclude util.h and remove ifdef for Linux
2014-10-21 sinRemove unused global variable
2014-10-21 sinMove some more config params to config.def.h
2014-10-21 sinDefault to cwd if not argument is provided
2014-10-21 sinAnd CPPFLAGS
2014-10-21 sinUse CFLAGS too
2014-10-21 sinForce rebuild of noice.o if queue.h is modified
2014-10-21 sinAdd config.def.h
2014-10-21 sinAdd strlcpy()
2014-10-13 lostdProperly wait for processes to terminate
2014-10-10 lostdThose features are there
2014-10-10 lostdRemember cursor position when going back
2014-10-10 lostdFaster movement key bindings
2014-10-10 lostdLet filter errors show up in status line
2014-10-10 lostdAnother leak in the wall
2014-10-10 lostdConsistent comments capitalization
2014-10-10 lostdChange default associations
2014-10-10 lostdThe dirp should be initialized here
2014-10-10 lostdAnother part that needs special handling for root
2014-10-10 lostdHandle the root path case correctly
2014-10-10 sinOnly closedir when dirp is valid
2014-10-10 lostdCursor stack item
2014-10-10 lostdAlso release filter memory
2014-10-10 lostdDefine return codes for nextsel() and use a switch
2014-10-10 lostdReset to initial filter on directory change
2014-10-09 lostdSearch filter support with a very basic readline
2014-10-09 sinAdd emacs-like keybinds for next/prev entry selection
2014-10-09 lostdAdd license and todo files
2014-10-09 sinAdd support a default association
2014-10-09 lostdPrinting and line wrapping in a function, show dirs...
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