1. 69744d9 BUG/MEDIUM: http: Fix blocked HTTP/1.0 responses when compression is enabled by Christopher Faulet · 7 years ago
  2. 814d270 MINOR: http: Add debug messages when HTTP body analyzers are called by Christopher Faulet · 7 years ago
  3. be821b9 MINOR: http: remove useless check on HTTP_MSGF_XFER_LEN for the request by Christopher Faulet · 7 years ago
  4. c0c672a BUG/MINOR: http: Fix conditions to clean up a txn and to handle the next request by Christopher Faulet · 7 years ago
  5. e39683c BUG/MEDIUM: stream: fix client-fin/server-fin handling by Hongbo Long · 7 years ago
  6. 014e39c BUG/MAJOR: http: fix typo in http_apply_redirect_rule by Christopher Faulet · 7 years ago
  7. e600624 BUG/MEDIUM: filters: Fix channels synchronization in flt_end_analyze by Christopher Faulet · 7 years ago
  8. 2019f95 CLEANUP: http: make http_server_error() not set the status anymore by Willy Tarreau · 7 years ago
  9. 800d176 MINOR: http-request tarpit deny_status. by Jarno Huuskonen · 7 years ago
  10. 9e6906b MEDIUM: http_error_message: txn->status / http_get_status_idx. by Jarno Huuskonen · 7 years ago
  11. 19b1412 MINOR: http: don't close when redirect location doesn't start with "/" by Willy Tarreau · 7 years ago
  12. cdade94 BUG/MINOR: http: Return an error when a replace-header rule failed on the response by Christopher Faulet · 7 years ago
  13. 07a0fec BUG/MEDIUM: http: Prevent replace-header from overwriting a buffer by Christopher Faulet · 7 years ago
  14. f1cc5d0 BUG/MEDIUM: filters: Do not truncate HTTP response when body length is undefined by Christopher Faulet · 7 years ago
  15. 0d94576 BUG/MEDIUM: http: prevent redirect from overwriting a buffer by Thierry FOURNIER · 7 years ago
  16. 59af2df MINOR: proto_http.c 502 error txt typo. by Jarno Huuskonen · 8 years ago
  17. 16ad94a MINOR: Use "500 Internal Server Error" for 500 error/status code message. by Jarno Huuskonen · 7 years ago
  18. 52f5db2 MINOR: http: custom status reason. by Robin H. Johnson · 8 years ago
  19. 2afff9c BUG/MAJOR: http: fix risk of getting invalid reports of bad requests by Willy Tarreau · 7 years ago
  20. 10e61cb BUG/MINOR: http: report real parser state in error captures by Willy Tarreau · 7 years ago
  21. 0184ea7 BUG/MAJOR: channel: Fix the definition order of channel analyzers by Christopher Faulet · 7 years ago
  22. 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
  23. 35088f9 BUG/MINOR: http: don't send an extra CRLF after a Set-Cookie in a redirect by Matthieu Guegan · 8 years ago
  24. 6962f4e BUG/MINOR: http: Call XFER_DATA analyzer when HTTP txn is switched in tunnel mode by Christopher Faulet · 8 years ago
  25. 3235957 BUG/MINOR: http: Keep the same behavior between 1.6 and 1.7 for tunneled txn by Christopher Faulet · 8 years ago
  26. d1cd209 BUG/MEDIUM: http: Fix tunnel mode when the CONNECT method is used by Christopher Faulet · 8 years ago
  27. 35069f8 MINOR: cli: make "show errors" capable of dumping only request or response by Willy Tarreau · 8 years ago
  28. 234ba2d MINOR: cli: make "show errors" support a proxy name by Willy Tarreau · 8 years ago
  29. 8a4e442 MEDIUM: log-format: Use standard HAProxy log system to report errors by Thierry FOURNIER / OZON.IO · 8 years ago
  30. 59fd511 MEDIUM: log-format/conf: take into account the parse_logformat_string() return code by Thierry FOURNIER / OZON.IO · 8 years ago
  31. 6fe0e1b CLEANUP: log-format: remove unused arguments by Thierry FOURNIER / OZON.IO · 8 years ago
  32. 30e5e18 CLEANUP: cli: remove assignments to st0 and st2 in keyword parsers by Willy Tarreau · 8 years ago
  33. 12207b3 REORG: cli: move "show errors" out of cli.c by Willy Tarreau · 8 years ago
  34. 9ed6203 REORG: cli: split dumpstats.h in stats.h and cli.h by William Lallemand · 8 years ago
  35. e6d9c21 OPTIM: http: optimize lookup of comma and quote in header values by Willy Tarreau · 8 years ago
  36. 5f10ea3 OPTIM: http: improve parsing performance of long URIs by Willy Tarreau · 8 years ago
  37. 0431f9d OPTIM: http: improve parsing performance of long header lines by Willy Tarreau · 8 years ago
  38. 2235b26 OPTIM: http: move all http character classs tables into a single one by Willy Tarreau · 8 years ago
  39. b12ff9a CLEANUP: proto_http: Removing useless variable assignation by Erwan Velu · 9 years ago
  40. 4cac359 MEDIUM: log: Decompose %Tq in %Th %Ti %TR by Thierry FOURNIER / OZON.IO · 8 years ago
  41. 3146a4c BUG/MINOR: peers: don't count track-sc multiple times on errors by Willy Tarreau · 8 years ago
  42. e4edc6b MEDIUM: http: implement http-response track-sc* directive by Ruoshan Huang · 8 years ago
  43. a9300a3 BUG/MINOR: Rework slightly commit 9962f8fc to clean code and avoid mistakes by Christopher Faulet · 8 years ago
  44. 9962f8f BUG/MEDIUM: http: unbreak uri/header/url_param hashing by Willy Tarreau · 8 years ago
  45. 29bdb1c BUG/MINOR: http: fix misleading error message for response captures by Willy Tarreau · 8 years ago
  46. 1eea6d7 BUG/MINOR: filters: Fix HTTP parsing when a filter loops on data forwarding by Christopher Faulet · 8 years ago
  47. dd01678 BUG/MINOR: fix http-response set-log-level parsing error by Ruoshan Huang · 8 years ago
  48. db5af61 BUG/MINOR: http: url32+src should check cli_conn before using it by Dragan Dosen · 8 years ago
  49. e5f4133 BUG/MINOR: http: url32+src should use the big endian version of url32 by Dragan Dosen · 8 years ago
  50. 4b788f7 BUG/MEDIUM: http: add-header: buffer overwritten by Thierry Fournier · 8 years ago
  51. 53c1a9b BUG/MINOR: http: add-header: header name copied twice by Thierry Fournier · 8 years ago
  52. 2e785f2 MEDIUM: tcp: add 'set-src' to 'tcp-request connection' by William Lallemand · 8 years ago
  53. 58727ec BUG/MAJOR: http: fix breakage of "reqdeny" causing random crashes by Willy Tarreau · 8 years ago
  54. 6e61589 BUG/MAJOR: fix listening IP address storage for frontends by Vincent Bernat · 8 years ago
  55. 3de5bd6 BUG/MEDIUM: http: fix risk of CPU spikes with pipelined requests from dead client by Willy Tarreau · 8 years ago
  56. f51d03c BUG/MEDIUM: http: fix incorrect reporting of server errors by Willy Tarreau · 8 years ago
  57. 0e00dca DOC: http: rename the unique-id sample and add the documentation by Thierry Fournier · 8 years ago
  58. 83a2c3d BUG/MINOR : allow to log cookie for tarpit and denied request by Bertrand Paquet · 8 years ago
  59. 7365f7d CLEANUP: proto_http: few corrections for gcc warnings. by David Carlier · 8 years ago
  60. 02779b6 CLEANUP: uniformize last argument of malloc/calloc by Vincent Bernat · 8 years ago
  61. 3c2f2f2 CLEANUP: remove unneeded casts by Vincent Bernat · 8 years ago
  62. f3764b7 MEDIUM: proxy: use dynamic allocation for error dumps by Willy Tarreau · 8 years ago
  63. f4011dd MINOR: http: sample fetch which returns unique-id by Thierry Fournier · 8 years ago
  64. 69ad4b9 BUG/MAJOR: Fix crash in http_get_fhdr with exactly MAX_HDR_HISTORY headers by Nenad Merdanovic · 8 years ago
  65. 5c557d1 CLEANUP: http: fix a build warning introduced by a recent fix by Willy Tarreau · 8 years ago
  66. 1e62df9 MEDIUM: stats: implement a typed output format for stats by Willy Tarreau · 8 years ago
  67. 6204cd9 BUG/MAJOR: vars: always retrieve the stream and session from the sample by Willy Tarreau · 8 years ago
  68. be508f1 BUG/MAJOR: samples: check smp->strm before using it by Willy Tarreau · 8 years ago
  69. 75e2eb6 MINOR: filters/http: Forward remaining data when a channel has no "data" filters by Christopher Faulet · 9 years ago
  70. 113f7de MINOR: filters/http: Slightly update the parsing of chunks by Christopher Faulet · 9 years ago
  71. da02e17 MAJOR: filters: Require explicit registration to filter HTTP body and TCP data by Christopher Faulet · 9 years ago
  72. dbe34eb MEDIUM: filters/http: Move body parsing of HTTP messages in dedicated functions by Christopher Faulet · 9 years ago
  73. 309c641 MEDIUM: filters: Replace filter_http_headers callback by an analyzer by Christopher Faulet · 9 years ago
  74. 2fb2880 MEDIUM: filters: remove http_start_chunk, http_last_chunk and http_chunk_end by Christopher Faulet · 9 years ago
  75. 3e34429 MEDIUM: filters: Use macros to call filters callbacks to speed-up processing by Christopher Faulet · 9 years ago
  76. 92d3638 MAJOR: filters/http: Rewrite the HTTP compression as a filter by Christopher Faulet · 9 years ago
  77. 3d97c90 REORG: filters: Prepare creation of the HTTP compression filter by Christopher Faulet · 9 years ago
  78. d7c9196 MAJOR: filters: Add filters support by Christopher Faulet · 9 years ago
  79. 53f9685 BUG/MEDIUM: http-reuse: do not share private connections across backends by Willy Tarreau · 8 years ago
  80. f78d896 BUG/MEDIUM: sample: http_date() doesn't provide the right day of the week by Cyril Bonté · 8 years ago
  81. a94e5a5 MINOR: filters/http: Use a wrapper function instead of stream_int_retnclose by Christopher Faulet · 9 years ago
  82. a46bbd8 BUG/MINOR: http: Be sure to process all the data received from a server by Christopher Faulet · 9 years ago
  83. f662582 BUG/MINOR: http: fix several off-by-one errors in the url_param parser by Willy Tarreau · 9 years ago
  84. 858b103 BUG/MEDIUM: http: fix http-reuse when frontend and backend differ by Willy Tarreau · 9 years ago
  85. ce1ef4d BUG/MEDIUM: sample: urlp can't match an empty value by Cyril Bonté · 9 years ago
  86. 714ea78 BUG/MEDIUM: http: don't enable auto-close on the response side by Willy Tarreau · 9 years ago
  87. 7f876a1 BUG/MEDIUM: http: switch the request channel to no-delay once done. by Willy Tarreau · 9 years ago
  88. 1e1f41d BUG: http: do not abort keep-alive connections on server timeout by lsenta · 9 years ago
  89. 1c59bd5 BUG/MAJOR: http: don't requeue an idle connection that is already queued by Willy Tarreau · 9 years ago
  90. d57ad64 BUG/MINOR: http: Add OPTIONS in supported http methods (found by find_http_meth) by Christopher Faulet · 9 years ago
  91. ab95e65 MINOR: http/tcp: fill the avalaible actions by Thierry FOURNIER · 9 years ago
  92. 4686f79 MINOR: proto_http: Externalisation of previously internal functions by David Carlier · 9 years ago
  93. acc9800 MEDIUM: action: add a new flag ACT_FLAG_FIRST by Willy Tarreau · 9 years ago
  94. 3945868 MEDIUM: http: pass ACT_FLAG_FINAL to custom actions by Willy Tarreau · 9 years ago
  95. 658b85b MEDIUM: actions: pass a new "flags" argument to custom actions by Willy Tarreau · 9 years ago
  96. fd50f0b MINOR: http: split initialization by Thierry FOURNIER · 9 years ago
  97. 3c33178 MINOR: http: export http_get_path() function by Thierry FOURNIER · 9 years ago
  98. ed08d6a MEDIUM: proto_http: smp_prefetch_http initialize txn by Thierry FOURNIER · 9 years ago
  99. 85c6c97 MINOR: action: add reference to the original keywork matched for the called parser. by Thierry FOURNIER · 9 years ago
  100. c29d0cd BUG/MEDIUM: http: do not dereference strm_li(stream) by Willy Tarreau · 9 years ago