Age | Commit message (Expand) | Author |
2019-07-10 | The command item changes so can't keep getting the target out of it, need to use | Nicholas Marriott |
2019-07-10 | Remove few level 3 debug printfs related to slot allocation. | Alexandre Ratchov |
2019-07-10 | Replace the "umap" bitmap by a simple table of slot pointers. | Alexandre Ratchov |
2019-07-10 | Swap "if" and "else" code blocks in slot_new() to improve readability. | Alexandre Ratchov |
2019-07-10 | Slot name can't be empty. So, no need to check if it is empty. | Alexandre Ratchov |
2019-07-10 | Use NULL instead of 0 where a pointer is expected. | Alexandre Ratchov |
2019-07-10 | in man.cgi(8), disable -O toc by default; requested by deraadt@ | Ingo Schwarze |
2019-07-10 | Add -F to refresh-client to specify flags for control clients - one flag | Nicholas Marriott |
2019-07-10 | Add missing option openssl dsa -modulus | Kinichiro Inoguchi |
2019-07-10 | Fix a typo and make <esc><right> move right to the closest end of a word | Theo Buehler |
2019-07-09 | Add a -H flag to send-keys to send literal keys given as hex numbers | Nicholas Marriott |
2019-07-09 | Do not leak empty lines, GitHub issue 1824. | Nicholas Marriott |
2019-07-09 | Add j and k for navigation in menus, GitHub issue 1828. | Nicholas Marriott |
2019-07-09 | Fix manual openssl(1) genrsa | Kinichiro Inoguchi |
2019-07-09 | Convert openssl(1) genrsa to the newer style of option handling | Kinichiro Inoguchi |
2019-07-09 | cap the number of permiopen/permitlisten directives we're willing to | Damien Miller |
2019-07-08 | Clear search marks before resize, GitHub issue 1823. | Nicholas Marriott |
2019-07-08 | Fix manual openssl(1) dsa, ocsp, rsa and smime | Kinichiro Inoguchi |
2019-07-08 | Use the clear history function for the 3J sequence rather than doing it manua... | Nicholas Marriott |
2019-07-07 | fix one last edge case regarding PATH, allows simpler config. | Ted Unangst |
2019-07-07 | Fix manual openssl(1) pkcs12, req, verify and x509 | Kinichiro Inoguchi |
2019-07-07 | Remove some set but never used variables. ok daraadt@ | Darren Tucker |
2019-07-06 | Correctly adjust mouse position if the status line is at the top and | Nicholas Marriott |
2019-07-06 | Correctly clear underscore colour in grid_get_cell1, also fix struct | Nicholas Marriott |
2019-07-05 | Make mg display the correct file name in the minibuffer if you load | Mark Lumsden |
2019-07-05 | Fix manual openssl(1) ec, enc and pkcs7 | Kinichiro Inoguchi |
2019-07-05 | lock(1): make "-n" and "-t timeout" mutually exclusive. | cheloha |
2019-07-05 | still compile uuencode.c, unbreaks build | Theo de Raadt |
2019-07-05 | Fix manual openssl(1) dgst | Kinichiro Inoguchi |
2019-07-05 | Do not use uninitialized buffer name. | Nicholas Marriott |
2019-07-05 | Fix spacing and comments, no code change. | Alexandre Ratchov |
2019-07-05 | revert header removal that snuck into previous | Damien Miller |
2019-07-05 | add a local implementation of BSD realpath() for sftp-server use | Damien Miller |
2019-07-04 | note that authentication is required, unless otherwise configured. | Ted Unangst |
2019-07-04 | fatal() if getgrnam() cannot find "tty" | Theo de Raadt |
2019-07-04 | stat() returns precisely -1 to indicate error | Theo de Raadt |
2019-07-04 | Fix manual openssl(1) crl | Kinichiro Inoguchi |
2019-07-04 | Fix manual openssl(1) ca | Kinichiro Inoguchi |
2019-07-04 | set ierrs and oerrs titles when changing fails/drops/errs, not ierrs twice | David Gwynne |
2019-07-03 | selfinsert() can't be called directly from a startup file or by | Mark Lumsden |
2019-07-03 | prevent mandoc from segfaulting if /tmp is not writable | Marc Espie |
2019-07-03 | snprintf/vsnprintf return < 0 on error, rather than -1. | Theo de Raadt |
2019-07-02 | Command prompt key presses need to avoid the command queue, GitHub issue | Nicholas Marriott |
2019-07-02 | I totally forgot about the instance where blink-and-insert can be | Mark Lumsden |
2019-07-01 | delete trailing whitespace and space-tab sequences; no code change; | Ingo Schwarze |
2019-07-01 | Check if user tries to go to current directory in dired-goto-file. | Mark Lumsden |
2019-07-01 | add dired-goto-file | Mark Lumsden |
2019-07-01 | Add a "fill" style attribute to clear the entire format drawing area in | Nicholas Marriott |
2019-07-01 | update currency exchange rates; | Jason McIntyre |
2019-06-30 | Do not double free window if pane fails to start. | Nicholas Marriott |