summaryrefslogtreecommitdiff
path: root/src/stdio-bridge
AgeCommit message (Expand)AuthorFilesLines
2019-03-19stdio-bridge: slightly optimize formatting of structureLennart Poettering1-3/+4
2019-03-19stdio-bridge: use SYNTHETIC_ERRNO() where appropriateLennart Poettering1-4/+2
2019-03-19stdio-bridge: tweak getopt() case statement a bitLennart Poettering1-8/+5
2019-03-19stdio-bridge: fix getopt() parameter list to match realityLennart Poettering1-1/+1
2019-03-19stdio-bridge: use ERRNO_IS_DISCONNECT() to detect disconnectsLennart Poettering1-2/+7
2019-01-17tree-wide: make sure to flush/close all bus connections when our daemons exitLennart Poettering1-1/+1
2018-11-22coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek1-2/+2
2018-11-19util-lib: move main() definition macros to its own header fileLennart Poettering1-1/+2
2018-11-17stdio-bridge: define main through macroZbigniew Jędrzejewski-Szmek1-94/+48
2018-08-06stdio-bridge: support --machineShawn Landden1-3/+18
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering1-3/+0
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2017-12-04stdio-bridge: add missing optionYu Watanabe1-3/+4
2017-12-03stio-bridge: list all short options in help textMarcus Folkesson1-1/+1
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-05-19tree-wide: when %m is used in log_*, always specify errno explicitlyZbigniew Jędrzejewski-Szmek1-1/+1
2017-05-13tree-wide: fix incorrect uses of %mZbigniew Jędrzejewski-Szmek1-2/+2
2016-02-29stdio-bridge: Correctly propagate errorBenjamin Robin1-0/+3
2016-02-26stdio-bridge: remove dead codeThomas Hindoe Paaboel Andersen1-2/+0
2016-02-26tree-wide: indentation fixesThomas Hindoe Paaboel Andersen1-1/+1
2016-02-12remove bus-proxydDaniel Mack1-0/+301
2013-11-29rename stdio-bridge to bus-proxydKay Sievers2-311/+0
2013-11-29systemd-stdio-bridge: make it socket-activatable and usable as kdbus bridgeDaniel Mack1-12/+90
2013-10-16timedated: use libsystemd-bus instead of libdbus for bus communicationLennart Poettering1-0/+1
2013-05-17bus: add APIs for negotiating what is attached to messagesLennart Poettering1-2/+2
2013-04-05Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek1-9/+7
2013-04-01stdio-bridge: rework stdio bridge to use libsystemd-busLennart Poettering1-278/+144
2013-03-20stdio-bridge: modernizationLennart Poettering1-1/+1
2013-02-13use strneq instead of strncmpThomas Hindoe Paaboel Andersen1-3/+3
2012-04-13build-sys: add stub makefiles to all subdirs to ease development with emacsLennart Poettering1-0/+1
2012-04-12rename bridge.c to stdio-bridge.c and move to subdirKay Sievers1-0/+367