aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/http_static/static_server.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-04vppinfra: make _vec_len() read-onlyDamjan Marion1-1/+1
2022-02-23http hsa: support multiple listeners for http tpsFlorin Coras1-0/+1
2022-02-13hsa: add http throughput test server appFlorin Coras1-1/+1
2022-02-08http_static: cleanup file handler and cacheFlorin Coras1-456/+138
2022-02-06http_static: fix coverity warningFlorin Coras1-2/+4
2022-02-05http_static: handle empty requestsFlorin Coras1-3/+12
2022-02-02prom: basic builtin prometheus stats exporterFlorin Coras1-0/+4
2022-02-02http_static: add support for async tx from handlersFlorin Coras1-21/+55
2022-01-30http_static: incorporate builtinurl pluginFlorin Coras1-31/+59
2022-01-27http_static: code cleanupFlorin Coras1-252/+118
2022-01-26http_static: refactor to use http transportFlorin Coras1-730/+237
2021-12-30svm: merge want deq and leq threshold notificationsFlorin Coras1-8/+5
2021-12-29http_static: Fix timeout on large filesMichal Kalderon1-3/+19
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