1. b3eb221 [MEDIUM] http: add support for 'cookie' and 'set-cookie' patterns by Willy Tarreau · Fri Jul 01 16:16:17 2011 +0200
  2. af51495 [MINOR] Add active connection list to server by Simon Horman · Tue Jun 21 14:34:57 2011 +0900
  3. 70735c9 [CLEANUP] Remove assigned but unused variables by Simon Horman · Tue Jun 07 11:07:50 2011 +0900
  4. bf9c2fc [BUG] stats: support url-encoded forms by Willy Tarreau · Tue May 31 18:06:18 2011 +0200
  5. 0729303 [OPTIM] http: optimize chunking again in non-interactive mode by Willy Tarreau · Mon May 30 18:29:28 2011 +0200
  6. 96e3121 [MEDIUM] http: add support for "http-no-delay" by Willy Tarreau · Mon May 30 18:10:30 2011 +0200
  7. 5c62092 [MINOR] http: partially revert the chunking optimization for now by Willy Tarreau · Wed May 11 19:56:11 2011 +0200
  8. ae94d4d [MINOR] http: make the "HTTP 200" status code configurable. by Willy Tarreau · Wed May 11 16:28:49 2011 +0200
  9. 027a85b [MINOR] http: don't report the "haproxy" word on the monitoring response by Willy Tarreau · Wed May 11 16:00:54 2011 +0200
  10. 1fc1f45 [CRITICAL] fix risk of crash when dealing with space in response cookies by Willy Tarreau · Thu Apr 07 22:35:37 2011 +0200
  11. d8ee85a [BUG] http: fix content-length handling on 32-bit platforms by Willy Tarreau · Mon Mar 28 16:06:28 2011 +0200
  12. 26f0f17 [BUG] http: fix possible incorrect forwarded wrapping chunk size (take 2) by Willy Tarreau · Tue Mar 01 20:04:36 2011 +0100
  13. 7b7a8e9 [BUG] log: retrieve the target from the session, not the SI by Willy Tarreau · Sun Mar 27 19:53:06 2011 +0200
  14. 0b3a411 [BUG] session: conn_retries was not always initialized by Willy Tarreau · Sun Mar 27 19:16:56 2011 +0200
  15. 6da0f6d [BUG] http: stats were not incremented on http-request deny by Willy Tarreau · Thu Jan 06 18:19:50 2011 +0100
  16. ff011f2 [REORG] http: move the http-request rules to proto_http by Willy Tarreau · Thu Jan 06 17:51:27 2011 +0100
  17. f68a15a [MEDIUM] http: always evaluate http-request rules before stats http-request by Willy Tarreau · Thu Jan 06 16:53:21 2011 +0100
  18. 7d0aaf3 [MEDIUM] stats: split frontend and backend stats by Willy Tarreau · Thu Mar 10 23:25:56 2011 +0100
  19. 6f5ccb1 [MEDIUM] add internal support for IPv6 server addresses by David du Colombier · Thu Mar 10 22:26:24 2011 +0100
  20. 827aee9 [MAJOR] session: remove the ->srv pointer from struct session by Willy Tarreau · Thu Mar 10 16:55:02 2011 +0100
  21. 9e000c6 [CLEANUP] stream_interface: use inline functions to manipulate targets by Willy Tarreau · Thu Mar 10 14:03:36 2011 +0100
  22. 3d80d91 [MEDIUM] session: remove s->prev_srv which is not needed anymore by Willy Tarreau · Thu Mar 10 11:42:13 2011 +0100
  23. 664beb8 [MINOR] session: add a pointer to the new target into the session by Willy Tarreau · Thu Mar 10 11:38:29 2011 +0100
  24. 295a837 [REORG] session: move the data_ctx struct to the stream interface's applet by Willy Tarreau · Thu Mar 10 11:25:07 2011 +0100
  25. 75581ae [CLEANUP] session: remove data_source from struct session by Willy Tarreau · Sun Feb 13 14:36:41 2011 +0100
  26. 71904a4 [MEDIUM] log: take the logged server name from the stream interface by Willy Tarreau · Sun Feb 13 14:30:26 2011 +0100
  27. 957c0a5 [REORG] session: move client and server address to the stream interface by Willy Tarreau · Thu Mar 03 17:42:23 2011 +0100
  28. bc4af05 [REORG] stream_interface: move the st0, st1 and private members to the applet by Willy Tarreau · Sun Feb 13 13:25:14 2011 +0100
  29. b24281b [MINOR] stream_interface: make use of an applet descriptor for IO handlers by Willy Tarreau · Sun Feb 13 13:16:36 2011 +0100
  30. 1e2a170 [BUG] stats: admin web interface must check the proxy state by Cyril Bonté · Thu Mar 03 21:05:17 2011 +0100
  31. 61a21a3 [BUG] http: balance url_param did not work with first parameters on POST by Willy Tarreau · Tue Mar 01 20:35:49 2011 +0100
  32. 124d991 [BUG] http: fix computation of message body length after forwarding has started by Willy Tarreau · Tue Mar 01 20:30:48 2011 +0100
  33. acd20f8 [BUG] http: fix possible incorrect forwarded wrapping chunk size by Willy Tarreau · Tue Mar 01 20:04:36 2011 +0100
  34. 910ef30 [BUG] http: use correct ACL pointer when evaluating authentication by Willy Tarreau · Thu Jan 06 16:44:39 2011 +0100
  35. 23b39d9 [MINOR] stats: add support for several packets in stats admin by Cyril Bonté · Thu Feb 10 22:54:44 2011 +0100
  36. 5c4784f [BUG] http: update the header list's tail when removing the last header by Willy Tarreau · Sat Feb 12 13:07:35 2011 +0100
  37. 0013433 [MINOR] http: improve url_param pattern extraction to ignore empty values by Willy Tarreau · Tue Jan 04 14:57:34 2011 +0100
  38. 16023ee [MINOR] http: add pattern extraction method to stick on query string parameter by David Cournapeau · Thu Dec 23 20:55:41 2010 +0900
  39. 9ea2b9a [BUG] http: fix http-pretend-keepalive and httpclose/tunnel mode by Cyril Bonté · Wed Dec 29 09:36:56 2010 +0100
  40. ed2fd2d [BUG] http: fix incorrect error reporting during data transfers by Willy Tarreau · Wed Dec 29 11:23:27 2010 +0100
  41. 0499e35 [BUG] http: analyser optimizations broke pipelining by Willy Tarreau · Fri Dec 17 07:13:42 2010 +0100
  42. 10479e4 [MINOR] stats: add global event ID and count by Willy Tarreau · Sun Dec 12 14:00:34 2010 +0100
  43. e1582eb [MINOR] http: capture incorrectly chunked message bodies by Willy Tarreau · Sun Dec 12 13:10:11 2010 +0100
  44. 81f2fb9 [MINOR] http: support wrapping messages in error captures by Willy Tarreau · Sun Dec 12 13:09:08 2010 +0100
  45. 3fe693b [BUG] http chunking: don't report a parsing error on connection errors by Willy Tarreau · Sun Dec 12 12:50:05 2010 +0100
  46. 078272e [MINOR] stats: report HTTP message state and buffer flags in error dumps by Willy Tarreau · Sun Dec 12 12:46:33 2010 +0100
  47. 57f5c12 [OPTIM] http: don't send each chunk in a separate packet by Willy Tarreau · Thu Dec 02 00:37:14 2010 +0100
  48. 342b11c [BUG] http: do not re-enable the PROXY analyser on keep-alive by Willy Tarreau · Wed Nov 24 16:22:09 2010 +0100
  49. 26db59e [BUG] http: correctly update the header list when removing two consecutive headers by Willy Tarreau · Sun Nov 28 06:57:24 2010 +0100
  50. b810554 [CRITICAL] cookies: mixing cookies in indirect mode and appsession can crash the process by Willy Tarreau · Wed Nov 24 18:31:28 2010 +0100
  51. 77eb9b8 [BUG] appsession: fix possible double free in case of out of memory by Willy Tarreau · Fri Nov 19 11:29:06 2010 +0100
  52. f70fc75 [BUG] capture: do not capture a cookie if there is no memory left by Willy Tarreau · Fri Nov 19 11:27:18 2010 +0100
  53. 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 · Thu Sep 23 18:02:19 2010 +0200
  54. acd7d63 [CLEANUP] Remove unneeded chars allocation by Cyril Bonté · Mon Nov 01 19:26:02 2010 +0100
  55. 5bd86a8 [MINOR] Support listener's sockets unix on http logs. by Emeric Brun · Fri Oct 22 17:23:04 2010 +0200
  56. ba4c5be [MINOR] cookie: add support for the "preserve" option by Willy Tarreau · Sat Oct 23 12:46:42 2010 +0200
  57. 7f18e52 [MINOR] acl: add the http_req_first match by Willy Tarreau · Fri Oct 22 20:04:13 2010 +0200
  58. 7046130 [MEDIUM] checks: set server state to one state from failure when leaving maintenance by Willy Tarreau · Fri Oct 22 14:39:02 2010 +0200
  59. 474be41 [MEDIUM] stats: add an admin level by Cyril Bonté · Tue Oct 12 00:14:36 2010 +0200
  60. 70be45d [MEDIUM] enable/disable servers from the stats web interface by Cyril Bonté · Tue Oct 12 00:14:35 2010 +0200
  61. ef4f391 [MEDIUM] cookie: set the date in the cookie if needed by Willy Tarreau · Thu Oct 07 21:00:29 2010 +0200
  62. f64d141 [MEDIUM] cookie: check for maxidle and maxlife for incoming dated cookies by Willy Tarreau · Thu Oct 07 20:06:11 2010 +0200
  63. f134831 [MEDIUM] cookie: reassign set-cookie status flags to store more states by Willy Tarreau · Thu Oct 07 15:54:11 2010 +0200
  64. b761ec4 [MINOR] cookie: add the expired (E) and old (O) flags for request cookies by Willy Tarreau · Thu Oct 07 15:28:23 2010 +0200
  65. bca9969 [MEDIUM] cookie: support client cookies with some contents appended to their value by Willy Tarreau · Wed Oct 06 19:25:55 2010 +0200
  66. 22a9534 [MEDIUM] make it possible to combine http-pretend-keepalived with httpclose by Willy Tarreau · Wed Sep 29 14:31:41 2010 +0200
  67. e3f284a [BUILD] proto_http: eliminate some build warnings with gcc-2.95 by Willy Tarreau · Tue Sep 28 19:42:42 2010 +0200
  68. 58bd8fd [BUG] stream_sock: try to flush any extra pending request data after a POST by Willy Tarreau · Tue Sep 28 14:16:41 2010 +0200
  69. 24581ba [MEDIUM] http: fix space handling in the response cookie parser by Willy Tarreau · Tue Aug 31 22:39:35 2010 +0200
  70. eb7b0a2 [MEDIUM] http: fix space handling in the request cookie parser by Willy Tarreau · Tue Aug 31 16:45:02 2010 +0200
  71. 0f7f51f [BUG] http: don't consider commas as a header delimitor within quotes by Willy Tarreau · Mon Aug 30 11:06:34 2010 +0200
  72. 92aa1fa [BUG] http: don't set auto_close if more data are expected by Willy Tarreau · Sat Aug 28 18:57:20 2010 +0200
  73. 5c54c71 [MEDIUM] http: forward client's close when abortonclose is set by Willy Tarreau · Sat Jul 17 08:02:58 2010 +0200
  74. f059a0f [MAJOR] session-counters: split FE and BE track counters by Willy Tarreau · Tue Aug 03 16:29:52 2010 +0200
  75. da7ff64 [MEDIUM] session-counters: add HTTP req/err tracking by Willy Tarreau · Wed Jun 23 11:44:09 2010 +0200
  76. 6df7a0e [MINOR] http: reset analysers to listener's, not frontend's by Willy Tarreau · Tue Aug 03 11:52:10 2010 +0200
  77. bb69539 [BUG] http: denied requests must not be counted as denied resps in listeners by Willy Tarreau · Wed Jun 23 08:43:37 2010 +0200
  78. ee55dc0 [MINOR] frontend: rely on the frontend and not the backend for INDEPSTR by Willy Tarreau · Tue Jun 01 10:56:34 2010 +0200
  79. 070ceb6 [MEDIUM] session: don't assign conn_retries upon accept() anymore by Willy Tarreau · Tue Jun 01 10:36:43 2010 +0200
  80. ee28de0 [MEDIUM] session: move the conn_retries attribute to the stream interface by Willy Tarreau · Tue Jun 01 09:51:00 2010 +0200
  81. d04e858 [MEDIUM] session: initialize server-side timeouts after connect() by Willy Tarreau · Mon May 31 12:31:35 2010 +0200
  82. ace495e [CLEANUP] buffer->cto is not used anymore by Willy Tarreau · Mon May 31 11:27:58 2010 +0200
  83. 03fa5df [CLEANUP] rename client -> frontend by Willy Tarreau · Mon May 24 21:02:37 2010 +0200
  84. 663308b [BUG] debug: correctly report truncated messages by Willy Tarreau · Mon Jun 07 14:06:08 2010 +0200
  85. 1ba0e5f [BUG] debug: wrong pointer was used to report a status line by Willy Tarreau · Mon Jun 07 13:57:32 2010 +0200
  86. 79ebac6 [BUG] http: report correct flags in case of client aborts during body by Willy Tarreau · Mon Jun 07 13:47:49 2010 +0200
  87. 4fe4190 [BUG] http: automatically close response if req is aborted by Willy Tarreau · Mon Jun 07 22:27:41 2010 +0200
  88. d45b3d5 [BUG] http: dispatch and http_proxy modes were broken for a long time by Willy Tarreau · Thu May 20 11:49:03 2010 +0200
  89. 4a56897 [MINOR] stick-tables: add support for "stick on hdr" by Willy Tarreau · Wed May 12 08:08:50 2010 +0200
  90. b337b53 [MEDIUM] acl: add tree-based lookups of networks by Willy Tarreau · Thu May 13 20:03:41 2010 +0200
  91. c426296 [MEDIUM] acl: add tree-based lookups of exact strings by Willy Tarreau · Mon May 10 23:42:40 2010 +0200
  92. c3bfeeb [MINOR] fix possible crash in debug mode with invalid responses by Willy Tarreau · Fri Apr 16 09:14:45 2010 +0200
  93. 47fdd8e [MINOR] add the "ignore-persist" option to conditionally ignore persistence by Cyril Bonté · Sun Apr 25 00:00:51 2010 +0200
  94. 17530c3 [BUG] appsession should match the whole cookie name by Cyril Bonté · Tue Apr 06 21:11:10 2010 +0200
  95. 8a8e1d9 [MINOR] http: make it possible to pretend keep-alive when doing close by Willy Tarreau · Mon Apr 05 16:15:16 2010 +0200
  96. bce7088 [MEDIUM] add ability to connect to a server from an IP found in a header by Willy Tarreau · Mon Sep 07 11:51:47 2009 +0200
  97. bf3f1de [BUG] http: fix truncated responses on chunk encoding when size divides buffer size by Willy Tarreau · Wed Mar 17 15:54:24 2010 +0100
  98. 3965040 [MINOR] http: don't mark a server as failed when it returns 501/505 by Willy Tarreau · Mon Mar 15 19:44:39 2010 +0100
  99. 7f2c539 [BUG] clf logs segfault when capturing a non existant header by Cyril Bonté · Sat Mar 13 15:15:07 2010 +0100
  100. 6464841 [BUG] http: don't wait for response data to leave buffer is client has left by Willy Tarreau · Fri Mar 05 10:41:54 2010 +0100