Age | Commit message (Expand) | Author |
2018-11-25 | Let cells containing nothing but \^ extend the cell above. | Ingo Schwarze |
2018-11-25 | In tbl(7) -T html output, | Ingo Schwarze |
2018-11-24 | Implement horizontal and vertical alignment of tbl(7) cell content | Ingo Schwarze |
2018-11-23 | When a font escape appears in the middle of a string, | Ingo Schwarze |
2018-11-23 | tweak previous; | Jason McIntyre |
2018-11-23 | add a ssh_config "Match final" predicate | Damien Miller |
2018-11-22 | Correct and shorten the description of the sort order of apropos(1) | Ingo Schwarze |
2018-11-22 | In apropos(1) output, stop sorting .Nm search results by name | Ingo Schwarze |
2018-11-22 | In -T locale (the default), -T ascii, and -T utf8 mode, provide a new | Ingo Schwarze |
2018-11-22 | Do not use PWD unless it actually matches the real working directory. | Nicholas Marriott |
2018-11-21 | add st. andrew's day and put the entry for st. patrick's day in a format | Jason McIntyre |
2018-11-20 | Fix when ber_free_elements is called with a NULL-value. | Martijn van Duren |
2018-11-19 | Improve POSIX compliance by making case-insensitive extended | Ingo Schwarze |
2018-11-19 | evbuffer_new and bufferevent_new can both fail (when malloc fails) and | Nicholas Marriott |
2018-11-19 | Utilize sigio with sockets. | Visa Hankala |
2018-11-19 | silence (to log level debug2) failure messages when loading the default | Damien Miller |
2018-11-18 | Fix inverted logic for redirecting ProxyCommand stderr to /dev/null. | Darren Tucker |
2018-11-18 | small clean up of dired section | Mark Lumsden |
2018-11-17 | Add new KERN_CPUSTATS sysctl(2) so we can identify offline CPUs. | cheloha |
2018-11-17 | Be more careful when dumping cmsghdr struct. In the SCM_RIGHTS case an | Claudio Jeker |
2018-11-17 | fix undo in transpose-paragraph. | Mark Lumsden |
2018-11-16 | redirect stderr of ProxyCommands to /dev/null when ssh is started with | Damien Miller |
2018-11-16 | make grandparent-parent-child sshbuf chains robust to use-after-free | Damien Miller |
2018-11-16 | use path_absolute() for pathname checks; from Manoj Ampalam | Damien Miller |
2018-11-16 | disallow empty incoming filename or ones that refer to the current | Damien Miller |
2018-11-16 | fix bug in client that was keeping a redundant ssh-agent socket around | Damien Miller |
2018-11-16 | fix bug in HostbasedAcceptedKeyTypes and PubkeyAcceptedKeyTypes options. | Damien Miller |
2018-11-16 | support a prefix of '@' to suppress echo of sftp batch commands; | Damien Miller |
2018-11-15 | Add [template] to display-panes and choose-{buffer,client,tree} usage | kn |
2018-11-14 | Remove slurpit definition. Leftover from earlier cleanup by otto@. | Martijn van Duren |
2018-11-14 | Make sed's -i flag more compatible with what gsed does. | Martijn van Duren |
2018-11-14 | didn't found -> didn't find. | Theo Buehler |
2018-11-13 | commit again the cleanup part that didn't break anything | Marc Espie |
2018-11-13 | Initialize context property in alignment test handler function. | Nicholas Marriott |
2018-11-13 | fix markup error (missing blank before delimiter); | Ingo Schwarze |
2018-11-12 | Allow style #[] in mode formats. | Nicholas Marriott |
2018-11-11 | Add sm3 to the 'openssl dgst' command. | Theo Buehler |
2018-11-11 | Add automatic threading initialization for libcrypto. | Brent Cook |
2018-11-09 | In verbose mode netcat reports to stderr when the listen system | Alexander Bluhm |
2018-11-09 | typo in error message; caught by Debian lintian, via Colin Watson | Damien Miller |
2018-11-09 | correct local variable name; from yawang AT microsoft.com | Damien Miller |
2018-11-08 | It isn't possible to specify buffer name to copy mode commands now, so | Nicholas Marriott |
2018-11-08 | Peldge and unveil can have struct data size 0. While there, fix "fds" | Otto Moerbeek |
2018-11-08 | unveil(2) obvious _PATH_LOGIN_CONF with read permission to use login_get*(3) | Ricardo Mestre |
2018-11-07 | Fix clipping during float to integer conversions. | Alexandre Ratchov |
2018-11-07 | RFC2849 requires us to have 2 colons after the value-spec. | Martijn van Duren |
2018-11-07 | If a non-repeating key is used when repeating, it should be treated as | Nicholas Marriott |
2018-11-07 | There is no reason wait-for has to be restricted to outside tmux. | Nicholas Marriott |
2018-11-06 | Use TLS_CA_CERT_FILE instead of a separate define. | Joel Sing |
2018-11-06 | Correctly unzoom and redraw panes in switch-client. | Nicholas Marriott |