Age | Commit message (Expand) | Author |
2009-08-01 | honor non-blocking flag in mio_open_rmidi(), fixes programs | 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 | remove the (bogus) special case when mio_open() is called with | Alexandre Ratchov |
2009-07-26 | rephrase description of (MIO_IN | MIO_OUT) mode | 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 | add sndio.7, forgotten in last commit | Alexandre Ratchov |
2009-07-25 | Currently midi capable programs can control midi hardware, but | Alexandre Ratchov |
2009-05-16 | don't set mode in sio_setpar(), already done at initialization | Alexandre Ratchov |
2009-05-16 | add a new ``hello'' message to aucat protocol useful to work on | Alexandre Ratchov |
2009-05-16 | fix style to make future diffs contain functional changes only | Alexandre Ratchov |
2009-05-16 | in aucat_getpar() and aucat_getcap(), initialize the message to send | Alexandre Ratchov |
2009-05-15 | cleanup forgotten calls to exit(3) | Alexandre Ratchov |
2009-05-15 | replace s/sa/sio/, left from when libsa was renamed to libsndio | Alexandre Ratchov |
2009-05-15 | in headers, macro definitions come first, prototypes come next | Alexandre Ratchov |
2009-05-15 | if DEBUG is defined, use a global debug level rather | Alexandre Ratchov |
2009-05-15 | describe sio_getcap(), sio_pollfd() and sio_setvol() retrurn values | Alexandre Ratchov |
2009-04-21 | no need to install includes from here anymore | Theo de Raadt |
2009-04-21 | move src/lib/libsndio/sndio.h into src/include where other include | Alexandre Ratchov |
2009-04-13 | protypes in sndio.h make reference to struct pollfd; applications | Alexandre Ratchov |
2009-02-26 | don't use ``hdl->filling'' flag uninitialized | Alexandre Ratchov |
2009-02-25 | after the STOP message is sent, move the receiver to the RMSG state | Alexandre Ratchov |
2009-02-18 | in aucat_stop(), after the STOP message was send, put the receiver | Alexandre Ratchov |
2009-02-09 | ignore evironment variables if the program is setuid or setgid | Alexandre Ratchov |
2009-02-04 | update the default socket paths, to reflect recent aucat changes | Alexandre Ratchov |
2009-02-04 | explain that it's ok if we get a slightly different rate than | Alexandre Ratchov |
2009-02-04 | Programs have no direct access do the device file descriptor. So, if | Alexandre Ratchov |
2009-02-03 | in server mode, create /tmp/aucat-userid/ directory with | Alexandre Ratchov |
2009-01-21 | fix bugs section: clarify that sio_start() and sio_stop() should | Alexandre Ratchov |
2009-01-21 | explain what ``frame'' does mean | Alexandre Ratchov |
2009-01-21 | make declarations "C" to allow c++ code to compile | Alexandre Ratchov |
2009-01-17 | cleanup: remove prototypes of inexistent functions, move few private | Alexandre Ratchov |
2009-01-12 | replace s/routine/function/, as other manuals do | Alexandre Ratchov |
2009-01-10 | make all private functions static | Alexandre Ratchov |
2009-01-08 | oops, i messed up tim's patch; correction from Tim van der Molen | Jason McIntyre |
2009-01-08 | a little macro cleanup; from Tim van der Molen | Jason McIntyre |
2008-12-27 | when polling aucat(1) socket, don't set the POLLIN bit if we | Alexandre Ratchov |
2008-12-27 | when using the aucat(1) backend, don't mask the POLLHUP bit | Alexandre Ratchov |
2008-12-21 | remove mixer bits from the audio(4) backend of libsndio, it's not | 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 | tweak previous; | Jason McIntyre |
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-20 | while setting the block size, try smaller blocks half of the retries and | Alexandre Ratchov |
2008-11-17 | occures -> occurs; | Jason McIntyre |