aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-10-08Fix memory leaksGravatar lostd
2014-10-08Avoid sprintf(3) and use snprintf(3) insteadGravatar lostd
2014-10-08Change string copies to use strlcpy(3)Gravatar lostd
2014-10-08No need for strncmp(3), use strcmp(3) insteadGravatar lostd
2014-10-08Shell scripts may be usefulGravatar lostd
2014-10-08Use dprintf(3) for debuggingGravatar lostd
2014-10-08Support symbolic links and fix message reportingGravatar lostd
2014-10-07Comment on the multiple slashes handling logicGravatar lostd
2014-10-07Be consistent on exiting curses modeGravatar lostd
2014-10-07Reorder configuration stuffGravatar lostd
2014-10-07Get layout comment in syncGravatar lostd
2014-10-07Rework messages and errno warningsGravatar lostd
2014-10-07Simplify associations and handle README filesGravatar lostd
2014-10-07Fix the empty dir bugGravatar lostd
2014-10-07Take care of line wrapping and odd number of linesGravatar lostd
2014-10-07Exit curses mode while programs runGravatar lostd
2014-10-07Include lines calculation in redrawGravatar lostd
2014-10-07Scrolling listing and dirname handlingGravatar lostd
2014-10-07Add the noice file browserGravatar lostd