Age | Commit message (Expand) | Author |
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 |
2015-11-25 | fix latest: don't set d->path as we just allocated it | Alexandre Ratchov |
2015-11-25 | Allocate device names in the heap, so they can be generated. | Alexandre Ratchov |
2015-11-25 | spacing | Alexandre Ratchov |
2015-11-24 | remove unused test when handling of -U option | Alexandre Ratchov |
2015-11-23 | define port_log even without -DDEBUG | Alexandre Ratchov |
2015-11-23 | Remove unused -M option (2+ years get used to it is enough) | Alexandre Ratchov |
2015-11-23 | If the clock is ticking because of a MMC start message, then stop | Alexandre Ratchov |
2015-11-23 | Save and restore umask when creating /tmp/aucat/ to ensure the | Alexandre Ratchov |
2015-11-23 | use device numbers stored in the dev structure rather than | Alexandre Ratchov |
2015-11-23 | Insert new ports at the head of the list and stop assuming its | Alexandre Ratchov |
2015-11-22 | Disallow multiple -L options and remove the constraint -U to | Alexandre Ratchov |
2015-11-22 | save port number if port structure | Alexandre Ratchov |
2015-11-18 | missing word; from jan stary | Jason McIntyre |
2015-11-18 | disable networking (i.e. -L option) until privilege separation is | Alexandre Ratchov |
2015-11-18 | say that network communication is not secure | Alexandre Ratchov |
2015-10-02 | Replace %s in the format string, with its value (macro). | Alexandre Ratchov |
2015-10-02 | As the socket path is known, use its size rather that PATH_MAX. | Alexandre Ratchov |
2015-10-02 | use macros instead of hard-coded strings for unix sockets paths | Alexandre Ratchov |
2015-09-05 | In the last commit, the man-page change was committed by mistake, | Alexandre Ratchov |
2015-09-05 | typos in comments: xfree -> free | Alexandre Ratchov |