aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/http
AgeCommit message (Expand)AuthorFilesLines
12 hourshttp: fix client send another requestHEADmasterMatus Fabian1-0/+7
12 hourshttp: notify client on request errorMatus Fabian1-2/+7
5 dayshttp: fix http server in responseMatus Fabian2-1/+11
7 dayshttp: 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 Tehlar2-327/+350
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 Barach2-7/+81
2022-12-06http_static: fix http(s) redirectsDave Barach2-12/+34
2022-11-11http: use safe pool reallocFlorin Coras1-1/+2
2022-11-10http: support client connectFilip Tehlar2-53/+448
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 hsa: use octet-stream content type for tpsFlorin Coras1-1/+2
2022-02-23http: improvement reset and close handlingFlorin Coras1-9/+14
2022-02-23http hsa: support multiple listeners for http tpsFlorin Coras2-7/+40
2022-02-17tls http srtp: fix session index for listenersFlorin Coras1-3/+4
2022-02-11http: fix support for files larger than u32Florin Coras4-15/+16
2022-02-11http: add startup configuration stanzaFlorin Coras2-9/+50
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-02-03http: honor max seg len in ptr bufferFlorin Coras1-4/+6
2022-01-26http_static: refactor to use http transportFlorin Coras2-2/+24
2022-01-26http: generalize buffer implementationFlorin Coras5-72/+321
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 Coras5-0/+1396