summaryrefslogtreecommitdiff
path: root/src/dbus-timer.c
Commit message (Collapse)AuthorAgeFilesLines
* dbus: split out object management code into dbus-common, and simplify itLennart Poettering2011-04-161-5/+4
|
* 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
|
* dbus: don't rely that timer/path units have an initialized unit fieldLennart Poettering2011-02-211-1/+15
|
* 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.
* 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
|
* uniformly suffix time span properties with their unitLennart Poettering2010-07-041-10/+27
|
* dbus: include NextElapse field in timer propertiesLennart Poettering2010-07-041-0/+2
|
* dbus: complete coverage of timer unitsLennart Poettering2010-07-041-3/+35
|
* 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
* timer: fully implement timer unitsLennart Poettering2010-05-241-0/+52