]> Sergey Matveev's repositories - nnn.git/shortlog
nnn.git
2015-11-20 sinNo need for strlen()
2015-11-20 sinBump to 0.3
2015-11-20 sinThe 2f30 lists were taken down so update README
2015-11-20 sinAdd license pointer
2015-11-20 sinRestore screensaver mode
2015-11-20 sinSync strlcpy/strlcat from OpenBSD
2015-11-20 sinUse wgetnstr() instead of getnstr() because IRIX lacks...
2015-11-20 sinProperly handle empty filters
2015-11-20 sinMake room for null-terminator
2015-11-20 sinSimplify readln()
2015-11-14 sinRevert "Run screensaver after a period of idleness"
2015-11-03 sinIgnore SIGINT to allow returning back to noice when...
2015-11-02 lostdRun screensaver after a period of idleness
2015-08-19 sinAdd .mov to config.h
2015-07-12 lostdRecall current item on refresh or sorting mode change
2015-07-12 lostdAdd keys to move to the first and last entry
2015-07-02 lostdWe don't want to exit the typing mode because of an...
2015-07-02 sinUse proper tags for AUTHORS section in manpage
2015-07-02 lostdTest the case of unreadable parent
2015-07-02 lostdEscape unreadable dirs we are already into
2015-07-02 lostdTest for when permissions change while browsing
2015-07-01 lostdMore test cases about permissions
2015-07-01 lostdRefactor parts of browse() into populate() and redraw()
2015-06-13 lostdWe no longer use lists
2015-06-09 lostdSort includes
2015-06-04 lostdMake config independent to avoid accidental overwrites
2015-05-05 sinMake setfilter() regexes case-insensitive
2015-05-05 Alexander HuemerBe case insensitive for file extensions
2015-03-12 sinBump to 0.2
2015-03-12 lostdKey bindings to run user-defined commands
2015-03-12 lostdConfirm we are in a terminal
2015-03-11 sinUpdate contact information in README
2015-03-11 sinAdd C-l to force a redraw
2015-02-17 lostdFix an unsigned conversion error
2015-02-05 lostdClarify state toggling
2015-02-04 sinMove mtimeorder to config.def.h
2015-02-01 lostdMeaningful comments
2015-01-31 sinMinor manpage fix
2015-01-31 sinAdd 't' command to sort output by entry's mtime
2015-01-28 lostdMore concise comment on nextsel()
2015-01-28 lostdChange scope to always check the correct return value
2015-01-28 lostdRework readmore(), replace goto with a switch
2015-01-27 lostdKeep last valid state on regex errors
2015-01-27 lostdRemove unused include
2015-01-27 lostdAlso treat ^H as backspace
2015-01-27 lostdCorrect IRIX build notes
2015-01-27 lostdUpdate dates
2015-01-27 sinUpdate author section in manpage
2015-01-27 sinUpdate LICENSE
2015-01-27 lostdDocument changes regarding filters
2015-01-27 lostdBasic filter-as-you-type mode
2015-01-27 lostdComment and cleanup
2015-01-27 lostdEmpty filter resets filter to the default
2015-01-27 lostdFix segfault when a non-matching filter is applied...
2015-01-26 lostdSpawn a program that segfaults for testing
2015-01-12 sinUpdate assocs section in manpage
2015-01-11 lostdMatch the whole path to enable associations based on...
2014-12-20 sinSimplify condition
2014-12-20 sinSimplify visible()
2014-12-20 sinRemove unnecessary curly brackets
2014-12-18 lostdRemove unnecessary label
2014-12-18 Hiltjo Posthumano need to check for NULL before free
2014-12-18 Hiltjo Posthumastyle: dont declare vars inline
2014-12-18 Hiltjo Posthumaremove unused variables
2014-12-18 Hiltjo Posthumaregexec: check on success return code
2014-12-02 sinJust say Linux
2014-11-26 lostdFix whitespace
2014-11-26 lostdRemember current entry accross filter changes
2014-11-26 lostdDon't care about cur, it defaults to 0
2014-11-26 sinWorks on DragonFly BSD as well
2014-11-25 lostdSimplify default regexes
2014-11-14 lostdFirst release
2014-11-14 lostdMore notes on building
2014-11-14 lostdNo need for +=, also favors portability
2014-11-14 lostdAlso on FreeBSD
2014-11-14 sinWorks on Haiku too so update README
2014-11-14 lostdBuild with -lcurses by default to be more generic
2014-11-14 lostdTest unicode on filename and content
2014-11-14 lostdBuilding and compatibility notes
2014-11-14 lostdRenew date
2014-11-14 lostdRemove history section because it resembles historical...
2014-11-14 lostdStyle changes and rephrasing
2014-11-14 lostdDocument the relative path feature
2014-11-14 lostdUse a var for dist files and remove queue.h
2014-11-14 sinAdd a simple dprintf() implementation for systems that...
2014-11-14 sinJust use xstrdup() in makepath()
2014-11-14 sinAdd dist target
2014-11-14 sinReplace asprintf() with strlcpy() and strlcat()
2014-11-13 lostdSame functionality using lstat(2) instead of fstatat(2)
2014-11-06 sinUpdate error to reflect actual syscall
2014-11-06 lostdExpose key bindings in the configuration header
2014-11-06 lostdNow nextsel() just maps keys to actions
2014-10-31 lostdStyle fix in a comment
2014-10-31 lostdEmulate ls -F completely including sockets and FIFOs
2014-10-27 sinEnsure manprefix exists
2014-10-23 lostdRevert "No need to manually strip trailing slashes"
2014-10-23 lostdDocument the old path history thing
2014-10-23 lostdThe queue header is not needed for now
2014-10-23 lostdWe don't use realpath(3) anymore
2014-10-23 lostdGet rid of the LIFO history, an oldpath is enough
next