Age | Commit message (Expand) | Author | Files | Lines |
2024-12-10 | http: fix http_free_header_table |  Matus Fabian | 1 | -1/+0 |
2024-12-10 | http: connection upgrade mechanism |  Matus Fabian | 1 | -70/+200 |
2024-12-08 | http: http_decap_udp_payload_datagram fix |  Matus Fabian | 1 | -0/+11 |
2024-11-19 | http: track requests as independent objects |  Matus Fabian | 1 | -22/+40 |
2024-11-19 | http: HTTP Datagrams and the Capsule Protocol |  Matus Fabian | 1 | -0/+200 |
2024-11-14 | http: state machine improvement |  Matus Fabian | 1 | -18/+28 |
2024-11-01 | http: CONNECT method for tunnelling |  Matus Fabian | 1 | -0/+3 |
2024-10-30 | http: udp proxy uri template parsing |  Matus Fabian | 1 | -21/+87 |
2024-10-29 | http: "absolute-form" target URL parsing |  Matus Fabian | 1 | -8/+171 |
2024-10-25 | http: pass timeout using extended config |  Matus Fabian | 1 | -0/+1 |
2024-10-14 | http: timer pool assert crash fix |  Matus Fabian | 1 | -0/+1 |
2024-10-14 | http: track half-open sessions |  Matus Fabian | 1 | -0/+1 |
2024-09-13 | http: update body_len from u32 to u64 |  Aritra Basu | 1 | -3/+3 |
2024-08-19 | http: make Media Types RFC9110 compliant |  Adrian Villin | 1 | -77/+77 |
2024-08-16 | http: http_read_message improvement |  Matus Fabian | 1 | -0/+1 |
2024-08-09 | http: authority-form target parsing/serializing |  Matus Fabian | 1 | -0/+52 |
2024-08-06 | http: client POST method |  Matus Fabian | 1 | -0/+2 |
2024-07-29 | http: client code improvement |  Matus Fabian | 1 | -1/+4 |
2024-07-23 | http: return more than data from server app |  Matus Fabian | 1 | -48/+173 |
2024-07-08 | session: improve enable and disable handling |  Florin Coras | 1 | -0/+1 |
2024-06-13 | http: return more than url to server app |  Matus Fabian | 1 | -8/+453 |
2024-05-28 | http_static: sanitize path before file read |  Matus Fabian | 1 | -0/+68 |
2024-05-03 | http: fix http server in response |  Matus Fabian | 1 | -0/+1 |
2024-01-02 | http: unify client/server state machines |  Filip Tehlar | 1 | -4/+17 |
2022-12-08 | http_static: derive mime type from file extensions |  Dave Barach | 1 | -6/+80 |
2022-12-06 | http_static: fix http(s) redirects |  Dave Barach | 1 | -0/+1 |
2022-11-10 | http: support client connect |  Filip Tehlar | 1 | -8/+12 |
2022-02-23 | http hsa: use octet-stream content type for tps |  Florin Coras | 1 | -1/+2 |
2022-02-23 | http hsa: support multiple listeners for http tps |  Florin Coras | 1 | -1/+1 |
2022-02-11 | http: fix support for files larger than u32 |  Florin Coras | 1 | -1/+1 |
2022-02-11 | http: add startup configuration stanza |  Florin Coras | 1 | -0/+1 |
2022-01-26 | http_static: refactor to use http transport |  Florin Coras | 1 | -0/+1 |
2022-01-26 | http: generalize buffer implementation |  Florin Coras | 1 | -11/+9 |
2022-01-20 | http: add http protocol plugin |  Florin Coras | 1 | -0/+194 |