Age | Commit message (Expand) | Author |
2018-12-14 | Delete unused phdr functions; move declarations for functions internal to | Philip Guenther |
2018-12-14 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-14 | Almost mechanical diff to remove the "struct mparse *" argument | Ingo Schwarze |
2018-12-14 | Fold mparse_parse_buffer() into mparse_readfd(), making the code | Ingo Schwarze |
2018-12-14 | Major cleanup; may imply minor changes in edge cases of error reporting. | Ingo Schwarze |
2018-12-13 | Allow all non-ephemeral buffers to be toggled writable or read-only | Mark Lumsden |
2018-12-13 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-13 | libmdoc.h no longer needs mdoc.h | Ingo Schwarze |
2018-12-13 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-13 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-13 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-13 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-13 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-12 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-12 | allow reading from stdin with -f -. | Ted Unangst |
2018-12-11 | teach libtool to build shared libraries with a soname | Sebastien Marie |
2018-12-10 | correct inaccurate and misplaced information in CAVEATS | Ingo Schwarze |
2018-12-10 | Add a velocity sensor type (displayed as m/s) | Landry Breuil |
2018-12-09 | Keep usage in sync with logic if OPENSSL_NO_DES is set. | Tobias Stoeckmann |
2018-12-08 | revert previous, it breaks regress and the llvm, gtk+2, and gtk+3 ports | Ingo Schwarze |
2018-12-07 | As an extension to POSIX, for consistency with our behaviour for | Ingo Schwarze |
2018-12-07 | Fix calculation of initial bandwidth limits. | Darren Tucker |
2018-12-07 | only consider the ext-info-c extension during the initial KEX. It shouldn't | Damien Miller |
2018-12-07 | fix option letter pasto in previous | Damien Miller |
2018-12-07 | mention that the ssh-keygen -F (find host in authorized_keys) and -R | Damien Miller |
2018-12-07 | no need to allocate channels_pre/channels_post in channel_init_channels() | Damien Miller |
2018-12-06 | Add support for "-" as an input file for stdin as per POSIX. | Martijn van Duren |
2018-12-06 | add -not as a sh friendly alias for !. | Ted Unangst |
2018-12-05 | fix incorrect usage of the .Bx macro; | Ingo Schwarze |
2018-12-04 | HTML syntax audit: render \p as <br/>, not as <div>. | Ingo Schwarze |
2018-12-04 | Restrict "vertical-align: middle;" to <td> descendants of class="tbl" | Ingo Schwarze |
2018-12-04 | Make sure all borders in a table are drawn in the same color. | Ingo Schwarze |
2018-12-04 | During validation, drop .br before a text line starting with a | Ingo Schwarze |
2018-12-04 | Clean up the validation of .Pp, .PP, .sp, and .br. Make sure all | Ingo Schwarze |
2018-12-03 | In the validators, translate obsolete macro aliases (Lp, Ot, LP, P) | Ingo Schwarze |
2018-12-03 | Render .br as <br/>, not as an empty <div>. | Ingo Schwarze |
2018-12-01 | update currency exchange rates; | Jason McIntyre |
2018-11-30 | Clear PANE_EXITED flag when starting new child process in case the pane | Nicholas Marriott |
2018-11-30 | tweak previous; | Jason McIntyre |
2018-11-30 | New midicat utility to send to or receive from MIDI ports. | Alexandre Ratchov |
2018-11-30 | Remove midiplay. | Alexandre Ratchov |
2018-11-30 | don't attempt to connect to empty SSH_AUTH_SOCK; bz#293 | Damien Miller |
2018-11-29 | Do not draw horizontal lines through vertical spans | Ingo Schwarze |
2018-11-29 | Now that it is better understood how borders work, | Ingo Schwarze |
2018-11-29 | update for libtls default cert changes. | Ted Unangst |
2018-11-29 | Better handle automatic column width assignments in the presence of | Ingo Schwarze |
2018-11-28 | Allow reverse sort order | kn |
2018-11-28 | Bugfix: never set termp->enc to the ambiguous value TERMENC_LOCALE, | Ingo Schwarze |
2018-11-28 | additional check needed after the previous (box drawing) patch | Ingo Schwarze |
2018-11-28 | Handle UTF-8 in word-separators option, GitHub issue 1551. | Nicholas Marriott |