Age | Commit message (Expand) | Author |
2016-06-06 | Much faster (and smaller) method of mapping RGB colour to an xterm(1) | Nicholas Marriott |
2016-06-06 | Cache selected state so that cells going from selected to unselected are not | Nicholas Marriott |
2016-06-06 | Insert new panes after the pane being split in the list rather than | Nicholas Marriott |
2016-06-06 | Allow #[] in window-status-separator. | Nicholas Marriott |
2016-06-06 | it's typedef, not typdef. | Tobias Ulmer |
2016-06-05 | In netstat, display correct counter for 'no basic MCS set' error. | Stefan Sperling |
2016-06-05 | spelling fix; | Jason McIntyre |
2016-06-05 | add a doas.conf setenv directive that allows setting environment | Damien Miller |
2016-06-03 | tweak previous; | Jason McIntyre |
2016-06-03 | Allow ExitOnForwardFailure and ClearAllForwardings to be overridden when | Darren Tucker |
2016-06-03 | Move the host and port used by ssh -W into the Options struct. | Darren Tucker |
2016-06-02 | allow printing timestamps relative to beginnging of trace, -RT. ok benno | Ted Unangst |
2016-06-02 | remove forgotten debug printfs | Alexandre Ratchov |
2016-06-02 | set exit status to 1 if -n is used without -i and -o | Alexandre Ratchov |
2016-06-02 | Let netcat support the use of service names instead of port numbers. | Bob Beck |
2016-06-01 | instead of using the makefile to override ancient defaults in the code, | Ted Unangst |
2016-06-01 | update currency exchange rates; | Jason McIntyre |
2016-06-01 | Check min and max sizes sent by the client against what we support before | Darren Tucker |
2016-05-31 | Ensure that the client's proposed DH-GEX max value is at least as big | Darren Tucker |
2016-05-31 | Pass hr:min:sec:frame.cent to dev_mmcloc() directly and remove the | Alexandre Ratchov |
2016-05-31 | To store MMC position, use samples (at device rate) as time units | Alexandre Ratchov |
2016-05-30 | Backout rev. 1.43 for now. | Ingo Schwarze |
2016-05-30 | Make sed use the new REG_STARTEND | REG_NOTBOL combination. This fixes a begin | Martijn van Duren |
2016-05-30 | Even when only writing an unescaped character, the dst buffer may need to | Ingo Schwarze |
2016-05-30 | Fix two rare edge cases: | Ingo Schwarze |
2016-05-30 | Cache the window styles and do not look up the window-style options | Nicholas Marriott |
2016-05-30 | Do not draw character to screen if it has not changed, and do not save | Nicholas Marriott |
2016-05-30 | Send two cub1 instead of using cub for moving the cursor two left. This | Nicholas Marriott |
2016-05-29 | Eat all blanks between the VARIABLE keywords and the definition, | Todd C. Miller |
2016-05-28 | Fix pledge violation with -P s used and we need to supply a password | Bob Beck |
2016-05-28 | Fix nc -verbose mode when used on a unix domain socket. | Bob Beck |
2016-05-28 | Test if stdin is a terminal before resetting the tty state. | Martijn van Duren |
2016-05-28 | repair braces. from ilya.kaliman/gsoares/natano | Ted Unangst |
2016-05-28 | Simplify search form: minus two visible control elements, minus | Ingo Schwarze |
2016-05-28 | Fix file block size rounding and ensure it's large enough to store a | Alexandre Ratchov |
2016-05-27 | Padding cell is always the same so use a static. | Nicholas Marriott |
2016-05-27 | Break the save-last-cell code into a separate function (so it can be | Nicholas Marriott |
2016-05-27 | Most of the utf8_data is fixed so simplify utf8_set to use a memcpy. | Nicholas Marriott |
2016-05-27 | Use getprogname() instead of __progname to make portability easier. | Nicholas Marriott |
2016-05-27 | When resampling, use the exact resampling factor instead of the ratio | Alexandre Ratchov |
2016-05-27 | Flush rec buffer if there's less than one block space left and refill | Alexandre Ratchov |
2016-05-27 | Simplify slot_fill() and slot_flush(). No behaviour change | Alexandre Ratchov |
2016-05-27 | Make resamp_do() get the exact number input and output samples and | Alexandre Ratchov |
2016-05-27 | Per the libtls man page, tls_init() must be called prior to any other | Joel Sing |
2016-05-27 | Revert CHAR_T removal. Some signedness flaws were introduced. | Martijn van Duren |
2016-05-26 | Use "cc -E" instead of "cpp". OK deraadt@ natano@ | Todd C. Miller |
2016-05-26 | Extend 0x1234 keys form to more bits so that Unicode keys work. | Nicholas Marriott |
2016-05-26 | Just nuke environ instead of trying to unsetenv everything because that | Nicholas Marriott |
2016-05-26 | Make format conversion routines return the number of frames | Alexandre Ratchov |
2016-05-25 | To prevent screwing up terminal settings when printing to the | Ingo Schwarze |