Age | Commit message (Expand) | Author |
2019-06-29 | Check if syscalls return -1 instead of any negative value. | Alexandre Ratchov |
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 |
2017-11-04 | polish debug printfs, no behaviour change. | Alexandre Ratchov |
2016-01-09 | Make code fit in 80 columns, remove trailing spaces & tabs. | Alexandre Ratchov |
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-24 | Fix confusion between SIO_xxx and MIO_xxx options (copy & paste error). | Alexandre Ratchov |
2015-11-22 | Don't remove the type component from the device string before passing | 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 | fix typo in debug message | Alexandre Ratchov |
2015-02-16 | Drop yet another hook for ':' char in midi device names. | Alexandre Ratchov |
2014-08-15 | Use O_CLOEXEC wherever we open a file and then call fcntl(F_SETFD, FD_CLOEXEC) | Philip Guenther |
2013-11-13 | Prefix by '_' symbols that are not part of the API. | Alexandre Ratchov |
2012-10-27 | make midi code use non-blocking i/o as does audio code, in order | Alexandre Ratchov |
2012-04-11 | Use "unsigned int" rather than "unsigned". No object change. | Alexandre Ratchov |
2011-11-15 | Add a "device number" component in sndio(7) device names, allowing a | Alexandre Ratchov |
2011-04-16 | Make aucat audio and midi backends share the same code to communicate | Alexandre Ratchov |
2011-04-12 | Use mio_<backend>_ prefix for private midi-related functions and put | Alexandre Ratchov |
2010-07-21 | remove unnecessary ``return 0'' statements, | Alexandre Ratchov |
2010-04-24 | remove trailing spaces, from Alexandr Shadchin, thanks | Alexandre Ratchov |
2009-08-01 | honor non-blocking flag in mio_open_rmidi(), fixes programs | Alexandre Ratchov |
2009-07-26 | Make ``static'' few functions that are prototyped as static but are not | Alexandre Ratchov |
2009-07-26 | sort and space headers as per style(9) | Alexandre Ratchov |
2009-07-25 | use const qualifier in libsndio, making it slightly more consistent | Alexandre Ratchov |
2009-07-25 | Currently midi capable programs can control midi hardware, but | Alexandre Ratchov |