chiark / gitweb /
util: upgrade default $TERM from vt102 to vt220 if we have no idea about the connecte...
[elogind.git] / src / shared / strv.h
2014-12-19 Lennart Poetteringstrv: ass new strv_is_uniq() and strv_reverse() calls
2014-12-17 Tom Gundersenshared: strv - add strv_clear()
2014-12-03 Lennart Poetteringstrv: add calls to add two entries to an strv at once
2014-11-27 David Herrmannresolve: fix NULL deref on strv comparison
2014-11-10 Lennart Poetteringstrv: rework strv_split_quoted() to use unquote_first_w...
2014-08-21 Lennart Poetteringservice,strv: introduce strv_find_startswith() and...
2014-07-31 Zbigniew Jędrzejew... Properly report invalid quoted strings
2014-07-02 Lennart Poetteringpath: add new "systemd-path" utility for querying paths...
2014-03-18 Lennart Poetteringutil: add new FOREACH_STRING() macro as syntactic sugar...
2014-03-06 Thomas Hindoe Paab... strv: set _printf_ on strv_extendf
2014-03-05 Lennart Poetteringsystemd-run: make sure --nice=, --uid=, --gid=, --seten...
2014-03-05 Lennart Poetteringstrv: add new STR_IN_SET() macro that operates similar...
2014-03-04 Zbigniew Jędrzejew... Introduce strv_consume which takes ownership
2014-01-05 Simon Peetersstrv: multiple cleanups
2013-10-30 Lennart Poetteringmachined: port over to libsystemd-bus
2013-10-29 Lennart Poetteringstrv: introduce new STRV_MAKE and STRV_MAKE_EMPTY macro...
2013-10-29 Lennart Poetteringstrv: introduce new strv_from_stdarg_alloca() macro...
2013-10-26 Tom GundersenSTRV_FOREACH_BACKWARDS: improve readability a bit
2013-10-26 Tom GundersenSTRV_FOREACH_BACWARDS: start at the tail of the list
2013-10-14 Lennart Poetteringutil: allow trailing semicolons on define_trivial_clean...
2013-10-13 Zbigniew Jędrzejew... Introduce udev object cleanup functions
2013-09-30 Lennart Poetteringlocal: fix memory leak when putting together locale...
2013-09-09 Zbigniew Jędrzejew... systemd-run: properly escape arguments
2013-07-26 Kay Sieversrework systemd's own process environment handling/passing
2013-05-03 Zbigniew Jędrzejew... Add __attribute__((const, pure, format)) in various...
2013-04-26 Zbigniew Jędrzejew... Remove erroneous attribute((malloc)) annotations
2013-04-16 Lennart Poetteringmacro: rework how we define cleanup macros
2013-03-25 Lennart Poetteringbus: implement 'unixexec:' protocol
2013-03-22 Lennart Poetteringjournalctl: give a nice hint about group membership...
2013-03-15 Lennart Poetteringstrv: fix STRV_FOREACH_PAIR macro definition
2013-03-08 Michal Schmidtshared: inline trivial auto-cleanup functions
2013-03-01 Zbigniew Jędrzejew... Merge branch 'python-systemd-reader'
2013-02-27 Lennart Poetteringunit: rework resource management API
2013-02-11 Lennart Poetteringbinfmt,tmpfiles,modules-load,sysctl: rework the various...
2013-02-11 Lennart Poetteringenv: considerably beef up environment cleaning logic
2013-02-06 Thomas Hindoe Paab... strv: add strv_print
2013-01-14 Lennart Poetteringcore: add bus API and systemctl commands for altering...
2013-01-11 Lennart Poetteringunit: instead of directly loading drop-in configuration...
2013-01-07 Tom GundersenMerge nss-myhostname
2012-10-19 Lennart Poetteringset: introduce strv_sort()
2012-10-17 Lennart Poetteringtimedatectl: introduce new command line client for...
2012-07-19 Shawn Landdenuse #pragma once instead of foo*foo #define guards
2012-05-23 Lennart Poetteringmanager: rework generator logic
2012-04-11 Lennart Poetteringrelicense to LGPLv2.1 (with exceptions)
2012-04-11 Lennart Poetteringmain: drop container/initrd env vars from inherited set
2012-04-10 Kay Sieversutil: move all to shared/ and split external dependenci...