Age | Commit message (Expand) | Author |
2020-06-11 | Fix a regression in rev. 1.238 (2019/07/26): | Otto Moerbeek |
2020-06-11 | Use setlocale(LC_CTYPE, "") instead of setlocale(LC_ALL, "") | Todd C. Miller |
2020-06-11 | Fix length parameter to strlcpy, inputFS is a pointer. | Todd C. Miller |
2020-06-11 | Fix a crash when completing sessions, from Anindya Mukherjee. | Nicholas Marriott |
2020-06-11 | Add a -A option to pause a pane manually. | Nicholas Marriott |
2020-06-10 | Update awk to June 5, 2020 version. | Todd C. Miller |
2020-06-10 | Update awk to Feb 28, 2020 version. | Todd C. Miller |
2020-06-10 | Update awk to Jan 31, 2020 version. | Todd C. Miller |
2020-06-10 | Update awk to Jan 5, 2020 version. | Todd C. Miller |
2020-06-10 | Update awk to Nov 10, 2019 version. | Todd C. Miller |
2020-06-10 | Update awk to Oct 24, 2019 version. | Todd C. Miller |
2020-06-10 | Update awk to Oct 17, 2019 version. | Todd C. Miller |
2020-06-10 | Update awk to Oct 6, 2019 version. | Todd C. Miller |
2020-06-10 | Update awk to Sep 10, 2019 version. | Todd C. Miller |
2020-06-10 | Update awk to Jun 17, 2019 version. | Todd C. Miller |
2020-06-10 | Update awk to March 5, 2019 version. | Todd C. Miller |
2020-06-10 | Update awk to Jan 25, 2019 version. | Todd C. Miller |
2020-06-10 | Update awk to Oct 25, 2018 version. | Todd C. Miller |
2020-06-10 | Update awk to Aug 27, 2018 version. | Todd C. Miller |
2020-06-10 | Update awk to Aug 23, 2018 version. | Todd C. Miller |
2020-06-10 | Update awk to Jan 5, 2013 version, no real code changes. | Todd C. Miller |
2020-06-10 | Instead of a buffer size limit on each pane, set a limit of 300 seconds | Nicholas Marriott |
2020-06-10 | When the pause-after flag is set, send an alternative %extended-output | Nicholas Marriott |
2020-06-09 | Refuse to remove locked revisions with rcs -orange. | Joris Vink |
2020-06-09 | Include width in error message. | Nicholas Marriott |
2020-06-09 | It is not sensible to store pointers into an array we are going to | Nicholas Marriott |
2020-06-08 | The errcheck() function treats an errno of ERANGE or EDOM as something | Philip Guenther |
2020-06-06 | Use bitshifts instead of a union for encoding UTF-8 into 32 bits, which | Nicholas Marriott |
2020-06-05 | Change how panes are resized so that the code is clearer and if the pane | Nicholas Marriott |
2020-06-05 | Do not take the address of a potentially unaligned member. | Nicholas Marriott |
2020-06-05 | Fix various confusion about am vs xenl. | Nicholas Marriott |
2020-06-05 | Now that we mostly only search visible text, the rate limit on repeating | Nicholas Marriott |
2020-06-05 | Add support for pausing a pane when the output buffered for a control | Nicholas Marriott |
2020-06-05 | unbreak "sshd -ddd" - close of config passing fd happened too early. | Damien Miller |
2020-06-05 | make sshbuf_putb(b, NULL) a no-op | Damien Miller |
2020-06-05 | make sshbuf_dump() args const | Damien Miller |
2020-06-05 | wrap long line | Damien Miller |
2020-06-05 | Correct historical comment: provos@ modified OpenSSH to work with SSLeay | Darren Tucker |
2020-06-04 | Reset wrapped flag when clearing or moving lines, GitHub issue 2215. | Nicholas Marriott |
2020-06-04 | Search marks outside the visible text are not useful, so there is no | Nicholas Marriott |
2020-06-04 | Some improvements to performance of searching: | Nicholas Marriott |
2020-06-04 | A } can go on the same line as a command. | Nicholas Marriott |
2020-06-04 | Shorten some long lines. | Nicholas Marriott |
2020-06-04 | Correct respawn-* - they don't always use the creation command. | Nicholas Marriott |
2020-06-04 | Make the -no-clear command variants not clear the search marks either. | Nicholas Marriott |
2020-06-04 | Allow strings to span multiple lines - newlines and any leading | Nicholas Marriott |
2020-06-04 | Instead of using a custom parse function to process {}, treat it as a | Nicholas Marriott |
2020-06-03 | Make paste -p the default for ], GitHub issue 2248. | Nicholas Marriott |
2020-06-03 | somehow, when I used more bool, I forgot to check with WARNINGS=Yes | Marc Espie |
2020-06-03 | Init_Sigset() isn't a prototype without the void! | Marc Espie |