]> Sergey Matveev's repositories - nnn.git/shortlog
nnn.git
2016-08-21 Arun Prakash... Update README.md
2016-08-21 Arun Prakash... Document NOICE_FALLBAK_OPENER.
2016-08-21 Arun Prakash... Support NOICE_FALLBAK_OPENER.
2016-08-21 Arun Prakash... Update README.md
2016-08-21 Arun Prakash... Doc update on NOICE_OPENER.
2016-08-21 Arun Prakash... Support NOICE_OPENER env variable.
2016-08-21 Arun Prakash... Update README.md
2016-08-21 Arun Prakash... Update man page.
2016-08-21 Arun Prakash... Update README.
2016-08-21 Arun Prakash... Remove libmagic, use file command.
2016-08-20 Arun Prakash... Update README
2016-08-20 Arun Prakash... Remove config.h on clean.
2016-08-20 Arun Prakash... Fix compilation issues with -O3 optimization.
2016-08-20 Arun Prakash... Modify file type handling.
2016-08-20 Arun Prakash... Merge remote-tracking branch 'upstream/master'
2016-08-20 Arun Prakash... Initial commit
2016-03-11 sinBump to 0.5
2016-03-10 sinFix initscr() crash on NetBSD
2016-02-25 sinAdd command to cd back to HOME
2016-02-25 sinAdd command to toggle hide .dot files
2016-02-19 sinStyle fix
2016-02-19 sinFix grammar in manpage
2016-02-19 sinFix strlcpy() size argument
2016-02-19 sinUpdate README - OSX works too
2016-02-10 sinMove mkpath() higher up so we don't need to declare it
2016-02-10 sinMove path[], oldpath[] and fltr[] inside browse()
2016-02-10 sinMinor style fix
2016-02-10 sinRename global `n` to `ndents`
2016-02-10 sinUse dents name directly like we do in other places
2016-02-08 sinMinor README update
2016-02-08 sinMinor style fix
2016-02-08 sinNuke some newlines
2016-02-08 sinRemove some const bullshit
2016-02-08 sinRemove some more useless memory allocations
2016-02-08 sinRemove filter as you type mode
2016-02-08 sinNo need for cast in qsort callback
2016-01-26 sinBump to 0.4
2016-01-13 sinYear bump
2016-01-07 sinnoice: No need to perform so many memory allocations
2016-01-06 sinFix memory leak
2016-01-06 sinAvoid another allocation
2016-01-06 sinAvoid unneeded memory allocation in xdirname()
2016-01-06 sinsizeof(char) is always 1, no need to be explicit
2016-01-06 sinPrint the resolved path for cwd
2015-11-26 sinFix comment
2015-11-26 sinAdd usage
2015-11-26 sinDon't use printerr() before curses has been initialized
2015-11-26 sinDon't name vars in prototypes
2015-11-26 sinRename makepath() to mkpath()
2015-11-26 sinOnly use the environment variable when it is not empty
2015-11-26 sinBe consistent in manpage
2015-11-26 sinMinor fixes for manpage
2015-11-26 sinFix instructions for Solaris 9
2015-11-26 sinMinor grammar fix in README
2015-11-26 sinDeclare var at top of block
2015-11-26 Martin KühlSupport commands specified by environment variables
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
next