Systemd/src/bus-proxyd
Lennart Poettering 50e0d56cf3 sd-bus: fix error handling of pthread API calls
pthread APIs (unlike the rest of libc) return their errors as positive
error codes directly from the functions, rather than using errno. Let's
make sure we always handle things that way.
2015-10-17 16:48:21 +02:00
..
bus-proxyd.c sd-bus: fix error handling of pthread API calls 2015-10-17 16:48:21 +02:00
bus-xml-policy.c sd-bus: fix error handling of pthread API calls 2015-10-17 16:48:21 +02:00
bus-xml-policy.h remove unused includes 2015-02-23 23:53:42 +01:00
driver.c bus-proxy: discard invalid environment updates 2015-08-04 13:38:40 +02:00
driver.h bus-proxy: never pass on unmatched broadcasts 2015-07-16 16:36:35 +02:00
Makefile rename stdio-bridge to bus-proxyd 2013-11-29 22:12:59 +01:00
proxy.c bus-proxy: don't close local bus fds twice 2015-10-17 16:48:21 +02:00
proxy.h bus-proxy: make StartServiceByName synchronous 2015-07-31 13:56:39 +02:00
stdio-bridge.c util: introduce common version() implementation and use it everywhere 2015-09-29 21:08:37 +02:00
synthesize.c bus-proxy: don't filter directed signals 2015-07-31 13:28:23 +02:00
synthesize.h bus-proxy: never pass on unmatched broadcasts 2015-07-16 16:36:35 +02:00
test-bus-xml-policy.c remove unused includes 2015-02-23 23:53:42 +01:00