1. a41d531 MINOR: config: Enable tracking of up to MAX_SESS_STKCTR stick counters. by Frédéric Lécaille · 6 years ago
  2. ff47b3f BUG/MEDIUM: http: don't automatically forward request close by Willy Tarreau · 7 years ago
  3. 0ad8e0d MINOR: http: add a function to check request's cache-control header field by Willy Tarreau · 7 years ago
  4. d3900cc BUG/MINOR: http: properly detect max-age=0 and s-maxage=0 in responses by Willy Tarreau · 7 years ago
  5. 12b32f2 BUG/MINOR: http: do not ignore cache-control: public by Willy Tarreau · 7 years ago
  6. 83ece46 MINOR: http: start to compute the transaction's cacheability from the request by Willy Tarreau · 7 years ago
  7. c55ddce MINOR: http: update the list of cacheable status codes as per RFC7231 by Willy Tarreau · 7 years ago
  8. 24ea0bc MINOR: http: adjust the list of supposedly cacheable methods by Willy Tarreau · 7 years ago
  9. 7aa15b0 BUG/MEDIUM: stream: don't consider abortonclose on muxes which close cleanly by Willy Tarreau · 7 years ago
  10. 9fc9e53 BUG: MINOR: http: don't check http-request capture id when len is provided by Cyril Bonté · 7 years ago
  11. 8059351 BUG/MEDIUM: http: don't disable lingering on requests with tunnelled responses by Willy Tarreau · 7 years ago
  12. fd608dd BUG/MINOR: action: Don't check http capture rules when no id is defined by Christopher Faulet · 7 years ago
  13. 0fed0b0 BUG/MEDIUM: peers: fix some track counter rules dont register entries for sync. by Emeric Brun · 7 years ago
  14. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · 7 years ago
  15. fbc74e8 MINOR/CLEANUP: proxy: rename "proxy" to "proxies_list" by Olivier Houchard · 7 years ago
  16. 767a84b CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning by Christopher Faulet · 7 years ago
  17. 53275e8 MINOR: http: implement the "http-request reject" rule by Willy Tarreau · 7 years ago
  18. 71bd11a MEDIUM: cache: enable the HTTP analysers by William Lallemand · 7 years ago
  19. 9165979 MEDIUM: http: always reject the "PRI" method by Willy Tarreau · 7 years ago
  20. c5a9d5b BUG/MEDIUM: stream-int: Don't loss write's notifs when a stream is woken up by Christopher Faulet · 7 years ago
  21. 522eea7 MINOR: ssl: Handle sending early data to server. by Olivier Houchard · 7 years ago
  22. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · 7 years ago
  23. 9aaf778 MAJOR: connection : Split struct connection into struct connection and struct conn_stream. by Olivier Houchard · 7 years ago
  24. 1bc04c7 BUG/MINOR: threads: Add missing THREAD_LOCAL on static here and there by Christopher Faulet · 7 years ago
  25. b5997f7 MAJOR: threads/map: Make acls/maps thread safe by Emeric Brun · 7 years ago
  26. 8c1aaa2 MEDIUM: threads/http: Make http_capture_bad_message thread-safe by Emeric Brun · 7 years ago
  27. 819fc6f MEDIUM: threads/stick-tables: handle multithreads on stick tables by Emeric Brun · 7 years ago
  28. 29f77e8 MEDIUM: threads/server: Add a lock per server and atomically update server vars by Christopher Faulet · 7 years ago
  29. 40a007c MEDIUM: threads/server: Make connection list (priv/idle/safe) thread-safe by Christopher Faulet · 7 years ago
  30. ff8abcd MEDIUM: threads/proxy: Add a lock per proxy and atomically update proxy vars by Christopher Faulet · 7 years ago
  31. 8d8aa0d MEDIUM: threads/listeners: Make listeners thread-safe by Christopher Faulet · 7 years ago
  32. 1b421ea MINOR: acl: Pass the ACLs as an explicit parameter of build_acl_cond by Christopher Faulet · 7 years ago
  33. 29730ba MINOR: action: Add a functions to check http capture rules by Christopher Faulet · 7 years ago
  34. 78880fb MINOR: action: Add function to check rules using an action ACT_ACTION_TRK_* by Christopher Faulet · 7 years ago
  35. 4fce0d8 MINOR: action: Use trk_idx instead of tcp/http_trk_idx by Christopher Faulet · 7 years ago
  36. c2aae74 MEDIUM: ssl: Handle early data with OpenSSL 1.1.1 by Olivier Houchard · 7 years ago
  37. 51a76d8 MINOR: http: Mark the 425 code as "Too Early". by Olivier Houchard · 7 years ago
  38. 2ae327e BUG/MEDIUM: prevent buffers being overwritten during build_logline() execution by Dragan Dosen · 7 years ago
  39. b289256 MEDIUM: http: make the chunk crlf parser only depend on the buffer by Willy Tarreau · 7 years ago
  40. e56cdd3 MEDIUM: http: make the chunk size parser only depend on the buffer by Willy Tarreau · 7 years ago
  41. 8740c8b REORG: http: move the HTTP/1 header block parser to h1.c by Willy Tarreau · 7 years ago
  42. db4893d REORG: http: move the HTTP/1 chunk parser to h1.{c,h} by Willy Tarreau · 7 years ago
  43. 0da5b3b REORG: http: move some very http1-specific parts to h1.{c,h} by Willy Tarreau · 7 years ago
  44. 06d80a9 REORG: channel: finally rename the last bi_* / bo_* functions by Willy Tarreau · 7 years ago
  45. a258479 BUG/MEDIUM: http: Return an error when url_dec sample converter failed by Christopher Faulet · 7 years ago
  46. c3680ec MINOR: add severity information to cli feedback messages by Andjelko Iharos · 7 years ago
  47. 5d468ca BUG/MEDIUM: http: Close streams for connections closed before a redirect by Christopher Faulet · 7 years ago
  48. 52a91d3 MEDIUM: check: server states and weight propagation re-work by Emeric Brun · 7 years ago
  49. 6988f67 MINOR: http: Use a trash chunk to store decoded string of the HTTP auth header by Christopher Faulet · 7 years ago
  50. 585744b REORG/MEDIUM: connection: introduce the notion of connection handle by Willy Tarreau · 7 years ago
  51. a548069 MINOR: http: export some of the HTTP parser macros by Willy Tarreau · 7 years ago
  52. 56d2609 BUG/MAJOR: http: Fix possible infinity loop in http_sync_(req|res)_state by Christopher Faulet · 7 years ago
  53. a81ff60 BUG/MINOR: http: Fix bug introduced in previous patch in http_resync_states by Christopher Faulet · 7 years ago
  54. 894da4c MINOR: http: Rely on analyzers mask to end processing in forward_body functions by Christopher Faulet · 7 years ago
  55. 1486b0a BUG/MEDIUM: http: Switch HTTP responses in TUNNEL mode when body length is undefined by Christopher Faulet · 7 years ago
  56. 4be9803 MINOR: http: Switch requests/responses in TUNNEL mode only by checking txn flags by Christopher Faulet · 7 years ago
  57. f77bb53 MINOR: http: Reorder/rewrite checks in http_resync_states by Christopher Faulet · 7 years ago
  58. a3992e0 BUG/MINOR: http: Set the response error state in http_sync_res_state by Christopher Faulet · 7 years ago
  59. a14ad72 BUG/MINOR: http: properly handle all 1xx informational responses by Willy Tarreau · 7 years ago
  60. a94fda3 BUG/MINOR: http: Don't reset the transaction if there are still data to send by Christopher Faulet · 7 years ago
  61. 96fd926 BUG/MAJOR: http: fix buffer overflow on loguri buffer. by Emeric Brun · 7 years ago
  62. a33510b BUG/MINOR: http/filters: Be sure to wait if a filter loops in HTTP_MSG_ENDING by Christopher Faulet · 7 years ago
  63. 6a0bca9 BUG/MAJOR: http: call manage_client_side_cookies() before erasing the buffer by Willy Tarreau · 7 years ago
  64. 23e9e93 MINOR: log: Add logurilen tunable. by Stéphane Cottin · 7 years ago
  65. 2395368 DOC: update RFC references by Lukas Tribus · 7 years ago
  66. d7d8881 MINOR: proto-http: Add sample fetch wich returns all HTTP headers by Thierry FOURNIER · 7 years ago
  67. 5617dce MINOR: Add binary encoding request header sample fetch by Thierry FOURNIER · 7 years ago
  68. 9f724ed BUG/MEDIUM: http: Drop the connection establishment when a redirect is performed by Christopher Faulet · 7 years ago
  69. 69744d9 BUG/MEDIUM: http: Fix blocked HTTP/1.0 responses when compression is enabled by Christopher Faulet · 7 years ago
  70. 814d270 MINOR: http: Add debug messages when HTTP body analyzers are called by Christopher Faulet · 7 years ago
  71. be821b9 MINOR: http: remove useless check on HTTP_MSGF_XFER_LEN for the request by Christopher Faulet · 7 years ago
  72. c0c672a BUG/MINOR: http: Fix conditions to clean up a txn and to handle the next request by Christopher Faulet · 7 years ago
  73. e39683c BUG/MEDIUM: stream: fix client-fin/server-fin handling by Hongbo Long · 7 years ago
  74. 014e39c BUG/MAJOR: http: fix typo in http_apply_redirect_rule by Christopher Faulet · 7 years ago
  75. e600624 BUG/MEDIUM: filters: Fix channels synchronization in flt_end_analyze by Christopher Faulet · 7 years ago
  76. 2019f95 CLEANUP: http: make http_server_error() not set the status anymore by Willy Tarreau · 7 years ago
  77. 800d176 MINOR: http-request tarpit deny_status. by Jarno Huuskonen · 7 years ago
  78. 9e6906b MEDIUM: http_error_message: txn->status / http_get_status_idx. by Jarno Huuskonen · 7 years ago
  79. 19b1412 MINOR: http: don't close when redirect location doesn't start with "/" by Willy Tarreau · 7 years ago
  80. cdade94 BUG/MINOR: http: Return an error when a replace-header rule failed on the response by Christopher Faulet · 7 years ago
  81. 07a0fec BUG/MEDIUM: http: Prevent replace-header from overwriting a buffer by Christopher Faulet · 7 years ago
  82. f1cc5d0 BUG/MEDIUM: filters: Do not truncate HTTP response when body length is undefined by Christopher Faulet · 7 years ago
  83. 0d94576 BUG/MEDIUM: http: prevent redirect from overwriting a buffer by Thierry FOURNIER · 7 years ago
  84. 59af2df MINOR: proto_http.c 502 error txt typo. by Jarno Huuskonen · 8 years ago
  85. 16ad94a MINOR: Use "500 Internal Server Error" for 500 error/status code message. by Jarno Huuskonen · 7 years ago
  86. 52f5db2 MINOR: http: custom status reason. by Robin H. Johnson · 8 years ago
  87. 2afff9c BUG/MAJOR: http: fix risk of getting invalid reports of bad requests by Willy Tarreau · 8 years ago
  88. 10e61cb BUG/MINOR: http: report real parser state in error captures by Willy Tarreau · 7 years ago
  89. 0184ea7 BUG/MAJOR: channel: Fix the definition order of channel analyzers by Christopher Faulet · 7 years ago
  90. 43ad11d MINOR: Do not forward the header "Expect: 100-continue" when the option http-buffer-request is set by Thierry FOURNIER / OZON.IO · 8 years ago
  91. 35088f9 BUG/MINOR: http: don't send an extra CRLF after a Set-Cookie in a redirect by Matthieu Guegan · 8 years ago
  92. 6962f4e BUG/MINOR: http: Call XFER_DATA analyzer when HTTP txn is switched in tunnel mode by Christopher Faulet · 8 years ago
  93. 3235957 BUG/MINOR: http: Keep the same behavior between 1.6 and 1.7 for tunneled txn by Christopher Faulet · 8 years ago
  94. d1cd209 BUG/MEDIUM: http: Fix tunnel mode when the CONNECT method is used by Christopher Faulet · 8 years ago
  95. 35069f8 MINOR: cli: make "show errors" capable of dumping only request or response by Willy Tarreau · 8 years ago
  96. 234ba2d MINOR: cli: make "show errors" support a proxy name by Willy Tarreau · 8 years ago
  97. 8a4e442 MEDIUM: log-format: Use standard HAProxy log system to report errors by Thierry FOURNIER / OZON.IO · 8 years ago
  98. 59fd511 MEDIUM: log-format/conf: take into account the parse_logformat_string() return code by Thierry FOURNIER / OZON.IO · 8 years ago
  99. 6fe0e1b CLEANUP: log-format: remove unused arguments by Thierry FOURNIER / OZON.IO · 8 years ago
  100. 30e5e18 CLEANUP: cli: remove assignments to st0 and st2 in keyword parsers by Willy Tarreau · 8 years ago