| Commit message (Expand) | Author | Age | Files | Lines |
* | Make code fit in 80 columns, remove trailing spaces & tabs. |  ratchov | 2016-01-09 | 1 | -3/+3 |
* | remove NULL-checks before free() |  mmcc | 2015-12-23 | 1 | -5/+3 |
* | Don't remove the type component from the device string before passing |  ratchov | 2015-11-22 | 1 | -7/+16 |
* | Fix missing checks for truncation of long file names. Rather than |  ratchov | 2015-10-05 | 1 | -14/+28 |
* | use macros for cookie path and temp file template instead |  ratchov | 2015-10-02 | 1 | -3/+5 |
* | As the socket path is known, use its size rather that PATH_MAX. |  ratchov | 2015-10-02 | 1 | -3/+3 |
* | use macros instead of hard-coded strings for unix sockets paths |  ratchov | 2015-10-02 | 1 | -3/+3 |
* | Remove support for the AUCAT_COOKIE environment variable. |  ratchov | 2015-10-01 | 1 | -11/+7 |
* | add missing braces in _aucat_wmsg() |  jsg | 2015-05-05 | 1 | -2/+3 |
* | Use SOCK_CLOEXEC (instead of later using fcntl(F_SETFD)) when creating sockets |  guenther | 2014-09-07 | 1 | -7/+4 |
* | Be less verbose when SNDIO_DEBUG=1 is set. |  ratchov | 2013-12-20 | 1 | -3/+3 |
* | add missing prototypes |  ratchov | 2013-11-18 | 1 | -1/+2 |
* | Prefix by '_' symbols that are not part of the API. |  ratchov | 2013-11-13 | 1 | -31/+30 |
* | internalize some functions so that they do not need prototypes |  deraadt | 2013-11-12 | 1 | -4/+4 |
* | in debug mode, log successful connections, from Jan Stary |  ratchov | 2013-03-13 | 1 | -1/+2 |
* | Remplace aucat server by a new sndiod daemon aimed to be simpler |  ratchov | 2012-11-23 | 1 | -3/+2 |
* | Use dedicated messages for flow control instead of abusing clock tick |  ratchov | 2012-11-02 | 1 | -1/+2 |
* | 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 |