]>
Sergey Matveev's repositories - nnn.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
lostd [Thu, 9 Oct 2014 14:43:31 +0000 (17:43 +0300)]
Add license and todo files
sin [Thu, 9 Oct 2014 14:23:16 +0000 (15:23 +0100)]
Add support a default association
lostd [Thu, 9 Oct 2014 14:07:21 +0000 (17:07 +0300)]
Printing and line wrapping in a function, show dirs and links
lostd [Thu, 9 Oct 2014 13:23:12 +0000 (16:23 +0300)]
Use our own entry struct instead of dirent
sin [Thu, 9 Oct 2014 09:33:49 +0000 (10:33 +0100)]
Add regex support
lostd [Wed, 8 Oct 2014 19:55:44 +0000 (22:55 +0300)]
Comment on dirents deep copy
lostd [Wed, 8 Oct 2014 15:39:07 +0000 (18:39 +0300)]
Strip redundant spaces
lostd [Wed, 8 Oct 2014 15:37:55 +0000 (18:37 +0300)]
Move debug print after return value check
lostd [Wed, 8 Oct 2014 15:30:39 +0000 (18:30 +0300)]
Use open(2)/fstat(2) and don't bother with links at all
lostd [Wed, 8 Oct 2014 14:59:35 +0000 (17:59 +0300)]
Use asprintf(3) and avoid manual allocation
lostd [Wed, 8 Oct 2014 12:50:39 +0000 (15:50 +0300)]
Keep local copies of dir entries, just keeping pointers was a bug
lostd [Wed, 8 Oct 2014 12:27:46 +0000 (15:27 +0300)]
Fix memory leaks
lostd [Wed, 8 Oct 2014 12:14:11 +0000 (15:14 +0300)]
Avoid sprintf(3) and use snprintf(3) instead
lostd [Wed, 8 Oct 2014 12:08:29 +0000 (15:08 +0300)]
Change string copies to use strlcpy(3)
lostd [Wed, 8 Oct 2014 11:57:22 +0000 (14:57 +0300)]
No need for strncmp(3), use strcmp(3) instead
lostd [Wed, 8 Oct 2014 08:43:11 +0000 (11:43 +0300)]
Shell scripts may be useful
lostd [Wed, 8 Oct 2014 08:36:17 +0000 (11:36 +0300)]
Use dprintf(3) for debugging
lostd [Wed, 8 Oct 2014 07:52:44 +0000 (10:52 +0300)]
Support symbolic links and fix message reporting
lostd [Tue, 7 Oct 2014 18:02:58 +0000 (21:02 +0300)]
Comment on the multiple slashes handling logic
lostd [Tue, 7 Oct 2014 17:59:41 +0000 (20:59 +0300)]
Be consistent on exiting curses mode
lostd [Tue, 7 Oct 2014 15:36:29 +0000 (15:36 +0000)]
Reorder configuration stuff
lostd [Tue, 7 Oct 2014 14:55:14 +0000 (14:55 +0000)]
Get layout comment in sync
lostd [Tue, 7 Oct 2014 14:47:35 +0000 (14:47 +0000)]
Rework messages and errno warnings
lostd [Tue, 7 Oct 2014 14:32:03 +0000 (14:32 +0000)]
Simplify associations and handle README files
lostd [Tue, 7 Oct 2014 14:07:56 +0000 (14:07 +0000)]
Fix the empty dir bug
lostd [Tue, 7 Oct 2014 14:00:25 +0000 (14:00 +0000)]
Take care of line wrapping and odd number of lines
lostd [Tue, 7 Oct 2014 11:37:23 +0000 (11:37 +0000)]
Exit curses mode while programs run
lostd [Tue, 7 Oct 2014 11:23:44 +0000 (11:23 +0000)]
Include lines calculation in redraw
lostd [Tue, 7 Oct 2014 06:49:46 +0000 (06:49 +0000)]
Scrolling listing and dirname handling
lostd [Tue, 7 Oct 2014 06:05:30 +0000 (06:05 +0000)]
Add the noice file browser