aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/http_static/static_server.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-07session: connects seg manager is always firstFlorin Coras1-2/+2
2021-04-22vcl session: refactor passing of crypto contextFlorin Coras1-2/+18
2021-01-07vcl session: switch to generic cert key apisFlorin Coras1-16/+21
2020-12-14misc: move to new pool_foreach macrosDamjan Marion1-3/+3
2020-10-19misc: don't export symbols from pluginsDamjan Marion1-1/+1
2020-07-28http_static: fix session cleanupFlorin Coras1-41/+30
2020-06-16misc: fix sonarclound warningsDave Barach1-1/+1
2020-05-06docs: clean up make docs jobPaul Vinciguerra1-3/+5
2020-04-03session: improve error reportingFlorin Coras1-1/+2
2020-03-12vppinfra: refactor clib_timebase_tDave Barach1-1/+2
2020-02-05vppinfra: numa vector placement supportDave Barach1-2/+4
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-16http_static: add dynamic GET / POST method hooksDave Barach1-175/+137
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-06-12static_http: Typo in short_help.Paul Vinciguerra1-1/+1
2019-04-30svm: more fifo refactor/cleanupFlorin Coras1-1/+1
2019-04-25Clean up redirectsDave Barach1-21/+50
2019-04-16Static http serverDave Barach1-0/+1392