Age | Commit message (Expand) | Author |
2022-07-14 | Suppress output of the deprecated -tls1 option in usage() and help | Theo Buehler |
2022-07-14 | Switch to using TLS_client_method() | Theo Buehler |
2022-07-14 | Document openssl ciphers -s | Theo Buehler |
2022-07-14 | Add -s option to openssl ciphers | Theo Buehler |
2022-07-12 | grep: simplify printline, no functional changes | Omar Polo |
2022-07-11 | remove the "tbl" suffix for a few man pages | Daniel Dickman |
2022-07-10 | s/0/instance/ in usage to match manual synopsis | Klemens Nanni |
2022-07-07 | Handle strange format strings better. | Claudio Jeker |
2022-07-06 | For accessibility, label the last two widgets in the search form. | Ingo Schwarze |
2022-07-06 | https://www.w3.org/WAI/ARIA/apg/practices/names-and-descriptions/ says: | Ingo Schwarze |
2022-07-06 | improve the description of header.html and footer.html | Ingo Schwarze |
2022-07-06 | assign the ARIA role "doc-subtitle" to the .Nd element; | Ingo Schwarze |
2022-07-06 | While the HTML standard allows multiple <h1> elements in the same | Ingo Schwarze |
2022-07-06 | Show config errors on attach if they were not shown when the session | Nicholas Marriott |
2022-07-06 | Remove debugging code. | Nicholas Marriott |
2022-07-06 | Defer reading from control client until the command line command has | Nicholas Marriott |
2022-07-06 | More ts(1) cleanup. Change main loop so that in interval mode only one | Claudio Jeker |
2022-07-06 | Mention whether time is creation/activity for sort orders. | Nicholas Marriott |
2022-07-06 | Support hyperlinks with capture-pane -e and add a mouse_hyperlink | Nicholas Marriott |
2022-07-05 | Finally get rid of the archaic <table> markup for header and footer lines | Ingo Schwarze |
2022-07-05 | Somehow, the content of header.html ended up | Ingo Schwarze |
2022-07-04 | ts(1): the first argument to clock_gettime(2) is a clockid_t, not an int | Scott Soule Cheloha |
2022-07-04 | Improve accessibility of man.cgi(8) in various respects, | Ingo Schwarze |
2022-07-04 | Repair "make man.cgi" which got accidentally broken in the previous | Ingo Schwarze |
2022-07-04 | Put the HTML comment containing the Copyright header (if any) | Ingo Schwarze |
2022-07-04 | somehow, when I created this file, I copied the licence of the other files | Marc Espie |
2022-07-04 | Sort panes by index not by ID, GitHub issue 3249. | Nicholas Marriott |
2022-07-04 | Mouse clicks could change current item, so work it out again. GitHub | Nicholas Marriott |
2022-07-03 | Revert previous changeset: While using .Nm without an argument | Job Snijders |
2022-07-03 | use sys/types.h to get at __dead. | Florian Obser |
2022-07-03 | thou shalt not include sys/cdefs.h because it is not standardized, the | Theo de Raadt |
2022-07-03 | Instead of the custom <div class="manual-text">, use the standard | Ingo Schwarze |
2022-07-03 | Nm is already defined | Job Snijders |
2022-07-03 | Implement SVCB and HTTPS record types. | Florian Obser |
2022-07-02 | Make -s accept HUP like kill(1) and GNU timeout(1) do | Klemens Nanni |
2022-07-01 | Remove extra line leftover from merge conflict. ok djm@ | Darren Tucker |
2022-07-01 | use consistent field names (s/char/byte) in format description | Damien Miller |
2022-07-01 | bump up loglevel from debug to info when unable to open authorized | Damien Miller |
2022-07-01 | Don't leak the strings allocated by order_hostkeyalgs() and | Darren Tucker |
2022-07-01 | Always return allocated strings from the kex filtering so that we | Darren Tucker |
2022-07-01 | ignore SIGPIPE earlier in main(), specifically before muxclient() | Damien Miller |
2022-06-30 | - do not talk about non-standard conversions, because we are not talking | Jason McIntyre |
2022-06-30 | Zap trailing spaces to be "mandoc -Tlint ts.1" clean | Klemens Nanni |
2022-06-30 | Add support for OSC 8 hyperlinks (a VTE extension now supported by other | Nicholas Marriott |
2022-06-30 | Fix err() | Job Snijders |
2022-06-30 | Fix interval timers by forcing TZ to UTC, else some strftime formats | Claudio Jeker |
2022-06-29 | Manual page improvements from Leon Fischer | Job Snijders |
2022-06-29 | Clarify the shorter default format string only applies to -i and -s | Job Snijders |
2022-06-29 | Add -m option to ts(1) | Job Snijders |
2022-06-29 | Import ts(1) - a timestamp utility | Job Snijders |