Age | Commit message (Expand) | Author |
2015-03-11 | bus-proxy: complain only once about queue overflows | David Herrmann |
2015-02-23 | remove unused includes | Thomas Hindoe Paaboel Andersen |
2015-02-14 | bus-proxy: be more verbose if messages cannot be forwarded | David Herrmann |
2015-02-14 | bus-proxy: don't fake data we don't have | David Herrmann |
2015-02-13 | bus-proxy: ECONNRESET/ENOTCONN can hit us on every step, hence handle it on e... | Lennart Poettering |
2015-02-13 | bus-proxy: also consider ENOTCONN a clean termination condition | Lennart Poettering |
2015-02-13 | bus-proxy: whenever we cannot forward a message, report this back to caller, ... | Lennart Poettering |
2015-02-13 | bus-proxy: minor simplifications | Lennart Poettering |
2015-02-13 | bus-proxy: no need to negate error codes, log_error_errno() already does it | Lennart Poettering |
2015-02-13 | bus-proxy: tell Coverity we don't care about these return values | Lennart Poettering |
2015-02-13 | bus-proxy: we don't pointlessly abbreviate function names | Lennart Poettering |
2015-02-12 | include <poll.h> instead of <sys/poll.h> | Thomas Hindoe Paaboel Andersen |
2015-01-18 | bus: use EUID over UID and fix unix-creds | David Herrmann |
2015-01-18 | bus-proxy: fake all UIDs/GIDs, not just the real UID/GID | David Herrmann |
2015-01-17 | bus-proxy: don't print error-messages if we check multiple dests | David Herrmann |
2015-01-17 | bus-proxy: share policy between threads | David Herrmann |
2015-01-17 | bus-proxy: extract proxy into Proxy object | David Herrmann |