Age | Commit message (Expand) | Author |
2019-03-28 | Wait until server disconnects before closing the socket. Otherwise, | Alexandre Ratchov |
2019-01-18 | Sayt that using capabilities to negociate audio parameters (ie using | Alexandre Ratchov |
2018-12-18 | "a" MIDI, not "an"; | Jason McIntyre |
2018-10-31 | remove a guard in mio_read(), mio_write, sio_read() & sio_write() for a | miko |
2018-09-26 | call _sndio_parsenum() instead of duplicating the code in parsedev(); ok ratc... | miko |
2018-09-19 | fix message to reflect "rmidi" is the expected string; ok ratchov@ | miko |
2018-09-19 | sys/stat.h not needed here; ok ratchov@ | miko |
2018-07-28 | Move libsndio session cookie in its own $HOME/.sndio/ directory to | Alexandre Ratchov |
2018-07-28 | Rename the sndiod unix domain socket to /tmp/sndio/sockN to avoid | Alexandre Ratchov |
2017-12-26 | Missed in previous | Jeremie Courreges-Anglas |
2017-12-26 | Use a version script to limit exported symbols | Jeremie Courreges-Anglas |
2017-12-07 | * clean up macro usage: use .Ar for command arguments, .Cm for fixed | Ingo Schwarze |
2017-11-04 | polish debug printfs, no behaviour change. | Alexandre Ratchov |
2017-10-17 | add missing HISTORY; based on CVS logs and release announcements | Ingo Schwarze |
2017-01-03 | Tweak RETURN VALUES section. Move description of sio_pollfd() and | Martin Natano |
2016-04-07 | Use the "new" audio(4) api and delete all the useless code to deal | Alexandre Ratchov |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre |
2016-02-11 | Document how to use sndio in pledged programs. | Tim van der Molen |
2016-01-09 | Make code fit in 80 columns, remove trailing spaces & tabs. | Alexandre Ratchov |
2016-01-07 | fix SEE ALSO; | Jason McIntyre |
2016-01-07 | Move sndiod man page to section 8. | Alexandre Ratchov |
2015-12-23 | remove NULL-checks before free() | mmcc |
2015-12-20 | Expose internal functions necessary to open audio devices and midi | Alexandre Ratchov |
2015-11-30 | MIO_IN needs O_RDONLY, not O_WRONLY | Alexandre Ratchov |
2015-11-25 | -M option was removed, midi ports registered with -q | Alexandre Ratchov |
2015-11-24 | Fix confusion between SIO_xxx and MIO_xxx options (copy & paste error). | Alexandre Ratchov |
2015-11-22 | remove unneeded prototypes | Alexandre Ratchov |
2015-11-22 | Don't remove the type component from the device string before passing | Alexandre Ratchov |
2015-11-18 | Split function to initialize the raw device in two parts, one to open | Alexandre Ratchov |
2015-11-17 | don't call AUDIO_SETFD ioctl as it's a no-op | Alexandre Ratchov |
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 |