summaryrefslogtreecommitdiff
path: root/src/dbus1-generator
Commit message (Expand)AuthorAgeFilesLines
* Ensure kdbus isn't used (#3501)Dave Reisner2016-06-181-331/+0
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* treewide: apply errno.cocciMichal Schmidt2015-11-091-4/+2
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: introduce dirent-util.[ch] for directory entry callsLennart Poettering2015-10-271-0/+1
* util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-5/+6
* util: introduce safe_fclose() and port everything over to itLennart Poettering2015-09-091-2/+1
* Revert "sd-bus: do not connect to dbus-1 socket when kdbus is available"David Herrmann2015-08-271-6/+3
* sd-bus: do not connect to dbus-1 socket when kdbus is availableKay Sievers2015-08-111-3/+6
* bus: don't switch to kdbus if not requestedDavid Herrmann2015-05-061-2/+2
* core: rework unit name validation and manipulation logicLennart Poettering2015-05-051-1/+1
* util: rework strappenda(), and rename it strjoina()Lennart Poettering2015-02-031-8/+8
* dbus1-generator: fix array sentinalDavid Herrmann2015-01-081-0/+1
* treewide: another round of simplificationsMichal Schmidt2014-11-281-28/+14
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-9/+9
* treewide: more log_*_errno + return simplificationsMichal Schmidt2014-11-281-12/+6
* sd-bus: rename default bus address constants, they aren't "paths" but "addres...Lennart Poettering2014-11-281-2/+2
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-3/+3
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-3/+3
* sd-bus: sync with kdbus upstream (ABI break)Daniel Mack2014-11-131-1/+1
* dbus1-generator: properly free the FILE*Lennart Poettering2014-08-221-8/+12
* util: allow strappenda to take any number of argsDave Reisner2014-08-131-1/+1
* Let config_parse open file where applicableZbigniew Jędrzejewski-Szmek2014-07-161-16/+6
* Constify ConfigTableItem tablesZbigniew Jędrzejewski-Szmek2014-07-151-1/+1
* Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek2014-05-151-1/+1
* units: remove "AllowUser=root own", the bus owner can always own namesKay Sievers2014-03-081-1/+0
* dbus1-generator: set AllowWorld=own for nowDaniel Mack2014-03-071-1/+3
* generators: add Documentation= fields that point to the generator man pagesLennart Poettering2014-03-061-2/+4
* dbus1-generator: use XDG_RUNTIME_DIR instead of /run/user/%lu/Kay Sievers2014-01-261-4/+13
* dbus1-generator: add missing "path=" and "unix:*" to DBUS environment variablesKay Sievers2014-01-251-2/+3
* dbus1-generator: fix copy-pastoZbigniew Jędrzejewski-Szmek2014-01-071-1/+1
* dbus1-generator: always pull proxy socket into sockets.targetKay Sievers2014-01-071-1/+8
* Use enums to make it obvious what boolean params meanZbigniew Jędrzejewski-Szmek2013-12-261-1/+1
* bus: also mask dbus.service in generator if kdbus is foundLennart Poettering2013-12-161-0/+6
* bus: fix symlink to bus proxy socketLennart Poettering2013-12-161-1/+1
* bus: install systemd-bus-proxyd unit files for compatibility with dbus1Lennart Poettering2013-12-131-6/+27
* dbus1: make gcc shut upLennart Poettering2013-12-031-1/+1
* dbus1: hook busnames.target into normal boot if kdbus is enabledLennart Poettering2013-12-031-20/+46
* bus: skip unit file generation for systemd itselfLennart Poettering2013-12-031-2/+7
* bus: add generator that turns old dbus1 activation files into .busname + .ser...Lennart Poettering2013-12-032-0/+280