summaryrefslogtreecommitdiff
path: root/src/basic/strv.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-1/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-2/+3
* util: split out escaping code into escape.[ch]Lennart Poettering2015-10-241-0/+1
* strv: Add _cleanup_strv_free_erase_ and _cleanup_string_free_erase_Zbigniew Jędrzejewski-Szmek2015-10-191-0/+9
* Merge pull request #1484 from poettering/ask-pass-kernel-keyringDaniel Mack2015-10-071-9/+79
|\
| * ask-password: add support for caching passwords in the kernel keyringLennart Poettering2015-10-071-9/+79
* | strv: fix infinite loop in strv_extend_n()reverendhomer2015-10-071-1/+1
|/
* strv: properly return ENOMEM where we should in strv_extend_n()Lennart Poettering2015-10-061-1/+1
* core: add support for naming file descriptors passed using socket activationLennart Poettering2015-10-061-3/+44
* systemctl: move strv_skip_first() out of systemctl.cLennart Poettering2015-09-291-0/+12
* strv: add strv_free_free() to strv.c and make use of itLennart Poettering2015-09-291-0/+13
* tree-wide: drop {} from one-line if blocksLennart Poettering2015-09-091-4/+2
* tree-wide: use coccinelle to patch a lot of code to use mfree()Lennart Poettering2015-09-091-2/+1
* strv: Add strv_shell_escapeRichard Maw2015-08-071-0/+20
* strv: convert strv_split_quotes into a generic strv_split_extractRichard Maw2015-08-071-3/+4
* util: Don't interpret quotes by default in extract_first_wordRichard Maw2015-08-071-1/+1
* util: change unquote_*_word to extract_*_wordRichard Maw2015-08-071-2/+2
* build-sys: split internal basic/ library from shared/Kay Sievers2015-06-111-0/+704