index
:
delta/systemd.git
assert-cleanups-and-constification
baserock/adamcoldrick/yaml-morphology
baserock/jjardon/fix_parallel_build
baserock/jjardon/intltool
baserock/morph
baserock/paulsherwood/sd-update
baserock/pedroalvarez/v217
baserock/pedroalvarez/v218
baserock/ps/update-linux-v3.12-systemd-v208
baserock/radiofree/enable_xz
baserock/richardmaw/nspawn-path-escapes
baserock/richardmaw/wip-upgrade-root
baserock/v218-with-canonical-hostname-fix
baserock/v219-314-gd736e4f-network_fixes
baserock/v219-729-g163ab29-jetson_btrfs_fixes
cap-bpf-compat
chase-symlinks-rework
coverity
coverity-now-for-real
coverity-python
default_memory
dependabot/github_actions/actions/checkout-2.4.0
dependabot/github_actions/actions/upload-artifact-2.3.1
dependabot/github_actions/github/codeql-action-1.0.23
dependabot/github_actions/github/codeql-action-1.0.24
dependabot/github_actions/github/codeql-action-1.0.27
dependabot/github_actions/github/super-linter-4.8.2
dependabot/github_actions/github/super-linter-4.8.3
dependabot/github_actions/github/super-linter-4.8.4
dependabot/github_actions/systemd/mkosi-11
dependabot/pip/dot-github/workflows/meson-0.60.3
dev-no-noexec
enabled-optimization
gc-cleanup
gcc-hypothesis
hidden-units-are-good-units
hwdb
keszybz-patch-1
main
master
meson-allows-fuzzer-building
msekletar-security-list-process
oomd-and-user-slices
proot
readme-double-header
revert-10744-logind-lock-down
revert-11715-revert-11534-coverity2
revert-12181-install-etc-systemd-generator-dirs
revert-12463-issue-12452-netlink
revert-13201-networkctl-merge-table_add_cell
revert-13843-watchdog
revert-14900-fix-privatedevices-dev-mac-label
revert-15648-journalctl-cat-beefup
revert-16058-fix-memory-protection-default
revert-16460-turn-off-ubuntu-ppa
revert-1740-master
revert-18355-resolved-discover
revert-18515-temporarily-pin-arch-repos
revert-18807-noexec
revert-19146-fix-JOURNAL-doc
revert-20598-order_noauto
revert-20998-dev/hv-detect
revert-2818-master
revert-2843-clock_boottime
revert-2859-ldconfig-after-localfs
revert-3283-master
revert-3528-upstream-add-networkd-dbus
revert-5012-master
revert-5298-relocatable-tests
revert-6508-audit-socket
setup-semaphore
stat2
systemctl-list-dependencies
systemd-paypal-funding
tasks-max-dynamic
v216-stable
what-s-up-with-coverity
wip/hadess/add-move-udev-action
wip/hadess/chassis-override
wip/hadess/hp-accel-quirk
wip/hadess/lis3lv02d-rule-hp
wip/hadess/logitech-hidraw
wip/hadess/logitech-ultrathin-touch-mouse
wip/hadess/memory-id
wip/hadess/minipro-uaccess
wip/hadess/rfkill-uaccess
wip/hadess/unsupported-dmi
wip/hadess/usb-analysers-uaccess
wip/hadess/webcams
github.com: systemd/systemd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
basic
/
strv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
basic: use automatic cleanup more
David Tardon
2018-05-10
1
-8
/
+4
*
tree-wide: be more careful with the type of array sizes
Lennart Poettering
2018-04-27
1
-11
/
+11
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
macro: introduce TAKE_PTR() macro
Lennart Poettering
2018-03-22
1
-4
/
+2
*
coccinelle: add reallocarray() coccinelle script
Lennart Poettering
2018-03-02
1
-2
/
+2
*
tree-wide: use reallocarray instead of our home-grown realloc_multiply (#8279)
Zbigniew Jędrzejewski-Szmek
2018-02-26
1
-3
/
+3
*
basic/strv: add function to insert items at position
Zbigniew Jędrzejewski-Szmek
2018-02-02
1
-3
/
+6
*
strv: drop strv_join_quoted() (#8057)
Yu Watanabe
2018-02-01
1
-36
/
+0
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
basic/strv: use existing qsort_safe() helper
Zbigniew Jędrzejewski-Szmek
2017-07-10
1
-5
/
+1
*
Revert "basic/strv: allow NULLs to be inserted into strv"
Lennart Poettering
2017-02-21
1
-6
/
+6
*
basic/strv: allow NULLs to be inserted into strv
Zbigniew Jędrzejewski-Szmek
2017-02-11
1
-6
/
+6
*
tree-wide: use mfree more
Zbigniew Jędrzejewski-Szmek
2016-10-16
1
-6
/
+3
*
Merge pull request #3745 from keszybz/fix-make-nulstr-confusion
Lennart Poettering
2016-07-18
1
-4
/
+25
|
\
|
*
basic/strv: add an extra NUL after strings in strv_make_nulstr
Zbigniew Jędrzejewski-Szmek
2016-07-17
1
-4
/
+25
*
|
Drop parentheses in two places
Zbigniew Jędrzejewski-Szmek
2016-07-17
1
-2
/
+1
|
/
*
treewide: fix typos and remove accidental repetition of words
Torstein Husebø
2016-07-11
1
-1
/
+1
*
basic/strv: introduce STRV_IGNORE macro (#3601)
0xAX
2016-06-27
1
-5
/
+5
*
basic: pass flags to the fnmatch (#3606)
Evgeny Vereshchagin
2016-06-27
1
-1
/
+1
*
basic/strv: use SWAP_TWO() macro (#3602)
0xAX
2016-06-26
1
-5
/
+1
*
core: rework how transient unit files and property drop-ins work
Lennart Poettering
2016-04-12
1
-0
/
+36
*
basic/strv: fix strv_join for first empty argument
Zbigniew Jędrzejewski-Szmek
2016-02-13
1
-2
/
+2
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
util: introduce fputs_with_space() and make use of it at various places
Lennart Poettering
2016-01-26
1
-13
/
+2
*
networkd: rework Domains= setting
Lennart Poettering
2016-01-26
1
-0
/
+31
*
basic: include only what we use
Thomas Hindoe Paaboel Andersen
2015-11-30
1
-0
/
+3
*
tree-wide: sort includes
Thomas Hindoe Paaboel Andersen
2015-11-16
1
-1
/
+1
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-2
/
+3
*
util: split out escaping code into escape.[ch]
Lennart Poettering
2015-10-24
1
-0
/
+1
*
strv: Add _cleanup_strv_free_erase_ and _cleanup_string_free_erase_
Zbigniew Jędrzejewski-Szmek
2015-10-19
1
-0
/
+9
*
Merge pull request #1484 from poettering/ask-pass-kernel-keyring
Daniel Mack
2015-10-07
1
-9
/
+79
|
\
|
*
ask-password: add support for caching passwords in the kernel keyring
Lennart Poettering
2015-10-07
1
-9
/
+79
*
|
strv: fix infinite loop in strv_extend_n()
reverendhomer
2015-10-07
1
-1
/
+1
|
/
*
strv: properly return ENOMEM where we should in strv_extend_n()
Lennart Poettering
2015-10-06
1
-1
/
+1
*
core: add support for naming file descriptors passed using socket activation
Lennart Poettering
2015-10-06
1
-3
/
+44
*
systemctl: move strv_skip_first() out of systemctl.c
Lennart Poettering
2015-09-29
1
-0
/
+12
*
strv: add strv_free_free() to strv.c and make use of it
Lennart Poettering
2015-09-29
1
-0
/
+13
*
tree-wide: drop {} from one-line if blocks
Lennart Poettering
2015-09-09
1
-4
/
+2
*
tree-wide: use coccinelle to patch a lot of code to use mfree()
Lennart Poettering
2015-09-09
1
-2
/
+1
*
strv: Add strv_shell_escape
Richard Maw
2015-08-07
1
-0
/
+20
*
strv: convert strv_split_quotes into a generic strv_split_extract
Richard Maw
2015-08-07
1
-3
/
+4
*
util: Don't interpret quotes by default in extract_first_word
Richard Maw
2015-08-07
1
-1
/
+1
*
util: change unquote_*_word to extract_*_word
Richard Maw
2015-08-07
1
-2
/
+2
*
build-sys: split internal basic/ library from shared/
Kay Sievers
2015-06-11
1
-0
/
+704