Age | Commit message (Expand) | Author |
2014-10-23 | sd-bus: make sd_bus::reply_callbacks a OrderedHashmap | Michal Schmidt |
2014-10-23 | journal: make sd_journal::files a OrderedHashmap | Michal Schmidt |
2014-10-23 | journal: make Server::user_journals an OrderedHashmap | Michal Schmidt |
2014-10-23 | journal: make JournalFile::chain_cache an OrderedHashmap | Michal Schmidt |
2014-10-23 | install: make InstallContext::{will_install,have_installed} OrderedHashmaps | Michal Schmidt |
2014-10-23 | hashmap: drop assert(h) from hashmap_next() | Michal Schmidt |
2014-10-23 | hashmap: hashmap_move_one() should return -ENOENT when 'other' is NULL | Michal Schmidt |
2014-10-23 | test: add and improve hashmap tests | Michal Schmidt |
2014-10-23 | test: generate tests for OrderedHashmap from Hashmap tests | Michal Schmidt |
2014-10-23 | hashmap: add OrderedHashmap as a distinct type | Michal Schmidt |
2014-10-23 | mac: also rename use_{smack,selinux,apparmor}() calls so that they share the ... | Lennart Poettering |
2014-10-23 | mac: rename apis with mac_{selinux/smack}_ prefix | WaLyong Cho |
2014-10-23 | label: rearrange mandatory access control(MAC) apis | WaLyong Cho |
2014-10-23 | journal-upload: return proper exit code | Zbigniew Jędrzejewski-Szmek |
2014-10-23 | shared/log: add log_trace as compile-time optional debugging | Zbigniew Jędrzejewski-Szmek |
2014-10-23 | journal-upload: fix --trust=all option | Zbigniew Jędrzejewski-Szmek |
2014-10-23 | journal-upload: avoid calling printf with maximum precision | Zbigniew Jędrzejewski-Szmek |
2014-10-23 | journal-upload: verify state file can be saved before uploading | Zbigniew Jędrzejewski-Szmek |
2014-10-23 | socket-util: use IP address when hostname is not found | Zbigniew Jędrzejewski-Szmek |
2014-10-23 | journal-remote: add --split-mode to help | Zbigniew Jędrzejewski-Szmek |
2014-10-23 | journal-remote: better error message on failure | Zbigniew Jędrzejewski-Szmek |
2014-10-23 | journal-upload: do not require port to be set | Zbigniew Jędrzejewski-Szmek |
2014-10-23 | systemd-upload: print paths in help() | Zbigniew Jędrzejewski-Szmek |
2014-10-23 | journal-remote: give names to event sources | Zbigniew Jędrzejewski-Szmek |
2014-10-23 | journal-upload: fix socket activation | Zbigniew Jędrzejewski-Szmek |
2014-10-23 | sd-daemon,man: ignore missing $WATCHDOG_PID | Zbigniew Jędrzejewski-Szmek |
2014-10-23 | journalctl: add new --flush command and make use of it in systemd-journal-flu... | Lennart Poettering |
2014-10-23 | cryptsetup: fix an OOM check | Lennart Poettering |
2014-10-22 | machine: validate machine names using machine_name_is_valid() instead of stri... | Lennart Poettering |
2014-10-22 | sd-bus: fix transition left-overs in sd_bus_get_owner_creds() | Daniel Mack |
2014-10-22 | journal: do server_vacuum for sigusr1 | WaLyong Cho |
2014-10-22 | firstboot: don't prohibit re-generating the machine id on the current root fs | Lennart Poettering |
2014-10-22 | journalctl: don't introduce numeric constants with special names, give them n... | Lennart Poettering |
2014-10-22 | sd-bus: implement sd_bus_get_owner_creds() for kdbus | Daniel Mack |
2014-10-22 | sd-bus: rename sd_bus_get_owner_uid(), sd_bus_get_owner_machine_id() and sd_b... | Daniel Mack |
2014-10-22 | sd-bus: factor out creds item iterator | Daniel Mack |
2014-10-22 | sd-bus: sync kdbus.h | Daniel Mack |
2014-10-22 | resolved: simplify detection of packets from the loopback device | Lennart Poettering |
2014-10-22 | networkd: Fix a couple of typos | Torstein Husebø |
2014-10-22 | sd-bus: assert clock_gettime()'s return value | Daniel Mack |
2014-10-22 | fsck: re-enable fsck -l | Karel Zak |
2014-10-21 | sd-bus: sync kdbus.h (API change: switch to absolute timeouts) | Daniel Mack |
2014-10-21 | sd-bus: sync kdbus.h (ABI break) | Daniel Mack |
2014-10-21 | strv: use realloc_multiply() to check for multiplication overflow | Michal Schmidt |
2014-10-21 | strv: add an additional overflow check when enlarging strv()s | Lennart Poettering |
2014-10-21 | shared: remove unused functions | Ronny Chevalier |
2014-10-21 | util: avoid duplication of TIME_T_MAX | Ronny Chevalier |
2014-10-20 | sd-journal: consistently use ternary operator for all direction checks | Christian Hesse |
2014-10-20 | bus-proxy: let's make use of the translated errors get_creds_by_name() provid... | Lennart Poettering |
2014-10-20 | Revert "bus-proxyd: improve compatibility with dbus-1" | Lennart Poettering |