summaryrefslogtreecommitdiff
path: root/src/shared/strbuf.h
AgeCommit message (Collapse)Author
2015-06-11build-sys: split internal basic/ library from shared/Kay Sievers
basic/ can be used by everything cannot use anything outside of basic/ libsystemd/ can use basic/ cannot use shared/ shared/ can use libsystemd/
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
This patch removes includes that are not used. The removals were found with include-what-you-use which checks if any of the symbols from a header is in use.
2012-11-12use the same email address everywhereKay Sievers
2012-10-22shared: strbuf - add string de-duplication facilityKay Sievers