Age | Commit message (Expand) | Author |
2010-11-06 | make sio_onvol(3) return a integer exposing whether a volume knob | Alexandre Ratchov |
2010-08-20 | polish the code: remove few unused #includes, add missing ones, | Alexandre Ratchov |
2010-04-24 | remove trailing spaces, from Alexandr Shadchin, thanks | Alexandre Ratchov |
2010-04-06 | aucat (server): | Alexandre Ratchov |
2009-08-28 | don't consider calling sio_close() without calling sio_stop() first | Alexandre Ratchov |
2009-08-28 | add a new AMSG_BYE, sent by the client to requst the server to | Alexandre Ratchov |
2009-07-27 | don't use ``return'' in sio_close() and mio_close() | Alexandre Ratchov |
2009-07-26 | more style improvemets, from Thomas Pfaff | Alexandre Ratchov |
2009-07-26 | use ``sizeof(string) - 1'' rather than ``strlen(string)'' on static | 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 |
2009-05-15 | if DEBUG is defined, use a global debug level rather | Alexandre Ratchov |
2009-02-09 | ignore evironment variables if the program is setuid or setgid | Alexandre Ratchov |
2009-01-10 | make all private functions static | Alexandre Ratchov |
2008-12-27 | when using the aucat(1) backend, don't mask the POLLHUP bit | Alexandre Ratchov |
2008-12-21 | fix more spelling errors and typos, | Alexandre Ratchov |
2008-12-17 | stop using stderr in the library, wrap all diagnostic fprintfs | Alexandre Ratchov |
2008-12-17 | fix spell errors, from Thomas Pfaff <tpfaff(at)tp76.info>, thanks! | Alexandre Ratchov |
2008-12-17 | add a writable ``appbufsz'' field to the sa_par structure, containing | Alexandre Ratchov |
2008-11-20 | make both aucat(1) and audio(4) backends use the AUDIODEVICE env | Alexandre Ratchov |
2008-11-11 | expose a volume knob in the sndio API: add sio_setvol(3) and | Alexandre Ratchov |
2008-11-09 | if the device is not started, make sio_pollfd() pass 0 events bitmap | Alexandre Ratchov |
2008-11-09 | sio_revents() should return 0 poll events if the device isn't started | Alexandre Ratchov |
2008-11-07 | expose the block size in the sndio API by making par->round writable | Alexandre Ratchov |
2008-10-28 | sio_initpar() is supposed to return void like the documentation | Jonathan Gray |
2008-10-27 | rename libsa to libsndio | Alexandre Ratchov |