| Commit message (Expand) | Author | Age | Files | Lines |
* | Check if syscalls return -1 instead of any negative value. |  ratchov | 2019-06-29 | 1 | -7/+7 |
* | fix message to reflect "rmidi" is the expected string; ok ratchov@ |  miko | 2018-09-19 | 1 | -2/+2 |
* | sys/stat.h not needed here; ok ratchov@ |  miko | 2018-09-19 | 1 | -2/+1 |
* | polish debug printfs, no behaviour change. |  ratchov | 2017-11-04 | 1 | -2/+6 |
* | Make code fit in 80 columns, remove trailing spaces & tabs. |  ratchov | 2016-01-09 | 1 | -2/+2 |
* | Expose internal functions necessary to open audio devices and midi |  ratchov | 2015-12-20 | 1 | -3/+9 |
* | MIO_IN needs O_RDONLY, not O_WRONLY |  ratchov | 2015-11-30 | 1 | -2/+2 |
* | Fix confusion between SIO_xxx and MIO_xxx options (copy & paste error). |  ratchov | 2015-11-24 | 1 | -3/+3 |
* | Don't remove the type component from the device string before passing |  ratchov | 2015-11-22 | 1 | -22/+49 |
* | Validate that midi and audio device numbers are integers. |  ratchov | 2015-10-02 | 1 | -3/+8 |
* | As device path is known, use its size instead of PATH_MAX |  ratchov | 2015-10-02 | 1 | -2/+6 |
* | Use macros for audio and midi device paths rather than hardcoded |  ratchov | 2015-10-02 | 1 | -2/+3 |
* | fix typo in debug message |  ratchov | 2015-10-02 | 1 | -2/+2 |
* | Drop yet another hook for ':' char in midi device names. |  ratchov | 2015-02-16 | 1 | -2/+1 |
* | Use O_CLOEXEC wherever we open a file and then call fcntl(F_SETFD, FD_CLOEXEC) |  guenther | 2014-08-15 | 1 | -9/+2 |
* | Prefix by '_' symbols that are not part of the API. |  ratchov | 2013-11-13 | 1 | -4/+4 |
* | make midi code use non-blocking i/o as does audio code, in order |  ratchov | 2012-10-27 | 1 | -5/+11 |
* | Use "unsigned int" rather than "unsigned". No object change. |  ratchov | 2012-04-11 | 1 | -2/+2 |
* | Add a "device number" component in sndio(7) device names, allowing a |  ratchov | 2011-11-15 | 1 | -1/+10 |
* | Make aucat audio and midi backends share the same code to communicate |  ratchov | 2011-04-16 | 1 | -1/+2 |
* | Use mio_<backend>_ prefix for private midi-related functions and put |  ratchov | 2011-04-12 | 1 | -32/+30 |
* | remove unnecessary ``return 0'' statements, |  ratchov | 2010-07-21 | 1 | -2/+1 |
* | remove trailing spaces, from Alexandr Shadchin, thanks |  ratchov | 2010-04-24 | 1 | -3/+3 |
* | honor non-blocking flag in mio_open_rmidi(), fixes programs |  ratchov | 2009-08-01 | 1 | -3/+4 |
* | Make ``static'' few functions that are prototyped as static but are not |  ratchov | 2009-07-26 | 1 | -2/+2 |
* | sort and space headers as per style(9) |  ratchov | 2009-07-26 | 1 | -2/+3 |
* | use const qualifier in libsndio, making it slightly more consistent |  ratchov | 2009-07-25 | 1 | -4/+4 |
* | Currently midi capable programs can control midi hardware, but |  ratchov | 2009-07-25 | 1 | -0/+158 |