summaryrefslogtreecommitdiffstats
path: root/src/shared/strv.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* build-sys: split internal basic/ library from shared/Kay Sievers2015-06-111-155/+0
* util: rework word parsing and c unescaping codeLennart Poettering2015-03-261-1/+1
* strv: return NULL from strv_free()David Herrmann2015-03-191-1/+1
* Transpose args in strv_fnmatch() to be more ooZbigniew Jędrzejewski-Szmek2015-02-161-3/+3
* Add helper for fnmatch over strvZbigniew Jędrzejewski-Szmek2015-02-161-0/+9
* strv: ass new strv_is_uniq() and strv_reverse() callsLennart Poettering2014-12-191-0/+3
* shared: strv - add strv_clear()Tom Gundersen2014-12-171-0/+2
* strv: add calls to add two entries to an strv at onceLennart Poettering2014-12-031-0/+2
* resolve: fix NULL deref on strv comparisonDavid Herrmann2014-11-271-0/+2
* strv: rework strv_split_quoted() to use unquote_first_word()Lennart Poettering2014-11-101-1/+2
* service,strv: introduce strv_find_startswith() and make use of itLennart Poettering2014-08-211-0/+1
* Properly report invalid quoted stringsZbigniew Jędrzejewski-Szmek2014-07-311-1/+1
* path: add new "systemd-path" utility for querying paths described in file-hie...Lennart Poettering2014-07-021-0/+2
* util: add new FOREACH_STRING() macro as syntactic sugar to iterate through a ...Lennart Poettering2014-03-191-0/+12
* strv: set _printf_ on strv_extendfThomas Hindoe Paaboel Andersen2014-03-061-1/+1
* systemd-run: make sure --nice=, --uid=, --gid=, --setenv= also work in --scop...Lennart Poettering2014-03-051-0/+1
* strv: add new STR_IN_SET() macro that operates similar to IN_SET() but for st...Lennart Poettering2014-03-051-0/+2
* Introduce strv_consume which takes ownershipZbigniew Jędrzejewski-Szmek2014-03-041-0/+1
* strv: multiple cleanupsSimon Peeters2014-01-051-4/+2
* machined: port over to libsystemd-busLennart Poettering2013-10-301-1/+0
* strv: introduce new STRV_MAKE and STRV_MAKE_EMPTY macros to create string arr...Lennart Poettering2013-10-291-1/+5
* strv: introduce new strv_from_stdarg_alloca() macro to generate a string arra...Lennart Poettering2013-10-291-0/+29
* STRV_FOREACH_BACKWARDS: improve readability a bitTom Gundersen2013-10-261-2/+3
* STRV_FOREACH_BACWARDS: start at the tail of the listTom Gundersen2013-10-261-1/+2
* util: allow trailing semicolons on define_trivial_cleanup_func linesLennart Poettering2013-10-141-1/+1
* Introduce udev object cleanup functionsZbigniew Jędrzejewski-Szmek2013-10-131-5/+2
* local: fix memory leak when putting together locale settingsLennart Poettering2013-10-011-1/+0
* systemd-run: properly escape argumentsZbigniew Jędrzejewski-Szmek2013-09-091-0/+1
* rework systemd's own process environment handling/passingKay Sievers2013-07-261-0/+1
* Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek2013-05-031-4/+4
* Remove erroneous attribute((malloc)) annotationsZbigniew Jędrzejewski-Szmek2013-04-261-7/+7
* macro: rework how we define cleanup macrosLennart Poettering2013-04-161-0/+2
* bus: implement 'unixexec:' protocolLennart Poettering2013-03-251-3/+3
* journalctl: give a nice hint about group membership based on ACLs of /var/log...Lennart Poettering2013-03-221-0/+1
* strv: fix STRV_FOREACH_PAIR macro definitionLennart Poettering2013-03-151-1/+1
* shared: inline trivial auto-cleanup functionsMichal Schmidt2013-03-081-1/+4
* unit: rework resource management APILennart Poettering2013-02-271-0/+1
* binfmt,tmpfiles,modules-load,sysctl: rework the various early-boot services t...Lennart Poettering2013-02-111-0/+1
* env: considerably beef up environment cleaning logicLennart Poettering2013-02-111-11/+0
* strv: add strv_printThomas Hindoe Paaboel Andersen2013-02-071-0/+1
* core: add bus API and systemctl commands for altering cgroup parameters durin...Lennart Poettering2013-01-141-0/+4
* unit: instead of directly loading drop-in configuration snippets use conf_fil...Lennart Poettering2013-01-111-0/+1
* set: introduce strv_sort()Lennart Poettering2012-10-191-0/+2
* timedatectl: introduce new command line client for timedatedLennart Poettering2012-10-171-0/+1
* use #pragma once instead of foo*foo #define guardsShawn Landden2012-07-191-4/+1
* manager: rework generator logicLennart Poettering2012-05-231-0/+4
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-121-4/+4
* main: drop container/initrd env vars from inherited setLennart Poettering2012-04-111-0/+1
* util: move all to shared/ and split external dependencies in separate interna...Kay Sievers2012-04-101-0/+79