summaryrefslogtreecommitdiff
path: root/src/basic/strbuf.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-13util: split out sorting related calls to new sort-util.[ch]Lennart Poettering1-1/+1
2018-09-19tree-wide: use typesafe_bsearch() or typesafe_bsearch_r()Yu Watanabe1-3/+1
2018-09-10strbuf: accept NULL for strbuf_cleanup()Yu Watanabe1-0/+3
2018-06-20tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek1-3/+0
2018-06-14tree-wide: beautify remaining copyright statementsLennart Poettering1-1/+1
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-03-26basic/strbuf: include empty strings in countZbigniew Jędrzejewski-Szmek1-2/+5
2018-03-26basic/strbuf: use structured initalizers to shorten codeZbigniew Jędrzejewski-Szmek1-25/+21
2018-03-26tree-wide: add bsearch_safe and use where appropriateZbigniew Jędrzejewski-Szmek1-8/+4
2018-03-02coccinelle: add reallocarray() coccinelle scriptLennart Poettering1-1/+1
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2016-10-16tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek1-2/+1
2016-05-03strbuf: set the proper character when creating new nodesLubomir Rintel1-1/+2
2016-02-22tree-wide: make ++/-- usage consistent WRT spacingVito Caputo1-1/+1
2016-02-18basic/strbuf: do not call bsearch with a null argumentZbigniew Jędrzejewski-Szmek1-0/+4
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2015-11-30basic: include only what we useThomas Hindoe Paaboel Andersen1-1/+1
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering1-1/+2
2015-06-11build-sys: split internal basic/ library from shared/Kay Sievers1-0/+201