Age | Commit message (Expand) | Author |
---|---|---|
2020-02-09 | Fix prefix calcualtion | |
2020-02-09 | When a file is edited, vim adds a \n at the end | |
2020-02-09 | Simplify and fix common prefix calculation | |
2020-02-08 | Fix build break | |
2020-02-08 | Use xrealpath() to show unresolved symlinks | |
2020-02-08 | Ignore . and .. in file list | |
2020-02-08 | 1. dirname() loses path, 2. use realpath() | |
2020-02-08 | Show target file size in list mode | |
2020-02-08 | Fix empty dir on list files | |
2020-02-07 | Clear filter on a manual dir relaod | |
2020-02-04 | Minor refactor | |
2020-02-02 | Late allocate memory for path pointers | |
2020-02-02 | xrealloc() may move memory | |
2020-02-02 | Fix build break | |
2020-02-02 | Refactor file list processing | |
2020-02-01 | Fix #446 | |
2020-02-01 | Reduce the number of redundant checks | |
2020-02-01 | List of files as input (#443) | |
2020-02-01 | Do not swallow keypress after printwait (#461) | |
2020-02-01 | Use _exit() to terminate children | |
2020-02-01 | Ignore link assuming stdscr is NULL | |
2020-02-01 | Fix #459 | |
2020-01-31 | Auto-proceed on open (key + to toggle) | |
2020-01-30 | Run GUI app as plugin | |
2020-01-29 | Fallbacks for absent NAME_MAX and PATH_MAX (#455) | |
2020-01-29 | Use enough buffer length for file names | |
2020-01-27 | Fix typo | |
2020-01-27 | Exit prompt on ^D at empty prompt | |
2020-01-27 | Added more readline bindings (#452) | |
2020-01-24 | PCRE 2 - fix check for filter match | |
2020-01-24 | PCRE 2 - fix compilation error | |
2020-01-24 | PCRE - add error handling | |
2020-01-24 | Detach process with F_NOWAIT (#450) | |
2020-01-24 | Experimental PCRE library support | |
2020-01-23 | Do not show file name in status bar | |
2020-01-23 | Lazy unmount, umount (macOS) support | |
2020-01-22 | Check if path exists before trying to create | |
2020-01-22 | Use indicative dir names when creating | |
2020-01-21 | Remove redundant variables/assignments | |
2020-01-21 | Remove redundant check | |
2020-01-20 | Initialize mask | |
2020-01-20 | Code refactor | |
2020-01-19 | Refactor | |
2020-01-19 | Copy current name in API | |
2020-01-18 | Refactor | |
2020-01-18 | checkpatch.pl fixes | |
2020-01-18 | Shorten env vars | |
2020-01-18 | Use macro | |
2020-01-18 | Get rid of modulo operation | |
2020-01-18 | Key F5 toggle hidden |