Age | Commit message (Expand) | Author |
2016-02-01 | resolve: Silence build warning, when systemd is built without libidn | Torstein Husebø |
2016-02-01 | resolve: fix typos | Torstein Husebø |
2016-02-01 | Merge pull request #2497 from jsynacek/bootoffset-runtime-v4 | Lennart Poettering |
2016-02-01 | journalctl: improve error messages when the specified boot is not found | Jan Synacek |
2016-02-01 | journalctl: show friendly info when using -b on runtime journal only | Jan Synacek |
2016-02-01 | sd-journal: introduce has_runtime_files and has_persistent_files | Jan Synacek |
2016-02-01 | Merge pull request #2481 from xnox/pretty-ccw | Lennart Poettering |
2016-02-01 | Merge pull request #2493 from evverx/fix-selinux-checks | Lennart Poettering |
2016-01-31 | resolved: allow building without libgcrypt | Michael Olbrich |
2016-01-31 | resolved: make dnssec_nsec_test_enclosed() static | Michael Olbrich |
2016-01-31 | resolved: reorder functions | Michael Olbrich |
2016-01-31 | core: let's check access before type modification | Evgeny Vereshchagin |
2016-01-31 | core: refactoring: add job_type_to_access_method | Evgeny Vereshchagin |
2016-01-31 | core: fix selinux check for reload | Evgeny Vereshchagin |
2016-01-31 | bootctl: replace readdir() loops with FOREACH_DIRENT | Michal Sekletar |
2016-01-30 | Merge pull request #2469 from keszybz/resolved-2 | Lennart Poettering |
2016-01-29 | basic: fix touch() creating files with 07777 mode | Mantas Mikulėnas |
2016-01-29 | resolved: log server type when switching servers | Zbigniew Jędrzejewski-Szmek |
2016-01-29 | resolved: add macro to compare sized fields | Zbigniew Jędrzejewski-Szmek |
2016-01-29 | resolve-host: add option to list protocols | Zbigniew Jędrzejewski-Szmek |
2016-01-29 | resolve-host: allow specifying type as TYPEnn | Zbigniew Jędrzejewski-Szmek |
2016-01-29 | test-tables: ellide boring parts of sparse mappings | Zbigniew Jędrzejewski-Szmek |
2016-01-29 | test-resolve-tables: new "test", useful to print mappings | Zbigniew Jędrzejewski-Szmek |
2016-01-29 | resolved: calculate and print tags for DNSKEY records | Zbigniew Jędrzejewski-Szmek |
2016-01-29 | udev: net_id - for ccw bus, shorten the identifier and stip leading zeros | Dimitri John Ledkov |
2016-01-29 | systemctl: actually honour the try-reload-or-restart verb aabf5d4243408 promised | Lennart Poettering |
2016-01-29 | systemctl: make most systemctl commands NOPs in a chroot() environment | Lennart Poettering |
2016-01-29 | systemctl: consider a chroot() environment always offline | Lennart Poettering |
2016-01-29 | basic: when parsing verb command lines, optionally shortcut them in chroot() ... | Lennart Poettering |
2016-01-28 | Merge pull request #2466 from poettering/nspawn-journal | Zbigniew Jędrzejewski-Szmek |
2016-01-28 | resolved: expand flags field in DNSKEY records | Zbigniew Jędrzejewski-Szmek |
2016-01-28 | resolved: convert TLSA fields to string | Zbigniew Jędrzejewski-Szmek |
2016-01-28 | resolved: OPENPGPKEY records | Zbigniew Jędrzejewski-Szmek |
2016-01-28 | resolved: TLSA records | Zbigniew Jędrzejewski-Szmek |
2016-01-28 | resolved: add alignment to base64 | Zbigniew Jędrzejewski-Szmek |
2016-01-28 | resolved: emit full path to file we failed to write | Zbigniew Jędrzejewski-Szmek |
2016-01-28 | nspawn: make sure --link-journal=host may be used twice in a row | Lennart Poettering |
2016-01-28 | nspawn: make journal linking non-fatal in try and auto modes | Lennart Poettering |
2016-01-28 | systemctl: rename "reload-or-try-restart" verb to "try-reload-or-restart" | Lennart Poettering |
2016-01-28 | systemctl: improve message when a job fails with a JOB_INVALID state | Lennart Poettering |
2016-01-28 | core: when propagating reload jobs, downgrade them to try-reload | Lennart Poettering |
2016-01-28 | core: when determining system state, don't bother with JOB_TRY_RESTART | Lennart Poettering |
2016-01-28 | core: make sure "systemctl reload-or-try-restart is actually a noop if a unit... | Lennart Poettering |
2016-01-28 | basic: getauxval(AT_RANDOM) is apparently not necessarily aligned | Lennart Poettering |
2016-01-28 | systemctl: don't make up unit states, and don't eat up errors to eagerly | Lennart Poettering |
2016-01-28 | systemctl: don't mangle unit names in check_unit_generic() | Lennart Poettering |
2016-01-28 | shared: meanor clean-ups for logs-show.c | Lennart Poettering |
2016-01-28 | core: don't reset /dev/console if stdin/stdout/stderr as passed as fd in a tr... | Lennart Poettering |
2016-01-27 | Merge pull request #2451 from zonque/pr-2162-rebased | Lennart Poettering |
2016-01-27 | utf8.[ch] et al: use char32_t and char16_t instead of int, int32_t, int16_t | Shawn Landden |