Age | Commit message (Expand) | Author |
2016-01-29 | Remove leftover roaming dead code. ok djm markus. | Darren Tucker |
2016-01-29 | Check that byte order is native only if we're using more than one | Alexandre Ratchov |
2016-01-29 | sort includes | mmcc |
2016-01-29 | remove unneeded CHAR_BIT macro | mmcc |
2016-01-29 | Therefor -> Therefore (where appropriate) | tb |
2016-01-29 | Support for RGB colour, using the extended cell mechanism to avoid | Nicholas Marriott |
2016-01-29 | We're not allowed to change audio parameters while the device is | Alexandre Ratchov |
2016-01-29 | Display play and record parameters that are not independent | Alexandre Ratchov |
2016-01-29 | include packet type of non-data packets in debug3 output; | Damien Miller |
2016-01-29 | remove superfluous macro | mmcc |
2016-01-29 | Revert "account for packets buffered but not yet processed" change as it | Darren Tucker |
2016-01-29 | Allow RekeyLimits in excess of 4G up to 2**63 bits (limited by the return | Darren Tucker |
2016-01-29 | Account for packets buffered but not yet processed when computing whether or | Darren Tucker |
2016-01-28 | Fix a crash when a server sends a non-standard newline ("\n" instead of "\r\n"). | martijn |
2016-01-28 | Correct date for Australia Day. From Ian Mcwilliam, ok jmc. | Darren Tucker |
2016-01-27 | remove v_estr in favor of warn and warnx | martijn |
2016-01-27 | Replace fprintf+exit with errx. No functional change | martijn |
2016-01-27 | missing fclose(3). (silence cppcheck warnings). | Gleydson Soares |
2016-01-27 | change old $FreeBSD version string in comment so it doesn't become an | Damien Miller |
2016-01-27 | make the debug messages a bit more useful here | Damien Miller |
2016-01-26 | typos | mmcc |
2016-01-26 | ensure the backup file has the same mtime as the original file, this is in line | Jasper Lievisse Adriaanse |
2016-01-26 | Remove a fancy macro that calculates the necessary buffer size for | mmcc |
2016-01-25 | fix exit status on pledge(2) failure. | Gleydson Soares |
2016-01-25 | Fix a crash as found by sthen@ | martijn |
2016-01-24 | make sure of cleaning rbuf with explicit_bzero(3) | Gleydson Soares |
2016-01-23 | Zero a stack buffer with explicit_bzero() instead of memset() when | Jonathan Gray |
2016-01-22 | - new plymouth day is better known as taranaki | Jason McIntyre |
2016-01-20 | add a calendar for new zealand; from craig skinner | Jason McIntyre |
2016-01-20 | Include sys/time.h for gettimeofday. From sortie at maxsi.org. | Darren Tucker |
2016-01-20 | Remove ARG_CHAR_T, a relic from when the code was written K&R style. | Anthony J. Bentley |
2016-01-19 | Split out getting the current state from the target search so it can be | Nicholas Marriott |
2016-01-19 | I no longer use my SourceForge address so replace it. | Nicholas Marriott |
2016-01-19 | Bounds check while stripping trailing slashes. From max at | Sunil Nimmagadda |
2016-01-19 | Update my mail address. | Sunil Nimmagadda |
2016-01-19 | Fix bad indents. From max at max-fillinger.net | Sunil Nimmagadda |
2016-01-19 | Check snprintf(3) return value for overflow instead of manual length | Sunil Nimmagadda |
2016-01-19 | Skip empty entries in $PATH instead of erroneously interpreting | Sunil Nimmagadda |
2016-01-19 | Remove the lintism PRINTFLIKE1, don't replace it with an attribute so we | mmcc |
2016-01-18 | UTF-8 support: | Ingo Schwarze |
2016-01-18 | UTF-8 support: | Ingo Schwarze |
2016-01-18 | Allow time differences between two clock_gettime() calls to | Alexandre Ratchov |
2016-01-18 | Mention that "sndiod -d" doesn't daemonize and that | Alexandre Ratchov |
2016-01-17 | start removing mp, the pointer to message's nul byte | mmcc |
2016-01-16 | Unbreak reading from stdin after recent parse() restructuring. | Florian Obser |
2016-01-16 | fix a number of minor issues in the state view: | Can Erkin Acar |
2016-01-16 | Add hooks for alerts (bell, silence, activity), from Thomas Adam. | Nicholas Marriott |
2016-01-15 | remove needless extern keywords, a vestige of pre-ANSI C | mmcc |
2016-01-15 | Use quotes rather than angle brackets for local header. Fixes building | mmcc |
2016-01-15 | Clear the environment properly by looping until it is empty rather than | Nicholas Marriott |