Age | Commit message (Expand) | Author |
2022-12-26 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2019-11-27 | Initialize nfds fields of new file structures. | Alexandre Ratchov |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2016-10-27 | Fix many typos in comments, from Michael W. Bombardieri <mb at ii.net> | Alexandre Ratchov |
2016-06-30 | Use CLOCK_UPTIME instead of CLOCK_MONOTONIC, as the later makes jumps | Alexandre Ratchov |
2016-05-25 | Log files skipped during poll() as well, and flush the log buffer | Alexandre Ratchov |
2016-01-18 | Allow time differences between two clock_gettime() calls to | Alexandre Ratchov |
2016-01-08 | Make code fit in 80 columns, remove trailing spaces & tabs. | Alexandre Ratchov |
2016-01-08 | On programming error, flush log buffer and abort() rather than | Alexandre Ratchov |
2016-01-08 | remove redundant debug message | Alexandre Ratchov |
2016-01-08 | Don't calculate clock deltas is there are no time-outs. Removes (harmless) | Alexandre Ratchov |
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-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-02-16 | Allow files to be skipped in the poll(2) event loop, in case | Alexandre Ratchov |
2014-03-17 | fix wrong file status strings | Alexandre Ratchov |
2013-11-18 | add missing prototypes | Alexandre Ratchov |
2013-02-01 | if a device doesn't respond within two seconds, then just close it | Alexandre Ratchov |
2012-12-07 | move log_level in utils.h with other logging bits | Alexandre Ratchov |
2012-11-23 | Remplace aucat server by a new sndiod daemon aimed to be simpler | Alexandre Ratchov |