1. 0838295 CLEANUP: stream_interface: remove unused field err_loc by Willy Tarreau · 11 years ago
  2. 0900bcb BUG/MEDIUM: checks: also update the DRAIN state from the web interface by Willy Tarreau · 11 years ago
  3. 60e0838 BUG/MINOR: http: usual deinit stuff in last commit by Willy Tarreau · 11 years ago
  4. d18cd0f MEDIUM: http: The redirect strings follows the log format rules. by Thierry FOURNIER · 11 years ago
  5. 0cba607 MINOR: acl/pattern: use types different from int to clarify who does what. by Willy Tarreau · 11 years ago
  6. a65b343 MEDIUM: pattern: rename "acl" prefix to "pat" by Thierry FOURNIER · 11 years ago
  7. ed66c29 REORG: acl/pattern: extract pattern matching from the acl file and create pattern.c by Thierry FOURNIER · 11 years ago
  8. dd69a04 MEDIUM: acl: associate "struct sample_storage" to each "struct acl_pattern" by Thierry FOURNIER · 11 years ago
  9. 1c0054f BUG/MINOR: arg: fix error reporting for add-header/set-header sample fetch arguments by Thierry FOURNIER · 11 years ago
  10. 58c3297 MEDIUM: Set rise and fall of agent checks to 1 by Simon Horman · 11 years ago
  11. 004e045 BUG/MAJOR: server: weight calculation fails for map-based algorithms by Willy Tarreau · 11 years ago
  12. 125d099 MEDIUM: Move health element to struct check by Simon Horman · 11 years ago
  13. 4a74143 MEDIUM: Paramatise functions over the check of a server by Simon Horman · 11 years ago
  14. e155ec2 BUG/MINOR: http: fix build warning introduced with url32/url32_src by Willy Tarreau · 11 years ago
  15. 6d4890c BUG/MEDIUM: http: fix possible parser crash when parsing erroneous "http-request redirect" rules by Willy Tarreau · 11 years ago
  16. 39c63c5 url32+src - like base32+src but whole url including parameters by Neil - HAProxy List · 11 years ago
  17. 3b44e72 CLEANUP: http: merge error handling for req* and http-request * by Willy Tarreau · 11 years ago
  18. 687ba13 CLEANUP: http: homogenize processing of denied req counter by Willy Tarreau · 11 years ago
  19. 8ac7249 BUG/MINOR: stats: don't count tarpitted connections twice by Willy Tarreau · 11 years ago
  20. 5068d96 MINOR: http: change url_decode to return the size of the decoded string. by Thierry FOURNIER · 11 years ago
  21. 472b1ee BUG/MEDIUM: http: accept full buffers on smp_prefetch_http by Willy Tarreau · 11 years ago
  22. 7959a55 MINOR: http: compute response time before processing headers by Willy Tarreau · 11 years ago
  23. 5b7ea3a BUG/MEDIUM: unique_id: junk in log on empty unique_id by William Lallemand · 11 years ago
  24. 9f09521 BUG/MEDIUM: unique_id: HTTP request counter must be unique! by Willy Tarreau · 11 years ago
  25. ef38c39 MEDIUM: sample: systematically pass the keyword pointer to the keyword by Willy Tarreau · 11 years ago
  26. 276fae9 MINOR: samples: add the http_date([<offset>]) sample converter. by Willy Tarreau · 11 years ago
  27. 506d050 BUG/MAJOR: http: sample prefetch code was not properly migrated by Willy Tarreau · 11 years ago
  28. 5b15f90 BUG/MEDIUM: http: "option checkcache" fails with the no-cache header by Willy Tarreau · 11 years ago
  29. 67db8df MEDIUM: http: add IPv6 support for "set-tos" by Lukas Tribus · 11 years ago
  30. 2dd1d1a BUG/MINOR: http: fix "set-tos" not working in certain configurations by Lukas Tribus · 11 years ago
  31. dc13c11 BUG/MEDIUM: prevent gcc from moving empty keywords lists into BSS by Willy Tarreau · 11 years ago
  32. 67dad27 BUG/CRITICAL: fix a possible crash when using negative header occurrences by Willy Tarreau · 11 years ago
  33. 3c4beb1 CLEANUP: http: remove the bogus urlp_ip ACL match by Willy Tarreau · 11 years ago
  34. c32484e MEDIUM: acl: remove 15 additional useless ACLs that are equivalent to their fetches by Willy Tarreau · 11 years ago
  35. 6d4e4e8 MEDIUM: acl: remove a lot of useless ACLs that are equivalent to their fetches by Willy Tarreau · 11 years ago
  36. 51347ed MEDIUM: http: add the "set-mark" action on http-request/http-response rules by Willy Tarreau · 11 years ago
  37. 42cf39e MEDIUM: http: add support for "set-tos" in http-request/http-response by Willy Tarreau · 11 years ago
  38. 9a355ec MEDIUM: http: add support for action "set-log-level" in http-request/http-response by Willy Tarreau · 11 years ago
  39. abcd514 MEDIUM: log: add a log level override value in struct session by Willy Tarreau · 11 years ago
  40. f4c43c1 MEDIUM: http: add the "set-nice" action to http-request and http-response by Willy Tarreau · 11 years ago
  41. e365c0b MEDIUM: http: add a new "http-response" ruleset by Willy Tarreau · 11 years ago
  42. 04ff9f1 MINOR: http: add full-length header fetch methods by Willy Tarreau · 11 years ago
  43. 570f221 MINOR: log: add a new flag 'L' for locally processed requests by Willy Tarreau · 11 years ago
  44. 379357a BUG/MAJOR: http: always ensure response buffer has some room for a response by Willy Tarreau · 11 years ago
  45. 7fe3300 BUG/MEDIUM: stats: fix a regression when dealing with POST requests by Willy Tarreau · 11 years ago
  46. 88c278f MEDIUM: stats: add proxy name filtering on the statistic page by de Lafond Guillaume · 11 years ago
  47. 667c2a3 BUG/MAJOR: http: compression still has defects on chunked responses by Willy Tarreau · 11 years ago
  48. 8d1c516 BUG/MINOR: http: add-header/set-header did not accept the ACL condition by Willy Tarreau · 11 years ago
  49. a4312fa MAJOR: sample: maintain a per-proxy list of the fetch args to resolve by Willy Tarreau · 11 years ago
  50. 0a0daec MEDIUM: http: remove val_usr() to validate user_lists by Willy Tarreau · 11 years ago
  51. ff5afcc MINOR: http: replace acl_parse_ver with acl_parse_str by Willy Tarreau · 11 years ago
  52. d86e29d CLEANUP: acl: remove unused references to ACL_USE_* by Willy Tarreau · 11 years ago
  53. 18ed256 MINOR: http: add new direction-explicit sample fetches for headers and cookies by Willy Tarreau · 11 years ago
  54. 9baae63 MAJOR: acl: remove fetch argument validation from the ACL struct by Willy Tarreau · 11 years ago
  55. c48c90d MAJOR: acl: remove the arg_mask from the ACL definition and use the sample fetch's by Willy Tarreau · 11 years ago
  56. 8ed669b MAJOR: acl: make all ACLs reference the fetch function via a sample. by Willy Tarreau · 11 years ago
  57. 409bcde MEDIUM: http: unify acl and sample fetch functions by Willy Tarreau · 11 years ago
  58. 434c57c MINOR: log: indicate it when some unreliable sample fetches are logged by Willy Tarreau · 11 years ago
  59. 80aca90 MEDIUM: samples: use new flags to describe compatibility between fetches and their usages by Willy Tarreau · 11 years ago
  60. e0db1e8 MEDIUM: acl: remove flag ACL_MAY_LOOKUP which is improperly used by Willy Tarreau · 12 years ago
  61. aae75e3 BUG/CRITICAL: using HTTP information in tcp-request content may crash the process by Willy Tarreau · 11 years ago
  62. 2d43e18 BUG/MAJOR: http: fix regression introduced by commit d655ffe by Willy Tarreau · 11 years ago
  63. ffb6f08 BUG/MAJOR: http: fix regression introduced by commit a890d072 by Willy Tarreau · 11 years ago
  64. a890d07 BUG/MAJOR: http: use a static storage for sample fetch context by Willy Tarreau · 11 years ago
  65. d655ffe OPTIM: http: optimize the response forward state machine by Willy Tarreau · 11 years ago
  66. 0161d62 OPTIM: http: improve branching in chunk size parser by Willy Tarreau · 11 years ago
  67. e267421 MINOR: http: status 301 should not be marked non-cacheable by Yves Lafon · 11 years ago
  68. 3e8d1ae MEDIUM: http: implement redirect 307 and 308 by Yves Lafon · 11 years ago
  69. 4e8ec50 MINOR: http: status code 303 is HTTP/1.1 only by Yves Lafon · 11 years ago
  70. 2fef9b1 BUG/MEDIUM: http: fix another issue caused by http-send-name-header by Willy Tarreau · 11 years ago
  71. 3bfeadb BUG/MEDIUM: http: add-header should not emit "-" for empty fields by Willy Tarreau · 11 years ago
  72. 6cbbdbf BUG/MEDIUM: log: emit '-' for empty fields again by Willy Tarreau · 11 years ago
  73. 192e59f CLEANUP: http: don't try to deinitialize http compression if it fails before init by Willy Tarreau · 11 years ago
  74. 4521ba6 CLEANUP: http: remove a useless null check by Willy Tarreau · 11 years ago
  75. 116eefe MINOR: config: http-request configuration error message misses new keywords by Baptiste Assmann · 12 years ago
  76. 56e9ffa BUG/MINOR: http-compression: lookup Cache-Control in the response, not the request by Willy Tarreau · 12 years ago
  77. ccbcc37 MEDIUM: http: add support for "http-request tarpit" rule by Willy Tarreau · 12 years ago
  78. 81499eb MEDIUM: http: add support for "http-request redirect" rules by Willy Tarreau · 12 years ago
  79. 4baae24 REORG: config: move the http redirect rule parser to proto_http.c by Willy Tarreau · 12 years ago
  80. 71241ab MINOR: http: move redirect rule processing to its own function by Willy Tarreau · 12 years ago
  81. 96257ec CLEANUP: http: rename the misleading http_check_access_rule by Willy Tarreau · 12 years ago
  82. d79a3b2 BUG/MINOR: log: make log-format, unique-id-format and add-header more independant by Willy Tarreau · 12 years ago
  83. cbc743e BUG/MEDIUM: stats: disable request analyser when processing POST or HEAD by Willy Tarreau · 12 years ago
  84. 1a1e807 BUG/MINOR: stats: http-request rules still don't cope with stats by Willy Tarreau · 12 years ago
  85. 8b80f0c BUG/MINOR: stats: last fix was still wrong by Willy Tarreau · 12 years ago
  86. 418c1a0 BUG/MEDIUM: stats: fix stats page regression introduced by commit 20b0de5 by Willy Tarreau · 12 years ago
  87. 20b0de5 MEDIUM: http: add http-request 'add-header' and 'set-header' to build headers by Willy Tarreau · 12 years ago
  88. 5c2e198 MINOR: http: prepare to support more http-request actions by Willy Tarreau · 12 years ago
  89. 354898b MINOR: stats: replace STAT_FMT_CSV with STAT_FMT_HTML by Willy Tarreau · 12 years ago
  90. 47ca545 MINOR: chunks: centralize the trash chunk allocation by Willy Tarreau · 12 years ago
  91. 1facd6d REORG: stats: move the HTTP header injection to proto_http by Willy Tarreau · 12 years ago
  92. d9bdcd5 REORG: stats: massive code reorg and cleanup by Willy Tarreau · 12 years ago
  93. 40f151a BUG/MINOR: http: don't abort client connection on premature responses by Willy Tarreau · 12 years ago
  94. f26b252 MINOR: http: make resp_ver and status ACLs check for the presence of a response by Willy Tarreau · 12 years ago
  95. 4a55060 MINOR: http: add the "base32+src" fetch method. by Willy Tarreau · 12 years ago
  96. ab1f7b7 MINOR: http: add the "base32" pattern fetch function by Willy Tarreau · 12 years ago
  97. 5d5b5d8 MEDIUM: proto_tcp: add support for tracking L7 information by Willy Tarreau · 12 years ago
  98. dc979f2 BUG/MINOR: http: don't log a 503 on client errors while waiting for requests by Willy Tarreau · 12 years ago
  99. 14cba4b MEDIUM: connection: add an error code in connections by Willy Tarreau · 12 years ago
  100. 8139b99 MINOR: compression: make the stats a bit more robust by Willy Tarreau · 12 years ago