Age | Commit message (Expand) | Author |
2015-10-05 | Fix missing checks for truncation of long file names. Rather than | Alexandre Ratchov |
2015-10-02 | use macros for cookie path and temp file template instead | Alexandre Ratchov |
2015-10-02 | Validate that midi and audio device numbers are integers. | Alexandre Ratchov |
2015-10-02 | As device path is known, use its size instead of PATH_MAX | Alexandre Ratchov |
2015-10-02 | Use macros for audio and midi device paths rather than hardcoded | Alexandre Ratchov |
2015-10-02 | As the socket path is known, use its size rather that PATH_MAX. | Alexandre Ratchov |
2015-10-02 | fix typo in debug message | Alexandre Ratchov |
2015-10-02 | use macros instead of hard-coded strings for unix sockets paths | Alexandre Ratchov |
2015-10-02 | fix spacing | Alexandre Ratchov |
2015-10-02 | remove unused DEFAULT_OPT macro | Alexandre Ratchov |
2015-10-01 | Remove support for the AUCAT_COOKIE environment variable. | Alexandre Ratchov |
2015-09-14 | Remove useless quoting from .Fo and .Fn function names, to prevent | Ingo Schwarze |
2015-08-01 | Use "Ev" macro for AUCAT_COOKIE environment variable. From Michael | Alexandre Ratchov |
2015-07-28 | Use new AUDIO_GETPOS ioctl instead of AUDIO_GETxOFFS and | Alexandre Ratchov |
2015-07-24 | Fix arithmetic mistake causing errors when there are more xruns on the | Alexandre Ratchov |
2015-05-05 | add missing braces in _aucat_wmsg() | Jonathan Gray |
2015-02-16 | Drop yet another hook for ':' char in midi device names. | Alexandre Ratchov |
2015-02-16 | Remove backward compat bits to support for ':' character in sndio | Alexandre Ratchov |
2015-01-16 | Move to the <limits.h> universe. | Theo de Raadt |
2014-12-02 | Kill the only instance of .Lb in our tree. It is better to not use | Ingo Schwarze |
2014-11-21 | Initialize the xrun attribute to SIO_IGNORE in sio_sun_getpar(). Found | Alexandre Ratchov |
2014-09-07 | Use SOCK_CLOEXEC (instead of later using fcntl(F_SETFD)) when creating sockets | Philip Guenther |
2014-08-15 | Use O_CLOEXEC wherever we open a file and then call fcntl(F_SETFD, FD_CLOEXEC) | Philip Guenther |
2014-08-10 | debug level test for clock_gettime() calls should match | Jonathan Gray |
2014-03-07 | slightly "nicer" debug printfs | Alexandre Ratchov |
2014-03-05 | - use relative read/write positions to keep track of buffer | Alexandre Ratchov |
2014-03-05 | say this is the "sndio" api, as we have other audio/midi apis, | Alexandre Ratchov |
2014-01-22 | clean up macro usage; | Ingo Schwarze |
2013-12-23 | - clarify that sio_close() stops the device first, then | Alexandre Ratchov |
2013-12-22 | - replaces "audio stream" by "audio device", as sndio is a device | Alexandre Ratchov |
2013-12-20 | Be less verbose when SNDIO_DEBUG=1 is set. | Alexandre Ratchov |
2013-11-21 | use -Wmissing-prototypes | Alexandre Ratchov |
2013-11-19 | move -Wxxx flags from CFALGS to COPTS | Alexandre Ratchov |
2013-11-18 | add missing prototypes | Alexandre Ratchov |
2013-11-13 | Prefix by '_' symbols that are not part of the API. | Alexandre Ratchov |
2013-11-12 | internalize some functions so that they do not need prototypes | Theo de Raadt |
2013-08-24 | Move underrun/overrun recovery code from the sun-api back-end to | Alexandre Ratchov |
2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | Philip Guenther |
2013-07-04 | remove FILES sections because it's incomplete, wrong and doesn't give | Alexandre Ratchov |
2013-07-04 | shorten lines in literal blocks to avoid word wraping | Alexandre Ratchov |
2013-06-05 | use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze | Ted Unangst |
2013-04-06 | explain what "default" means in sndio.7 rather than {sio,mio}_open.3, | Alexandre Ratchov |
2013-04-03 | Handle big time_t. | Philip Guenther |
2013-03-13 | in debug mode, log successful connections, from Jan Stary | Alexandre Ratchov |
2013-02-01 | If par->bufsz is set (it's documented as readonly since years) then | Alexandre Ratchov |
2012-12-22 | some fixes, based on a diff from Martin Toft; | Jason McIntyre |
2012-11-23 | Remplace aucat server by a new sndiod daemon aimed to be simpler | Alexandre Ratchov |
2012-11-23 | Make the client wait for the first flow control message rather than | Alexandre Ratchov |
2012-11-02 | Use dedicated messages for flow control instead of abusing clock tick | Alexandre Ratchov |
2012-10-27 | make midi code use non-blocking i/o as does audio code, in order | Alexandre Ratchov |