Age | Commit message (Expand) | Author | Files | Lines |
2023-09-04 | session: fix allocation of proxy fifos | Florin Coras | 1 | -0/+1 |
2023-08-11 | session: fix coverity warnings | Florin Coras | 1 | -1/+2 |
2023-08-09 | session: async rx event notifications | Florin Coras | 1 | -4/+5 |
2022-12-08 | http_static: derive mime type from file extensions | Dave Barach | 1 | -1/+1 |
2022-12-06 | http_static: fix http(s) redirects | Dave Barach | 1 | -12/+33 |
2022-11-11 | http: use safe pool realloc | Florin Coras | 1 | -1/+2 |
2022-11-10 | http: support client connect | Filip Tehlar | 1 | -45/+436 |
2022-04-07 | tls http: run config fns after init ones | Florin Coras | 1 | -1/+1 |
2022-04-04 | vppinfra: make _vec_len() read-only | Damjan Marion | 1 | -1/+1 |
2022-02-23 | http: improvement reset and close handling | Florin Coras | 1 | -9/+14 |
2022-02-23 | http hsa: support multiple listeners for http tps | Florin Coras | 1 | -6/+39 |
2022-02-17 | tls http srtp: fix session index for listeners | Florin Coras | 1 | -3/+4 |
2022-02-11 | http: fix support for files larger than u32 | Florin Coras | 1 | -1/+2 |
2022-02-11 | http: add startup configuration stanza | Florin Coras | 1 | -9/+49 |
2022-02-10 | session: use transport endpoint cfg for listen | Florin Coras | 1 | -1/+1 |
2022-02-05 | http: estimate tx packets for scheduler | Florin Coras | 1 | -1/+13 |
2022-02-05 | session: track bytes dequeued in snd params | Florin Coras | 1 | -7/+1 |
2022-01-26 | http_static: refactor to use http transport | Florin Coras | 1 | -2/+23 |
2022-01-26 | http: generalize buffer implementation | Florin Coras | 1 | -61/+12 |
2022-01-25 | http hsa: avoid extra space in request | Florin Coras | 1 | -2/+2 |
2022-01-25 | http: fix rescheduling when transport fifo full | Florin Coras | 1 | -3/+9 |
2022-01-20 | hsa: refactor test http server to use http proto | Florin Coras | 1 | -17/+32 |
2022-01-20 | http: add http protocol plugin | Florin Coras | 1 | -0/+1002 |