index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libsndio
/
sio_aucat.c
Age
Commit message (
Expand
)
Author
2014-03-07
slightly "nicer" debug printfs
Alexandre Ratchov
2014-03-05
- use relative read/write positions to keep track of buffer
Alexandre Ratchov
2013-12-20
Be less verbose when SNDIO_DEBUG=1 is set.
Alexandre Ratchov
2013-11-13
Prefix by '_' symbols that are not part of the API.
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
include netinet/in.h to get htons & friends prototypes
Alexandre Ratchov
2012-09-02
Be nice with the server and align data packets to audio block boundary
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-17
Remove midicat since aucat can now be used instead of midicat
Alexandre Ratchov
2011-06-03
don't forget to send the initial clock tick
Alexandre Ratchov
2011-05-02
Add missing byter order conversions in message headers. Fixes the case
Alexandre Ratchov
2011-04-18
slightly cleanup by separating socket-specific code from
Alexandre Ratchov
2011-04-16
for unix domain socket addresses use AUCAT_PATH and MIDICAT_PATH
Alexandre Ratchov
2011-04-16
Since aucat supports any parameter combination sio_getcap() doesn't
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