summaryrefslogtreecommitdiffstats
path: root/lib/libsndio/mio_aucat.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use dedicated messages for flow control instead of abusing clock tickratchov2012-11-021-5/+47
* make midi code use non-blocking i/o as does audio code, in orderratchov2012-10-271-3/+12
* Use "unsigned int" rather than "unsigned". No object change.ratchov2012-04-111-2/+3
* Add a "device number" component in sndio(7) device names, allowing aratchov2011-11-151-3/+3
* Remove midicat since aucat can now be used instead of midicatratchov2011-10-171-16/+4
* slightly cleanup by separating socket-specific code fromratchov2011-04-181-5/+5
* for unix domain socket addresses use AUCAT_PATH and MIDICAT_PATHratchov2011-04-161-3/+3
* Make aucat audio and midi backends share the same code to communicateratchov2011-04-161-137/+36
* Use mio_<backend>_ prefix for private midi-related functions and putratchov2011-04-121-0/+243