1. 42f7d89 BUG/MAJOR: possible crash when using capture headers on TCP frontends by Willy Tarreau · 12 years ago
  2. bddd4fd MEDIUM: log: use log_format for mode tcplog by William Lallemand · 12 years ago
  3. 869fc1e BUG: http: disable TCP delayed ACKs when forwarding content-length data by Willy Tarreau · 12 years ago
  4. 2d5cd47 BUG: queue: fix dequeueing sequence on HTTP keep-alive sessions by Willy Tarreau · 12 years ago
  5. 431946e MEDIUM: increase chunk-size limit to 2GB-1 by Willy Tarreau · 12 years ago
  6. 53bf6af BUG: fix httplog trailing LF by Willy Tarreau · 12 years ago
  7. a1cc381 MEDIUM: log: make http_sess_log use log_format by William Lallemand · 12 years ago
  8. d9e9066 BUILD: fix declaration inside a scope block by William Lallemand · 12 years ago
  9. b05405a BUILD: fix build error on FreeBSD by Willy Tarreau · 12 years ago
  10. 422246e MEDIUM: http: block non-ASCII characters in URIs by default by Willy Tarreau · 12 years ago
  11. 2e9506d BUG: http: tighten the list of allowed characters in a URI by Willy Tarreau · 12 years ago
  12. c2247f0 MEDIUM: http: add support for sending the server's name in the outgoing request by Mark Lamourine · 13 years ago
  13. e428fb7 MEDIUM: patterns: the hdr() pattern is now of type string by Willy Tarreau · 13 years ago
  14. 294c473 MEDIUM: http: replace get_ip_from_hdr2() with http_get_hdr() by Willy Tarreau · 13 years ago
  15. 664092c MEDIUM: acl: use temp_pattern to store any string-type information by Willy Tarreau · 13 years ago
  16. f4362b3 MEDIUM: acl: use temp_pattern to store any address-type information by Willy Tarreau · 13 years ago
  17. a5e3756 MEDIUM: acl: use temp_pattern to store any integer-type information by Willy Tarreau · 13 years ago
  18. 8e5e955 MEDIUM: acl: use temp_pattern to store fetched information in the "method" match by Willy Tarreau · 13 years ago
  19. 5e20552 BUG: http: re-enable TCP quick-ack upon incomplete HTTP requests by Willy Tarreau · 13 years ago
  20. 0f99e34 MEDIUM: log: Use linked lists for loggers by William Lallemand · 13 years ago
  21. 1611e2d BUG/MINOR: fix options forwardfor if-none when an alternative header name is specified by Sagi Bashari · 13 years ago
  22. 6471afb MINOR: remove the client/server side distinction in SI addresses by Willy Tarreau · 13 years ago
  23. 0e69854 MINOR: acl: add new matches for header/path/url length by Willy Tarreau · 13 years ago
  24. 275600b BUG/MEDIUM: don't trim last spaces from headers consisting only of spaces by Willy Tarreau · 13 years ago
  25. eabea07 [MINOR] stats: report the number of requests intercepted by the frontend by Willy Tarreau · 13 years ago
  26. ad14f75 [MINOR] http: take a capture of bad content-lengths. by Willy Tarreau · 13 years ago
  27. 3b8c08a [MINOR] http: take a capture of truncated responses by Willy Tarreau · 13 years ago
  28. fec4d89 [MINOR] http: take a capture of too large requests and responses by Willy Tarreau · 13 years ago
  29. 588bd4f [BUG] http: trailing white spaces must also be trimmed after headers by Willy Tarreau · 13 years ago
  30. 631f01c [MINOR] make use of addr_to_str() and get_host_port() to replace many inet_ntop() by Willy Tarreau · 13 years ago
  31. 86ad42c [MINOR] make use of set_host_port() and get_host_port() to get rid of family mismatches by Willy Tarreau · 13 years ago
  32. 87cf514 [MEDIUM] http: make x-forwarded-for addition conditional by Willy Tarreau · 13 years ago
  33. b3eb221 [MEDIUM] http: add support for 'cookie' and 'set-cookie' patterns by Willy Tarreau · 13 years ago
  34. af51495 [MINOR] Add active connection list to server by Simon Horman · 13 years ago
  35. 70735c9 [CLEANUP] Remove assigned but unused variables by Simon Horman · 13 years ago
  36. bf9c2fc [BUG] stats: support url-encoded forms by Willy Tarreau · 13 years ago
  37. 0729303 [OPTIM] http: optimize chunking again in non-interactive mode by Willy Tarreau · 13 years ago
  38. 96e3121 [MEDIUM] http: add support for "http-no-delay" by Willy Tarreau · 13 years ago
  39. 5c62092 [MINOR] http: partially revert the chunking optimization for now by Willy Tarreau · 13 years ago
  40. ae94d4d [MINOR] http: make the "HTTP 200" status code configurable. by Willy Tarreau · 13 years ago
  41. 027a85b [MINOR] http: don't report the "haproxy" word on the monitoring response by Willy Tarreau · 13 years ago
  42. 1fc1f45 [CRITICAL] fix risk of crash when dealing with space in response cookies by Willy Tarreau · 13 years ago
  43. d8ee85a [BUG] http: fix content-length handling on 32-bit platforms by Willy Tarreau · 13 years ago
  44. 26f0f17 [BUG] http: fix possible incorrect forwarded wrapping chunk size (take 2) by Willy Tarreau · 13 years ago
  45. 7b7a8e9 [BUG] log: retrieve the target from the session, not the SI by Willy Tarreau · 13 years ago
  46. 0b3a411 [BUG] session: conn_retries was not always initialized by Willy Tarreau · 13 years ago
  47. 6da0f6d [BUG] http: stats were not incremented on http-request deny by Willy Tarreau · 13 years ago
  48. ff011f2 [REORG] http: move the http-request rules to proto_http by Willy Tarreau · 13 years ago
  49. f68a15a [MEDIUM] http: always evaluate http-request rules before stats http-request by Willy Tarreau · 13 years ago
  50. 7d0aaf3 [MEDIUM] stats: split frontend and backend stats by Willy Tarreau · 13 years ago
  51. 6f5ccb1 [MEDIUM] add internal support for IPv6 server addresses by David du Colombier · 13 years ago
  52. 827aee9 [MAJOR] session: remove the ->srv pointer from struct session by Willy Tarreau · 13 years ago
  53. 9e000c6 [CLEANUP] stream_interface: use inline functions to manipulate targets by Willy Tarreau · 13 years ago
  54. 3d80d91 [MEDIUM] session: remove s->prev_srv which is not needed anymore by Willy Tarreau · 13 years ago
  55. 664beb8 [MINOR] session: add a pointer to the new target into the session by Willy Tarreau · 13 years ago
  56. 295a837 [REORG] session: move the data_ctx struct to the stream interface's applet by Willy Tarreau · 13 years ago
  57. 75581ae [CLEANUP] session: remove data_source from struct session by Willy Tarreau · 13 years ago
  58. 71904a4 [MEDIUM] log: take the logged server name from the stream interface by Willy Tarreau · 13 years ago
  59. 957c0a5 [REORG] session: move client and server address to the stream interface by Willy Tarreau · 13 years ago
  60. bc4af05 [REORG] stream_interface: move the st0, st1 and private members to the applet by Willy Tarreau · 13 years ago
  61. b24281b [MINOR] stream_interface: make use of an applet descriptor for IO handlers by Willy Tarreau · 13 years ago
  62. 1e2a170 [BUG] stats: admin web interface must check the proxy state by Cyril Bonté · 13 years ago
  63. 61a21a3 [BUG] http: balance url_param did not work with first parameters on POST by Willy Tarreau · 13 years ago
  64. 124d991 [BUG] http: fix computation of message body length after forwarding has started by Willy Tarreau · 13 years ago
  65. acd20f8 [BUG] http: fix possible incorrect forwarded wrapping chunk size by Willy Tarreau · 13 years ago
  66. 910ef30 [BUG] http: use correct ACL pointer when evaluating authentication by Willy Tarreau · 13 years ago
  67. 23b39d9 [MINOR] stats: add support for several packets in stats admin by Cyril Bonté · 13 years ago
  68. 5c4784f [BUG] http: update the header list's tail when removing the last header by Willy Tarreau · 13 years ago
  69. 0013433 [MINOR] http: improve url_param pattern extraction to ignore empty values by Willy Tarreau · 14 years ago
  70. 16023ee [MINOR] http: add pattern extraction method to stick on query string parameter by David Cournapeau · 14 years ago
  71. 9ea2b9a [BUG] http: fix http-pretend-keepalive and httpclose/tunnel mode by Cyril Bonté · 14 years ago
  72. ed2fd2d [BUG] http: fix incorrect error reporting during data transfers by Willy Tarreau · 14 years ago
  73. 0499e35 [BUG] http: analyser optimizations broke pipelining by Willy Tarreau · 14 years ago
  74. 10479e4 [MINOR] stats: add global event ID and count by Willy Tarreau · 14 years ago
  75. e1582eb [MINOR] http: capture incorrectly chunked message bodies by Willy Tarreau · 14 years ago
  76. 81f2fb9 [MINOR] http: support wrapping messages in error captures by Willy Tarreau · 14 years ago
  77. 3fe693b [BUG] http chunking: don't report a parsing error on connection errors by Willy Tarreau · 14 years ago
  78. 078272e [MINOR] stats: report HTTP message state and buffer flags in error dumps by Willy Tarreau · 14 years ago
  79. 57f5c12 [OPTIM] http: don't send each chunk in a separate packet by Willy Tarreau · 14 years ago
  80. 342b11c [BUG] http: do not re-enable the PROXY analyser on keep-alive by Willy Tarreau · 14 years ago
  81. 26db59e [BUG] http: correctly update the header list when removing two consecutive headers by Willy Tarreau · 14 years ago
  82. b810554 [CRITICAL] cookies: mixing cookies in indirect mode and appsession can crash the process by Willy Tarreau · 14 years ago
  83. 77eb9b8 [BUG] appsession: fix possible double free in case of out of memory by Willy Tarreau · 14 years ago
  84. f70fc75 [BUG] capture: do not capture a cookie if there is no memory left by Willy Tarreau · 14 years ago
  85. 485479d [MEDIUM] Create new protected pattern types CONSTSTRING and CONSTDATA to force memcpy if data from protected areas need to be manipulated. by Emeric Brun · 14 years ago
  86. acd7d63 [CLEANUP] Remove unneeded chars allocation by Cyril Bonté · 14 years ago
  87. 5bd86a8 [MINOR] Support listener's sockets unix on http logs. by Emeric Brun · 14 years ago
  88. ba4c5be [MINOR] cookie: add support for the "preserve" option by Willy Tarreau · 14 years ago
  89. 7f18e52 [MINOR] acl: add the http_req_first match by Willy Tarreau · 14 years ago
  90. 7046130 [MEDIUM] checks: set server state to one state from failure when leaving maintenance by Willy Tarreau · 14 years ago
  91. 474be41 [MEDIUM] stats: add an admin level by Cyril Bonté · 14 years ago
  92. 70be45d [MEDIUM] enable/disable servers from the stats web interface by Cyril Bonté · 14 years ago
  93. ef4f391 [MEDIUM] cookie: set the date in the cookie if needed by Willy Tarreau · 14 years ago
  94. f64d141 [MEDIUM] cookie: check for maxidle and maxlife for incoming dated cookies by Willy Tarreau · 14 years ago
  95. f134831 [MEDIUM] cookie: reassign set-cookie status flags to store more states by Willy Tarreau · 14 years ago
  96. b761ec4 [MINOR] cookie: add the expired (E) and old (O) flags for request cookies by Willy Tarreau · 14 years ago
  97. bca9969 [MEDIUM] cookie: support client cookies with some contents appended to their value by Willy Tarreau · 14 years ago
  98. 22a9534 [MEDIUM] make it possible to combine http-pretend-keepalived with httpclose by Willy Tarreau · 14 years ago
  99. e3f284a [BUILD] proto_http: eliminate some build warnings with gcc-2.95 by Willy Tarreau · 14 years ago
  100. 58bd8fd [BUG] stream_sock: try to flush any extra pending request data after a POST by Willy Tarreau · 14 years ago