summaryrefslogtreecommitdiff
path: root/src/basic/strbuf.c
Commit message (Expand)AuthorAgeFilesLines
* basic/strbuf: use _cleanup_Zbigniew Jędrzejewski-Szmek2021-04-081-8/+6
* Rename strbuf_cleanup to strbuf_freeZbigniew Jędrzejewski-Szmek2021-02-161-1/+1
* tree-wide: return NULL from freeing functionsZbigniew Jędrzejewski-Szmek2021-02-161-4/+4
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* util: split out sorting related calls to new sort-util.[ch]Lennart Poettering2019-03-131-1/+1
* tree-wide: use typesafe_bsearch() or typesafe_bsearch_r()Yu Watanabe2018-09-191-3/+1
* strbuf: accept NULL for strbuf_cleanup()Yu Watanabe2018-09-101-0/+3
* 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
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* basic/strbuf: include empty strings in countZbigniew Jędrzejewski-Szmek2018-03-261-2/+5
* basic/strbuf: use structured initalizers to shorten codeZbigniew Jędrzejewski-Szmek2018-03-261-25/+21
* tree-wide: add bsearch_safe and use where appropriateZbigniew Jędrzejewski-Szmek2018-03-261-8/+4
* coccinelle: add reallocarray() coccinelle scriptLennart Poettering2018-03-021-1/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek2016-10-161-2/+1
* strbuf: set the proper character when creating new nodesLubomir Rintel2016-05-031-1/+2
* tree-wide: make ++/-- usage consistent WRT spacingVito Caputo2016-02-221-1/+1
* basic/strbuf: do not call bsearch with a null argumentZbigniew Jędrzejewski-Szmek2016-02-181-0/+4
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* basic: include only what we useThomas Hindoe Paaboel Andersen2015-11-301-1/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-1/+2
* build-sys: split internal basic/ library from shared/Kay Sievers2015-06-111-0/+201