1. 6db1699 BUG/MEDIUM: streams: Try to L7 retry before aborting the connection. by Olivier Houchard · Fri May 17 15:40:49 2019 +0200
  2. ad26d8d BUG/MEDIUM: streams: Make sur SI_FL_L7_RETRY is set before attempting a retry. by Olivier Houchard · Fri May 10 17:48:28 2019 +0200
  3. 2674303 MEDIUM: regex: modify regex_comp() to atomically allocate/free the my_regex struct by Dragan Dosen · Tue Apr 30 15:54:36 2019 +0200
  4. 223995e BUG/MINOR: stream: also increment the retry stats counter on L7 retries by Willy Tarreau · Sat May 04 10:38:31 2019 +0200
  5. e3249a9 MEDIUM: streams: Add a new keyword for retry-on, "junk-response" by Olivier Houchard · Fri May 03 23:01:47 2019 +0200
  6. 865d839 MEDIUM: streams: Add a way to replay failed 0rtt requests. by Olivier Houchard · Fri May 03 22:46:27 2019 +0200
  7. a254a37 MEDIUM: streams: Add the ability to retry a request on L7 failure. by Olivier Houchard · Fri Apr 05 15:30:12 2019 +0200
  8. 1907ccc BUG/MINOR: http: Call stream_inc_be_http_req_ctr() only one time per request by Christopher Faulet · Mon Apr 29 13:12:02 2019 +0200
  9. e84289e BUG/MEDIUM: thread/http: Add missing locks in set-map and add-acl HTTP rules by Christopher Faulet · Fri Apr 19 14:50:55 2019 +0200
  10. 6f7a02a BUILD: htx: fix a used uninitialized warning on is_cookie2 by Willy Tarreau · Mon Apr 15 21:49:49 2019 +0200
  11. 0ef372a MAJOR: muxes/htx: Handle inplicit upgrades from h1 to h2 by Christopher Faulet · Mon Apr 08 10:57:20 2019 +0200
  12. c62c2b9 BUG/MEDIUM: htx: Fix the process of HTTP CONNECT with h2 connections by Christopher Faulet · Thu Mar 28 11:41:39 2019 +0100
  13. 03b9d8b MINOR: proto_htx: Don't adjust transaction mode anymore in HTX analyzers by Christopher Faulet · Tue Mar 26 22:02:00 2019 +0100
  14. 6c9bbb2 MEDIUM: htx: Deprecate the option 'http-tunnel' and ignore it in HTX by Christopher Faulet · Tue Mar 26 21:37:23 2019 +0100
  15. aed68d4 BUG/MINOR: proto_htx: Reset to_forward value when a message is set to DONE by Christopher Faulet · Thu Mar 28 18:12:46 2019 +0100
  16. 66af0b2 MEDIUM: proto_htx: Reintroduce the infinite forwarding on data by Christopher Faulet · Fri Mar 22 14:54:52 2019 +0100
  17. 769d0e9 BUG/MEDIUM: http/htx: Fix handling of the option abortonclose by Christopher Faulet · Fri Mar 22 14:23:18 2019 +0100
  18. 6e8d6a9 Revert "MEDIUM: proto_htx: Switch to infinite forwarding if there is no data filter" by Willy Tarreau · Thu Mar 21 18:00:30 2019 +0100
  19. 0f22299 CLEANUP: cache: don't export http_cache_applet anymore by Willy Tarreau · Tue Mar 19 09:57:55 2019 +0100
  20. 2571bc6 MINOR: http/applets: Handle all applets intercepting HTTP requests the same way by Christopher Faulet · Fri Mar 01 11:44:26 2019 +0100
  21. bcf242a MINOR: stats/cache: Handle the header Expect when applets are registered by Christopher Faulet · Fri Mar 01 11:36:26 2019 +0100
  22. 4a28a53 MINOR: proto_htx: Add function to handle the header "Expect: 100-continue" by Christopher Faulet · Fri Mar 01 11:19:40 2019 +0100
  23. f52170d MEDIUM: proto_htx: Switch to infinite forwarding if there is no data filter by Christopher Faulet · Fri Mar 08 15:45:26 2019 +0100
  24. 93e02d8 MINOR: proto-http/proto-htx: Make error handling clearer during data forwarding by Christopher Faulet · Fri Mar 08 14:18:50 2019 +0100
  25. d1fd6f5 BUG/MINOR: http/counters: fix missing increment of fe->srv_aborts by Willy Tarreau · Mon Mar 18 11:02:57 2019 +0100
  26. 5d45e38 BUG/MINOR: stats: Be more strict on what is a valid request to the stats applet by Christopher Faulet · Wed Feb 27 15:15:23 2019 +0100
  27. a798bf5 MEDIUM: http: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · Fri Mar 08 18:52:00 2019 +0100
  28. 4236f03 MINOR: htx: unconditionally handle parsing errors in requests or responses by Willy Tarreau · Tue Mar 05 10:43:32 2019 +0100
  29. 02e771a BUG/MEDIUM: proto_htx: Fix functions applying regex filters on HTX messages by Christopher Faulet · Tue Feb 26 15:36:05 2019 +0100
  30. 834eee7 BUG/MINOR: proto-htx: Consider a XFER_LEN message as chunked by default by Christopher Faulet · Mon Feb 18 11:35:02 2019 +0100
  31. 6cdaf2a BUG/MEDIUM: proto_htx: Fix data size update if end of the cookie is removed by Christopher Faulet · Tue Feb 12 14:29:57 2019 +0100
  32. dcd8c5e BUG/MINOR: proto-htx: Return an error if all headers cannot be received at once by Christopher Faulet · Mon Jan 21 11:24:38 2019 +0100
  33. ed7a066 BUG/MEDIUM: stats: Get the right scope pointer depending on HTX is used or not by Christopher Faulet · Mon Jan 14 11:07:34 2019 +0100
  34. 089eaa0 BUG/MINOR: backend: don't use url_param_name as a hint for BE_LB_ALGO_PH by Willy Tarreau · Mon Jan 14 15:17:46 2019 +0100
  35. 202c6ce BUG/MINOR: proto_htx: Use HTX versions to truncate or erase a buffer by Christopher Faulet · Mon Jan 07 14:57:35 2019 +0100
  36. d01ce40 BUG/MEDIUM: proto-htx: Set SI_FL_NOHALF on server side when request is done by Christopher Faulet · Wed Jan 02 17:44:13 2019 +0100
  37. 86cef23 BUG/MINOR: htx: send the proper authenticate header when using http-request auth by Jérôme Magnin · Fri Dec 28 14:49:08 2018 +0100
  38. 14bfe9a CLEANUP: stream-int: consistently call the si/stream_int functions by Willy Tarreau · Wed Dec 19 15:19:27 2018 +0100
  39. b6aadbd BUG/MINOR: proto_htx: Call the HTX version of the function managing client cookies by Christopher Faulet · Tue Dec 18 16:41:31 2018 +0100
  40. 87a2c0d BUG/MINOR: proto_htx: Fix htx_res_set_status to also set the reason by Christopher Faulet · Thu Dec 13 21:58:18 2018 +0100
  41. b96b77e REORG: htx: merge types+proto into common/htx.h by Willy Tarreau · Tue Dec 11 10:22:41 2018 +0100
  42. 54a8d5a MEDIUM: cache/htx: Add the HTX support into the cache by Christopher Faulet · Fri Dec 07 12:21:11 2018 +0100
  43. 1a18b54 REORG: connection: centralize the conn_set_{tos,mark,quickack} functions by Willy Tarreau · Tue Dec 11 16:37:42 2018 +0100
  44. 2e754bf MINOR: htx: switch to case sensitive search of lower case header names by Willy Tarreau · Fri Dec 07 11:38:03 2018 +0100
  45. b2aedea MEDIUM: channel/htx: Add functions for forward HTX data by Christopher Faulet · Wed Dec 05 11:56:15 2018 +0100
  46. 27ba2dc MEDIUM: htx: Rework conversion from a buffer to an htx structure by Christopher Faulet · Wed Dec 05 11:53:24 2018 +0100
  47. f3d4805 BUG/MINOR: proto_htx: Truncate the request when an error is detected by Christopher Faulet · Tue Dec 04 16:23:54 2018 +0100
  48. b54c40a BUILD: threads: fix minor build warnings when threads are disabled by Willy Tarreau · Sun Dec 02 19:28:41 2018 +0100
  49. e9d5c72 CLEANUP: Fix a typo in the proto_htx subsystem by Joseph Herlant · Sun Nov 25 11:00:25 2018 -0800
  50. c42c0e9 CLEANUP: fix typos in the htx subsystem by Joseph Herlant · Sun Nov 25 10:43:27 2018 -0800
  51. aed82cf MEDIUM: proto_htx/filters: Add data filtering during the forwarding by Christopher Faulet · Fri Nov 30 22:22:32 2018 +0100
  52. a7b677c MEDIUM: proto_htx: Convert all HTTP error messages into HTX by Christopher Faulet · Thu Nov 29 16:48:49 2018 +0100
  53. 99daf28 MINOR: proto_htx: Send valid HTX message to send 30x responses by Christopher Faulet · Wed Nov 28 22:58:13 2018 +0100
  54. 0eaed6b MINOR: proto_htx: Send valid HTX message when redir mode is enabled on a server by Christopher Faulet · Wed Nov 28 17:46:40 2018 +0100
  55. 12c51e2 MINOR: proto_htx: Use full HTX messages to send 401 and 407 responses by Christopher Faulet · Wed Nov 28 15:59:42 2018 +0100
  56. ee9b5bf MINOR: proto_htx: Use full HTX messages to send 103-Early-Hints responses by Christopher Faulet · Wed Nov 28 13:55:14 2018 +0100
  57. 23a3c79 MINOR: proto_htx: Use full HTX messages to send 100-Continue responses by Christopher Faulet · Wed Nov 28 10:01:23 2018 +0100
  58. b2db4fa MINOR: htx: Add BODYLESS flags on the HTX start-line and the HTTP message by Christopher Faulet · Tue Nov 27 16:51:09 2018 +0100
  59. 0359911 MINOR: proto-htx: Use the start-line flags to set the HTTP messsage ones by Christopher Faulet · Tue Nov 27 11:21:21 2018 +0100
  60. f1ba18d MEDIUM: htx: Don't rely on h1_sl anymore except during H1 header parsing by Christopher Faulet · Mon Nov 26 21:37:08 2018 +0100
  61. 870aad9 MINOR: proto_htx: Use conn_stream's info to set t_idle duration when possible by Christopher Faulet · Thu Nov 29 15:23:46 2018 +0100
  62. 72b6273 BUG/MINOR: proto_htx: Send outgoing data to client to start response processing by Christopher Faulet · Wed Nov 28 16:44:44 2018 +0100
  63. 6160832 BUG/MINOR: proto_htx: only mark connections private if NTLM is detected by Christopher Faulet · Fri Nov 23 16:23:45 2018 +0100
  64. b42a8b6 BUG/MINOR: proto_htx: Fix request/response synchronisation on error by Christopher Faulet · Mon Nov 19 21:59:00 2018 +0100
  65. 4736527 MEDIUM: mux-h1: Handle errors and timeouts in the stream by Christopher Faulet · Wed Oct 31 17:40:50 2018 +0100
  66. ef77922 MINOR: stats/htx: Adapt the stats applet to handle HTX messages by Christopher Faulet · Wed Oct 31 08:47:01 2018 +0100
  67. fec7bd1 MEDIUM: proto_htx: Adapt htx_process_res_common to handle HTX messages by Christopher Faulet · Wed Oct 24 11:17:50 2018 +0200
  68. f76ebe8 MEDIUM: proto_htx: Adapt htx_wait_for_request_body to handle HTX messages by Christopher Faulet · Wed Oct 24 11:16:22 2018 +0200
  69. 8137c27 MINOR: proto_htx: Adapt htx_process_tarpit to handle HTX messages by Christopher Faulet · Wed Oct 24 11:15:09 2018 +0200
  70. d7bdfb1 MEDIUM: proto_htx: Adapt htx_process_request to handle HTX messages by Christopher Faulet · Wed Oct 24 11:14:34 2018 +0200
  71. ff2759f MEDIUM: proto_htx: Adapt htx_process_req_common to handle HTX messages by Christopher Faulet · Wed Oct 24 11:13:16 2018 +0200
  72. 377c5a5 MINOR: proto_htx: Add functions to handle the stats applet by Christopher Faulet · Wed Oct 24 21:21:30 2018 +0200
  73. fefc73d MINOR: proto_htx: Add functions htx_perform_server_redirect by Christopher Faulet · Wed Oct 24 21:18:04 2018 +0200
  74. 64159df MINOR: proto_htx: Add functions htx_send_name_header by Christopher Faulet · Wed Oct 24 21:15:35 2018 +0200
  75. 25a02f6 MINOR: proto_htx: Add functions to check the cacheability of HTX messages by Christopher Faulet · Wed Oct 24 12:00:25 2018 +0200
  76. fcda7c6 MINOR: proto_htx: Add functions to manage cookies on HTX messages by Christopher Faulet · Wed Oct 24 11:56:22 2018 +0200
  77. 3364008 MINOR: proto_htx: Add functions to apply req* and rsp* rules on HTX messages by Christopher Faulet · Wed Oct 24 11:53:01 2018 +0200
  78. 3e96419 MINOR: proto_htx: Add functions htx_req_get_intercept_rule and htx_res_get_intercept_rule by Christopher Faulet · Wed Oct 24 11:39:23 2018 +0200
  79. 6eb9289 MINOR: proto_htx: Add function to build and send HTTP 103 responses by Christopher Faulet · Thu Nov 15 16:39:29 2018 +0100
  80. 8d8ac19 MINOR: proto_htx: Add functions htx_req_replace_stline and htx_res_set_status by Christopher Faulet · Wed Oct 24 11:27:39 2018 +0200
  81. 7233352 MINOR: proto_htx: Add functions htx_transform_header and htx_transform_header_str by Christopher Faulet · Wed Oct 24 11:25:02 2018 +0200
  82. f052354 MINOR: proto_htx: Add the internal function htx_fmt_res_line by Christopher Faulet · Wed Oct 24 11:06:58 2018 +0200
  83. 0b6bdc5 MINOR: proto_htx: Add the internal function htx_del_hdr_value by Christopher Faulet · Wed Oct 24 11:05:36 2018 +0200
  84. 80f14bf MINOR: proto_htx: Rewrite htx_apply_redirect_rule to handle HTX messages by Christopher Faulet · Wed Oct 24 11:02:25 2018 +0200
  85. 9768c26 MAJOR: mux-h1/proto_htx: Switch mux-h1 and HTX analyzers on the HTX representation by Christopher Faulet · Mon Oct 22 09:34:31 2018 +0200
  86. 0f22695 MINOR: proto_htx: Add some functions to handle HTX messages by Christopher Faulet · Mon Oct 22 09:29:56 2018 +0200
  87. f2824e6 MAJOR: mux-h1/proto_htx: Handle keep-alive connections in the mux by Christopher Faulet · Mon Oct 01 12:12:37 2018 +0200
  88. e0768eb MEDIUM: proto_htx: Add HTX analyzers and use it when the mux H1 is used by Christopher Faulet · Wed Oct 03 16:38:02 2018 +0200
  89. f4eb75d MINOR: htx: Add proto_htx.c file by Christopher Faulet · Thu Oct 11 15:55:07 2018 +0200