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
/
shared
/
strv.h
Age
Commit message (
Expand
)
Author
2014-12-19
strv: ass new strv_is_uniq() and strv_reverse() calls
Lennart Poettering
2014-12-17
shared: strv - add strv_clear()
Tom Gundersen
2014-12-03
strv: add calls to add two entries to an strv at once
Lennart Poettering
2014-11-27
resolve: fix NULL deref on strv comparison
David Herrmann
2014-11-10
strv: rework strv_split_quoted() to use unquote_first_word()
Lennart Poettering
2014-08-21
service,strv: introduce strv_find_startswith() and make use of it
Lennart Poettering
2014-07-31
Properly report invalid quoted strings
Zbigniew Jędrzejewski-Szmek
2014-07-02
path: add new "systemd-path" utility for querying paths described in file-hie...
Lennart Poettering
2014-03-19
util: add new FOREACH_STRING() macro as syntactic sugar to iterate through a ...
Lennart Poettering
2014-03-06
strv: set _printf_ on strv_extendf
Thomas Hindoe Paaboel Andersen
2014-03-05
systemd-run: make sure --nice=, --uid=, --gid=, --setenv= also work in --scop...
Lennart Poettering
2014-03-05
strv: add new STR_IN_SET() macro that operates similar to IN_SET() but for st...
Lennart Poettering
2014-03-04
Introduce strv_consume which takes ownership
Zbigniew Jędrzejewski-Szmek
2014-01-05
strv: multiple cleanups
Simon Peeters
2013-10-30
machined: port over to libsystemd-bus
Lennart Poettering
2013-10-29
strv: introduce new STRV_MAKE and STRV_MAKE_EMPTY macros to create string arr...
Lennart Poettering
2013-10-29
strv: introduce new strv_from_stdarg_alloca() macro to generate a string arra...
Lennart Poettering
2013-10-26
STRV_FOREACH_BACKWARDS: improve readability a bit
Tom Gundersen
2013-10-26
STRV_FOREACH_BACWARDS: start at the tail of the list
Tom Gundersen
2013-10-14
util: allow trailing semicolons on define_trivial_cleanup_func lines
Lennart Poettering
2013-10-13
Introduce udev object cleanup functions
Zbigniew Jędrzejewski-Szmek
2013-10-01
local: fix memory leak when putting together locale settings
Lennart Poettering
2013-09-09
systemd-run: properly escape arguments
Zbigniew Jędrzejewski-Szmek
2013-07-26
rework systemd's own process environment handling/passing
Kay Sievers
2013-05-02
Add __attribute__((const, pure, format)) in various places
Zbigniew Jędrzejewski-Szmek
2013-04-25
Remove erroneous attribute((malloc)) annotations
Zbigniew Jędrzejewski-Szmek
2013-04-16
macro: rework how we define cleanup macros
Lennart Poettering
2013-03-25
bus: implement 'unixexec:' protocol
Lennart Poettering
2013-03-22
journalctl: give a nice hint about group membership based on ACLs of /var/log...
Lennart Poettering
2013-03-15
strv: fix STRV_FOREACH_PAIR macro definition
Lennart Poettering
2013-03-08
shared: inline trivial auto-cleanup functions
Michal Schmidt
2013-02-27
unit: rework resource management API
Lennart Poettering
2013-02-11
binfmt,tmpfiles,modules-load,sysctl: rework the various early-boot services t...
Lennart Poettering
2013-02-11
env: considerably beef up environment cleaning logic
Lennart Poettering
2013-02-07
strv: add strv_print
Thomas Hindoe Paaboel Andersen
2013-01-14
core: add bus API and systemctl commands for altering cgroup parameters durin...
Lennart Poettering
2013-01-11
unit: instead of directly loading drop-in configuration snippets use conf_fil...
Lennart Poettering
2012-10-19
set: introduce strv_sort()
Lennart Poettering
2012-10-17
timedatectl: introduce new command line client for timedated
Lennart Poettering
2012-07-19
use #pragma once instead of foo*foo #define guards
Shawn Landden
2012-05-23
manager: rework generator logic
Lennart Poettering
2012-04-12
relicense to LGPLv2.1 (with exceptions)
Lennart Poettering
2012-04-11
main: drop container/initrd env vars from inherited set
Lennart Poettering
2012-04-10
util: move all to shared/ and split external dependencies in separate interna...
Kay Sievers