Age | Commit message (Expand) | Author | Files | Lines |
2022-12-09 | http_static: clean up http redirect generation | Dave Barach | 1 | -1/+56 |
2022-12-08 | http_static: derive mime type from file extensions | Dave Barach | 2 | -1/+51 |
2022-12-07 | http_static: misc bug fixes | Dave Barach | 2 | -1/+3 |
2022-12-06 | http_static: fix http(s) redirects | Dave Barach | 2 | -3/+3 |
2022-09-26 | api: replace print functions wth format | Damjan Marion | 1 | -1/+0 |
2022-08-12 | http_static: validate session before sending | Florin Coras | 1 | -0/+2 |
2022-04-04 | vppinfra: make _vec_len() read-only | Damjan Marion | 2 | -2/+2 |
2022-02-23 | http hsa: support multiple listeners for http tps | Florin Coras | 1 | -0/+1 |
2022-02-13 | hsa: add http throughput test server app | Florin Coras | 1 | -1/+1 |
2022-02-08 | http_static: cleanup file handler and cache | Florin Coras | 6 | -493/+674 |
2022-02-06 | http_static: fix coverity warning | Florin Coras | 1 | -2/+4 |
2022-02-05 | http_static: handle empty requests | Florin Coras | 1 | -3/+12 |
2022-02-02 | prom: basic builtin prometheus stats exporter | Florin Coras | 1 | -0/+4 |
2022-02-02 | http_static: add support for async tx from handlers | Florin Coras | 4 | -52/+132 |
2022-01-30 | http_static: incorporate builtinurl plugin | Florin Coras | 6 | -51/+290 |
2022-01-27 | http_static: code cleanup | Florin Coras | 3 | -334/+211 |
2022-01-26 | http_static: refactor to use http transport | Florin Coras | 3 | -772/+252 |
2021-12-30 | svm: merge want deq and leq threshold notifications | Florin Coras | 1 | -8/+5 |
2021-12-29 | http_static: Fix timeout on large files | Michal Kalderon | 1 | -3/+19 |
2021-05-07 | session: connects seg manager is always first | Florin Coras | 1 | -2/+2 |
2021-04-22 | vcl session: refactor passing of crypto context | Florin Coras | 1 | -2/+18 |
2021-01-07 | vcl session: switch to generic cert key apis | Florin Coras | 2 | -16/+24 |
2020-12-14 | misc: move to new pool_foreach macros | Damjan Marion | 1 | -3/+3 |
2020-10-19 | misc: don't export symbols from plugins | Damjan Marion | 1 | -1/+1 |
2020-07-28 | http_static: fix session cleanup | Florin Coras | 1 | -41/+30 |
2020-06-16 | misc: fix sonarclound warnings | Dave Barach | 1 | -1/+1 |
2020-05-06 | docs: clean up make docs job | Paul Vinciguerra | 2 | -5/+8 |
2020-04-03 | session: improve error reporting | Florin Coras | 1 | -1/+2 |
2020-03-12 | vppinfra: refactor clib_timebase_t | Dave Barach | 1 | -1/+2 |
2020-02-26 | api: improve api string safety | Jakub Grajciar | 1 | -5/+2 |
2020-02-05 | vppinfra: numa vector placement support | Dave Barach | 1 | -2/+4 |
2020-01-10 | docs: Edit FEATURE.yaml files so they can be published | John DeNisco | 1 | -1/+1 |
2020-01-02 | http_static: add FEATURE.yaml | Dave Barach | 1 | -0/+10 |
2019-10-30 | http_static: fifo-size is u32 | Dave Wallace | 1 | -0/+5 |
2019-10-17 | http_static: pass http request type to builtin handlers | Dave Barach | 1 | -2/+2 |
2019-10-17 | http_static: add "http static cache clear" CLI | Dave Barach | 1 | -0/+75 |
2019-10-09 | hsa: use crypto_engine_type_t for TLS | Nathan Skrzypczak | 1 | -1/+1 |
2019-09-27 | http_static: remove api boilerplate | Ole Troan | 5 | -211/+8 |
2019-09-16 | http_static: add dynamic GET / POST method hooks | Dave Barach | 2 | -175/+302 |
2019-09-03 | api: enforce vla is last and fixed string type | Ole Troan | 2 | -12/+6 |
2019-08-12 | http_static: fix session expiration timer bugs | Dave Barach | 1 | -33/+52 |
2019-08-12 | http_static: debug spew control, session expiration timers | Dave Barach | 1 | -18/+42 |
2019-08-10 | http_static: tls support | Dave Barach | 1 | -100/+356 |
2019-07-09 | vat: unload unused vat plugins | Dave Barach | 1 | -19/+1 |
2019-06-26 | api: Remove the inlines file and replace with library functions | Neale Ranns | 2 | -2/+0 |
2019-06-18 | api: string type to convert to vector | Ole Troan | 2 | -8/+9 |
2019-06-12 | static_http: Typo in short_help. | Paul Vinciguerra | 1 | -1/+1 |
2019-05-29 | plugins: http_static. Migrate to use api string type. | Paul Vinciguerra | 3 | -11/+23 |
2019-05-17 | Fix punctuation fails in 2x plugins | Dave Barach | 1 | -1/+1 |
2019-05-03 | plugins: clean up plugin descriptions | Dave Wallace | 1 | -1/+1 |