summaryrefslogtreecommitdiff
path: root/src/escape
Commit message (Expand)AuthorAgeFilesLines
* basic: move version() to build.h+cZbigniew Jędrzejewski-Szmek2022-11-081-0/+1
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-1/+0
* escape: improve logging when escaping paths that are slightly non-conformingLennart Poettering2021-09-141-1/+30
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-1/+1
* escape: use strextend()Yu Watanabe2021-05-201-6/+1
* tree-wide: propagate error code from _from_string() functionsZbigniew Jędrzejewski-Szmek2021-02-101-6/+5
* tree-wide: enable colorized logging for daemons when run in consoleYu Watanabe2021-02-011-1/+1
* tree-wide: Drop custom formatting for print() help messagesDaan De Meyer2021-01-311-4/+3
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* tree-wide: correct cases where return log_{error,warning} is used without valueZbigniew Jędrzejewski-Szmek2020-09-081-3/+5
* log: introduce log_parse_environment_cli() and log_setup_cli()Filipe Brandenburger2020-06-241-3/+1
* Enable log colors for most of tools in /usr/binZbigniew Jędrzejewski-Szmek2019-05-081-0/+1
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-221-36/+27
* Split out pretty-print.c and move pager.c and main-func.h to shared/Zbigniew Jędrzejewski-Szmek2018-11-201-1/+1
* util-lib: move main() definition macros to its own header fileLennart Poettering2018-11-191-0/+1
* escape: use free_and_replaceZbigniew Jędrzejewski-Szmek2018-11-171-5/+3
* escape: define main through macroZbigniew Jędrzejewski-Szmek2018-11-171-50/+30
* tree-wide: add clickable man page link to all --help textsLennart Poettering2018-08-201-4/+16
* Drop some more copyright headersZbigniew Jędrzejewski-Szmek2018-07-241-3/+0
* escape: add --instance optionLucas Werkmeister2018-06-251-2/+19
* escape: support --unescape with --templateLucas Werkmeister2018-06-251-5/+44
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* When mangling names, optionally emit a warning (#8400)Zbigniew Jędrzejewski-Szmek2018-03-211-1/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* escape: fix systemd-escape description textLennart Poettering2017-07-311-1/+1
* build-sys: drop automake supportZbigniew Jędrzejewski-Szmek2017-07-181-1/+0
* escape: Fix help description (#6352)Jeremy Bicha2017-07-131-1/+1
* tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek2016-10-231-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* 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-0/+1
* util: introduce common version() implementation and use it everywhereLennart Poettering2015-09-291-6/+3
* escape: fix exit codeMichael Marineau2015-07-011-1/+1
* core: rework unit name validation and manipulation logicLennart Poettering2015-05-051-18/+22
* Unify parse_argv styleZbigniew Jędrzejewski-Szmek2014-08-031-9/+6
* escape: fix return codeZbigniew Jędrzejewski-Szmek2014-07-191-1/+1
* escape: beef up new systemd-escape toolLennart Poettering2014-07-072-11/+205
* add new systemd-escape toolMichael Biebl2014-07-071-0/+46