aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/http_static
AgeCommit message (Expand)AuthorFilesLines
2020-08-18misc: fix sonarclound warningsDave Barach1-1/+1
2019-11-15http_static: fifo-size is u32Dave Wallace1-0/+5
2019-09-30http_static: add dynamic GET / POST method hooksDave Barach2-175/+302
2019-09-09api: enforce vla is last and fixed string typeOle Troan2-12/+6
2019-08-12http_static: manual cherry-pick 21231,21246Dave Barach1-51/+94
2019-08-12http_static: tls supportDave Barach1-100/+356
2019-07-09vat: unload unused vat pluginsDave Barach1-19/+1
2019-06-26api: Remove the inlines file and replace with library functionsNeale Ranns2-2/+0
2019-06-18api: string type to convert to vectorOle Troan2-8/+9
2019-06-12static_http: Typo in short_help.Paul Vinciguerra1-1/+1
2019-05-29plugins: http_static. Migrate to use api string type.Paul Vinciguerra3-11/+23
2019-05-17Fix punctuation fails in 2x pluginsDave Barach1-1/+1
2019-05-03plugins: clean up plugin descriptionsDave Wallace1-1/+1
2019-04-30svm: more fifo refactor/cleanupFlorin Coras1-1/+1
2019-04-25Clean up redirectsDave Barach1-21/+50
2019-04-17VPP-1649: Coverity warning in http serverDave Barach1-6/+0
2019-04-16Static http serverDave Barach8-0/+1954