summaryrefslogtreecommitdiffstats
path: root/src/dbus-swap.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* dbus: split out object management code into dbus-common, and simplify itLennart Poettering2011-04-161-3/+3
|
* dbus: properly generate UnknownInterface, UnknownProperty and ↵Lennart Poettering2011-03-091-1/+5
| | | | PropertyReadOnly errors
* drop unnecessary suffix NULs as gcc adds them anywayLennart Poettering2011-03-091-2/+1
|
* build-sys: allow cross-compilationThierry Reding2010-11-231-1/+1
| | | | | | | | | | | | | | When cross-compiling systemd, the introspection XML files fail to be generated because the systemd host binary is not executable. This patch works around this by putting the introspection XML data into separate ELF sections and extracting them from the binary when generating the XML files. The extracted XML data is passed through the strings utility in order to strip the trailing NUL character. A small AWK script is used to prepend the doctype and add the opening and closing node tags respectively. Finally, the C preprocessor is used to substitute the correct doctype information from the D-Bus header files.
* swap: expose swap exec env proprties via dbusLennart Poettering2010-10-261-2/+15
|
* dbus: follow standardized fdo PropertiesChanged signal specLennart Poettering2010-08-201-0/+6
|
* emacs: make sure nobody accidently adds tabs to our sourcesLennart Poettering2010-08-141-1/+1
|
* dbus: to make sure that systemd stays controllable during early bootup, ↵Lennart Poettering2010-06-191-2/+2
| | | | register our services on our own micro usb server in addition to the bus
* dbus: automatically generate and install introspection filesLennart Poettering2010-05-231-12/+17
|
* build-sys: move source files to subdirectoryLennart Poettering2010-05-161-0/+73