summaryrefslogtreecommitdiffstats
path: root/src/common/StackStringStream.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* common/StackStringStream: remove unused includesMax Kellermann2024-11-041-2/+1
* common/StackStringStream: update pointer to newly allocated memory in overflow()Rongqi Sun2024-05-061-0/+2
* common/StackStringStream: make override method with "final"Kefu Chai2021-05-021-2/+2
* mds: convert stringstream to CachedStackStringStreamPatrick Donnelly2020-09-181-0/+3
* common: add method to get StackStringStream ptrPatrick Donnelly2019-01-301-0/+7
* common: restore constructor fmtflags on clearPatrick Donnelly2019-01-151-1/+3
* common: use better name reset for clear methodPatrick Donnelly2019-01-151-3/+3
* common/StackStringStream: optimize xsputn() and overflow()Kefu Chai2019-01-091-12/+26
* common: expose internal StackStringStream via derefPatrick Donnelly2019-01-031-4/+7
* StackStringStream: add strv method short-cutPatrick Donnelly2018-12-181-0/+3
* common/StackStringStream: don't reserve before every insertIlya Dryomov2018-10-221-1/+0
* log: avoid heap allocations for most log entriesPatrick Donnelly2018-09-151-0/+161