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
/
usr.bin
/
sndiod
Age
Commit message (
Expand
)
Author
2013-05-12
use -q options order as order of exposed midi ports
Alexandre Ratchov
2013-05-12
Fix reversed condition to check if a midi port is referenced,
Alexandre Ratchov
2013-05-12
get NULL definition from stddef.h
Alexandre Ratchov
2013-05-05
Initialize channel ranges of new slots to full sub-device channels.
Alexandre Ratchov
2013-05-05
Initialize client rate. Fixes crashes when the client doesn't set the
Alexandre Ratchov
2013-03-13
don't display warnings if accept() returns ECONNABORTED or
Alexandre Ratchov
2013-02-26
Encoding conversion buffer size is one stream block, not one device
Alexandre Ratchov
2013-02-01
if a device doesn't respond within two seconds, then just close it
Alexandre Ratchov
2012-12-20
readjust midi flow control after consuming input data
Alexandre Ratchov
2012-12-07
move log_level in utils.h with other logging bits
Alexandre Ratchov
2012-12-06
set port = NULL for new connctions, fixes crashes
Alexandre Ratchov
2012-12-02
simpler text; ok ratchov
Jason McIntyre
2012-12-01
remove misleading XXXs and TODOs
Alexandre Ratchov
2012-12-01
Parse "-m mode1,mode2,.. " strings strictly.
Alexandre Ratchov
2012-11-30
drain midi port output buffer before closing it ensuring the last
Alexandre Ratchov
2012-11-30
use the hold flag for midi ports as well
Alexandre Ratchov
2012-11-30
For MIDI ports, use the same open/close logic as for audio devices:
Alexandre Ratchov
2012-11-30
When the audio device is closed, mark it as closed before
Alexandre Ratchov
2012-11-30
make DEV_xxx contiguous
Alexandre Ratchov
2012-11-30
Process incoming MIDI data on the fly rather than using an
Alexandre Ratchov
2012-11-30
don't exit if midi control port is destroyed (it never is)
Alexandre Ratchov
2012-11-23
space required between macro args and punctuation;
Jason McIntyre
2012-11-23
add a -M flag that does nothing; allows setups with -M in sndiod_flags
Alexandre Ratchov
2012-11-23
Remplace aucat server by a new sndiod daemon aimed to be simpler
Alexandre Ratchov