summaryrefslogtreecommitdiff
path: root/src/basic/strv.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-07strv: make strv_split() accept empty stringYu Watanabe1-0/+4
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering1-3/+0
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-05-10basic: use automatic cleanup moreDavid Tardon1-8/+4
2018-04-27tree-wide: be more careful with the type of array sizesLennart Poettering1-11/+11
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-03-22macro: introduce TAKE_PTR() macroLennart Poettering1-4/+2
2018-03-02coccinelle: add reallocarray() coccinelle scriptLennart Poettering1-2/+2
2018-02-26tree-wide: use reallocarray instead of our home-grown realloc_multiply (#8279)Zbigniew Jędrzejewski-Szmek1-3/+3
2018-02-02basic/strv: add function to insert items at positionZbigniew Jędrzejewski-Szmek1-3/+6
2018-02-01strv: drop strv_join_quoted() (#8057)Yu Watanabe1-36/+0
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-07-10basic/strv: use existing qsort_safe() helperZbigniew Jędrzejewski-Szmek1-5/+1
2017-02-21Revert "basic/strv: allow NULLs to be inserted into strv"Lennart Poettering1-6/+6
2017-02-11basic/strv: allow NULLs to be inserted into strvZbigniew Jędrzejewski-Szmek1-6/+6
2016-10-16tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek1-6/+3
2016-07-18Merge pull request #3745 from keszybz/fix-make-nulstr-confusionLennart Poettering1-4/+25
2016-07-17Drop parentheses in two placesZbigniew Jędrzejewski-Szmek1-2/+1
2016-07-17basic/strv: add an extra NUL after strings in strv_make_nulstrZbigniew Jędrzejewski-Szmek1-4/+25
2016-07-11treewide: fix typos and remove accidental repetition of wordsTorstein Husebø1-1/+1
2016-06-27basic/strv: introduce STRV_IGNORE macro (#3601)0xAX1-5/+5
2016-06-27basic: pass flags to the fnmatch (#3606)Evgeny Vereshchagin1-1/+1
2016-06-26basic/strv: use SWAP_TWO() macro (#3602)0xAX1-5/+1
2016-04-12core: rework how transient unit files and property drop-ins workLennart Poettering1-0/+36
2016-02-13basic/strv: fix strv_join for first empty argumentZbigniew Jędrzejewski-Szmek1-2/+2
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2016-01-26util: introduce fputs_with_space() and make use of it at various placesLennart Poettering1-13/+2
2016-01-26networkd: rework Domains= settingLennart Poettering1-0/+31
2015-11-30basic: include only what we useThomas Hindoe Paaboel Andersen1-0/+3
2015-11-16tree-wide: sort includesThomas Hindoe Paaboel Andersen1-1/+1
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering1-0/+1
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering1-2/+3
2015-10-24util: split out escaping code into escape.[ch]Lennart Poettering1-0/+1
2015-10-19strv: Add _cleanup_strv_free_erase_ and _cleanup_string_free_erase_Zbigniew Jędrzejewski-Szmek1-0/+9
2015-10-07Merge pull request #1484 from poettering/ask-pass-kernel-keyringDaniel Mack1-9/+79
2015-10-07ask-password: add support for caching passwords in the kernel keyringLennart Poettering1-9/+79
2015-10-07strv: fix infinite loop in strv_extend_n()reverendhomer1-1/+1
2015-10-06strv: properly return ENOMEM where we should in strv_extend_n()Lennart Poettering1-1/+1
2015-10-06core: add support for naming file descriptors passed using socket activationLennart Poettering1-3/+44
2015-09-29systemctl: move strv_skip_first() out of systemctl.cLennart Poettering1-0/+12
2015-09-29strv: add strv_free_free() to strv.c and make use of itLennart Poettering1-0/+13
2015-09-09tree-wide: drop {} from one-line if blocksLennart Poettering1-4/+2
2015-09-09tree-wide: use coccinelle to patch a lot of code to use mfree()Lennart Poettering1-2/+1
2015-08-07strv: Add strv_shell_escapeRichard Maw1-0/+20
2015-08-07strv: convert strv_split_quotes into a generic strv_split_extractRichard Maw1-3/+4
2015-08-07util: Don't interpret quotes by default in extract_first_wordRichard Maw1-1/+1
2015-08-07util: change unquote_*_word to extract_*_wordRichard Maw1-2/+2
2015-06-11build-sys: split internal basic/ library from shared/Kay Sievers1-0/+704