1. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  2. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  3. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  4. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  5. c6d61d7 REORG: include: move trace.h to haproxy/trace{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  6. 48d25b3 REORG: include: move session.h to haproxy/session{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  7. 7ea393d REORG: include: move connection.h to haproxy/connection{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  8. 8773533 REORG: include: move http_htx.h to haproxy/http_htx{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  9. c6fe884 REORG: include: move h1_htx.h to haproxy/h1_htx.h by Willy Tarreau · 4 years, 1 month ago
  10. 551271d REORG: include: move pipe.h to haproxy/pipe{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  11. bf07314 REORG: include: move common/h2.h to haproxy/h2.h by Willy Tarreau · 4 years, 1 month ago
  12. 16f958c REORG: include: split common/htx.h into haproxy/htx{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  13. 5413a87 REORG: include: move common/h1.h to haproxy/h1.h by Willy Tarreau · 4 years, 1 month ago
  14. 2741c8c REORG: include: move common/buffer.h to haproxy/dynbuf{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  15. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 1 month ago
  16. 8d2b777 REORG: ebtree: move the include files from ebtree to include/import/ by Willy Tarreau · 4 years, 1 month ago
  17. 89aed32 MINOR: mux-h1/proxy: Add a proxy option to disable clear h2 upgrade by Christopher Faulet · 4 years, 1 month ago
  18. c02a23f CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 2 months ago
  19. ca39747 BUG/MEDIUM: mux-h1: make sure we always have a timeout on front connections by Willy Tarreau · 4 years, 2 months ago
  20. c3500c3 MINOR: build: Fix build in mux_h1 by Olivier Houchard · 4 years, 3 months ago
  21. 6966441 BUG/MEDIUM: mux_h1: Process a new request if we already received it. by Olivier Houchard · 4 years, 3 months ago
  22. 199d4fa MINOR: muxes: Note that we can't usee a connection when added to the srv idle. by Olivier Houchard · 4 years, 3 months ago
  23. 3c49c1b BUG/MEDIUM: h1: Make sure we subscribe before going into idle list. by Olivier Houchard · 4 years, 3 months ago
  24. f12ca9f MEDIUM: mux_h1: Implement the takeover() method. by Olivier Houchard · 4 years, 4 months ago
  25. dc2f275 MEDIUM: servers: Split the connections into idle, safe, and available. by Olivier Houchard · 4 years, 5 months ago
  26. 2444aa5 MEDIUM: sessions: Don't be responsible for connections anymore. by Olivier Houchard · 4 years, 5 months ago
  27. bdb00c5 BUG/MEDIUM: connections: Don't assume the connection has a valid session. by Olivier Houchard · 4 years, 4 months ago
  28. 8676514 MINOR: servers: Kill priv_conns. by Olivier Houchard · 4 years, 6 months ago
  29. ed52637 CLEANUP: Use `isttest()` and `istfree()` by Tim Duesterhus · 4 years, 4 months ago
  30. f4629a5 BUG/MINOR: connection/debug: do not enforce !event_type on subscribe() anymore by Willy Tarreau · 4 years, 4 months ago
  31. 2c1f37d OPTIM: mux-h1: subscribe rather than waking up at a few other places by Willy Tarreau · 4 years, 4 months ago
  32. 493d9dc MEDIUM: mux-h1: do not blindly wake up the tasklet at end of request anymore by Willy Tarreau · 4 years, 4 months ago
  33. b045bb2 MINOR: mux-h1: Remove useless case-insensitive comparisons by Christopher Faulet · 4 years, 4 months ago
  34. 2104659 MEDIUM: buffer: remove the buffer_wq lock by Willy Tarreau · 4 years, 4 months ago
  35. 6e59cb5 MINOR: mux-h1: pass CO_RFL_READ_ONCE to the lower layers when relevant by Willy Tarreau · 4 years, 4 months ago
  36. d57e349 BUG/MINOR: mux: do not call conn_xprt_stop_recv() on buffer shortage by Willy Tarreau · 4 years, 4 months ago
  37. 12ffab0 BUG/MEDIUM: muxes: Use the right argument when calling the destroy method. by Olivier Houchard · 4 years, 5 months ago
  38. 911db9b MEDIUM: connection: use CO_FL_WAIT_XPRT more consistently than L4/L6/HANDSHAKE by Willy Tarreau · 4 years, 5 months ago
  39. c192b0a MEDIUM: connection: remove CO_FL_CONNECTED and only rely on CO_FL_WAIT_* by Willy Tarreau · 4 years, 5 months ago
  40. 4623036 MINOR: mux-h1: Inherit send flags from the upper layer by Christopher Faulet · 4 years, 9 months ago
  41. ee1a6fc MINOR: connection: make the last arg of subscribe() a struct wait_event* by Willy Tarreau · 4 years, 6 months ago
  42. 1b0d4d1 MEDIUM: mux-h1: merge recv_wait and send_wait by Willy Tarreau · 4 years, 6 months ago
  43. 17ccd1a BUG/MEDIUM: connection: add a mux flag to indicate splice usability by Willy Tarreau · 4 years, 6 months ago
  44. 68787ef BUG/MEDIUM: mux_h1: Don't call h1_send if we subscribed(). by Olivier Houchard · 4 years, 6 months ago
  45. 6716cc2 BUG/MAJOR: mux-h1: Don't pretend the input channel's buffer is full if empty by Christopher Faulet · 4 years, 6 months ago
  46. 76014fd MEDIUM: h1-htx: Add HTX EOM block when the message is in H1_MSG_DONE state by Christopher Faulet · 4 years, 7 months ago
  47. 7aae858 BUG/MINOR: mux-h1: Be sure to set CS_FL_WANT_ROOM when EOM can't be added by Christopher Faulet · 4 years, 7 months ago
  48. 2545a0b BUG/MINOR: mux-h1: Fix conditions to know whether or not we may receive data by Christopher Faulet · 4 years, 7 months ago
  49. 7b109f2 BUG/MINOR: mux-h1: Don't rely on CO_FL_SOCK_RD_SH to set H1C_F_CS_SHUTDOWN by Christopher Faulet · 4 years, 7 months ago
  50. aaa67bc BUG/MEDIUM: mux-h1: Never reuse H1 connection if a shutw is pending by Christopher Faulet · 4 years, 7 months ago
  51. e18f53e BUILD/MINOR: trace: fix use of long type in a few printf format strings by Willy Tarreau · 4 years, 7 months ago
  52. f3158e9 BUG/MINOR: mux-h1: Fix tunnel mode detection on the response path by Christopher Faulet · 4 years, 8 months ago
  53. 466080d MINOR: mux-h1: Set EOI on the conn-stream when EOS is reported in TUNNEL state by Christopher Faulet · 4 years, 8 months ago
  54. 3f21611 BUG/MINOR: mux-h1: Don't set CS_FL_EOS on a read0 when receiving data to pipe by Christopher Faulet · 4 years, 8 months ago
  55. 02a0253 BUG/MINOR: mux-h1: Properly catch parsing errors on payload and trailers by Christopher Faulet · 4 years, 8 months ago
  56. 9fa40c4 BUG/MEDIUM: mux-h1: Disable splicing for chunked messages by Christopher Faulet · 4 years, 8 months ago
  57. 9b8e11e MINOR: mux: Add a new method to get informations about a mux. by Olivier Houchard · 4 years, 8 months ago
  58. 04f8919 MINOR: mux-h1: Force close mode for proxy responses with an unfinished request by Christopher Faulet · 4 years, 9 months ago
  59. 486498c BUG/MINOR: mux-h1: Capture ignored parsing errors by Christopher Faulet · 4 years, 9 months ago
  60. 53a899b CLEANUP: h1-htx: Move htx-to-h1 formatting functions from htx.c to h1_htx.c by Christopher Faulet · 4 years, 9 months ago
  61. d9233f0 MINOR: mux-h1: Xfer as much payload data as possible during output processing by Christopher Faulet · 4 years, 9 months ago
  62. a61aa54 BUG/MINOR: mux-h1: Mark the output buffer as full when the xfer is interrupted by Christopher Faulet · 4 years, 9 months ago
  63. 08618a7 BUG/MINOR: mux-h1/mux-fcgi/trace: Fix position of the 4th arg in some traces by Christopher Faulet · 4 years, 9 months ago
  64. 660f6f3 MINOR: mux-h1: Try to wakeup the stream on output buffer allocation by Christopher Faulet · 4 years, 9 months ago
  65. 7a991a9 BUG/MINOR: mux-h1: Adjust header case when chunked encoding is add to a message by Christopher Faulet · 4 years, 9 months ago
  66. 5cef2a6 BUG/MINOR: mux-h1: Adjust header case when the server name is add to a request by Christopher Faulet · 4 years, 9 months ago
  67. 67d5809 MINOR: http: Remove headers matching the name of http-send-name-header option by Christopher Faulet · 4 years, 9 months ago
  68. 6b81df7 MINOR: mux-h1/trace: register a new trace source with its events by Christopher Faulet · 4 years, 9 months ago
  69. af54263 MINOR: h1-htx: Update h1_copy_msg_data() to ease the traces in the mux-h1 by Christopher Faulet · 4 years, 9 months ago
  70. 72ba6cd MINOR: http: Add server name header from HTTP multiplexers by Christopher Faulet · 4 years, 9 months ago
  71. eec96b5 BUG/MINOR: mux-h1: Do h2 upgrade only on the first request by Christopher Faulet · 4 years, 9 months ago
  72. 86d144c MINOR: muxes/htx: Ignore pseudo header during message formatting by Christopher Faulet · 4 years, 11 months ago
  73. 4f0f88a MEDIUM: mux-h1/h1-htx: move HTX convertion of H1 messages in dedicated file by Christopher Faulet · 5 years ago
  74. 69b4821 MINOR: mux-h1: Report a processing error during output processing by Christopher Faulet · 4 years, 10 months ago
  75. cac5c09 BUG/MINOR: mux-h1: Fix a UAF in cfg_h1_headers_case_adjust_postparser() by Christopher Faulet · 5 years ago
  76. 51bb185 BUG/MINOR: mux-h1: Fix a possible null pointer dereference in h1_subscribe() by Christopher Faulet · 4 years, 10 months ago
  77. f1ef7f6 BUG/MINOR: mux-h1: Be sure to update the count before adding EOM after trailers by Christopher Faulet · 4 years, 10 months ago
  78. 6b32192 BUG/MINOR: mux-h1: Don't stop anymore input processing when the max is reached by Christopher Faulet · 4 years, 10 months ago
  79. 8427d0d BUG/MINOR: mux-h1: Fix size evaluation of HTX messages after headers parsing by Christopher Faulet · 4 years, 10 months ago
  80. 0bb5a5c BUG/MEDIUM: mux-h1: do not report errors on transfers ending on buffer full by Willy Tarreau · 4 years, 10 months ago
  81. 347f464 BUG/MEDIUM: mux-h1: do not truncate trailing 0CRLF on buffer boundary by Willy Tarreau · 4 years, 10 months ago
  82. 02bac85 BUG/MEDIUM: h1: Always try to receive more in h1_rcv_buf(). by Olivier Houchard · 4 years, 10 months ago
  83. 305d5ab MAJOR: fd: Get rid of the fd cache. by Olivier Houchard · 5 years ago
  84. dedd306 MEDIUM: h1: Don't wake the H1 tasklet if we got the whole request. by Olivier Houchard · 5 years ago
  85. cc3fec8 MEDIUM: h1: Don't try to subscribe if we managed to read data. by Olivier Houchard · 5 years ago
  86. 98fbe95 MEDIUM: mux-h1: Add the support of headers adjustment for bogus HTTP/1 apps by Christopher Faulet · 5 years ago
  87. f1204b8 BUG/MINOR: mux-h1: Close server connection if input data remains in h1_detach() by Christopher Faulet · 5 years ago
  88. 0362724 BUG/MEDIUM: mux-h1: Trim excess server data at the end of a transaction by Christopher Faulet · 5 years ago
  89. c985f6c MINOR: connection: Remove the multiplexer protocol PROTO_MODE_HTX by Christopher Faulet · 5 years ago
  90. 192c6a2 MINOR: htx: Deduce the number of used blocks from tail and head values by Christopher Faulet · 5 years ago
  91. 234740f BUG/MINOR: mux-h1: Correctly report Ti timer when HTX and keepalives are used by Dave Pirotte · 5 years ago
  92. 37243bc BUG/MEDIUM: mux-h1: Don't release h1 connection if there is still data to send by Christopher Faulet · 5 years ago
  93. 0e54d54 BUG/MINOR: mux-h1: Don't process input or ouput if an error occurred by Christopher Faulet · 5 years ago
  94. f8db73e BUG/MEDIUM: mux-h1: Handle TUNNEL state when outgoing messages are formatted by Christopher Faulet · 5 years ago
  95. 2ab3dad BUG/MEDIUM: connections: Make sure we're unsubscribe before upgrading the mux. by Olivier Houchard · 5 years ago
  96. b8fc304 BUG/MINOR: mux-h1: Don't return the empty chunk on HEAD responses by Christopher Faulet · 5 years ago
  97. 5433a0b BUG/MINOR: mux-h1: Skip trailers for non-chunked outgoing messages by Christopher Faulet · 5 years ago
  98. 3ac0f43 BUG/MEDIUM: mux-h1: Always release H1C if a shutdown for writes was reported by Christopher Faulet · 5 years ago
  99. d87d3fa BUG/MINOR: mux-h1: Make format errors during output formatting fatal by Christopher Faulet · 5 years ago
  100. e5438b7 BUG/MEDIUM: mux-h1: Use buf_room_for_htx_data() to detect too large messages by Christopher Faulet · 5 years ago