summaryrefslogtreecommitdiff
path: root/src/shared/strv.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-19strv: ass new strv_is_uniq() and strv_reverse() callsLennart Poettering1-0/+28
2014-12-17shared: strv - add strv_clear()Tom Gundersen1-1/+6
2014-12-03strv: add calls to add two entries to an strv at onceLennart Poettering1-1/+41
2014-11-27resolve: fix NULL deref on strv comparisonDavid Herrmann1-0/+11
2014-11-10strv: rework strv_split_quoted() to use unquote_first_word()Lennart Poettering1-34/+35
2014-10-21strv: use realloc_multiply() to check for multiplication overflowMichal Schmidt1-1/+1
2014-10-21strv: add an additional overflow check when enlarging strv()sLennart Poettering1-4/+16
2014-08-21service,strv: introduce strv_find_startswith() and make use of itLennart Poettering1-0/+17
2014-07-31Properly report invalid quoted stringsZbigniew Jędrzejewski-Szmek1-6/+7
2014-07-31Reject invalid quoted stringsZbigniew Jędrzejewski-Szmek1-10/+11
2014-07-02path: add new "systemd-path" utility for querying paths described in file-hie...Lennart Poettering1-0/+34
2014-03-05systemd-run: make sure --nice=, --uid=, --gid=, --setenv= also work in --scop...Lennart Poettering1-0/+15
2014-03-04Introduce strv_consume which takes ownershipZbigniew Jędrzejewski-Szmek1-6/+11
2014-01-05strv: multiple cleanupsSimon Peeters1-129/+29
2013-11-30bus: include unique and well known names in credentials objectLennart Poettering1-1/+1
2013-10-01local: fix memory leak when putting together locale settingsLennart Poettering1-15/+0
2013-09-09systemd-run: properly escape argumentsZbigniew Jędrzejewski-Szmek1-0/+37
2013-07-26rework systemd's own process environment handling/passingKay Sievers1-0/+15
2013-03-25bus: implement 'unixexec:' protocolLennart Poettering1-2/+2
2013-03-22journalctl: give a nice hint about group membership based on ACLs of /var/log...Lennart Poettering1-10/+21
2013-03-08shared: inline trivial auto-cleanup functionsMichal Schmidt1-4/+0
2013-03-08shared: remove pointless checks in auto-cleanup functionsMichal Schmidt1-4/+0
2013-02-27unit: rework resource management APILennart Poettering1-0/+25
2013-02-11binfmt,tmpfiles,modules-load,sysctl: rework the various early-boot services t...Lennart Poettering1-0/+16
2013-02-11env: considerably beef up environment cleaning logicLennart Poettering1-243/+0
2013-02-07strv: add strv_printThomas Hindoe Paaboel Andersen1-0/+10
2013-01-18strv: make strv_extend() smarterLennart Poettering1-3/+14
2013-01-11unit: instead of directly loading drop-in configuration snippets use conf_fil...Lennart Poettering1-0/+15
2012-10-30strv: cleanup error path loopsLennart Poettering1-51/+49
2012-10-19set: introduce strv_sort()Lennart Poettering1-0/+15
2012-10-17timedatectl: introduce new command line client for timedatedLennart Poettering1-0/+8
2012-05-23manager: rework generator logicLennart Poettering1-24/+38
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering1-4/+4
2012-04-11main: drop container/initrd env vars from inherited setLennart Poettering1-0/+25
2012-04-10util: move all to shared/ and split external dependencies in separate interna...Kay Sievers1-0/+690