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