| Commit message (Expand) | Author | Age | Files | Lines |
* | Add version number to aucat protocol. It's not used yet, |  ratchov | 2009-10-17 | 1 | -1/+2 |
* | when setting parameters of sun devices, check that selected encoding |  ratchov | 2009-10-10 | 1 | -4/+23 |
* | at initialization of sun devices, use sio_setpar(3) instead of |  ratchov | 2009-10-10 | 1 | -11/+10 |
* | since AUDIO_INITINFO() may set parameters to whatever is supported |  ratchov | 2009-10-10 | 1 | -24/+59 |
* | don't consider calling sio_close() without calling sio_stop() first |  ratchov | 2009-08-28 | 2 | -6/+4 |
* | when using aucat backend, wait for the server to drop the connection |  ratchov | 2009-08-28 | 1 | -2/+7 |
* | add a new AMSG_BYE, sent by the client to requst the server to |  ratchov | 2009-08-28 | 2 | -2/+12 |
* | handle incoming AMSG_SETVOL messages, allows the client to be notified |  ratchov | 2009-08-26 | 1 | -1/+7 |
* | make aucat(1) expose a MIDI device to control server behaviour in |  ratchov | 2009-08-21 | 4 | -20/+50 |
* | honor non-blocking flag in mio_open_rmidi(), fixes programs |  ratchov | 2009-08-01 | 1 | -3/+4 |
* | don't use ``return'' in sio_close() and mio_close() |  ratchov | 2009-07-27 | 2 | -4/+4 |
* | more style improvemets, from Thomas Pfaff |  ratchov | 2009-07-26 | 2 | -8/+8 |
* | use ``sizeof(string) - 1'' rather than ``strlen(string)'' on static |  ratchov | 2009-07-26 | 3 | -8/+8 |
* | remove the (bogus) special case when mio_open() is called with |  ratchov | 2009-07-26 | 1 | -16/+1 |
* | rephrase description of (MIO_IN | MIO_OUT) mode |  ratchov | 2009-07-26 | 1 | -4/+5 |
* | Make ``static'' few functions that are prototyped as static but are not |  ratchov | 2009-07-26 | 2 | -4/+4 |
* | sort and space headers as per style(9) |  ratchov | 2009-07-26 | 6 | -13/+21 |
* | use const qualifier in libsndio, making it slightly more consistent |  ratchov | 2009-07-25 | 10 | -38/+38 |
* | add sndio.7, forgotten in last commit |  ratchov | 2009-07-25 | 1 | -0/+168 |
* | Currently midi capable programs can control midi hardware, but |  ratchov | 2009-07-25 | 11 | -37/+963 |
* | don't set mode in sio_setpar(), already done at initialization |  ratchov | 2009-05-16 | 1 | -2/+1 |
* | add a new ``hello'' message to aucat protocol useful to work on |  ratchov | 2009-05-16 | 1 | -5/+25 |
* | fix style to make future diffs contain functional changes only |  ratchov | 2009-05-16 | 1 | -58/+58 |
* | in aucat_getpar() and aucat_getcap(), initialize the message to send |  ratchov | 2009-05-16 | 1 | -3/+3 |
* | cleanup forgotten calls to exit(3) |  ratchov | 2009-05-15 | 1 | -10/+17 |
* | replace s/sa/sio/, left from when libsa was renamed to libsndio |  ratchov | 2009-05-15 | 2 | -94/+94 |
* | in headers, macro definitions come first, prototypes come next |  ratchov | 2009-05-15 | 1 | -15/+17 |
* | if DEBUG is defined, use a global debug level rather |  ratchov | 2009-05-15 | 4 | -130/+116 |
* | describe sio_getcap(), sio_pollfd() and sio_setvol() retrurn values |  ratchov | 2009-05-15 | 1 | -3/+7 |
* | no need to install includes from here anymore |  deraadt | 2009-04-21 | 1 | -6/+1 |
* | move src/lib/libsndio/sndio.h into src/include where other include |  ratchov | 2009-04-21 | 1 | -152/+0 |
* | protypes in sndio.h make reference to struct pollfd; applications |  ratchov | 2009-04-13 | 1 | -1/+3 |
* | don't use ``hdl->filling'' flag uninitialized |  ratchov | 2009-02-26 | 1 | -1/+2 |
* | after the STOP message is sent, move the receiver to the RMSG state |  ratchov | 2009-02-25 | 1 | -3/+5 |
* | in aucat_stop(), after the STOP message was send, put the receiver |  ratchov | 2009-02-18 | 1 | -1/+3 |
* | ignore evironment variables if the program is setuid or setgid |  ratchov | 2009-02-09 | 1 | -3/+3 |
* | update the default socket paths, to reflect recent aucat changes |  ratchov | 2009-02-04 | 1 | -7/+7 |
* | explain that it's ok if we get a slightly different rate than |  ratchov | 2009-02-04 | 1 | -3/+5 |
* | Programs have no direct access do the device file descriptor. So, if |  ratchov | 2009-02-04 | 2 | -2/+10 |
* | in server mode, create /tmp/aucat-userid/ directory with |  ratchov | 2009-02-03 | 2 | -6/+12 |
* | fix bugs section: clarify that sio_start() and sio_stop() should |  ratchov | 2009-01-21 | 1 | -2/+2 |
* | explain what ``frame'' does mean |  ratchov | 2009-01-21 | 1 | -3/+7 |
* | make declarations "C" to allow c++ code to compile |  ratchov | 2009-01-21 | 1 | -1/+9 |
* | cleanup: remove prototypes of inexistent functions, move few private |  ratchov | 2009-01-17 | 2 | -7/+4 |
* | replace s/routine/function/, as other manuals do |  ratchov | 2009-01-12 | 1 | -24/+24 |
* | make all private functions static |  ratchov | 2009-01-10 | 3 | -62/+62 |
* | oops, i messed up tim's patch; correction from Tim van der Molen |  jmc | 2009-01-08 | 1 | -3/+3 |
* | a little macro cleanup; from Tim van der Molen |  jmc | 2009-01-08 | 1 | -4/+8 |
* | when polling aucat(1) socket, don't set the POLLIN bit if we |  ratchov | 2008-12-27 | 1 | -2/+2 |
* | when using the aucat(1) backend, don't mask the POLLHUP bit |  ratchov | 2008-12-27 | 2 | -5/+5 |