index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libsndio
/
sio_aucat.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make code fit in 80 columns, remove trailing spaces & tabs.
ratchov
2016-01-09
1
-2
/
+3
*
Don't remove the type component from the device string before passing
ratchov
2015-11-22
1
-2
/
+2
*
slightly "nicer" debug printfs
ratchov
2014-03-07
1
-3
/
+6
*
- use relative read/write positions to keep track of buffer
ratchov
2014-03-05
1
-10
/
+4
*
Be less verbose when SNDIO_DEBUG=1 is set.
ratchov
2013-12-20
1
-5
/
+5
*
Prefix by '_' symbols that are not part of the API.
ratchov
2013-11-13
1
-21
/
+21
*
Make the client wait for the first flow control message rather than
ratchov
2012-11-23
1
-2
/
+2
*
Use dedicated messages for flow control instead of abusing clock tick
ratchov
2012-11-02
1
-23
/
+16
*
include netinet/in.h to get htons & friends prototypes
ratchov
2012-10-27
1
-1
/
+2
*
Be nice with the server and align data packets to audio block boundary
ratchov
2012-09-02
1
-1
/
+12
*
Use "unsigned int" rather than "unsigned". No object change.
ratchov
2012-04-11
1
-11
/
+11
*
Add a "device number" component in sndio(7) device names, allowing a
ratchov
2011-11-15
1
-4
/
+4
*
Remove midicat since aucat can now be used instead of midicat
ratchov
2011-10-17
1
-2
/
+2
*
don't forget to send the initial clock tick
ratchov
2011-06-03
1
-1
/
+5
*
Add missing byter order conversions in message headers. Fixes the case
ratchov
2011-05-02
1
-29
/
+35
*
slightly cleanup by separating socket-specific code from
ratchov
2011-04-18
1
-2
/
+2
*
for unix domain socket addresses use AUCAT_PATH and MIDICAT_PATH
ratchov
2011-04-16
1
-2
/
+2
*
Since aucat supports any parameter combination sio_getcap() doesn't
ratchov
2011-04-16
1
-15
/
+1
*
Make aucat audio and midi backends share the same code to communicate
ratchov
2011-04-16
1
-382
/
+121
*
Clean up function naming: use sio_<backend>_ prefix for private
ratchov
2011-04-08
1
-0
/
+754