summaryrefslogtreecommitdiff
path: root/src/shared/strv.h
AgeCommit message (Expand)Author
2015-06-11build-sys: split internal basic/ library from shared/Kay Sievers
2015-03-26util: rework word parsing and c unescaping codeLennart Poettering
2015-03-19strv: return NULL from strv_free()David Herrmann
2015-02-16Transpose args in strv_fnmatch() to be more ooZbigniew Jędrzejewski-Szmek
2015-02-16Add helper for fnmatch over strvZbigniew Jędrzejewski-Szmek
2014-12-19strv: ass new strv_is_uniq() and strv_reverse() callsLennart Poettering
2014-12-17shared: strv - add strv_clear()Tom Gundersen
2014-12-03strv: add calls to add two entries to an strv at onceLennart Poettering
2014-11-27resolve: fix NULL deref on strv comparisonDavid Herrmann
2014-11-10strv: rework strv_split_quoted() to use unquote_first_word()Lennart Poettering
2014-08-21service,strv: introduce strv_find_startswith() and make use of itLennart Poettering
2014-07-31Properly report invalid quoted stringsZbigniew Jędrzejewski-Szmek
2014-07-02path: add new "systemd-path" utility for querying paths described in file-hie...Lennart Poettering
2014-03-19util: add new FOREACH_STRING() macro as syntactic sugar to iterate through a ...Lennart Poettering
2014-03-06strv: set _printf_ on strv_extendfThomas Hindoe Paaboel Andersen
2014-03-05systemd-run: make sure --nice=, --uid=, --gid=, --setenv= also work in --scop...Lennart Poettering
2014-03-05strv: add new STR_IN_SET() macro that operates similar to IN_SET() but for st...Lennart Poettering
2014-03-04Introduce strv_consume which takes ownershipZbigniew Jędrzejewski-Szmek
2014-01-05strv: multiple cleanupsSimon Peeters
2013-10-30machined: port over to libsystemd-busLennart Poettering
2013-10-29strv: introduce new STRV_MAKE and STRV_MAKE_EMPTY macros to create string arr...Lennart Poettering
2013-10-29strv: introduce new strv_from_stdarg_alloca() macro to generate a string arra...Lennart Poettering
2013-10-26STRV_FOREACH_BACKWARDS: improve readability a bitTom Gundersen
2013-10-26STRV_FOREACH_BACWARDS: start at the tail of the listTom Gundersen
2013-10-14util: allow trailing semicolons on define_trivial_cleanup_func linesLennart Poettering
2013-10-13Introduce udev object cleanup functionsZbigniew Jędrzejewski-Szmek
2013-10-01local: fix memory leak when putting together locale settingsLennart Poettering
2013-09-09systemd-run: properly escape argumentsZbigniew Jędrzejewski-Szmek
2013-07-26rework systemd's own process environment handling/passingKay Sievers
2013-05-02Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek
2013-04-25Remove erroneous attribute((malloc)) annotationsZbigniew Jędrzejewski-Szmek
2013-04-16macro: rework how we define cleanup macrosLennart Poettering
2013-03-25bus: implement 'unixexec:' protocolLennart Poettering
2013-03-22journalctl: give a nice hint about group membership based on ACLs of /var/log...Lennart Poettering
2013-03-15strv: fix STRV_FOREACH_PAIR macro definitionLennart Poettering
2013-03-08shared: inline trivial auto-cleanup functionsMichal Schmidt
2013-02-27unit: rework resource management APILennart Poettering
2013-02-11binfmt,tmpfiles,modules-load,sysctl: rework the various early-boot services t...Lennart Poettering
2013-02-11env: considerably beef up environment cleaning logicLennart Poettering
2013-02-07strv: add strv_printThomas Hindoe Paaboel Andersen
2013-01-14core: add bus API and systemctl commands for altering cgroup parameters durin...Lennart Poettering
2013-01-11unit: instead of directly loading drop-in configuration snippets use conf_fil...Lennart Poettering
2012-10-19set: introduce strv_sort()Lennart Poettering
2012-10-17timedatectl: introduce new command line client for timedatedLennart Poettering
2012-07-19use #pragma once instead of foo*foo #define guardsShawn Landden
2012-05-23manager: rework generator logicLennart Poettering
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering
2012-04-11main: drop container/initrd env vars from inherited setLennart Poettering
2012-04-10util: move all to shared/ and split external dependencies in separate interna...Kay Sievers