Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-28 | shared: add simplistic XML parser for usage in the D-Bus policy language ↵ | Lennart Poettering | |
compat parser | |||
2013-12-27 | bus: fix running tests in parallel | Zbigniew Jędrzejewski-Szmek | |
2013-12-27 | man: add a note about propagating signals | Zbigniew Jędrzejewski-Szmek | |
2013-12-27 | hwdb: Update database of Bluetooth company identifiers | Marcel Holtmann | |
2013-12-27 | build-sys: fix generation of user@.service | Zbigniew Jędrzejewski-Szmek | |
2013-12-27 | units: user@.service: fix user bus path | Mantas Mikulėnas | |
2013-12-27 | bus: PORTING-DBUS1: fix user bus path | Mantas Mikulėnas | |
2013-12-27 | systemctl: remove unused variable | Thomas Hindoe Paaboel Andersen | |
2013-12-27 | bus: PORTING-DBUS1 typo fixes | Thomas Hindoe Paaboel Andersen | |
2013-12-27 | man: fix Type= reference v2 | Zbigniew Jędrzejewski-Szmek | |
grawity: It looks like the old version _was_ correct – the default value will be "Type=dbus" if the service has a BusName set. Suggested change: "if neither Type= nor BusName= is specified" | |||
2013-12-27 | bus: PORTING-DBUS1 clarify pool size value | Kay Sievers | |
2013-12-27 | bus: PORTING-DBUS1 update | Kay Sievers | |
2013-12-27 | bus: update PORTING-DBUS1 | Kay Sievers | |
2013-12-27 | bus: actually, the kernel does enforce validity of bus names... | Lennart Poettering | |
2013-12-27 | bus: explain obsoletion of dbus1 .service files | Lennart Poettering | |
2013-12-27 | bus: refuse invalid names from kbus meta data | Lennart Poettering | |
2013-12-27 | bus: add some preliminary docs for porting existing dbus1 client libraries ↵ | Lennart Poettering | |
to kdbus | |||
2013-12-26 | bus: update kdbus.h | Kay Sievers | |
2013-12-26 | man: fix Type= reference | Marcos Felipe Rasia de Mello | |
Simple man page fix attached. -- Marcos From 268d10a2f8769fd1dcb9440670af15ac02c5df89 Mon Sep 17 00:00:00 2001 From: Marcos Mello <marcosfrm@gmail.com> Date: Thu, 26 Dec 2013 17:19:04 -0200 Subject: [PATCH 1/1] man: fix Type= reference | |||
2013-12-26 | Use enums to make it obvious what boolean params mean | Zbigniew Jędrzejewski-Szmek | |
Suggested-by: Russ Allbery <rra@debian.org> | |||
2013-12-26 | systemctl: allow globbing in commands which take multiple unit names | Zbigniew Jędrzejewski-Szmek | |
2013-12-26 | systemctl: drop uninteresting units immediately | Zbigniew Jędrzejewski-Szmek | |
Also properly free memory if list-unit-files --root=... is used. | |||
2013-12-26 | systemctl: simplify start_unit | Zbigniew Jędrzejewski-Szmek | |
2013-12-26 | man: fix description of is-enabled returned value | Zbigniew Jędrzejewski-Szmek | |
2013-12-26 | bus: add a temporary hard-coded policy to proxyd to make gdm work | Lennart Poettering | |
gdm relies on the policy to deny its own requests to not deadlock. Given that we currently do not enforce any policy in the dbus1 compat proxy service this means that gdm will necessarily deadlock on our systems. To work around this, enforce a fixed policy teomporarily, until we interpret the legacy XML policy in full. Booh, gdm, booh, for requring this and making me waste two days on tracking this brokenness down. | |||
2013-12-26 | bus: always show messages we send | Lennart Poettering | |
2013-12-25 | man: document fail/nofail, auto/noauto | Zbigniew Jędrzejewski-Szmek | |
Also s/filesystem/file system/ in a few places. | |||
2013-12-25 | Trim TODO | Zbigniew Jędrzejewski-Szmek | |
2013-12-25 | man: grammar and wording improvements | Jan Engelhardt | |
This is a recurring submission and includes corrections to: - missing words, preposition choice. - change of /lib to /usr/lib, because that is what most distros are using as the system-wide location for systemd/udev files. | |||
2013-12-25 | man: improvements to comma placement | Jan Engelhardt | |
This is a recurring submission and includes corrections to: comma placement. | |||
2013-12-25 | man: resolve word omissions | Jan Engelhardt | |
This is a recurring submission and includes corrections to: word omissions and word class choice. | |||
2013-12-26 | bus: don't process Peer interface messages in the proxy | Lennart Poettering | |
2013-12-26 | update TODO | Lennart Poettering | |
2013-12-26 | bus: make system bus kdbus node world-accessible | Lennart Poettering | |
2013-12-26 | journalctl: make sure -b --foobar cannot be misunderstood as --boot=--foobar | Lennart Poettering | |
2013-12-26 | Revert "completion: don't offer completions for journalctl -b" | Lennart Poettering | |
This reverts commit c756a6d57cdb678b702c68913dae3e11ff0427ae. | |||
2013-12-26 | Revert "journalctl: remove unexpected behavior of journalctl -b" | Lennart Poettering | |
This reverts commit cf5bccc2bb9569030cb04debbc4208aaca0fe5b4. We should fix thinks properly if they aren't perfect, not just break other things... | |||
2013-12-25 | build-sys: minor fixes found with cppcheck | Lennart Poettering | |
2013-12-25 | build-sys: the pure/const warning options are probably too much as default, ↵ | Lennart Poettering | |
but let's make it available via "autogen.sh a" | |||
2013-12-25 | completion: don't offer completions for journalctl -b | Dave Reisner | |
Since this is a shortopt with an optional argument, assume the user knows what they're doing. The longopts --boot and --this-boot will continue to offer boot IDs as completions. | |||
2013-12-25 | journalctl: remove unexpected behavior of journalctl -b | Dave Reisner | |
This flag shouldn't try and consume the following argument. It should behave like every other flag which takes an optional argument when parsed by getopt_long. | |||
2013-12-25 | bus: add a bit of pure/const decorators | Lennart Poettering | |
2013-12-25 | man: add missing sd_bus_message_get_cookie man page fie | Lennart Poettering | |
2013-12-25 | man: document sd_bus_message_get_cookie() | Lennart Poettering | |
2013-12-25 | bus: rename message "serial" to "cookie" | Lennart Poettering | |
Even if the lower-leveld dbus1 protocol calls it "serial", let's expose the word "cookie" for this instead, as this is what kdbus uses and since it doesn't imply monotonicity the same way "serial" does. | |||
2013-12-25 | bus: conditionally set cookie_reply/timeout and update kdbus.h | Kay Sievers | |
2013-12-25 | bus: update kdbus.h | Kay Sievers | |
2013-12-25 | bus: set cookie_reply and update kdbus.h | Kay Sievers | |
2013-12-25 | bus: also write debug logs about messages we send | Lennart Poettering | |
2013-12-25 | bus: be a bit more verbose when debug mode is on | Lennart Poettering | |