1. adb2220 BUG/MEDIUM: mux-h1: Fix the zero-copy on output for chunked messages by Christopher Faulet · 6 years ago
  2. 3815b22 MEDIUM: mux-h1: implement true zero-copy of DATA blocks by Willy Tarreau · 6 years ago
  3. afba57a REORG: h1: merge types+proto into common/h1.h by Willy Tarreau · 6 years ago
  4. b96b77e REORG: htx: merge types+proto into common/htx.h by Willy Tarreau · 6 years ago
  5. f6ce9d6 BUG/MEDIUM: mux-h1: Don't loop on the headers parsing if the read0 was received by Christopher Faulet · 6 years ago
  6. cb55f48 BUG/MEDIUM: mux-h1: Add a BUSY mode to not loop on pipelinned requests by Christopher Faulet · 6 years ago
  7. de68b13 BUG/MINOR: mux-h1: Fix conn_mode processing for headerless outgoing messages by Christopher Faulet · 6 years ago
  8. ce85149 BUG/MINOR: mux-h1: Remove the connection header when it is useless by Christopher Faulet · 6 years ago
  9. 5f50f5e MINOR: mux-h1: Set CS_FL_EOS when read0 is detected and no data are pending by Christopher Faulet · 6 years ago
  10. e6b3994 BUG/MEDIUM: mux-h1: Be sure to have a conn_stream to set CS_FL_REOS in h1_recv by Christopher Faulet · 6 years ago
  11. 6a2d334 BUG/MEDIUM: h1: Set CS_FL_REOS if we had a read0. by Olivier Houchard · 6 years ago
  12. e728478 BUG/MEDIUM: h1: Don't free the connection if it's an outgoing connection. by Olivier Houchard · 6 years ago
  13. d247be0 BUG/MEDIUM: connections: Split CS_FL_RCV_MORE into 2 flags. by Olivier Houchard · 6 years ago
  14. 145aa47 MINOR: mux-h1: Drain obuf if the output is closed after sending data by Christopher Faulet · 6 years ago
  15. b2e8416 MINOR: mux-h1: Allow partial data consumption during outgoing data processing by Christopher Faulet · 6 years ago
  16. aa75b3d CLEANUP: htx: Fix indentation here and there in HTX files by Christopher Faulet · 6 years ago
  17. 56df0a8 MINOR: mux-h1: Don't adjust anymore the amount of data sent in h1_snd_buf() by Christopher Faulet · 6 years ago
  18. 27ba2dc MEDIUM: htx: Rework conversion from a buffer to an htx structure by Christopher Faulet · 6 years ago
  19. 7003378 BUG/MINOR: mux-h1: Check h1m flags to set the server conn_mode on request path by Christopher Faulet · 6 years ago
  20. c5efa33 MEDIUM: mux-h1: avoid a double copy on the Tx path whenever possible by Willy Tarreau · 6 years ago
  21. 78f548f MEDIUM: mux-h1: attempt to zero-copy Rx DATA transfers by Willy Tarreau · 6 years ago
  22. 45f2b89 MEDIUM: mux-h1: make use of buf_room_for_htx_data() instead of b_room() by Willy Tarreau · 6 years ago
  23. 29a22bc MEDIUM: h1: Realign the ibuf before calling rcv_buf if needed. by Olivier Houchard · 6 years ago
  24. cf42d5a BUG/MEDIUM: h1: Correctly report used data with no len. by Olivier Houchard · 6 years ago
  25. 1a7ad7a BUG/MEDIUM: mux-h1: Release the mux H1 in h1_process() if there is no h1s by Christopher Faulet · 6 years ago
  26. c386a88 MINOR: mux-h1: Make sure to return 1 in h1_recv() when needed by Christopher Faulet · 6 years ago
  27. 37e3607 BUG/MEDIUM: mux-h1: Always set CS_FL_RCV_MORE when data are received in h1_recv() by Christopher Faulet · 6 years ago
  28. 75159a9 MEDIUM: mux-h1: Revamp the way subscriptions are handled. by Olivier Houchard · 6 years ago
  29. 7ccff1a BUG/MEDIUM: h1: Destroy a connection after detach if it has no owner. by Olivier Houchard · 6 years ago
  30. c59ff23 MINOR: htx: Rename functions htx_*_to_str() to be H1 specific by Christopher Faulet · 6 years ago
  31. 30bc509 CLEANUP: Fix typos in the h1 subsystem by Joseph Herlant · 6 years ago
  32. 8defe4b MINOR: mux: add a "max_streams" method. by Olivier Houchard · 6 years ago
  33. e44769b MINOR: mux-h1: Capture bad H1 messages by Christopher Faulet · 6 years ago
  34. bd44ca6 MINOR: mux-h1: Change client conn_mode on an explicit close for the response by Christopher Faulet · 6 years ago
  35. d1ebb1e MINOR: mux-h1: Process conn_mode on the EOH when no connection header is found by Christopher Faulet · 6 years ago
  36. b2db4fa MINOR: htx: Add BODYLESS flags on the HTX start-line and the HTTP message by Christopher Faulet · 6 years ago
  37. 0359911 MINOR: proto-htx: Use the start-line flags to set the HTTP messsage ones by Christopher Faulet · 6 years ago
  38. f1ba18d MEDIUM: htx: Don't rely on h1_sl anymore except during H1 header parsing by Christopher Faulet · 6 years ago
  39. 570d161 MEDIUM: htx: Change htx_sl to be a struct instead of an union by Christopher Faulet · 6 years ago
  40. 9400a39 MEDIUM: mux-h1: Add keep-alive outgoing connections in connections list by Christopher Faulet · 6 years ago
  41. 5d37dac MINOR: mux-h1: Consume channel's data in a loop in h1_snd_buf() by Christopher Faulet · 6 years ago
  42. f96c322 MINOR: mux-h1: Subscribe to send in h1_snd_buf() when not all data have been sent by Christopher Faulet · 6 years ago
  43. 1727648 MINOR: mux-h1: Be prepare to fail when EOM is added during trailers parsing by Christopher Faulet · 6 years ago
  44. 3218821 MINOR: mux-h1: Write last chunk and trailers if not found in the HTX message by Christopher Faulet · 6 years ago
  45. a1692f5 MINOR: mux-h1: Don't rely on the stream anymore in h1_set_srv_conn_mode() by Christopher Faulet · 6 years ago
  46. feb1174 MINOR: mux-h1: Implement get_cs_info() callback by Christopher Faulet · 6 years ago
  47. 66229af BUG/MEDIUM: mux-h1: Reset the H1 parser when an outgoing message is processed by Christopher Faulet · 6 years ago
  48. 5999b86 BUG/MINOR: mux-h1: Fix processing of "Connection: " header on outgoing messages by Christopher Faulet · 6 years ago
  49. 2455ceb MEDIUM: memory: use pool_destroy_all() to destroy all pools on deinit() by Willy Tarreau · 6 years ago
  50. 8ceae72 MEDIUM: init: use initcall for all fixed size pool creations by Willy Tarreau · 6 years ago
  51. 172f5ce MINOR: initcall: use initcalls for most post_{check,deinit} and per_thread* by Willy Tarreau · 6 years ago
  52. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · 6 years ago
  53. 7e346f3 BUG/MINOR: mux-htx: Fix bad test on h1c flags in h1_recv_allowed() by Christopher Faulet · 6 years ago
  54. 9c38840 BUG/MEDIUM: mux-h1: Don't set the flag CS_FL_RCV_MORE when nothing was parsed by Christopher Faulet · 6 years ago
  55. d44ad5b BUG/MEDIUM: mux-h1: Fix freeze when the kernel splicing is used by Christopher Faulet · 6 years ago
  56. 81d4843 BUG/MINOR: mux-h1: Enable keep-alive on server side by Christopher Faulet · 6 years ago
  57. 539e029 MAJOR: mux-h1: Remove the rxbuf and decode HTTP messages in channel's buffer by Christopher Faulet · 6 years ago
  58. 4736527 MEDIUM: mux-h1: Handle errors and timeouts in the stream by Christopher Faulet · 6 years ago
  59. 3b88b8d MEDIUM: mux-h1: Wait for connection establishment before consuming channel's data by Christopher Faulet · 6 years ago
  60. 9768c26 MAJOR: mux-h1/proto_htx: Switch mux-h1 and HTX analyzers on the HTX representation by Christopher Faulet · 6 years ago
  61. 1be55f9 MEDIUM: mux-h1: Add support of the kernel TCP splicing to forward data by Christopher Faulet · 6 years ago
  62. f2824e6 MAJOR: mux-h1/proto_htx: Handle keep-alive connections in the mux by Christopher Faulet · 6 years ago
  63. 129817b MEDIUM: mux-h1: Add parsing of incoming and ougoing HTTP messages by Christopher Faulet · 6 years ago
  64. 51dbc94 MEDIUM: mux-h1: Add dummy mux to handle HTTP/1.1 connections by Christopher Faulet · 6 years ago