Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-23 | build-sys: allow cross-compilation | Thierry Reding | |
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. | |||
2010-10-13 | dbus: add introspection to midlevel paths | Lennart Poettering | |
2010-08-20 | dbus: follow standardized fdo PropertiesChanged signal spec | Lennart Poettering | |
2010-08-14 | emacs: make sure nobody accidently adds tabs to our sources | Lennart Poettering | |
2010-07-11 | dbus: don't hit an assert if we sent a changed signal for something not in ↵ | Lennart Poettering | |
the dbus queue (i.e. because it was deleted before it was fully created | |||
2010-07-08 | dbus: log received message only once, in filter function | Lennart Poettering | |
2010-07-05 | dbus: send signals about jobs to the clients having created them ↵ | Lennart Poettering | |
unconditionally, and thus get rid of broadcast signals in most cases | |||
2010-06-19 | dbus: to make sure that systemd stays controllable during early bootup, ↵ | Lennart Poettering | |
register our services on our own micro usb server in addition to the bus | |||
2010-05-23 | dbus: automatically generate and install introspection files | Lennart Poettering | |
2010-05-22 | systemctl: add --block switch for synchronous starting of units | Lennart Poettering | |
2010-05-16 | build-sys: move source files to subdirectory | Lennart Poettering | |