Age | Commit message (Expand) | Author |
2015-08-27 | backout previous for now, as it causes me portability problems | Alexandre Ratchov |
2015-08-11 | Use INTIM instead of -1 as poll(2) time-out argument. | Alexandre Ratchov |
2015-08-11 | Don't call poll(2) with few millisecond time-out argument when -1 | Alexandre Ratchov |
2015-08-01 | Move processing of polled files in its own function, and call it | Alexandre Ratchov |
2015-07-24 | Crank watchdog timeout from 2 to 4 seconds. | Alexandre Ratchov |
2015-07-24 | Log when device is disconnected. | Alexandre Ratchov |
2015-07-24 | Clear watchdog timer when device is closed, fixes use-after-free in | Alexandre Ratchov |
2015-07-17 | Use an offsets in the array of pollfd structures instead of pointers. No | Alexandre Ratchov |
2015-07-17 | rename nfds to max_nfds, no object change | Alexandre Ratchov |
2015-07-17 | Move non-debug varibles outside #ifdef DEBUG block | Alexandre Ratchov |
2015-07-17 | Simplify debug info: log poll descriptors on a single line, record | Alexandre Ratchov |
2015-07-17 | Stop using interval timers (not inherited by fork(2), obsolete in | Alexandre Ratchov |
2015-04-26 | Fix typo in the buffer size value: 7680 in the manpage vs 7860 in | David Coppa |
2015-02-16 | Check if slot is NULL, and if so, drop the connection. For now slot | Alexandre Ratchov |
2015-02-16 | add missing protos, fix spacing | Alexandre Ratchov |
2015-02-16 | Allow files to be skipped in the poll(2) event loop, in case | Alexandre Ratchov |
2015-02-16 | Use signed integers as offset in the buffer (as aucat does) to | Alexandre Ratchov |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-11-21 | Don't forget to transmit the xrun attribute in GETPAR messages. Found | Alexandre Ratchov |
2014-10-12 | Don't assume that right-shift sign-extends integers. | Alexandre Ratchov |
2014-10-08 | check audio parameters returned by the audio drivers, | Alexandre Ratchov |
2014-08-13 | Spelling - "alignment" not "alignement". ok ratchov | Nicholas Marriott |
2014-06-02 | fix uninitialized sock->port variable, causing crashes in certain | Alexandre Ratchov |
2014-06-02 | log attach position only if log_level >= 0, | Alexandre Ratchov |
2014-03-17 | Drop dev_clear(), merge dev_full_cycle() and dev_empty_cycle() | Alexandre Ratchov |
2014-03-17 | fix wrong file status strings | Alexandre Ratchov |
2014-03-17 | typo in debug printf | Alexandre Ratchov |
2014-03-17 | unbreak monitoring mode, which was shifted in time by 1 block | Alexandre Ratchov |
2014-03-07 | remove unused "delta" argument from onmove callbacks | Alexandre Ratchov |
2014-03-07 | remove unused mmc start/stop/relocate call-backs as they don't | Alexandre Ratchov |
2014-03-05 | - properly set initial position: fixes incorrect position reporting | Alexandre Ratchov |
2014-03-05 | remove unused "autostart" feature | Alexandre Ratchov |
2014-03-05 | remove (unused) square tone generator | Alexandre Ratchov |
2014-03-05 | Check that socket is writable before attempting to write data | Alexandre Ratchov |
2014-03-05 | remove unused var | Alexandre Ratchov |
2014-02-08 | copy the correct number of channels in join/expand | Alexandre Ratchov |
2014-02-08 | remove debug bits: dont fill with junk unused channels | Alexandre Ratchov |
2014-02-08 | use the correct integer width in calls to AMSG_ISSET() | Alexandre Ratchov |
2013-12-31 | Drop blocks and instert silence immediately in the socket rx/tx code | Alexandre Ratchov |
2013-12-31 | round client block size to nearest possble | Alexandre Ratchov |
2013-12-20 | set the target device number of standard system exclusive | 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 | add missing prototypes | Alexandre Ratchov |
2013-09-28 | Fix condition to check if a midi port is referenced. Remove unused bits. | Alexandre Ratchov |
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 |