summaryrefslogtreecommitdiff
path: root/include/multipart_parser.hpp
AgeCommit message (Expand)AuthorFilesLines
2024-04-01Fix redundant inline operatorsEd Tanous1-1/+1
2024-04-01Use no-switch-default on clangEd Tanous1-0/+2
2023-10-24multipart-parser: eliminate temporary to emplace_backPatrick Williams1-2/+2
2023-10-20multipart-parser: use emplace_backPatrick Williams1-2/+2
2023-08-21Use rangesEd Tanous1-1/+2
2023-05-11multipart-parser: fix clang-tidy issuesPatrick Williams1-18/+11
2023-05-11clang-format: copy latest and re-formatPatrick Williams1-2/+2
2023-03-11Remove body member from RequestEd Tanous1-2/+2
2023-01-18Fix a boatload of #includesEd Tanous1-1/+2
2022-10-05Fixed issues with multipart parserKrzysztof Grobelny1-8/+35
2022-07-16Remove usages of boost::starts/ends_withEd Tanous1-3/+1
2022-06-28Fix shadowed variable issuesEd Tanous1-3/+3
2022-03-09Enable 3 member function checksEd Tanous1-1/+1
2022-01-12Enforce variable initEd Tanous1-3/+3
2022-01-12Enable checks for pointer arithmeticEd Tanous1-2/+12
2021-12-20Implement MIME parsingEd Tanous1-0/+338