summaryrefslogtreecommitdiff
path: root/src/test/test-strbuf.c
Commit message (Expand)AuthorAgeFilesLines
* strv: move nulstr utilities to nulstr-util.[ch]Lennart Poettering2022-11-131-0/+1
* basic: rename util.h to logarithm.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+0
* test: Use TEST macroJan Janssen2021-11-251-6/+3
* test: add one more assertion to make Coverty happyYu Watanabe2021-05-091-0/+1
* Rename strbuf_cleanup to strbuf_freeZbigniew Jędrzejewski-Szmek2021-02-161-1/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-201-3/+0
* 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
* Introduce _cleanup_(strbuf_cleanupp) and use it to fix null deref on errorZbigniew Jędrzejewski-Szmek2018-05-101-3/+1
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* basic/strbuf: include empty strings in countZbigniew Jędrzejewski-Szmek2018-03-261-3/+7
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-0/+1
* treewide: correct spacing near eol in code commentsTorstein Husebø2014-12-111-1/+1
* test: only use assert_seThomas Hindoe Paaboel Andersen2014-10-041-27/+27
* trivial coding style clean upsThomas Hindoe Paaboel Andersen2013-12-031-2/+1
* tests: add tests of strxcpyxThomas Hindoe Paaboel Andersen2013-02-101-1/+1
* tests: add test of strbufThomas Hindoe Paaboel Andersen2013-02-091-0/+93