aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/http/http.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-14http: fix unsupported client app methodMatus Fabian1-0/+7
2024-05-14http: notify client when connection failedMatus Fabian1-4/+8
2024-05-14http: fix server sending all status codesMatus Fabian1-0/+5
2024-05-13http: fix user agent in requestMatus Fabian1-2/+7
2024-05-09http: fix client parse error handlingMatus Fabian1-10/+8
2024-05-07http: fix client send another requestMatus Fabian1-0/+7
2024-05-07http: notify client on request errorMatus Fabian1-2/+7
2024-05-03http: fix http server in responseMatus Fabian1-1/+10
2024-05-01http: fix client receiving large dataFilip Tehlar1-69/+63
2024-01-12http: fix memory leakFilip Tehlar1-0/+1
2024-01-02http: unify client/server state machinesFilip Tehlar1-323/+333
2023-12-04http: fix coverity warningFilip Tehlar1-1/+3
2023-09-04session: fix allocation of proxy fifosFlorin Coras1-0/+1
2023-08-11session: fix coverity warningsFlorin Coras1-1/+2
2023-08-09session: async rx event notificationsFlorin Coras1-4/+5
2022-12-08http_static: derive mime type from file extensionsDave Barach1-1/+1
2022-12-06http_static: fix http(s) redirectsDave Barach1-12/+33
2022-11-11http: use safe pool reallocFlorin Coras1-1/+2
2022-11-10http: support client connectFilip Tehlar1-45/+436
2022-04-07tls http: run config fns after init onesFlorin Coras1-1/+1
2022-04-04vppinfra: make _vec_len() read-onlyDamjan Marion1-1/+1
2022-02-23http: improvement reset and close handlingFlorin Coras1-9/+14
2022-02-23http hsa: support multiple listeners for http tpsFlorin Coras1-6/+39
2022-02-17tls http srtp: fix session index for listenersFlorin Coras1-3/+4
2022-02-11http: fix support for files larger than u32Florin Coras1-1/+2
2022-02-11http: add startup configuration stanzaFlorin Coras1-9/+49
2022-02-10session: use transport endpoint cfg for listenFlorin Coras1-1/+1
2022-02-05http: estimate tx packets for schedulerFlorin Coras1-1/+13
2022-02-05session: track bytes dequeued in snd paramsFlorin Coras1-7/+1
2022-01-26http_static: refactor to use http transportFlorin Coras1-2/+23
2022-01-26http: generalize buffer implementationFlorin Coras1-61/+12
2022-01-25http hsa: avoid extra space in requestFlorin Coras1-2/+2
2022-01-25http: fix rescheduling when transport fifo fullFlorin Coras1-3/+9
2022-01-20hsa: refactor test http server to use http protoFlorin Coras1-17/+32
2022-01-20http: add http protocol pluginFlorin Coras1-0/+1002