summaryrefslogtreecommitdiff
path: root/src/bus-proxyd/proxy.c
AgeCommit message (Expand)Author
2015-04-10shared: add formats-util.hRonny Chevalier
2015-03-11bus-proxy: complain only once about queue overflowsDavid Herrmann
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-02-14bus-proxy: be more verbose if messages cannot be forwardedDavid Herrmann
2015-02-14bus-proxy: don't fake data we don't haveDavid Herrmann
2015-02-13bus-proxy: ECONNRESET/ENOTCONN can hit us on every step, hence handle it on e...Lennart Poettering
2015-02-13bus-proxy: also consider ENOTCONN a clean termination conditionLennart Poettering
2015-02-13bus-proxy: whenever we cannot forward a message, report this back to caller, ...Lennart Poettering
2015-02-13bus-proxy: minor simplificationsLennart Poettering
2015-02-13bus-proxy: no need to negate error codes, log_error_errno() already does itLennart Poettering
2015-02-13bus-proxy: tell Coverity we don't care about these return valuesLennart Poettering
2015-02-13bus-proxy: we don't pointlessly abbreviate function namesLennart Poettering
2015-02-12include <poll.h> instead of <sys/poll.h>Thomas Hindoe Paaboel Andersen
2015-01-18bus: use EUID over UID and fix unix-credsDavid Herrmann
2015-01-18bus-proxy: fake all UIDs/GIDs, not just the real UID/GIDDavid Herrmann
2015-01-17bus-proxy: don't print error-messages if we check multiple destsDavid Herrmann
2015-01-17bus-proxy: share policy between threadsDavid Herrmann
2015-01-17bus-proxy: extract proxy into Proxy objectDavid Herrmann