| Commit message (Expand) | Author | Age | Files | Lines |
* | Use "unsigned int" rather than "unsigned". No object change. |  ratchov | 2012-04-11 | 1 | -9/+11 |
* | Add a "device number" component in sndio(7) device names, allowing a |  ratchov | 2011-11-15 | 1 | -45/+88 |
* | Don't attempt to send data not available for sending yet. Analysed |  ratchov | 2011-10-22 | 1 | -7/+9 |
* | Remove midicat since aucat can now be used instead of midicat |  ratchov | 2011-10-17 | 1 | -15/+9 |
* | restart connect(2) if it returns EINTR |  ratchov | 2011-10-05 | 1 | -1/+4 |
* | determine the default device in backend code instead of the common |  ratchov | 2011-05-03 | 1 | -1/+3 |
* | Add missing byter order conversions in message headers. Fixes the case |  ratchov | 2011-05-02 | 1 | -12/+12 |
* | set the TCP_NODELAY option for TCP connections |  ratchov | 2011-05-02 | 1 | -2/+9 |
* | Implement a new authentication method allowing aucat and midicat to |  ratchov | 2011-04-28 | 1 | -4/+164 |
* | slightly cleanup by separating socket-specific code from |  ratchov | 2011-04-18 | 1 | -29/+38 |
* | Make aucat audio and midi backends share the same code to communicate |  ratchov | 2011-04-16 | 1 | -0/+330 |
* | Clean up function naming: use sio_<backend>_ prefix for private |  ratchov | 2011-04-08 | 1 | -746/+0 |
* | use MODE_xxx and XRUN_xxx macros everywhere, and zap corresponding |  ratchov | 2010-10-21 | 1 | -6/+2 |
* | don't prime server buffers, because it's ugly and conceptually |  ratchov | 2010-06-05 | 1 | -4/+6 |
* | don't send clock ticks while buffers are being primed |  ratchov | 2010-06-05 | 1 | -5/+8 |
* | Don't send the initial position as a clock tick with a negative delta. |  ratchov | 2010-06-05 | 1 | -9/+12 |
* | complete any pending message when the device is stopped |  ratchov | 2010-05-25 | 1 | -11/+16 |
* | remove trailing spaces, from Alexandr Shadchin, thanks |  ratchov | 2010-04-24 | 1 | -5/+5 |
* | Allow multiple users to share the same aucat server. If aucat is |  ratchov | 2010-04-22 | 1 | -2/+11 |
* | aucat (server): |  ratchov | 2010-04-06 | 1 | -23/+75 |
* | back out last commit. breaks half-duplex playback with poll(). |  jakemsr | 2010-01-20 | 1 | -14/+7 |
* | Keep in memory whether the socket is writable. This way sio_revents() |  ratchov | 2010-01-15 | 1 | -7/+14 |
* | reader state cannot be IDLE, terminate the stream if so rather |  ratchov | 2009-10-26 | 1 | -3/+4 |
* | Flow control blocks the client in sio_write(3). Split the data |  ratchov | 2009-10-24 | 1 | -3/+7 |
* | When starting playback, the client tries to write ``bufsz'' frames |  ratchov | 2009-10-22 | 1 | -4/+19 |
* | Add version number to aucat protocol. It's not used yet, |  ratchov | 2009-10-17 | 1 | -1/+2 |
* | don't consider calling sio_close() without calling sio_stop() first |  ratchov | 2009-08-28 | 1 | -1/+3 |
* | 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 | 1 | -1/+7 |
* | handle incoming AMSG_SETVOL messages, allows the client to be notified |  ratchov | 2009-08-26 | 1 | -1/+7 |
* | sort and space headers as per style(9) |  ratchov | 2009-07-26 | 1 | -2/+4 |
* | 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 | -6/+21 |
* | 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 |
* | replace s/sa/sio/, left from when libsa was renamed to libsndio |  ratchov | 2009-05-15 | 1 | -27/+27 |
* | if DEBUG is defined, use a global debug level rather |  ratchov | 2009-05-15 | 1 | -17/+17 |
* | 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 |
* | Programs have no direct access do the device file descriptor. So, if |  ratchov | 2009-02-04 | 1 | -1/+5 |
* | in server mode, create /tmp/aucat-userid/ directory with |  ratchov | 2009-02-03 | 1 | -3/+9 |
* | make all private functions static |  ratchov | 2009-01-10 | 1 | -31/+31 |
* | 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 | 1 | -2/+2 |
* | fix more spelling errors and typos, |  ratchov | 2008-12-21 | 1 | -4/+4 |
* | stop using stderr in the library, wrap all diagnostic fprintfs |  ratchov | 2008-12-17 | 1 | -16/+16 |
* | fix spell errors, from Thomas Pfaff <tpfaff(at)tp76.info>, thanks! |  ratchov | 2008-12-17 | 1 | -3/+3 |
* | add a writable ``appbufsz'' field to the sa_par structure, containing |  ratchov | 2008-12-17 | 1 | -2/+3 |