1. 2e754bf MINOR: htx: switch to case sensitive search of lower case header names by Willy Tarreau · 6 years ago
  2. b2aedea MEDIUM: channel/htx: Add functions for forward HTX data by Christopher Faulet · 6 years ago
  3. 27ba2dc MEDIUM: htx: Rework conversion from a buffer to an htx structure by Christopher Faulet · 6 years ago
  4. f3d4805 BUG/MINOR: proto_htx: Truncate the request when an error is detected by Christopher Faulet · 6 years ago
  5. b54c40a BUILD: threads: fix minor build warnings when threads are disabled by Willy Tarreau · 6 years ago
  6. e9d5c72 CLEANUP: Fix a typo in the proto_htx subsystem by Joseph Herlant · 6 years ago
  7. c42c0e9 CLEANUP: fix typos in the htx subsystem by Joseph Herlant · 6 years ago
  8. aed82cf MEDIUM: proto_htx/filters: Add data filtering during the forwarding by Christopher Faulet · 6 years ago
  9. a7b677c MEDIUM: proto_htx: Convert all HTTP error messages into HTX by Christopher Faulet · 6 years ago
  10. 99daf28 MINOR: proto_htx: Send valid HTX message to send 30x responses by Christopher Faulet · 6 years ago
  11. 0eaed6b MINOR: proto_htx: Send valid HTX message when redir mode is enabled on a server by Christopher Faulet · 6 years ago
  12. 12c51e2 MINOR: proto_htx: Use full HTX messages to send 401 and 407 responses by Christopher Faulet · 6 years ago
  13. ee9b5bf MINOR: proto_htx: Use full HTX messages to send 103-Early-Hints responses by Christopher Faulet · 6 years ago
  14. 23a3c79 MINOR: proto_htx: Use full HTX messages to send 100-Continue responses by Christopher Faulet · 6 years ago
  15. b2db4fa MINOR: htx: Add BODYLESS flags on the HTX start-line and the HTTP message by Christopher Faulet · 6 years ago
  16. 0359911 MINOR: proto-htx: Use the start-line flags to set the HTTP messsage ones by Christopher Faulet · 6 years ago
  17. f1ba18d MEDIUM: htx: Don't rely on h1_sl anymore except during H1 header parsing by Christopher Faulet · 6 years ago
  18. 870aad9 MINOR: proto_htx: Use conn_stream's info to set t_idle duration when possible by Christopher Faulet · 6 years ago
  19. 72b6273 BUG/MINOR: proto_htx: Send outgoing data to client to start response processing by Christopher Faulet · 6 years ago
  20. 6160832 BUG/MINOR: proto_htx: only mark connections private if NTLM is detected by Christopher Faulet · 6 years ago
  21. b42a8b6 BUG/MINOR: proto_htx: Fix request/response synchronisation on error by Christopher Faulet · 6 years ago
  22. 4736527 MEDIUM: mux-h1: Handle errors and timeouts in the stream by Christopher Faulet · 6 years ago
  23. ef77922 MINOR: stats/htx: Adapt the stats applet to handle HTX messages by Christopher Faulet · 6 years ago
  24. fec7bd1 MEDIUM: proto_htx: Adapt htx_process_res_common to handle HTX messages by Christopher Faulet · 6 years ago
  25. f76ebe8 MEDIUM: proto_htx: Adapt htx_wait_for_request_body to handle HTX messages by Christopher Faulet · 6 years ago
  26. 8137c27 MINOR: proto_htx: Adapt htx_process_tarpit to handle HTX messages by Christopher Faulet · 6 years ago
  27. d7bdfb1 MEDIUM: proto_htx: Adapt htx_process_request to handle HTX messages by Christopher Faulet · 6 years ago
  28. ff2759f MEDIUM: proto_htx: Adapt htx_process_req_common to handle HTX messages by Christopher Faulet · 6 years ago
  29. 377c5a5 MINOR: proto_htx: Add functions to handle the stats applet by Christopher Faulet · 6 years ago
  30. fefc73d MINOR: proto_htx: Add functions htx_perform_server_redirect by Christopher Faulet · 6 years ago
  31. 64159df MINOR: proto_htx: Add functions htx_send_name_header by Christopher Faulet · 6 years ago
  32. 25a02f6 MINOR: proto_htx: Add functions to check the cacheability of HTX messages by Christopher Faulet · 6 years ago
  33. fcda7c6 MINOR: proto_htx: Add functions to manage cookies on HTX messages by Christopher Faulet · 6 years ago
  34. 3364008 MINOR: proto_htx: Add functions to apply req* and rsp* rules on HTX messages by Christopher Faulet · 6 years ago
  35. 3e96419 MINOR: proto_htx: Add functions htx_req_get_intercept_rule and htx_res_get_intercept_rule by Christopher Faulet · 6 years ago
  36. 6eb9289 MINOR: proto_htx: Add function to build and send HTTP 103 responses by Christopher Faulet · 6 years ago
  37. 8d8ac19 MINOR: proto_htx: Add functions htx_req_replace_stline and htx_res_set_status by Christopher Faulet · 6 years ago
  38. 7233352 MINOR: proto_htx: Add functions htx_transform_header and htx_transform_header_str by Christopher Faulet · 6 years ago
  39. f052354 MINOR: proto_htx: Add the internal function htx_fmt_res_line by Christopher Faulet · 6 years ago
  40. 0b6bdc5 MINOR: proto_htx: Add the internal function htx_del_hdr_value by Christopher Faulet · 6 years ago
  41. 80f14bf MINOR: proto_htx: Rewrite htx_apply_redirect_rule to handle HTX messages by Christopher Faulet · 6 years ago
  42. 9768c26 MAJOR: mux-h1/proto_htx: Switch mux-h1 and HTX analyzers on the HTX representation by Christopher Faulet · 6 years ago
  43. 0f22695 MINOR: proto_htx: Add some functions to handle HTX messages by Christopher Faulet · 6 years ago
  44. f2824e6 MAJOR: mux-h1/proto_htx: Handle keep-alive connections in the mux by Christopher Faulet · 6 years ago
  45. e0768eb MEDIUM: proto_htx: Add HTX analyzers and use it when the mux H1 is used by Christopher Faulet · 6 years ago
  46. f4eb75d MINOR: htx: Add proto_htx.c file by Christopher Faulet · 6 years ago