Age | Commit message (Expand) | Author |
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 |
2016-05-25 | Avoid a use-after-free. | Kenneth R Westerback |
2016-05-25 | Don't warn when read or write block at cycle boundary, this may | Alexandre Ratchov |
2016-05-25 | Assert we're not freeing buffers we didn't allocate | Alexandre Ratchov |
2016-05-25 | Log files skipped during poll() as well, and flush the log buffer | Alexandre Ratchov |
2016-05-25 | Set initial mixer slot name to "prog" to make all slots visible in | Alexandre Ratchov |
2016-05-24 | KNF compression proposal and simplify the client side a little. ok djm@ | Darren Tucker |
2016-05-24 | Back out 'plug memleak'. | Darren Tucker |
2016-05-23 | prefer agent-hosted keys to keys from PKCS#11; ok markus | Damien Miller |
2016-05-23 | Use a fixed buffer for strftime() because there is no portable way to | Nicholas Marriott |
2016-05-23 | Remove unused variable, from Ben Boeckel. | Nicholas Marriott |
2016-05-23 | Trim trailing whitespace from man.conf lines. OK schwarze@. | Todd C. Miller |
2016-05-23 | UTF-8 support. | Ingo Schwarze |
2016-05-23 | Plug mem leak in filter_proposal. ok djm@ | Darren Tucker |
2016-05-22 | On hppa, function pointer comparison can require dereferencing them. | Philip Guenther |
2016-05-19 | fix type of ed25519 values | Damien Miller |