aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/http_static/http_static.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-26api: replace print functions wth formatDamjan Marion1-1/+0
2022-02-08http_static: cleanup file handler and cacheFlorin Coras1-1/+1
2022-02-02http_static: add support for async tx from handlersFlorin Coras1-1/+1
2022-01-30http_static: incorporate builtinurl pluginFlorin Coras1-11/+9
2022-01-27http_static: code cleanupFlorin Coras1-15/+76
2022-01-26http_static: refactor to use http transportFlorin Coras1-5/+4
2019-09-27http_static: remove api boilerplateOle Troan1-70/+5
2019-09-03api: enforce vla is last and fixed string typeOle Troan1-9/+3
2019-06-26api: Remove the inlines file and replace with library functionsNeale Ranns1-1/+0
2019-06-18api: string type to convert to vectorOle Troan1-8/+8
2019-05-29plugins: http_static. Migrate to use api string type.Paul Vinciguerra1-4/+14
2019-05-17Fix punctuation fails in 2x pluginsDave Barach1-1/+1
2019-05-03plugins: clean up plugin descriptionsDave Wallace1-1/+1
2019-04-16Static http serverDave Barach1-0/+152