1. 9aaf778 MAJOR: connection : Split struct connection into struct connection and struct conn_stream. by Olivier Houchard · Wed Sep 13 18:30:23 2017 +0200
  2. 1bc04c7 BUG/MINOR: threads: Add missing THREAD_LOCAL on static here and there by Christopher Faulet · Sun Oct 29 20:14:08 2017 +0100
  3. b5997f7 MAJOR: threads/map: Make acls/maps thread safe by Emeric Brun · Mon Jul 03 11:34:05 2017 +0200
  4. 8c1aaa2 MEDIUM: threads/http: Make http_capture_bad_message thread-safe by Emeric Brun · Thu Jun 15 11:30:06 2017 +0200
  5. 819fc6f MEDIUM: threads/stick-tables: handle multithreads on stick tables by Emeric Brun · Tue Jun 13 19:37:32 2017 +0200
  6. 29f77e8 MEDIUM: threads/server: Add a lock per server and atomically update server vars by Christopher Faulet · Thu Jun 08 14:04:45 2017 +0200
  7. 40a007c MEDIUM: threads/server: Make connection list (priv/idle/safe) thread-safe by Christopher Faulet · Mon Jul 03 15:41:01 2017 +0200
  8. ff8abcd MEDIUM: threads/proxy: Add a lock per proxy and atomically update proxy vars by Christopher Faulet · Fri Jun 02 15:33:24 2017 +0200
  9. 8d8aa0d MEDIUM: threads/listeners: Make listeners thread-safe by Christopher Faulet · Tue May 30 15:36:50 2017 +0200
  10. 1b421ea MINOR: acl: Pass the ACLs as an explicit parameter of build_acl_cond by Christopher Faulet · Fri Sep 22 14:38:56 2017 +0200
  11. 29730ba MINOR: action: Add a functions to check http capture rules by Christopher Faulet · Mon Sep 18 15:26:32 2017 +0200
  12. 78880fb MINOR: action: Add function to check rules using an action ACT_ACTION_TRK_* by Christopher Faulet · Mon Sep 18 14:43:55 2017 +0200
  13. 4fce0d8 MINOR: action: Use trk_idx instead of tcp/http_trk_idx by Christopher Faulet · Mon Sep 18 11:57:31 2017 +0200
  14. c2aae74 MEDIUM: ssl: Handle early data with OpenSSL 1.1.1 by Olivier Houchard · Fri Sep 22 18:26:28 2017 +0200
  15. 51a76d8 MINOR: http: Mark the 425 code as "Too Early". by Olivier Houchard · Mon Oct 02 16:12:07 2017 +0200
  16. 2ae327e BUG/MEDIUM: prevent buffers being overwritten during build_logline() execution by Dragan Dosen · Thu Oct 26 11:25:10 2017 +0200
  17. b289256 MEDIUM: http: make the chunk crlf parser only depend on the buffer by Willy Tarreau · Thu Sep 21 11:33:54 2017 +0200
  18. e56cdd3 MEDIUM: http: make the chunk size parser only depend on the buffer by Willy Tarreau · Thu Sep 21 08:36:33 2017 +0200
  19. 8740c8b REORG: http: move the HTTP/1 header block parser to h1.c by Willy Tarreau · Thu Sep 21 10:22:25 2017 +0200
  20. db4893d REORG: http: move the HTTP/1 chunk parser to h1.{c,h} by Willy Tarreau · Thu Sep 21 08:40:02 2017 +0200
  21. 0da5b3b REORG: http: move some very http1-specific parts to h1.{c,h} by Willy Tarreau · Thu Sep 21 09:30:46 2017 +0200
  22. 06d80a9 REORG: channel: finally rename the last bi_* / bo_* functions by Willy Tarreau · Thu Oct 19 14:32:15 2017 +0200
  23. a258479 BUG/MEDIUM: http: Return an error when url_dec sample converter failed by Christopher Faulet · Thu Oct 05 10:03:12 2017 +0200
  24. c3680ec MINOR: add severity information to cli feedback messages by Andjelko Iharos · Thu Jul 20 16:49:14 2017 +0200
  25. 5d468ca BUG/MEDIUM: http: Close streams for connections closed before a redirect by Christopher Faulet · Mon Sep 11 09:27:29 2017 +0200
  26. 52a91d3 MEDIUM: check: server states and weight propagation re-work by Emeric Brun · Thu Aug 31 14:41:55 2017 +0200
  27. 6988f67 MINOR: http: Use a trash chunk to store decoded string of the HTTP auth header by Christopher Faulet · Thu Jul 27 15:18:52 2017 +0200
  28. 585744b REORG/MEDIUM: connection: introduce the notion of connection handle by Willy Tarreau · Thu Aug 24 14:31:19 2017 +0200
  29. a548069 MINOR: http: export some of the HTTP parser macros by Willy Tarreau · Wed Jul 26 08:07:15 2017 +0200
  30. 56d2609 BUG/MAJOR: http: Fix possible infinity loop in http_sync_(req|res)_state by Christopher Faulet · Thu Jul 20 11:05:10 2017 +0200
  31. a81ff60 BUG/MINOR: http: Fix bug introduced in previous patch in http_resync_states by Christopher Faulet · Tue Jul 18 22:01:05 2017 +0200
  32. 894da4c MINOR: http: Rely on analyzers mask to end processing in forward_body functions by Christopher Faulet · Tue Jul 18 11:29:07 2017 +0200
  33. 1486b0a BUG/MEDIUM: http: Switch HTTP responses in TUNNEL mode when body length is undefined by Christopher Faulet · Tue Jul 18 11:42:08 2017 +0200
  34. 4be9803 MINOR: http: Switch requests/responses in TUNNEL mode only by checking txn flags by Christopher Faulet · Tue Jul 18 10:48:24 2017 +0200
  35. f77bb53 MINOR: http: Reorder/rewrite checks in http_resync_states by Christopher Faulet · Tue Jul 18 11:18:46 2017 +0200
  36. a3992e0 BUG/MINOR: http: Set the response error state in http_sync_res_state by Christopher Faulet · Tue Jul 18 10:35:55 2017 +0200
  37. a14ad72 BUG/MINOR: http: properly handle all 1xx informational responses by Willy Tarreau · Fri Jul 07 11:36:32 2017 +0200
  38. a94fda3 BUG/MINOR: http: Don't reset the transaction if there are still data to send by Christopher Faulet · Thu Jul 06 15:51:35 2017 +0200
  39. 96fd926 BUG/MAJOR: http: fix buffer overflow on loguri buffer. by Emeric Brun · Wed Jul 05 13:33:16 2017 +0200
  40. a33510b BUG/MINOR: http/filters: Be sure to wait if a filter loops in HTTP_MSG_ENDING by Christopher Faulet · Fri Mar 31 15:37:29 2017 +0200
  41. 6a0bca9 BUG/MAJOR: http: call manage_client_side_cookies() before erasing the buffer by Willy Tarreau · Sun Jun 11 17:56:27 2017 +0200
  42. 23e9e93 MINOR: log: Add logurilen tunable. by Stéphane Cottin · Thu May 18 08:58:41 2017 +0200
  43. 2395368 DOC: update RFC references by Lukas Tribus · Fri Apr 28 13:24:30 2017 +0000
  44. d7d8881 MINOR: proto-http: Add sample fetch wich returns all HTTP headers by Thierry FOURNIER · Wed Apr 19 15:15:14 2017 +0200
  45. 5617dce MINOR: Add binary encoding request header sample fetch by Thierry FOURNIER · Sun Apr 09 05:38:19 2017 +0200
  46. 9f724ed BUG/MEDIUM: http: Drop the connection establishment when a redirect is performed by Christopher Faulet · Thu Apr 20 14:16:13 2017 +0200
  47. 69744d9 BUG/MEDIUM: http: Fix blocked HTTP/1.0 responses when compression is enabled by Christopher Faulet · Thu Mar 30 10:54:35 2017 +0200
  48. 814d270 MINOR: http: Add debug messages when HTTP body analyzers are called by Christopher Faulet · Thu Mar 30 11:33:44 2017 +0200
  49. be821b9 MINOR: http: remove useless check on HTTP_MSGF_XFER_LEN for the request by Christopher Faulet · Thu Mar 30 11:21:53 2017 +0200
  50. c0c672a BUG/MINOR: http: Fix conditions to clean up a txn and to handle the next request by Christopher Faulet · Tue Mar 28 11:51:33 2017 +0200
  51. e39683c BUG/MEDIUM: stream: fix client-fin/server-fin handling by Hongbo Long · Fri Mar 10 18:41:51 2017 +0100
  52. 014e39c BUG/MAJOR: http: fix typo in http_apply_redirect_rule by Christopher Faulet · Fri Mar 10 13:52:30 2017 +0100
  53. e600624 BUG/MEDIUM: filters: Fix channels synchronization in flt_end_analyze by Christopher Faulet · Fri Mar 10 11:52:44 2017 +0100
  54. 2019f95 CLEANUP: http: make http_server_error() not set the status anymore by Willy Tarreau · Tue Mar 14 11:07:31 2017 +0100
  55. 800d176 MINOR: http-request tarpit deny_status. by Jarno Huuskonen · Mon Mar 06 14:56:36 2017 +0200
  56. 9e6906b MEDIUM: http_error_message: txn->status / http_get_status_idx. by Jarno Huuskonen · Mon Mar 06 14:21:49 2017 +0200
  57. 19b1412 MINOR: http: don't close when redirect location doesn't start with "/" by Willy Tarreau · Tue Feb 28 09:48:11 2017 +0100
  58. cdade94 BUG/MINOR: http: Return an error when a replace-header rule failed on the response by Christopher Faulet · Wed Feb 08 12:41:31 2017 +0100
  59. 07a0fec BUG/MEDIUM: http: Prevent replace-header from overwriting a buffer by Christopher Faulet · Wed Feb 08 12:17:07 2017 +0100
  60. f1cc5d0 BUG/MEDIUM: filters: Do not truncate HTTP response when body length is undefined by Christopher Faulet · Wed Feb 08 09:45:13 2017 +0100
  61. 0d94576 BUG/MEDIUM: http: prevent redirect from overwriting a buffer by Thierry FOURNIER · Sat Jan 28 07:39:53 2017 +0100
  62. 59af2df MINOR: proto_http.c 502 error txt typo. by Jarno Huuskonen · Wed Dec 28 10:49:01 2016 +0200
  63. 16ad94a MINOR: Use "500 Internal Server Error" for 500 error/status code message. by Jarno Huuskonen · Mon Jan 09 14:17:10 2017 +0200
  64. 52f5db2 MINOR: http: custom status reason. by Robin H. Johnson · Sun Jan 01 13:10:52 2017 -0800
  65. 2afff9c BUG/MAJOR: http: fix risk of getting invalid reports of bad requests by Willy Tarreau · Wed Jan 04 14:44:46 2017 +0100
  66. 10e61cb BUG/MINOR: http: report real parser state in error captures by Willy Tarreau · Wed Jan 04 14:51:22 2017 +0100
  67. 0184ea7 BUG/MAJOR: channel: Fix the definition order of channel analyzers by Christopher Faulet · Thu Jan 05 14:06:34 2017 +0100
  68. 43ad11d MINOR: Do not forward the header "Expect: 100-continue" when the option http-buffer-request is set by Thierry FOURNIER / OZON.IO · Mon Dec 12 15:19:58 2016 +0100
  69. 35088f9 BUG/MINOR: http: don't send an extra CRLF after a Set-Cookie in a redirect by Matthieu Guegan · Mon Dec 05 11:35:54 2016 +0100
  70. 6962f4e BUG/MINOR: http: Call XFER_DATA analyzer when HTTP txn is switched in tunnel mode by Christopher Faulet · Mon Nov 28 14:21:27 2016 +0100
  71. 3235957 BUG/MINOR: http: Keep the same behavior between 1.6 and 1.7 for tunneled txn by Christopher Faulet · Tue Nov 29 14:49:54 2016 +0100
  72. d1cd209 BUG/MEDIUM: http: Fix tunnel mode when the CONNECT method is used by Christopher Faulet · Mon Nov 28 10:14:03 2016 +0100
  73. 35069f8 MINOR: cli: make "show errors" capable of dumping only request or response by Willy Tarreau · Fri Nov 25 09:16:37 2016 +0100
  74. 234ba2d MINOR: cli: make "show errors" support a proxy name by Willy Tarreau · Fri Nov 25 08:39:10 2016 +0100
  75. 8a4e442 MEDIUM: log-format: Use standard HAProxy log system to report errors by Thierry FOURNIER / OZON.IO · Wed Nov 23 00:41:28 2016 +0100
  76. 59fd511 MEDIUM: log-format/conf: take into account the parse_logformat_string() return code by Thierry FOURNIER / OZON.IO · Tue Nov 22 23:50:02 2016 +0100
  77. 6fe0e1b CLEANUP: log-format: remove unused arguments by Thierry FOURNIER / OZON.IO · Tue Nov 22 22:33:24 2016 +0100
  78. 30e5e18 CLEANUP: cli: remove assignments to st0 and st2 in keyword parsers by Willy Tarreau · Thu Nov 24 16:45:53 2016 +0100
  79. 12207b3 REORG: cli: move "show errors" out of cli.c by Willy Tarreau · Tue Nov 22 19:48:51 2016 +0100
  80. 9ed6203 REORG: cli: split dumpstats.h in stats.h and cli.h by William Lallemand · Mon Nov 21 17:49:11 2016 +0100
  81. e6d9c21 OPTIM: http: optimize lookup of comma and quote in header values by Willy Tarreau · Sat Nov 05 18:23:38 2016 +0100
  82. 5f10ea3 OPTIM: http: improve parsing performance of long URIs by Willy Tarreau · Sat Nov 05 17:52:06 2016 +0100
  83. 0431f9d OPTIM: http: improve parsing performance of long header lines by Willy Tarreau · Sat Nov 05 17:35:40 2016 +0100
  84. 2235b26 OPTIM: http: move all http character classs tables into a single one by Willy Tarreau · Sat Nov 05 15:50:20 2016 +0100
  85. b12ff9a CLEANUP: proto_http: Removing useless variable assignation by Erwan Velu · Thu Oct 15 14:36:56 2015 +0200
  86. 4cac359 MEDIUM: log: Decompose %Tq in %Th %Ti %TR by Thierry FOURNIER / OZON.IO · Thu Jul 28 17:19:45 2016 +0200
  87. 3146a4c BUG/MINOR: peers: don't count track-sc multiple times on errors by Willy Tarreau · Tue Jul 26 15:22:33 2016 +0200
  88. e4edc6b MEDIUM: http: implement http-response track-sc* directive by Ruoshan Huang · Thu Jul 14 15:07:45 2016 +0800
  89. a9300a3 BUG/MINOR: Rework slightly commit 9962f8fc to clean code and avoid mistakes by Christopher Faulet · Tue Jun 28 15:54:44 2016 +0200
  90. 9962f8f BUG/MEDIUM: http: unbreak uri/header/url_param hashing by Willy Tarreau · Tue Jun 28 11:52:08 2016 +0200
  91. 29bdb1c BUG/MINOR: http: fix misleading error message for response captures by Willy Tarreau · Fri Jun 24 15:36:34 2016 +0200
  92. 1eea6d7 BUG/MINOR: filters: Fix HTTP parsing when a filter loops on data forwarding by Christopher Faulet · Tue Jun 21 11:04:34 2016 +0200
  93. dd01678 BUG/MINOR: fix http-response set-log-level parsing error by Ruoshan Huang · Wed Jun 15 22:16:03 2016 +0800
  94. db5af61 BUG/MINOR: http: url32+src should check cli_conn before using it by Dragan Dosen · Thu Jun 16 11:23:01 2016 +0200
  95. e5f4133 BUG/MINOR: http: url32+src should use the big endian version of url32 by Dragan Dosen · Thu Jun 16 11:08:08 2016 +0200
  96. 4b788f7 BUG/MEDIUM: http: add-header: buffer overwritten by Thierry Fournier · Wed Jun 01 13:35:36 2016 +0200
  97. 53c1a9b BUG/MINOR: http: add-header: header name copied twice by Thierry Fournier · Wed Jun 01 13:36:20 2016 +0200
  98. 2e785f2 MEDIUM: tcp: add 'set-src' to 'tcp-request connection' by William Lallemand · Wed May 25 01:48:42 2016 +0200
  99. 58727ec BUG/MAJOR: http: fix breakage of "reqdeny" causing random crashes by Willy Tarreau · Wed May 25 16:23:59 2016 +0200
  100. 6e61589 BUG/MAJOR: fix listening IP address storage for frontends by Vincent Bernat · Wed May 18 16:17:44 2016 +0200