Age | Commit message (Expand) | Author |
2013-11-21 | use -Wmissing-prototypes | Alexandre Ratchov |
2013-11-19 | move -Wxxx flags from CFALGS to COPTS | 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-08-24 | Move underrun/overrun recovery code from the sun-api back-end to | Alexandre Ratchov |
2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | Philip Guenther |
2013-07-04 | remove FILES sections because it's incomplete, wrong and doesn't give | Alexandre Ratchov |
2013-07-04 | shorten lines in literal blocks to avoid word wraping | Alexandre Ratchov |
2013-06-05 | use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze | Ted Unangst |
2013-04-06 | explain what "default" means in sndio.7 rather than {sio,mio}_open.3, | Alexandre Ratchov |
2013-04-03 | Handle big time_t. | Philip Guenther |
2013-03-13 | in debug mode, log successful connections, from Jan Stary | Alexandre Ratchov |
2013-02-01 | If par->bufsz is set (it's documented as readonly since years) then | Alexandre Ratchov |
2012-12-22 | some fixes, based on a diff from Martin Toft; | Jason McIntyre |
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 | Use dedicated messages for flow control instead of abusing clock tick | Alexandre Ratchov |
2012-10-27 | make midi code use non-blocking i/o as does audio code, in order | Alexandre Ratchov |
2012-10-27 | crank SIO_MAXNFDS | Alexandre Ratchov |
2012-10-27 | check that polled fd number is smaller than SIO_MAXNFDS | Alexandre Ratchov |
2012-10-27 | include netinet/in.h to get htons & friends prototypes | Alexandre Ratchov |
2012-09-15 | Improve instructions for handling non-blocking I/O with poll(2) and | Stefan Sperling |
2012-09-14 | Don't read the xrun counter before the offset in the audio ring, | Alexandre Ratchov |
2012-09-14 | Have mio_open(3) document all return values in the RETURN VALUES section. | Stefan Sperling |
2012-09-12 | Define empty CDIAGFLAGS for programs that use Werror. | Christiano F. Haesbaert |
2012-09-02 | Be nice with the server and align data packets to audio block boundary | Alexandre Ratchov |
2012-05-23 | Make the "default" string a valid device name that has the same effect | Alexandre Ratchov |
2012-05-11 | The default device is selected with sndiod(1) or the AUDIODEVICE | Alexandre Ratchov |
2012-04-11 | Use "unsigned int" rather than "unsigned". No object change. | Alexandre Ratchov |
2012-02-24 | Correct the spelling of "transferred" and "transferring" | Philip Guenthe |
2011-12-24 | formatting errors, found using freebsd's "igor"; | Jason McIntyre |
2011-12-09 | mention sndiod rather than aucat when talking about the server | 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-18 | some minor tweaks concerning midicat removal; ok ratchov | Jason McIntyre |
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-10-04 | some tweaks, from Tim van der Molen | Jason McIntyre |
2011-06-03 | one midicat server can export multiple midithru ports | Alexandre Ratchov |
2011-06-03 | don't forget to send the initial clock tick | Alexandre Ratchov |
2011-05-09 | in sio_psleep(), use an array of SIO_MAXNFDS pollfd strucures rather | Alexandre Ratchov |
2011-05-06 | use an array of backends and iterate on it, instead of inlining | Alexandre Ratchov |
2011-05-06 | remove almost two years old hack to support legacy audio/midi | 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-27 | move amsg.h containing protocol defs from aucat side to libsndio side. | Alexandre Ratchov |
2011-04-18 | slightly cleanup by separating socket-specific code from | Alexandre Ratchov |