1. f1ba18d MEDIUM: htx: Don't rely on h1_sl anymore except during H1 header parsing by Christopher Faulet · 6 years ago
  2. 570d161 MEDIUM: htx: Change htx_sl to be a struct instead of an union by Christopher Faulet · 6 years ago
  3. 9400a39 MEDIUM: mux-h1: Add keep-alive outgoing connections in connections list by Christopher Faulet · 6 years ago
  4. 5d37dac MINOR: mux-h1: Consume channel's data in a loop in h1_snd_buf() by Christopher Faulet · 6 years ago
  5. f96c322 MINOR: mux-h1: Subscribe to send in h1_snd_buf() when not all data have been sent by Christopher Faulet · 6 years ago
  6. 1727648 MINOR: mux-h1: Be prepare to fail when EOM is added during trailers parsing by Christopher Faulet · 6 years ago
  7. 3218821 MINOR: mux-h1: Write last chunk and trailers if not found in the HTX message by Christopher Faulet · 6 years ago
  8. a1692f5 MINOR: mux-h1: Don't rely on the stream anymore in h1_set_srv_conn_mode() by Christopher Faulet · 6 years ago
  9. feb1174 MINOR: mux-h1: Implement get_cs_info() callback by Christopher Faulet · 6 years ago
  10. 66229af BUG/MEDIUM: mux-h1: Reset the H1 parser when an outgoing message is processed by Christopher Faulet · 6 years ago
  11. 5999b86 BUG/MINOR: mux-h1: Fix processing of "Connection: " header on outgoing messages by Christopher Faulet · 6 years ago
  12. 2455ceb MEDIUM: memory: use pool_destroy_all() to destroy all pools on deinit() by Willy Tarreau · 6 years ago
  13. 8ceae72 MEDIUM: init: use initcall for all fixed size pool creations by Willy Tarreau · 6 years ago
  14. 172f5ce MINOR: initcall: use initcalls for most post_{check,deinit} and per_thread* by Willy Tarreau · 6 years ago
  15. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · 6 years ago
  16. 7e346f3 BUG/MINOR: mux-htx: Fix bad test on h1c flags in h1_recv_allowed() by Christopher Faulet · 6 years ago
  17. 9c38840 BUG/MEDIUM: mux-h1: Don't set the flag CS_FL_RCV_MORE when nothing was parsed by Christopher Faulet · 6 years ago
  18. d44ad5b BUG/MEDIUM: mux-h1: Fix freeze when the kernel splicing is used by Christopher Faulet · 6 years ago
  19. 81d4843 BUG/MINOR: mux-h1: Enable keep-alive on server side by Christopher Faulet · 6 years ago
  20. 539e029 MAJOR: mux-h1: Remove the rxbuf and decode HTTP messages in channel's buffer by Christopher Faulet · 6 years ago
  21. 4736527 MEDIUM: mux-h1: Handle errors and timeouts in the stream by Christopher Faulet · 6 years ago
  22. 3b88b8d MEDIUM: mux-h1: Wait for connection establishment before consuming channel's data by Christopher Faulet · 6 years ago
  23. 9768c26 MAJOR: mux-h1/proto_htx: Switch mux-h1 and HTX analyzers on the HTX representation by Christopher Faulet · 6 years ago
  24. 1be55f9 MEDIUM: mux-h1: Add support of the kernel TCP splicing to forward data by Christopher Faulet · 6 years ago
  25. f2824e6 MAJOR: mux-h1/proto_htx: Handle keep-alive connections in the mux by Christopher Faulet · 6 years ago
  26. 129817b MEDIUM: mux-h1: Add parsing of incoming and ougoing HTTP messages by Christopher Faulet · 6 years ago
  27. 51dbc94 MEDIUM: mux-h1: Add dummy mux to handle HTTP/1.1 connections by Christopher Faulet · 6 years ago