Age | Commit message (Expand) | Author |
2015-12-25 | follwing -> following | Anthony J. Bentley |
2015-11-09 | Remove xfree(). From Michael W. Bombardieri. | mmcc |
2015-10-17 | remove some unneccessary macros; from michael reed | Jason McIntyre |
2015-09-14 | typo resultung in a markup error | Ingo Schwarze |
2015-08-27 | fix typos in comments and error messages | Alexandre Ratchov |
2015-08-27 | Allow sparse blocks to be used as silence if samples are encoded | Alexandre Ratchov |
2015-05-16 | Call slot_stop() after the play buffer is drained to properly cleanup | Alexandre Ratchov |
2015-05-04 | Fix clipping bug in float to fixed point conversion, causing | Alexandre Ratchov |
2015-01-21 | fix macro breakage and update usage(); | Jason McIntyre |
2015-01-21 | Simplify internals and rewrite file header parsing code: | Alexandre Ratchov |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-08-10 | typo in debug message | Alexandre Ratchov |
2014-08-10 | initialize mmcpos, found by guenther | Alexandre Ratchov |
2014-02-08 | more Va -> Cm fixes from Jan Stary <hans at stare.cz>, thanks! | Alexandre Ratchov |
2014-01-28 | fix typo: s/to/the | Alexandre Ratchov |
2014-01-28 | Remove section about server capability which was removed | Alexandre Ratchov |
2013-11-21 | use -Wmissing-prototypes | Alexandre Ratchov |
2013-11-19 | move -Wxxx flags from CFALGS to COPTS | Alexandre Ratchov |
2013-11-18 | remove unused variables | Alexandre Ratchov |
2013-11-18 | add missing prototypes | Alexandre Ratchov |
2013-11-12 | remove bogus legacy server-specific bits that cause confusion | Alexandre Ratchov |
2013-03-13 | don't display warnings if accept() returns ECONNABORTED or | Alexandre Ratchov |
2012-12-03 | Remove server capability description from the documentation and from | Alexandre Ratchov |
2012-11-23 | Since there's no sndiod -> aucat link anymore, allow aucat to be run | Alexandre Ratchov |
2012-11-23 | Remplace aucat server by a new sndiod daemon aimed to be simpler | Alexandre Ratchov |
2012-11-23 | Make the client wait for the first flow control message rather than | Alexandre Ratchov |
2012-11-02 | Dont insert twice recorded wav files (-o) on the list of recorded files; | Alexandre Ratchov |
2012-11-02 | Initialize wav structure enough for wav_close() to work in the error | Alexandre Ratchov |
2012-11-02 | Use dedicated messages for flow control instead of abusing clock tick | Alexandre Ratchov |
2012-10-27 | include netinet/in.h to get htons & friends prototypes | Alexandre Ratchov |
2012-10-27 | don't stat & test sndio home directory since we never use it. | Alexandre Ratchov |
2012-10-27 | don't (re-)define SNDIO_USER and SNDIO_PRIO if they are already defined, | Alexandre Ratchov |
2012-10-27 | use unsigned chars for midi messages (to avoid gcc warning) | Alexandre Ratchov |
2012-09-25 | Upon "master volume change" message, send feedback to other clients | Alexandre Ratchov |
2012-08-30 | Use (rate / 15) as block size in off-line mode to ensure the | Alexandre Ratchov |
2012-06-27 | Uniformize error messages printing, use err() instead of fprintf() | Alexandre Ratchov |
2012-06-27 | Don't return void expressions in functions returning void. Removes | Alexandre Ratchov |
2012-06-19 | Remove hidden options that are not needed any more, | Alexandre Ratchov |
2012-05-23 | Make the "default" string a valid device name that has the same effect | Alexandre Ratchov |
2012-05-23 | Fix duplicate mixer knob names | Alexandre Ratchov |
2012-05-23 | Fix wrong arithmetics in channel mapping causing crashes if all of | Alexandre Ratchov |
2012-04-25 | Fix typos, from Michael W. Bombardieri <mb at ii.net>, Thanks! | Alexandre Ratchov |
2012-04-25 | later -> latter; | Jason McIntyre |
2012-04-19 | unbreak compilation without DEBUG defined | Alexandre Ratchov |
2012-04-11 | In the "reply" code path, lock the socket while invoking the | Alexandre Ratchov |
2012-04-11 | flush the log and abort() if we try to destroy a NULL aproc | Alexandre Ratchov |
2012-04-11 | Use "unsigned int" rather than "unsigned". No object change. | Alexandre Ratchov |
2012-04-04 | tweak previous; ok ratchov | Jason McIntyre |
2012-04-04 | Add a simple and clear (hopefully) description of what sndiod does. | Alexandre Ratchov |
2012-04-04 | Fix memory leak in the error handling code path of failed device | Alexandre Ratchov |