Age | Commit message (Expand) | Author |
2021-04-22 | Add a non-interactive version of query-replace-regexp function called | Mark Lumsden |
2021-04-21 | Use the plenteous BUFSIZE found in mg in lieu of 128. | Mark Lumsden |
2021-04-21 | Fix const in previous. Pointed out by asou | Theo Buehler |
2021-04-20 | Add prototypes for EC_GROUP_get_curve_{GF2m,GFp}(). | Theo Buehler |
2021-04-20 | Indicate if an mg function is unsuitable for a startup file (requires | Mark Lumsden |
2021-04-20 | Allow more than one block of code to exist on a single line. Also, | Mark Lumsden |
2021-04-20 | Add 'dired-jump' from Philip K. <philip@warpmail.net> sent to tech@ | Mark Lumsden |
2021-04-19 | RS ^-anchoring needs to know if it's reading the first record of a file. | Todd C. Miller |
2021-04-16 | openssh-8.6 | Damien Miller |
2021-04-15 | do not pass file/func to monitor; noted by Ilja van Sprundel; ok djm@ | Markus Friedl |
2021-04-15 | %begin now has three arguments, not two. GitHubs issue 2646. | Nicholas Marriott |
2021-04-14 | _PASSWORD_LEN is no longer the limit for an unencrypted password. | Todd C. Miller |
2021-04-13 | Include modifiers when looking up an individual key. | Nicholas Marriott |
2021-04-13 | Require that the argument to the window option be non-zero. | Todd C. Miller |
2021-04-13 | Ignore expandtab setting when in command mode. | Todd C. Miller |
2021-04-13 | Fix merging of files that lack a final \n at EOF after a block of common lines. | Stefan Sperling |
2021-04-13 | Change how extended ctrl keys are processed to fix C-S-Tab and C-;. | Nicholas Marriott |
2021-04-13 | Move mode set/reset after sync so cursor doesn't flicker, from Avi | Nicholas Marriott |
2021-04-13 | Handle C-Tab correctly with extended keys, GitHub issue 2642. | Nicholas Marriott |
2021-04-12 | Add a flag to disable keys to close a message, GitHub issue 2625. | Nicholas Marriott |
2021-04-12 | Permit shortcut keys in buffer, client, tree modes to be configured with | Nicholas Marriott |
2021-04-09 | Change a type to fix a warning with some compilers. | Nicholas Marriott |
2021-04-08 | Log the key written to the terminal as well as tmux's idea of what it | Nicholas Marriott |
2021-04-07 | Restore previous behaviour so that C-X remains the same as C-x. Instead, | Nicholas Marriott |
2021-04-07 | Add a current_file format for the config file being parsed. Originally | Nicholas Marriott |
2021-04-07 | When display-message used in config file, show the message after the | Nicholas Marriott |
2021-04-07 | Check function return value in openssl(1) x509.c | Kinichiro Inoguchi |
2021-04-07 | Avoid leak in error path | Kinichiro Inoguchi |
2021-04-07 | Fixes for extended keys: 1) allow C-x and C-X to be bound separately | Nicholas Marriott |
2021-04-06 | include "ssherr.h" not <ssherr.h>; from Balu Gajjala via bz#3292 | Damien Miller |
2021-04-05 | minor KNF | Theo de Raadt |
2021-04-05 | Move client-detached into server_client_lost so it is fired even if a | Nicholas Marriott |
2021-04-05 | Fix a couple of edge cases with the jump-back-xxx commands, and also | Nicholas Marriott |
2021-04-04 | remove stray inserts; from matthias schmidt | Jason McIntyre |
2021-04-04 | fix spacing issue in macro; | Jason McIntyre |
2021-04-04 | missing comma; from kawashima james | Jason McIntyre |
2021-04-03 | typos in comments; GHPR#180 from Ville Skyttä | Damien Miller |
2021-04-03 | sync CASignatureAlgorithms lists with reality. GHPR#174 from | Damien Miller |
2021-04-03 | highly polished whitespace, mostly fixing spaces-for-tab and bad | Damien Miller |
2021-04-03 | whitespace (tab after space) | Damien Miller |
2021-04-03 | fix incorrect plural; from Ville Skyttä via GHPR#181 | Damien Miller |
2021-04-03 | ensure that pkcs11_del_provider() is called before exit - some PKCS#11 | Damien Miller |
2021-04-03 | unused variable | Damien Miller |
2021-04-03 | Fix two problems in string->argv conversion: 1) multiple backslashes | Damien Miller |
2021-04-02 | Show DTLS1.2 message with openssl(1) s_server and s_client | Kinichiro Inoguchi |
2021-04-02 | Implement ZONEMD (RFC8976), based on DS (ds_43.c) | Florian Obser |
2021-04-01 | update currency exchange rates; | Jason McIntyre |
2021-04-01 | Compare the pointer variable explicitly with NULL in if condition | Kinichiro Inoguchi |
2021-04-01 | Change search-again with vi keys to work like actual vi(1), also some | Nicholas Marriott |
2021-04-01 | Missing commas, from Vipul Kumar. | Nicholas Marriott |