1. 711ad9e [MINOR] http-auth: last fix was wrong by Krzysztof Olędzki · Mon Feb 01 12:36:53 2010 +0100
  2. 5142594 [MINOR] http-auth: make the 'unless' keyword work as expected by Willy Tarreau · Mon Feb 01 10:40:19 2010 +0100
  3. 844a7e7 [MEDIUM] http: add support for proxy authentication by Willy Tarreau · Sun Jan 31 21:46:18 2010 +0100
  4. 8c8bd45 [MAJOR] use the new auth framework for http stats by Krzysztof Piotr Oledzki · Fri Jan 29 19:29:32 2010 +0100
  5. f9423ae [MINOR] acl: add http_auth and http_auth_group by Krzysztof Piotr Oledzki · Fri Jan 29 19:26:18 2010 +0100
  6. 59bb218 [MINOR] http-request: allow/deny/auth support for frontend/backend/listen by Krzysztof Piotr Oledzki · Fri Jan 29 17:58:21 2010 +0100
  7. fdb563c [MEDIUM] http: add support for conditional response header rewriting by Willy Tarreau · Sun Jan 31 15:43:27 2010 +0100
  8. 8abd4cd [MEDIUM] http: add support for conditional request header addition by Willy Tarreau · Sun Jan 31 14:30:44 2010 +0100
  9. 6c123b1 [MEDIUM] http: make the request filter loop check for optional conditions by Willy Tarreau · Thu Jan 28 20:22:06 2010 +0100
  10. f4f0412 [MINOR] prepare req_*/rsp_* to receive a condition by Willy Tarreau · Thu Jan 28 18:10:50 2010 +0100
  11. c3e8b25 [MINOR] http: disable keep-alive when process is going down by Willy Tarreau · Thu Jan 28 15:01:20 2010 +0100
  12. 739cfba [BUG] http: trim any excess buffer data when recycling a connection by Willy Tarreau · Mon Jan 25 23:11:14 2010 +0100
  13. d08f82e [MINOR] http: remove a copy-paste typo in transaction cleaning by Willy Tarreau · Mon Jan 25 22:46:30 2010 +0100
  14. 88d349d [MEDIUM] http: add support for Proxy-Connection header by Willy Tarreau · Mon Jan 25 12:15:43 2010 +0100
  15. 2a6d88d [MINOR] http: logs must report persistent connections to down servers by Willy Tarreau · Sun Jan 24 13:10:43 2010 +0100
  16. 4de9149 [MINOR] add the "force-persist" statement to force persistence on down servers by Willy Tarreau · Fri Jan 22 19:10:05 2010 +0100
  17. ff7b588 [OPTIM] http: don't delay response if next request is incomplete by Willy Tarreau · Fri Jan 22 14:41:29 2010 +0100
  18. d5fd51c [BUG] http_server_error() must not purge a previous pending response by Willy Tarreau · Fri Jan 22 14:17:47 2010 +0100
  19. 6046652 [MAJOR] http: rework response Connection header handling by Willy Tarreau · Mon Jan 18 19:08:45 2010 +0100
  20. bbf0b37 [MAJOR] http: rework request Connection header handling by Willy Tarreau · Mon Jan 18 16:54:40 2010 +0100
  21. 68085d8 [MINOR] http: add http_remove_header2() to remove a header value. by Willy Tarreau · Mon Jan 18 14:54:04 2010 +0100
  22. cce7fa4 [MEDIUM] http: don't switch to tunnel mode upon close by Willy Tarreau · Sat Jan 16 23:19:39 2010 +0100
  23. d3c343f [BUG] http: don't count req errors on client resets or t/o during keep-alive by Willy Tarreau · Sat Jan 16 10:26:19 2010 +0100
  24. b982a3d [MEDIUM] Add stick table configuration and init. by Emeric Brun · Mon Jan 04 15:45:53 2010 +0100
  25. b16a574 [MINOR] http: add a separate "http-keep-alive" timeout by Willy Tarreau · Sun Jan 10 14:46:16 2010 +0100
  26. fcffa69 [MINOR] http: differentiate waiting for new request and waiting for a complete requst by Willy Tarreau · Sun Jan 10 14:21:19 2010 +0100
  27. a3377ee [MINOR] http: move appsession 'sessid' from session to http_txn by Willy Tarreau · Sun Jan 10 10:49:11 2010 +0100
  28. 7566145 [MINOR] http redirect: don't explicitly state keep-alive on 1.1 by Willy Tarreau · Sun Jan 10 10:35:01 2010 +0100
  29. 148d099 [BUG] stream_interface: fix retnclose and remove cond_close by Willy Tarreau · Sun Jan 10 10:21:21 2010 +0100
  30. 41689c2 [BUG] appsession: possible memory leak in case of out of memory condition by Cyril Bonté · Sun Jan 10 00:30:14 2010 +0100
  31. 81e3b4f [MINOR] http redirect: add the ability to append a '/' to the URL by Willy Tarreau · Sun Jan 10 00:42:19 2010 +0100
  32. dcb75c4 [MINOR] http: fix double slash prefix with server redirect by Willy Tarreau · Sun Jan 10 00:24:22 2010 +0100
  33. 962c3f4 [MEDIUM] http: fix handling of message pointers by Willy Tarreau · Sun Jan 10 00:15:35 2010 +0100
  34. 59e0b0f [BUG] server redirection used an uninitialized string. by Willy Tarreau · Sat Jan 09 21:29:23 2010 +0100
  35. 1fac753 [BUILD] appsession did not build anymore under gcc-2.95 by Willy Tarreau · Sat Jan 09 19:23:06 2010 +0100
  36. 762a236 [BUG] appsession's sessid must be reset at end of transaction by Willy Tarreau · Sat Jan 09 13:57:26 2010 +0100
  37. 065e833 [MEDIUM] http: wait for some flush of the response buffer before a new request by Willy Tarreau · Fri Jan 08 00:30:20 2010 +0100
  38. ea65e68 [MINOR] http redirect: use proper call to return last response by Willy Tarreau · Fri Jan 08 00:26:50 2010 +0100
  39. 4602363 [BUG] http: fix for capture memory leak was incorrect by Willy Tarreau · Thu Jan 07 22:51:47 2010 +0100
  40. 6fe6018 [BUG] http: memory leak with captures when using keep-alive by Willy Tarreau · Thu Jan 07 13:35:21 2010 +0100
  41. 90deb18 [MEDIUM] http: make safer use of the DONT_READ and AUTO_CLOSE flags by Willy Tarreau · Thu Jan 07 00:20:41 2010 +0100
  42. 8db1c17 [BUG] http: check options before the connection header by Willy Tarreau · Tue Jan 05 23:12:12 2010 +0100
  43. 0dfdf19 [MEDIUM] http: restore the original behaviour of option httpclose by Willy Tarreau · Tue Jan 05 11:33:11 2010 +0100
  44. 2832d63 [BUG] http: don't set no-linger on response in case of forced close by Willy Tarreau · Tue Jan 05 11:06:20 2010 +0100
  45. 9300fb2 [BUG] http: redirect needed to be updated after recent changes by Willy Tarreau · Tue Jan 05 00:58:24 2010 +0100
  46. 2fa144c [BUG] http: some possible missed close remain in the forward chain by Willy Tarreau · Mon Jan 04 23:13:26 2010 +0100
  47. e3fa6e5 [BUG] http_process_res_common() must not skip the forward analyser by Willy Tarreau · Mon Jan 04 22:57:43 2010 +0100
  48. 610ecce [MAJOR] http: fix again the forward analysers by Willy Tarreau · Mon Jan 04 21:15:02 2010 +0100
  49. e988a79 [DEBUG] add an http_silent_debug function to debug HTTP states by Willy Tarreau · Mon Jan 04 21:13:14 2010 +0100
  50. f5c8bd6 [BUG] http: fix hopefully last closing issue on data forwarding by Willy Tarreau · Mon Jan 04 07:10:34 2010 +0100
  51. d3347ee [BUG] http: disable auto-closing during chunk analysis by Willy Tarreau · Mon Jan 04 02:02:25 2010 +0100
  52. caabe41 [OPTIM] http: optimize a bit the construct of the forward loops by Willy Tarreau · Sun Jan 03 23:08:28 2010 +0100
  53. bddaa4a [CLEANUP] http: remove a remaining impossible condition by Willy Tarreau · Sun Jan 03 22:13:35 2010 +0100
  54. deb9ed8 [MEDIUM] config: remove the limitation of 10 reqadd/rspadd statements by Willy Tarreau · Sun Jan 03 21:03:22 2010 +0100
  55. f285f54 [MINOR] redirect: add support for unconditional rules by Willy Tarreau · Sun Jan 03 20:03:03 2010 +0100
  56. 305ae85 [BUG] http: fix cookie parser to support spaces and commas in values by Willy Tarreau · Sun Jan 03 19:45:54 2010 +0100
  57. a9679ac [MINOR] http: make the conditional redirect support keep-alive by Willy Tarreau · Sun Jan 03 17:32:57 2010 +0100
  58. 2be3939 [MINOR] http: don't wait for sending requests to the server by Willy Tarreau · Sun Jan 03 17:24:51 2010 +0100
  59. 6c2cbe1 [BUG] http: take care of errors, timeouts and aborts during the data phase by Willy Tarreau · Sun Jan 03 17:07:49 2010 +0100
  60. bc5aa19 [MINOR] http: move redirect messages to HTTP/1.1 with a content-length by Willy Tarreau · Sun Jan 03 15:09:36 2010 +0100
  61. 5e8949c [OPTIM] http: don't immediately enable reading on request by Willy Tarreau · Sun Jan 03 14:38:03 2010 +0100
  62. a95a1f4 [BUG] http: the request URI pointer is relative to the buffer by Willy Tarreau · Sun Jan 03 13:04:35 2010 +0100
  63. 3bb9c23 [BUG] http: redirects were broken by chunk changes by Willy Tarreau · Sun Jan 03 12:24:37 2010 +0100
  64. face839 [OPTIM] http: set MSG_MORE on response when a pipelined request is pending by Willy Tarreau · Sun Jan 03 11:37:54 2010 +0100
  65. 638cd02 [BUG] http: fix erroneous trailers size computation by Willy Tarreau · Sun Jan 03 07:42:04 2010 +0100
  66. 21c5e4d [BUG] last fix was overzealous and disabled server-close by Willy Tarreau · Sun Jan 03 00:19:31 2010 +0100
  67. 082b01c [BUG] http: ensure we abort data transfer on write error by Willy Tarreau · Sat Jan 02 23:58:04 2010 +0100
  68. b608feb [MAJOR] http: add support for option http-server-close by Willy Tarreau · Sat Jan 02 22:47:18 2010 +0100
  69. 2ab6eb1 [MEDIUM] http: make the parsers able to wait for a buffer flush by Willy Tarreau · Sat Jan 02 22:04:45 2010 +0100
  70. 15de77e [MEDIUM] http: make the analyser not rely on msg being initialized anymore by Willy Tarreau · Sat Jan 02 21:59:16 2010 +0100
  71. c88ea68 [MEDIUM] http: add some SI_FL_NOLINGER around server errors by Willy Tarreau · Tue Dec 29 14:56:36 2009 +0100
  72. 9438c71 [MEDIUM] http: make forceclose use SI_FL_NOLINGER by Willy Tarreau · Tue Dec 29 14:39:48 2009 +0100
  73. 82eeaf2 [MEDIUM] http: properly handle "option forceclose" by Willy Tarreau · Tue Dec 29 12:09:05 2009 +0100
  74. 5523b32 [MEDIUM] http: add two more states for the closing period by Willy Tarreau · Tue Dec 29 12:05:52 2009 +0100
  75. 83e3af0 [MEDIUM] http: rework the buffer alignment logic by Willy Tarreau · Mon Dec 28 17:39:57 2009 +0100
  76. 58cc872 [BUG] http: typos on several unlikely() around header insertion by Willy Tarreau · Mon Dec 28 06:57:33 2009 +0100
  77. d98cf93 [MAJOR] http: implement body parser by Willy Tarreau · Sun Dec 27 22:54:55 2009 +0100
  78. 7c96f67 [BUG] http: body parsing must consider the start of message by Willy Tarreau · Sun Dec 27 22:47:25 2009 +0100
  79. aec571c [MEDIUM] http: automatically re-aling request buffer by Willy Tarreau · Sun Dec 27 17:18:11 2009 +0100
  80. 1d3bcce [BUG] http: offsets are relative to the buffer, not to ->som by Willy Tarreau · Sun Dec 27 15:50:06 2009 +0100
  81. e8e785b [MEDIUM] http: add a new transaction flags indicating if we know the transfer length by Willy Tarreau · Sat Dec 26 15:34:26 2009 +0100
  82. 115acb9 [MEDIUM] http: rework chunk-size parser by Willy Tarreau · Sat Dec 26 13:56:06 2009 +0100
  83. 0394594 [MINOR] http: introduce a new synchronisation state : HTTP_MSG_DONE by Willy Tarreau · Tue Dec 22 16:50:27 2009 +0100
  84. 63c9e5f [MINOR] http: move 1xx handling earlier to eliminate a lot of ifs by Willy Tarreau · Tue Dec 22 16:01:27 2009 +0100
  85. 0937bc4 [MINOR] http: move the http transaction init/cleanup code to proto_http by Willy Tarreau · Tue Dec 22 15:03:09 2009 +0100
  86. 7c3c541 [MAJOR] buffers: automatically compute the maximum buffer length by Willy Tarreau · Sun Dec 13 15:53:05 2009 +0100
  87. 9e13c3c [MINOR] http: only consider chunk encoding with HTTP/1.1 by Willy Tarreau · Tue Dec 22 09:59:58 2009 +0100
  88. 5b15447 [MAJOR] http: completely process the "connection" header by Willy Tarreau · Mon Dec 21 20:11:07 2009 +0100
  89. 522d6c0 [MEDIUM] http: process request body in a specific analyser by Willy Tarreau · Sun Dec 06 18:49:18 2009 +0100
  90. 97f07b8 [MEDIUM] Decrease server health based on http responses / events, version 3 by Krzysztof Piotr Oledzki · Tue Dec 15 22:31:24 2009 +0100
  91. d0f06fc [MINOR] http: detect tunnel mode and set it in the session by Willy Tarreau · Mon Nov 30 12:19:56 2009 +0100
  92. b86db34 [BUG] x-original-to: name was not set in default instance by Willy Tarreau · Mon Nov 30 11:50:16 2009 +0100
  93. b21570a [MEDIUM] appsession: add "len", "prefix" and "mode" options by Cyril Bonté · Sun Nov 29 20:04:48 2009 +0100
  94. fa355d4 [MINOR] http: keep pointer to beginning of data by Willy Tarreau · Sun Nov 29 18:12:29 2009 +0100
  95. 655dce9 [MINOR] http: create new MSG_BODY sub-states by Willy Tarreau · Sun Nov 08 13:10:58 2009 +0100
  96. de71d16 [MINOR] Collect & provide http response codes for frontends, fix backends by Krzysztof Piotr Oledzki · Sat Oct 24 15:36:15 2009 +0200
  97. 8e89b84 [MINOR] http: remove the last call to stream_int_return by Willy Tarreau · Sun Oct 18 23:56:35 2009 +0200
  98. b50943e [MINOR] http response: update the TX_CLI_CONN_KA flag on rewrite by Willy Tarreau · Sun Oct 18 23:52:50 2009 +0200
  99. b8c82c2 [MEDIUM] http response: check body length and set transaction flags by Willy Tarreau · Sun Oct 18 23:45:12 2009 +0200
  100. 75a5fef [MINOR] http: pre-set the persistent flags in the transaction by Willy Tarreau · Sun Oct 18 23:43:57 2009 +0200