summaryrefslogtreecommitdiffstats
path: root/src/common/HTMLFormatter.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* <comomon> fix buffer out-of-bounds in HTMLFormatterliubingrun2024-10-241-4/+16
* common,mgr: pass string_view as "name"Kefu Chai2020-02-101-8/+8
* common/Formatter: fix string_view usage for {json,xml}_stream_escaperSage Weil2018-04-101-5/+7
* common: fix potential memory leak in HTMLFormatterYao Zongyou2018-03-051-0/+3
* rgw: rework json/xml escape usage follow #19806fang yuxiang2018-02-221-4/+6
* mds: convert to allocator agnostic string_viewPatrick Donnelly2018-02-071-4/+4
* common: Remove redundant includesJos Collin2017-05-221-1/+1
* common: Remove redundant includesBrad Hubbard2017-05-111-8/+1
* HTMLFormatter: reuse m_header_done from parent classDanny Al-Gaaf2016-02-191-1/+1
* Merge remote-tracking branch 'origin/master' into wip-rgw-static-website-yehu...Yehuda Sadeh2016-01-191-17/+9
* rgw: style fixesYehuda Sadeh2015-10-131-7/+7
* common/*Formatters: handling of headers & footers.Robin H. Johnson2015-08-241-2/+59
* common/HTMLFormatter: add new formatterRobin H. Johnson2015-08-241-0/+109