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