index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
basic
/
strv.c
Age
Commit message (
Expand
)
Author
2016-07-18
Merge pull request #3745 from keszybz/fix-make-nulstr-confusion
Lennart Poettering
2016-07-17
Drop parentheses in two places
Zbigniew Jędrzejewski-Szmek
2016-07-17
basic/strv: add an extra NUL after strings in strv_make_nulstr
Zbigniew Jędrzejewski-Szmek
2016-07-11
treewide: fix typos and remove accidental repetition of words
Torstein Husebø
2016-06-27
basic/strv: introduce STRV_IGNORE macro (#3601)
0xAX
2016-06-27
basic: pass flags to the fnmatch (#3606)
Evgeny Vereshchagin
2016-06-26
basic/strv: use SWAP_TWO() macro (#3602)
0xAX
2016-04-12
core: rework how transient unit files and property drop-ins work
Lennart Poettering
2016-02-13
basic/strv: fix strv_join for first empty argument
Zbigniew Jędrzejewski-Szmek
2016-02-10
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-01-26
util: introduce fputs_with_space() and make use of it at various places
Lennart Poettering
2016-01-26
networkd: rework Domains= setting
Lennart Poettering
2015-11-30
basic: include only what we use
Thomas Hindoe Paaboel Andersen
2015-11-16
tree-wide: sort includes
Thomas Hindoe Paaboel Andersen
2015-10-27
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-24
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
util: split out escaping code into escape.[ch]
Lennart Poettering
2015-10-19
strv: Add _cleanup_strv_free_erase_ and _cleanup_string_free_erase_
Zbigniew Jędrzejewski-Szmek
2015-10-07
Merge pull request #1484 from poettering/ask-pass-kernel-keyring
Daniel Mack
2015-10-07
ask-password: add support for caching passwords in the kernel keyring
Lennart Poettering
2015-10-07
strv: fix infinite loop in strv_extend_n()
reverendhomer
2015-10-06
strv: properly return ENOMEM where we should in strv_extend_n()
Lennart Poettering
2015-10-06
core: add support for naming file descriptors passed using socket activation
Lennart Poettering
2015-09-29
systemctl: move strv_skip_first() out of systemctl.c
Lennart Poettering
2015-09-29
strv: add strv_free_free() to strv.c and make use of it
Lennart Poettering
2015-09-09
tree-wide: drop {} from one-line if blocks
Lennart Poettering
2015-09-09
tree-wide: use coccinelle to patch a lot of code to use mfree()
Lennart Poettering
2015-08-07
strv: Add strv_shell_escape
Richard Maw
2015-08-07
strv: convert strv_split_quotes into a generic strv_split_extract
Richard Maw
2015-08-07
util: Don't interpret quotes by default in extract_first_word
Richard Maw
2015-08-07
util: change unquote_*_word to extract_*_word
Richard Maw
2015-06-11
build-sys: split internal basic/ library from shared/
Kay Sievers