summaryrefslogtreecommitdiff
path: root/src/shared
AgeCommit message (Expand)Author
2012-12-24systemctl: don't show cgroup field for a unit if cgroup is emptyLennart Poettering
2012-12-23shared: move fdset.c from core/ to shared/ since it is used by more than the ...Lennart Poettering
2012-12-23journalctl: strip TABs and ANSI color sequences from log messages when displa...Lennart Poettering
2012-12-22socket: support socket activation of containersLennart Poettering
2012-12-22nspawn: allow passing socket activation fds through nspawnLennart Poettering
2012-12-17socket-util: added check of return valueMichal Sekletar
2012-12-17path-util: set pointer to null after calling free()Michal Sekletar
2012-12-17licence: remove references to old FSF addressSami Kerola
2012-12-05core: add catalog entry and MESSAGE_ID for overmountingZbigniew Jędrzejewski-Szmek
2012-11-25timer: recalculate next elapse for calendar timer units when the system clock...Lennart Poettering
2012-11-24shared: FORMAT_TIMESTAMP_MAX -- include space for unicode weekdaysKay Sievers
2012-11-23time-util: teach parse_timestamp to parse weekdaysLennart Poettering
2012-11-23path-util: when parsing a timestamp we don't know the timezoneLennart Poettering
2012-11-23time-util: also rename FORMAT_TIMESTAMP_PRETTY → _MAXLennart Poettering
2012-11-23util: teach parse_timestamp() to parse results of format_timestamp_relative()Lennart Poettering
2012-11-23util: rename format_timestamp_pretty() to format_timestamp_relative() because...Lennart Poettering
2012-11-23util: split off time related calls from util.[ch] into time-util.[ch]Lennart Poettering
2012-11-23timer: implement calendar time eventsLennart Poettering
2012-11-23util: drop "," between week day and date when formatting timestampsLennart Poettering
2012-11-22shared: FORMAT_TIMESTAMP_MAX +1Kay Sievers
2012-11-22dbus: introduce _cleanup_dbus_error_free_Lennart Poettering
2012-11-21journal: by default do not decompress dat objects larger than 64KLennart Poettering
2012-11-20dbus-common: Add helper method to handle no-reply messagesColin Walters
2012-11-19shared/utils: systemd-cgls shows 'n/a' when piping outputAnders Olofsson
2012-11-16journal, shared: fix warnings during compilation on 32 bitsZbigniew Jędrzejewski-Szmek
2012-11-15journal: implement message catalogLennart Poettering
2012-11-15polkit: if PK is not around, consider this a permission denied errorLennart Poettering
2012-11-15systemctl: add help for --type/-tZbigniew Jędrzejewski-Szmek
2012-11-14shared: add API for replacing @FOO@ style variables in stringsLennart Poettering
2012-11-14util: add strreplace() to replace a substring by another stringLennart Poettering
2012-11-14specifier: minor modernizationsLennart Poettering
2012-11-14polkit: fix type on comparisonLennart Poettering
2012-11-13shared/socket-util: kill gcc warning about uninitialized variableZbigniew Jędrzejewski-Szmek
2012-11-12util: nicer tree drawingsMichal Schmidt
2012-11-12use the same email address everywhereKay Sievers
2012-11-11timedatectl: properly print 30 minutes DST transitionsKay Sievers
2012-11-09dbus: when verifying PK privs, bypass PK if uid=0 of clientLennart Poettering
2012-11-06Revert "Implement SocketUser= and SocketGroup= for [Socket]"Dave Reisner
2012-11-05Implement SocketUser= and SocketGroup= for [Socket]Dave Reisner
2012-11-04shared: add is_efiboot()Kay Sievers
2012-11-02util : fallback to plain ASCII drawing if locale is not UTF-8Michal Schmidt
2012-11-02util: add is_locale_utf8()Michal Schmidt
2012-11-02timedatectl: show "DST active: n/a" if no DST data is availableKay Sievers
2012-11-02shared: add timer_get_dst()Kay Sievers
2012-10-30strv: cleanup error path loopsLennart Poettering
2012-10-30shared: "max" in the string->number conversion is meant to be inclusiveMichal Schmidt
2012-10-30shared, core: do not always accept numbers in string lookupsMichal Schmidt
2012-10-30shared, libsystemd-daemon: check for empty strings in strto*l conversionsMichal Schmidt
2012-10-29util: improve overflow checksMichal Schmidt
2012-10-29util: avoid divide by zero FPEDave Reisner