Age | Commit message (Expand) | Author |
2021-03-04 | warn about proper usage of Lst_Destroy. | Marc Espie |
2021-03-04 | better if I commit the version which actually includes the header ;) | Marc Espie |
2021-03-04 | somehow I forgot to add copyright and to include the right prototypes. | Marc Espie |
2021-03-03 | don't sshbuf_get_u32() into an enum; reported by goetze AT | Damien Miller |
2021-03-03 | typo in other_hostkeys_message() display output, ok djm | Stuart Henderson |
2021-03-03 | sndiod: Move MTC/MMC state to its own global structure | Alexandre Ratchov |
2021-03-03 | sndiod: Move MIDI control endpoint to opt structure | Alexandre Ratchov |
2021-03-03 | sndiod: Move controls out of the device structure | Alexandre Ratchov |
2021-03-03 | sndioctl: Flush stdout before polling | Alexandre Ratchov |
2021-03-03 | remove unreachable and unneeded code | Jonathan Gray |
2021-03-03 | needs FILE*; from Mike Frysinger | Damien Miller |
2021-03-02 | Fix size computation in replace_repeat() for special_case REPEAT_WITH_Q. | Todd C. Miller |
2021-03-02 | It is now possible to define single value variables in the startup file: | Mark Lumsden |
2021-03-02 | This diff soaks up the user input while the the maximum character | Mark Lumsden |
2021-03-02 | Update logging with comments made by florian@ some time ago (i've not | Mark Lumsden |
2021-03-02 | sndiod: Allow alternative devices to support different modes. | Edd Barrett |
2021-03-02 | Do not use NULL active window; also do not leak window name. GitHub | Nicholas Marriott |
2021-03-02 | Drop support for popups where the content is provided directly to tmux | Nicholas Marriott |
2021-03-02 | openssh-8.5 | Damien Miller |
2021-03-01 | escape quotes and remove some unneccessary Pp; ok nicm | Jason McIntyre |
2021-03-01 | Put the hardcoded '\n' character which is found throughout mg into a | Mark Lumsden |
2021-03-01 | There is no need to call del_curterm in the server anymore. | Nicholas Marriott |
2021-03-01 | Add some text with examples of ; as a separator, GitHub issues 2522 and | Nicholas Marriott |
2021-03-01 | update currency exchange rates; | Jason McIntyre |
2021-02-28 | Add %k to list of keywords. From Eero Häkkinenvia bz#3267 | Darren Tucker |
2021-02-28 | Add dobeep functions that take messages to buffer.c and cscope.c | Mark Lumsden |
2021-02-28 | Do not try to reset signal handler for signal 0 in subprocess. | Darren Tucker |
2021-02-27 | fix alphabetic ordering of options; spotted by Iain Morgan | Damien Miller |
2021-02-27 | Add dobeep functions that take messages to basic.c. | Mark Lumsden |
2021-02-27 | Handle NULL term_type. | Nicholas Marriott |
2021-02-26 | Check session, window, pane in the right order when working out format type. | Nicholas Marriott |
2021-02-26 | Add a couple of format variables for active and last window index. | Nicholas Marriott |
2021-02-26 | Some more improvements from Joachim Wiberg's version of mg. | Mark Lumsden |
2021-02-26 | Some improvements from Joachim Wiberg's version of mg. | Mark Lumsden |
2021-02-26 | a bit more debugging behind #ifdef DEBUG_SK | Damien Miller |
2021-02-25 | ftp: prevent double free() in error path | Christian Weisgerber |
2021-02-24 | Various fixes from emails Joachim Nilsson sent to tech@ many moons | Mark Lumsden |
2021-02-24 | snprintf() does indeed return an int. From an email Joachim Nilsson | Mark Lumsden |
2021-02-24 | Correct client_prefix so it returns 1 if in prefix, not 0. | Nicholas Marriott |
2021-02-24 | Put obsolete aliases for hostbasedalgorithms and pubkeyacceptedalgorithms | Darren Tucker |
2021-02-23 | lots more s/key types/signature algorithms/ mostly in | Damien Miller |
2021-02-23 | Correct reference to signature algorithms as keys; from Jakub Jelen | Damien Miller |
2021-02-23 | Move -u to alphabetically correct place in options. As spotted by jmc@ | Mark Lumsden |
2021-02-23 | Allow the user to specify a path to the mg startup file on the command line. | Mark Lumsden |
2021-02-23 | warn when the user specifies a ForwardAgent path that does not exist | Damien Miller |
2021-02-22 | expand_paths needs the global environment to be set up, do that first. | Nicholas Marriott |
2021-02-22 | Fix regex searching with wrapped lines, from Anindya Mukherjee; GitHub | Nicholas Marriott |
2021-02-22 | Move config file path expansion much earlier, keep the list of paths | Nicholas Marriott |
2021-02-22 | There are many format variables now so allocating all the default ones | Nicholas Marriott |
2021-02-22 | Move jump commands to grid reader, make them UTF-8 aware, and tidy up, | Nicholas Marriott |