Age | Commit message (Expand) | Author |
2018-01-10 | Simplify bounds checking of client numbers of channels and rate. From | Alexandre Ratchov |
2017-11-23 | Fix slot leak occuring when the device mode doesn't match | Alexandre Ratchov |
2017-11-20 | Free memory in the error code-path, when we run out of descriptors | Alexandre Ratchov |
2017-11-07 | prefill with silence the buffer where cmap_copy() stores samples | Alexandre Ratchov |
2017-11-03 | Prefill client rec buffer with silence. This is necessary because | Alexandre Ratchov |
2017-07-20 | Add comments to explain correct code that might look wrong. | Alexandre Ratchov |
2017-07-20 | Fix debug printf used to report kernel bugs: print par.bps instead | Alexandre Ratchov |
2017-02-15 | Fix the code supposed to abort when attempting to detach a slot that's | Alexandre Ratchov |
2017-01-03 | Many typos in comments. From Michael W. Bombardieri. Thanks. | Alexandre Ratchov |
2017-01-03 | Use a goto to factor all calls to close() when listen_in() returns | Alexandre Ratchov |
2016-10-27 | Fix many typos in comments, from Michael W. Bombardieri <mb at ii.net> | Alexandre Ratchov |
2016-10-20 | Move initialization of the helper process in its own routine to make | Alexandre Ratchov |
2016-10-20 | remove unused variables | Alexandre Ratchov |
2016-06-30 | Use CLOCK_UPTIME instead of CLOCK_MONOTONIC, as the later makes jumps | Alexandre Ratchov |
2016-05-25 | Don't warn when read or write block at cycle boundary, this may | Alexandre Ratchov |
2016-05-25 | Assert we're not freeing buffers we didn't allocate | Alexandre Ratchov |
2016-05-25 | Log files skipped during poll() as well, and flush the log buffer | Alexandre Ratchov |
2016-05-25 | Set initial mixer slot name to "prog" to make all slots visible in | Alexandre Ratchov |
2016-03-23 | Remove unused arguments of dev_adjpar(), getbasepath() and all | Alexandre Ratchov |
2016-03-23 | Align comments. From David CARLIER <devnexen at gmail.com>. Thanks. | Alexandre Ratchov |
2016-01-18 | Allow time differences between two clock_gettime() calls to | Alexandre Ratchov |
2016-01-18 | Mention that "sndiod -d" doesn't daemonize and that | Alexandre Ratchov |
2016-01-09 | Make midi->tickets signed (sign is needed for arithmetics even if the | Alexandre Ratchov |
2016-01-09 | Check in advance that the socket path is a directory and report the | Alexandre Ratchov |
2016-01-09 | Remove trailing '\n' from strings passed to err(1) | Alexandre Ratchov |
2016-01-09 | unexpand tabs | Alexandre Ratchov |
2016-01-08 | Fix changes that last commit undid by mistake, sorry. | Alexandre Ratchov |
2016-01-08 | Make code fit in 80 columns, remove trailing spaces & tabs. | Alexandre Ratchov |
2016-01-08 | move code to add a midi port in a new mkport() routine | Alexandre Ratchov |
2016-01-08 | Make mkopt() return NULL on failure | Alexandre Ratchov |
2016-01-08 | Unbreak support for multiple -L options. | Alexandre Ratchov |
2016-01-08 | don't call unlink() to delete socket as this would require cpath | Alexandre Ratchov |
2016-01-08 | No need to include sys/queue.h | Alexandre Ratchov |
2016-01-08 | Make listen_new_xxx() routines return NULL on failure and check the | Alexandre Ratchov |
2016-01-08 | On programming error, flush log buffer and abort() rather than | Alexandre Ratchov |
2016-01-08 | Use unorderd list to store sub-device configuration (we don't use | 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 |
2016-01-07 | Move sndiod man page to section 8. | Alexandre Ratchov |
2015-12-25 | follwing -> following | Anthony J. Bentley |
2015-12-25 | Don't set (unused) IPV6_V6ONLY option. | Alexandre Ratchov |
2015-12-23 | Add pledge calls to both "helper" and "worker" processes. | Alexandre Ratchov |
2015-12-23 | fix false-positive "uninitialized" gcc warning | Alexandre Ratchov |
2015-12-23 | Call getpwname() earlier, and if it fails, return the proper | Alexandre Ratchov |
2015-12-23 | hide forgotten debug printfs | Alexandre Ratchov |
2015-12-21 | Don't attempt to remove unix socket as it's owned by root and | Alexandre Ratchov |
2015-12-20 | In case of a bug in sndiod, an attacker (a local user) could run | Alexandre Ratchov |
2015-12-14 | Work on a copy of the slowaccept flag instead of the global one as | Alexandre Ratchov |
2015-12-07 | reset the slowaccept flag in sock_close() | Alexandre Ratchov |
2015-11-26 | Cleanup in the opposite order as initialization, inline privdrop() | Alexandre Ratchov |