Age | Commit message (Expand) | Author |
2017-06-10 | print '?' instead of incorrect link count (that the protocol doesn't | Damien Miller |
2017-06-10 | implement sorting for globbed ls; bz#2649 ok dtucker@ | Damien Miller |
2017-06-10 | style message about missing blank before trailing delimiter; | Ingo Schwarze |
2017-06-10 | do not break the line between Bsx/Bx/Fx/Nx/Ox/Dx and its arguments | Ingo Schwarze |
2017-06-09 | Extend filters (f key) to buffer and client mode and add -f flag to | Nicholas Marriott |
2017-06-09 | Add -O option to choose-* to set initial sort order. | Nicholas Marriott |
2017-06-09 | Default sort for buffer mode should be time not name. | Nicholas Marriott |
2017-06-09 | Use brackets around prompts which looks better and matches the other modes. | Nicholas Marriott |
2017-06-09 | Add a hook when the clipboard is set. | Nicholas Marriott |
2017-06-09 | return failure rather than fatal() for more cases during mux | Damien Miller |
2017-06-09 | in description of public key authentication, mention that the server | Damien Miller |
2017-06-09 | better translate libcrypto errors by looking deeper in the accursed | Damien Miller |
2017-06-09 | Add comments referring to the relevant RFC sections for rekeying | Darren Tucker |
2017-06-08 | Properly reinitialize roffce_node between parses, | Ingo Schwarze |
2017-06-08 | Implement w layout specifier (minimum column width). | Ingo Schwarze |
2017-06-08 | ASLR, W^X, and guard pages trigger processor traps that result in | Alexander Bluhm |
2017-06-08 | make the internal a2roffsu() interface more powerful by returning | Ingo Schwarze |
2017-06-08 | Add size to client descriptions in list, suggested by Greg Hurrell. | Nicholas Marriott |
2017-06-08 | Portable mandoc just got a warning about unknown .Lb names | Ingo Schwarze |
2017-06-07 | In cron(8), require that crontab and at files in the spool be owned | Todd C. Miller |
2017-06-07 | style checks related to .Er; inspired by mdoclint(1) | Ingo Schwarze |
2017-06-07 | Also catch "new sentence, new line" if there are three blanks | Ingo Schwarze |
2017-06-07 | Add an acct(5) flag for pledge violations. Then lastcomm(1) shows | Alexander Bluhm |
2017-06-07 | Make "new sentence, new line" detection stricter: | Ingo Schwarze |
2017-06-07 | Prepare the terminal driver for filling multiple columns in parallel, | Ingo Schwarze |
2017-06-07 | Prepare the terminal driver for filling multiple columns in parallel, | Ingo Schwarze |
2017-06-07 | Return 1 if name matches not 0, also fix some spaces. | Nicholas Marriott |
2017-06-07 | Add simple searching (C-s and n) to the various choose modes: by name | Nicholas Marriott |
2017-06-07 | htpasswd: use crypt_newhash instead of the bcrypt API | Adam Wolk |
2017-06-07 | The \h escape sequence provides another method for moving backwards, | Ingo Schwarze |
2017-06-07 | Implement the roff(7) .rn (rename macro or string) request. | Ingo Schwarze |
2017-06-06 | Continue and pass keys through if they are repeated keys, so that the | Nicholas Marriott |
2017-06-06 | Do not pass a state into commands when fired on individual items in tree | Nicholas Marriott |
2017-06-06 | Minimal implementation of the roff(7) .ce request (center a number | Ingo Schwarze |
2017-06-06 | Delete input event when evbuffer_read() fails to avoid just spinning | Nicholas Marriott |
2017-06-06 | Fix compression output stats broken in rev 1.201. Patch originally by | Darren Tucker |
2017-06-05 | explicitly pass -w since clang -M doesn't imply it. | Marc Espie |
2017-06-04 | Implement the roff(7) .mc (right margin character) request. | Ingo Schwarze |
2017-06-04 | Make term_flushln() simpler and more robust: | Ingo Schwarze |
2017-06-04 | Do not leak command, from David CARLIER. | Nicholas Marriott |
2017-06-04 | Add a timeout to prevent the sequences which wait for a specific | Nicholas Marriott |
2017-06-04 | Remove unused variable. | Nicholas Marriott |
2017-06-04 | Be more strict about escape sequences that rename windows or set titles: | Nicholas Marriott |
2017-06-04 | Support SIGUSR2 to stop and start logging for an existing server. Also | Nicholas Marriott |
2017-06-04 | Typo/style; plus man page escaping from jmc. | Nicholas Marriott |
2017-06-04 | Pure preprocessor implementation of the roff(7) .ec and .eo requests | Ingo Schwarze |
2017-06-03 | Make set-clipboard a three-state option so tmux itself can ignore the | Nicholas Marriott |
2017-06-03 | ignore blank lines in man(7) next line scope; | Ingo Schwarze |
2017-06-03 | enable -Wstyle by default in -Tlint; OK jmc@ | Ingo Schwarze |
2017-06-03 | Foreground colours with the bright attribute set need to use the bright | Nicholas Marriott |