Age | Commit message (Expand) | Author |
2021-11-07 | Allow -current libsndio to connect to old sndiod servers | Alexandre Ratchov |
2021-11-01 | Stop binding audio devices exposed by sndiod to physical devices | Alexandre Ratchov |
2019-07-12 | Add affinity between the program and its mixer control. | Alexandre Ratchov |
2019-06-29 | Check if syscalls return -1 instead of any negative value. | Alexandre Ratchov |
2019-06-28 | mkstemp() returns -1 on failure | Theo de Raadt |
2019-03-28 | Wait until server disconnects before closing the socket. Otherwise, | Alexandre Ratchov |
2018-09-26 | call _sndio_parsenum() instead of duplicating the code in parsedev(); ok ratc... | miko |
2018-07-28 | Move libsndio session cookie in its own $HOME/.sndio/ directory to | Alexandre Ratchov |
2016-01-09 | Make code fit in 80 columns, remove trailing spaces & tabs. | Alexandre Ratchov |
2015-12-23 | remove NULL-checks before free() | mmcc |
2015-11-22 | Don't remove the type component from the device string before passing | Alexandre Ratchov |
2015-10-05 | Fix missing checks for truncation of long file names. Rather than | Alexandre Ratchov |
2015-10-02 | use macros for cookie path and temp file template instead | Alexandre Ratchov |
2015-10-02 | As the socket path is known, use its size rather that PATH_MAX. | Alexandre Ratchov |
2015-10-02 | use macros instead of hard-coded strings for unix sockets paths | Alexandre Ratchov |
2015-10-01 | Remove support for the AUCAT_COOKIE environment variable. | Alexandre Ratchov |
2015-05-05 | add missing braces in _aucat_wmsg() | Jonathan Gray |
2014-09-07 | Use SOCK_CLOEXEC (instead of later using fcntl(F_SETFD)) when creating sockets | Philip Guenther |
2013-12-20 | Be less verbose when SNDIO_DEBUG=1 is set. | Alexandre Ratchov |
2013-11-18 | add missing prototypes | Alexandre Ratchov |
2013-11-13 | Prefix by '_' symbols that are not part of the API. | Alexandre Ratchov |
2013-11-12 | internalize some functions so that they do not need prototypes | Theo de Raadt |
2013-03-13 | in debug mode, log successful connections, from Jan Stary | Alexandre Ratchov |
2012-11-23 | Remplace aucat server by a new sndiod daemon aimed to be simpler | Alexandre Ratchov |
2012-11-02 | Use dedicated messages for flow control instead of abusing clock tick | Alexandre Ratchov |
2012-04-11 | Use "unsigned int" rather than "unsigned". No object change. | Alexandre Ratchov |
2011-11-15 | Add a "device number" component in sndio(7) device names, allowing a | Alexandre Ratchov |
2011-10-22 | Don't attempt to send data not available for sending yet. Analysed | Alexandre Ratchov |
2011-10-17 | Remove midicat since aucat can now be used instead of midicat | Alexandre Ratchov |
2011-10-05 | restart connect(2) if it returns EINTR | Alexandre Ratchov |
2011-05-03 | determine the default device in backend code instead of the common | Alexandre Ratchov |
2011-05-02 | Add missing byter order conversions in message headers. Fixes the case | Alexandre Ratchov |
2011-05-02 | set the TCP_NODELAY option for TCP connections | Alexandre Ratchov |
2011-04-28 | Implement a new authentication method allowing aucat and midicat to | Alexandre Ratchov |
2011-04-18 | slightly cleanup by separating socket-specific code from | Alexandre Ratchov |
2011-04-16 | Make aucat audio and midi backends share the same code to communicate | Alexandre Ratchov |
2011-04-08 | Clean up function naming: use sio_<backend>_ prefix for private | Alexandre Ratchov |
2010-10-21 | use MODE_xxx and XRUN_xxx macros everywhere, and zap corresponding | Alexandre Ratchov |
2010-06-05 | don't prime server buffers, because it's ugly and conceptually | Alexandre Ratchov |
2010-06-05 | don't send clock ticks while buffers are being primed | Alexandre Ratchov |
2010-06-05 | Don't send the initial position as a clock tick with a negative delta. | Alexandre Ratchov |
2010-05-25 | complete any pending message when the device is stopped | Alexandre Ratchov |
2010-04-24 | remove trailing spaces, from Alexandr Shadchin, thanks | Alexandre Ratchov |
2010-04-22 | Allow multiple users to share the same aucat server. If aucat is | Alexandre Ratchov |
2010-04-06 | aucat (server): | Alexandre Ratchov |
2010-01-20 | back out last commit. breaks half-duplex playback with poll(). | Jacob Meuser |
2010-01-15 | Keep in memory whether the socket is writable. This way sio_revents() | Alexandre Ratchov |
2009-10-26 | reader state cannot be IDLE, terminate the stream if so rather | Alexandre Ratchov |
2009-10-24 | Flow control blocks the client in sio_write(3). Split the data | Alexandre Ratchov |
2009-10-22 | When starting playback, the client tries to write ``bufsz'' frames | Alexandre Ratchov |