1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-14 15:21:37 +03:00
systemd/src/bus-proxyd
Lennart Poettering 557b5d4a94 bus-proxy: also consider ENOTCONN a clean termination condition
Sometimes, when we try to reply to messages we don't check return
values. This means we might miss a ECONNRESET, and will get a ENOTCONN
on next command. Treat both the same hence.
2015-02-13 17:18:35 +01:00
..
bus-proxyd.c include <poll.h> instead of <sys/poll.h> 2015-02-12 20:47:38 +01:00
bus-xml-policy.c Assorted format fixes 2015-01-22 01:14:52 -05:00
bus-xml-policy.h bus-proxy: don't print error-messages if we check multiple dests 2015-01-17 21:18:52 +01:00
driver.c bus-proxy: rename synthetic_reply_return_strv() to synthetic_reply_method_return_strv() 2015-02-13 15:49:51 +01:00
driver.h bus-proxy: share policy between threads 2015-01-17 18:27:23 +01:00
Makefile
proxy.c bus-proxy: also consider ENOTCONN a clean termination condition 2015-02-13 17:18:35 +01:00
proxy.h bus-proxy: we don't pointlessly abbreviate function names 2015-02-13 15:49:51 +01:00
stdio-bridge.c bus-proxy: we don't pointlessly abbreviate function names 2015-02-13 15:49:51 +01:00
synthesize.c bus-proxy: whenever we cannot forward a message, report this back to caller, but don't exit 2015-02-13 15:49:51 +01:00
synthesize.h bus-proxy: whenever we cannot forward a message, report this back to caller, but don't exit 2015-02-13 15:49:51 +01:00
test-bus-xml-policy.c include <poll.h> instead of <sys/poll.h> 2015-02-12 20:47:38 +01:00