| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-06-03 | Update HowTo on file copy, move, delete | ||
| Add Debian and Fedora package installation option. | |||
| 2017-05-29 | fix compile warning on gcc7 (#32) | ||
| 2017-05-23 | Use gnome-search-tool as default search utility | ||
| Reasons: gnome-search-tool is much more powerful than other tools in its category. It supports numerous search parameters like size, modification date and supports text search. | |||
| 2017-05-22 | Update features | ||
| 2017-05-22 | fix for glibc sys/types.h deprecation warnings (#31) | ||
| 2017-05-22 | Remove redundant variable | ||
| 2017-05-20 | Bring back plain builds (#30) | ||
| * Bring back plain builds * Bring back plain builds * Bring back plain builds * Bring back plain builds | |||
| 2017-05-20 | Remove redundant variables, function calls | ||
| 2017-05-17 | Reduce number of entry movements | ||
| 2017-05-17 | Remove contraint on num_args | ||
| 2017-05-16 | Home-grown xstrlcpy() | ||
| 2017-05-16 | Add check to defer name to number conversion | ||
| 2017-05-15 | Update help | ||
| 2017-05-15 | Update features | ||
| 2017-05-15 | Fix #27: use catfish as default search utility | ||
| 2017-05-15 | Get rid of unsafe system(3) calls | ||
| 2017-05-15 | Fix regression from 08d87405d09d5667f6a3e90703f289bb5c30521c | ||
| 2017-05-15 | Use execlp(3) instead of popen(3) | ||
| 2017-05-15 | Use a global buffer for isolated functions | ||
| 2017-05-15 | Touchbase buffer manipulation | ||
| 2017-05-15 | Replace system(3) with spawn() | ||
| 2017-05-14 | Fix #26: Provide an option to use a custom nlay file. | ||
| 2017-05-14 | Fix #29 | ||
| Limit all xstrlcpy() calls by dest length. Escape filenames in system(3) calls. | |||
| 2017-05-14 | Update performance matrix (more files) | ||
| 2017-05-13 | Make Makefile generic | ||
| 2017-05-13 | pkg-config for ncurses (#25) | ||
| 2017-05-13 | Fix #23 | ||
| 2017-05-12 | Update performance figures | ||
| 2017-05-11 | Prepare for release v1.1 | ||
| 2017-05-07 | Add Say Thanks!, change PayPal badge | ||
| 2017-05-04 | Only one check suffices (if *buf, it's > 0) | ||
| 2017-05-03 | Retain control chars when invoking external utils | ||
| 2017-05-03 | Fix #21 | ||
| We are converting multi-byte to wide char and vice versa to replace the escape chars with ?. Otherwise we run the risk of breaking a Unicode code point. | |||
| 2017-05-02 | Consider only dirs and files in nftw(3) | ||
| 2017-05-01 | Update screencast | ||
| 2017-04-29 | Update scripts | ||
| 2017-04-29 | Remove sizeof() is absolute cases | ||
| 2017-04-29 | Support search as you type | ||
| 2017-04-28 | Only do releases when a tag is pushed | ||
| 2017-04-28 | Update seure key | ||
| 2017-04-28 | Clear history when entering directory | ||
| 2017-04-28 | Add automatic RPM builds via travis (#18) | ||
| * Add automatic RPM builds via travis * readline.h must be imported after stdio.h to pick up def of FILE | |||
| 2017-04-27 | Use curses.h from libncursesw on Linux | ||
| 2017-04-26 | Update README | ||
| 2017-04-26 | Add instructions to install dependencies | ||
| 2017-04-26 | Exit if parent has exited (#16) | ||
| 2017-04-25 | Honour EDITOR and PAGER everywhere | ||
| 2017-04-25 | Add Mentions | ||
| 2017-04-25 | Polish change directory logic | ||
| 1. Strip end spaces and slashes 2. Do NOT change dir if in the same dir 3. Don't go back beyond startup dir with '-' 4. Reset oldpath on cd (other than cd . and ..) 5. Reset filter 6. Update features in README | |||
| 2017-04-24 | Support cd ..... | ||