Age | Commit message (Expand) | Author |
2014-10-23 | unit: place reservations before merging other's dependencies | Michal Schmidt |
2014-10-23 | install, cgtop: adjust hashmap_move_one() callers for -ENOMEM possibility | Michal Schmidt |
2014-10-23 | test: add test for hashmap_reserve() | Michal Schmidt |
2014-10-23 | hashmap: introduce hashmap_reserve() | Michal Schmidt |
2014-10-23 | hashmap: return more information from resize_buckets() | Michal Schmidt |
2014-10-23 | shared: split mempool implementation from hashmaps | Michal Schmidt |
2014-10-23 | resolve: make DnsScope::conflict_queue an OrderedHashmap | Michal Schmidt |
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 | man: add example how to generate certificates with openssl | Zbigniew Jędrzejewski-Szmek |
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 | man: make udev.event-timeout more visible | Zbigniew Jędrzejewski-Szmek |
2014-10-23 | units: run firstboot before sysusers, so that firstboot can initialize the ro... | Lennart Poettering |
2014-10-23 | update TODO | Lennart Poettering |
2014-10-23 | update TODO | Lennart Poettering |
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 | update TODO | 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 |