| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-07-26 | Update readme | ||
| 2017-07-26 | Prepare for release v1.3 | ||
| 2017-07-25 | Fix #34: use ~75% of max open file descs | ||
| 2017-07-12 | Update fedora version to 26 (#33) | ||
| 2017-07-09 | Remove tab | ||
| 2017-07-08 | Reset current on empty filter prompt | ||
| 2017-07-06 | Option -n is redundant | ||
| 2017-07-05 | Code refactoring | ||
| 2017-07-05 | Use xmemrchr() instead of strrchr() | ||
| 2017-07-05 | Change single-line 0-arg APIs to macros | ||
| 2017-07-05 | Retire config.def.h, unify Makefiles | ||
| 2017-07-05 | Update memory usage (latest release) | ||
| 2017-07-04 | More concise help screen. | ||
| 2017-07-03 | More optimization | ||
| 2017-07-03 | Use the global buffer | ||
| 2017-07-03 | Re-format help | ||
| 2017-07-03 | Custom color support for directories | ||
| 2017-07-03 | Repeat search: reset current selection | ||
| 2017-07-03 | Calculate word size inline | ||
| 2017-07-03 | Unify cd HOME and BEGIN | ||
| 2017-07-02 | Add option -e to use exiftool | ||
| 2017-07-02 | Use non-blocking pipes | ||
| 2017-07-02 | Show correct information for symbolic links | ||
| 2017-07-02 | checkpatch fixes | ||
| 2017-07-01 | Home-grown APIs, reduced binary size (<40KB) | ||
| 2017-07-01 | Replace open and close dir with access() | ||
| 2017-06-30 | Use bold blue for dirs, reset color | ||
| 2017-06-30 | Show directories in color (default: enabled) | ||
| 2017-06-30 | Simplify argument handling | ||
| 2017-06-29 | Add Debian badge | ||
| 2017-06-29 | Prepare for release v1.2 | ||
| 2017-06-28 | Pre-calculate spawned shell level | ||
| 2017-06-25 | Show 1 while spawning a subshell | ||
| 2017-06-25 | Support F2 to refresh | ||
| 2017-06-23 | Use refresh() to reflect print | ||
| 2017-06-22 | Show a message when busy | ||
| 2017-06-22 | Use fstatat() istead of lstat() | ||
| 2017-06-22 | Show total files in du mode | ||
| 2017-06-22 | Use correct data type and names for block count | ||
| 2017-06-22 | Add if blocks used (helps in large dirs) | ||
| 2017-06-21 | Show content size of cur dir in du mode | ||
| 2017-06-21 | Minor changes | ||
| 2017-06-20 | Use macros for flags to spawn() | ||
| 2017-06-20 | Use bitfields for settings | ||
| 2017-06-20 | Re-structure header | ||
| 2017-06-20 | An undocumented debug mode | ||
| 1. The debug file is located at /tmp/nnn_debug. 2. Debug mode is completely disabled by default. The debug binary `nnndbg` can be built by running `make debug`. | |||
| 2017-06-17 | Use preincr and predecr | ||
| 2017-06-15 | Push curses exit() and init() to functions | ||
| 2017-06-15 | Fix reasonable checkpatch reports | ||
| 2017-06-11 | Fix build failure | ||