Age | Commit message (Expand) | Author |
2012-11-02 | util : fallback to plain ASCII drawing if locale is not UTF-8 | Michal Schmidt |
2012-11-02 | util: add is_locale_utf8() | Michal Schmidt |
2012-11-02 | timedatectl: show "DST active: n/a" if no DST data is available | Kay Sievers |
2012-11-02 | shared: add timer_get_dst() | Kay Sievers |
2012-10-30 | strv: cleanup error path loops | Lennart Poettering |
2012-10-30 | shared: "max" in the string->number conversion is meant to be inclusive | Michal Schmidt |
2012-10-30 | shared, core: do not always accept numbers in string lookups | Michal Schmidt |
2012-10-30 | shared, libsystemd-daemon: check for empty strings in strto*l conversions | Michal Schmidt |
2012-10-29 | util: improve overflow checks | Michal Schmidt |
2012-10-29 | util: avoid divide by zero FPE | Dave Reisner |
2012-10-28 | util: fix possible integer overflows | Michal Sekletar |
2012-10-28 | logind: support for hybrid sleep (i.e. suspend+hibernate at the same time) | Lennart Poettering |
2012-10-27 | hwclock: do not seal the kernel's time-warp call from inside the initrd | Kay Sievers |
2012-10-27 | util: return the remaining string in startswith() | Lennart Poettering |
2012-10-26 | coredumpctl: show timestamps in list | Lennart Poettering |
2012-10-26 | journal: provide an API that allows client to figure out whether they need to... | Lennart Poettering |
2012-10-26 | journal: introduce entry array chain cache | Lennart Poettering |
2012-10-25 | udev: hwdb - remove run_once | Kay Sievers |
2012-10-25 | journal: properly serialize fields with multiple values into JSON | Lennart Poettering |
2012-10-23 | cgls: correctly ellipsize command lines for PIDs >= 1000000 | Mantas Mikulėnas |
2012-10-22 | shared: strbuf - add descriprion | Kay Sievers |
2012-10-22 | shared: move sparse-endian.h from journal | Kay Sievers |
2012-10-22 | shared: strbuf - add description | Kay Sievers |
2012-10-22 | shared: strbuf - add string de-duplication facility | Kay Sievers |
2012-10-22 | util: add (x)bsearch_r(), the missing counterpart of qsort_r() | Kay Sievers |
2012-10-19 | shared/install: fix typo in comment | Christian Hesse |
2012-10-19 | make sure __NR_name_to_handle_at is correctly defined | Michael Olbrich |
2012-10-19 | util: change endswith() to return a pointer to the suffix | Lennart Poettering |
2012-10-19 | set: introduce strv_sort() | Lennart Poettering |
2012-10-19 | set: introduce set_get_strv() | Lennart Poettering |
2012-10-19 | util: unify line caching and column caching | Lennart Poettering |
2012-10-19 | util: unify usage of on_tty() in util.c | Lennart Poettering |
2012-10-19 | util: simplify column caching logic | Lennart Poettering |
2012-10-18 | journalctl: unify ellipsation handling between journalctl and systemctl | Lennart Poettering |
2012-10-18 | journalctl: don't ellipsize unless on a tty | Lennart Poettering |
2012-10-18 | journal: add ability to list unique fields to gatewayd | Lennart Poettering |
2012-10-18 | journal: add ability to list values a specified field can take in all entries... | Lennart Poettering |
2012-10-17 | hostnamed: allow UTF8 chars in pretty hostname again | Lennart Poettering |
2012-10-17 | timedatectl: introduce new command line client for timedated | Lennart Poettering |
2012-10-16 | journal: don't export MESSAGE_ID() macro | Lennart Poettering |
2012-10-16 | systemctl: append .service when unit does not have valid suffix | Lukas Nykryn |
2012-10-16 | selinux: selabel_lookup_raw can return ENOENT and be a non failure mode. | Daniel J Walsh |
2012-10-16 | build-sys: check for name_to_handle_at declaration instead of its definition | Michael Olbrich |
2012-10-16 | util: properly handle -1 timespec/timeval | Lennart Poettering |
2012-10-11 | journalctl: implement --since= and --until for filtering by time | Lennart Poettering |
2012-10-11 | journal: support epxorting the journal in a format suitable for text/event-st... | Lennart Poettering |
2012-10-09 | detect-virt: install with fs caps by default to allow unprivileged access | Lennart Poettering |
2012-10-08 | shared: fix broken string_is_safe | Martin Mikkelsen |
2012-10-03 | man: document behaviour of ListenStream= with only a port number in regards t... | Lennart Poettering |
2012-10-03 | dbus: add some more safety checks before accepting data from bus clients | Lennart Poettering |