]> Sergey Matveev's repositories - nnn.git/shortlog
nnn.git
2014-10-22 lostdOnly free history path if it is valid
2014-10-22 lostdStrip trailing whitespace
2014-10-22 lostdKeep history based on paths instead of positions
2014-10-22 sinrealloc() behaves like free() if size is 0
2014-10-22 sinManpage reword
2014-10-22 sinSome systems define this already.
2014-10-22 sinStyle fix
2014-10-22 sinCall dentfree() when we quit
2014-10-22 sinRename testopendir() to canopendir()
2014-10-22 sinTest if we can back out/enter directories
2014-10-22 sinAdd pushhist(), pophist() and forgethist()
2014-10-22 sinSave one level of indentation
2014-10-22 sinVertical spacing fixes
2014-10-22 sinSave one level of indentation
2014-10-22 sinUse fstatat() wherever possible
2014-10-22 sinInitialize `n' and `dents'
2014-10-22 sinCheck getch() against ERR
2014-10-22 sinRemember to set dents to NULL
2014-10-22 sinInclude sys/wait.h for waitpid()
2014-10-22 sinRemove unused vars
2014-10-22 lostdJust let the commands show up
2014-10-22 sinAdd dentfill() and dentfree()
2014-10-22 lostdFunctions for setting and clearing the prompt
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
next