aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/http_static
AgeCommit message (Expand)AuthorFilesLines
2020-05-06docs: clean up make docs jobPaul Vinciguerra2-5/+8
2020-04-03session: improve error reportingFlorin Coras1-1/+2
2020-03-12vppinfra: refactor clib_timebase_tDave Barach1-1/+2
2020-02-26api: improve api string safetyJakub Grajciar1-5/+2
2020-02-05vppinfra: numa vector placement supportDave Barach1-2/+4
2020-01-10docs: Edit FEATURE.yaml files so they can be publishedJohn DeNisco1-1/+1
2020-01-02http_static: add FEATURE.yamlDave Barach1-0/+10
2019-10-30http_static: fifo-size is u32Dave Wallace1-0/+5
2019-10-17http_static: pass http request type to builtin handlersDave Barach1-2/+2
2019-10-17http_static: add "http static cache clear" CLIDave Barach1-0/+75
2019-10-09hsa: use crypto_engine_type_t for TLSNathan Skrzypczak1-1/+1
2019-09-27http_static: remove api boilerplateOle Troan5-211/+8
2019-09-16http_static: add dynamic GET / POST method hooksDave Barach2-175/+302
2019-09-03api: enforce vla is last and fixed string typeOle Troan2-12/+6
2019-08-12http_static: fix session expiration timer bugsDave Barach1-33/+52
2019-08-12http_static: debug spew control, session expiration timersDave Barach1-18/+42
2019-08-10http_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