1. 185b5c4 MEDIUM: http: merge acl and pattern header fetch functions by Willy Tarreau · Thu Apr 26 15:11:51 2012 +0200
  2. 8a0cef2 MEDIUM: http: remove buffer arg in http_capture_bad_message by Willy Tarreau · Fri Mar 09 13:39:23 2012 +0100
  3. 45c0d98 MEDIUM: http: http_send_name_header: remove references to msg and buffer by Willy Tarreau · Fri Mar 09 12:11:57 2012 +0100
  4. fa4a03c CLEANUP: http: remove unused http_msg->col by Willy Tarreau · Fri Mar 09 21:28:54 2012 +0100
  5. a458b67 MAJOR: http: move buffer->lr to http_msg->next by Willy Tarreau · Mon Mar 05 11:17:50 2012 +0100
  6. c2247f0 MEDIUM: http: add support for sending the server's name in the outgoing request by Mark Lamourine · Wed Jan 04 13:02:01 2012 -0500
  7. 294c473 MEDIUM: http: replace get_ip_from_hdr2() with http_get_hdr() by Willy Tarreau · Fri Dec 16 21:35:50 2011 +0100
  8. 436d9ed [REORG] http: move HTTP error codes back to proto_http.h by Willy Tarreau · Wed May 11 16:10:11 2011 +0200
  9. ff011f2 [REORG] http: move the http-request rules to proto_http by Willy Tarreau · Thu Jan 06 17:51:27 2011 +0100
  10. 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
  11. 078272e [MINOR] stats: report HTTP message state and buffer flags in error dumps by Willy Tarreau · Sun Dec 12 12:46:33 2010 +0100
  12. 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
  13. 8c8bd45 [MAJOR] use the new auth framework for http stats by Krzysztof Piotr Oledzki · Fri Jan 29 19:29:32 2010 +0100
  14. fdb563c [MEDIUM] http: add support for conditional response header rewriting by Willy Tarreau · Sun Jan 31 15:43:27 2010 +0100
  15. 6c123b1 [MEDIUM] http: make the request filter loop check for optional conditions by Willy Tarreau · Thu Jan 28 20:22:06 2010 +0100
  16. 68085d8 [MINOR] http: add http_remove_header2() to remove a header value. by Willy Tarreau · Mon Jan 18 14:54:04 2010 +0100
  17. d98cf93 [MAJOR] http: implement body parser by Willy Tarreau · Sun Dec 27 22:54:55 2009 +0100
  18. 0937bc4 [MINOR] http: move the http transaction init/cleanup code to proto_http by Willy Tarreau · Tue Dec 22 15:03:09 2009 +0100
  19. b21570a [MEDIUM] appsession: add "len", "prefix" and "mode" options by Cyril Bonté · Sun Nov 29 20:04:48 2009 +0100
  20. fa355d4 [MINOR] http: keep pointer to beginning of data by Willy Tarreau · Sun Nov 29 18:12:29 2009 +0100
  21. b37c27e [MAJOR] http: create the analyser which waits for a response by Willy Tarreau · Sun Oct 18 22:53:08 2009 +0200
  22. bf47aeb [MEDIUM] appsession: add the "request-learn" option by Cyril Bonté · Thu Oct 15 00:15:40 2009 +0200
  23. b0c9bc4 [MEDIUM] stats: make HTTP stats use an I/O handler by Willy Tarreau · Sun Oct 04 15:56:38 2009 +0200
  24. 1d0dfb1 [MAJOR] http: complete splitting of the remaining stages by Willy Tarreau · Tue Jul 07 15:10:31 2009 +0200
  25. 3a81629 [MEDIUM] session: tell analysers what bit they were called for by Willy Tarreau · Tue Jul 07 10:55:49 2009 +0200
  26. d787e66 [MEDIUM] http: split request waiter from request processor by Willy Tarreau · Tue Jul 07 10:14:51 2009 +0200
  27. 4076a15 [MEDIUM] http: capture invalid requests/responses even if accepted by Willy Tarreau · Thu Apr 02 15:18:36 2009 +0200
  28. 01bf867 [MEDIUM] reference the current hijack function in the buffer itself by Willy Tarreau · Sun Dec 07 18:03:29 2008 +0100
  29. e43d424 [MINOR] declare process_session in session.h, not proto_http.h by Willy Tarreau · Mon Dec 01 01:35:40 2008 +0100
  30. 59234e9 [MEDIUM] rename process_request to http_process_request by Willy Tarreau · Sun Nov 30 23:51:27 2008 +0100
  31. d34af78 [MEDIUM] move the HTTP request body analyser out of process_request(). by Willy Tarreau · Sun Nov 30 23:36:37 2008 +0100
  32. 60b85b0 [MEDIUM] extract the HTTP tarpit code from process_request(). by Willy Tarreau · Sun Nov 30 23:28:40 2008 +0100
  33. 0cac36f [MEDIUM] make the http server error function a pointer in the session by Willy Tarreau · Sun Nov 30 20:44:17 2008 +0100
  34. 2d3d94c [MINOR] replace srv_close_with_err() with http_server_error() by Willy Tarreau · Sun Nov 30 20:20:08 2008 +0100
  35. dded32d [MINOR] replace client_retnclose() with stream_int_retnclose() by Willy Tarreau · Sun Nov 30 19:48:07 2008 +0100
  36. 81acfab [MINOR] replace the ambiguous client_return function by stream_int_return by Willy Tarreau · Sun Nov 30 19:22:53 2008 +0100
  37. 55a8d0e [CLEANUP] move the session-related functions to session.c by Willy Tarreau · Sun Nov 30 18:47:21 2008 +0100
  38. fa7e102 [MAJOR] rework of the server FSM by Willy Tarreau · Sun Oct 19 07:30:41 2008 +0200
  39. f5483bf [MAJOR] get rid of the SV_STHEADERS state by Willy Tarreau · Thu Aug 14 18:35:40 2008 +0200
  40. c65a3ba [MAJOR] completely separate HTTP and TCP states on the request path by Willy Tarreau · Mon Aug 11 23:42:50 2008 +0200
  41. 0c303ee [MAJOR] convert all expiration timers from timeval to ticks by Willy Tarreau · Mon Jul 07 00:09:58 2008 +0200
  42. 1c2ab96 [MAJOR] implement parameter hashing for POST requests by matt.farnsworth@nokia.com · Mon Apr 14 20:47:37 2008 +0200
  43. 5a329cf [MEDIUM]: Prevent redispatcher from selecting the same server, version #3 by Krzysztof Piotr Oledzki · Fri Feb 22 03:50:19 2008 +0100
  44. d825eef [MAJOR] replaced all timeouts with struct timeval by Willy Tarreau · Sat May 12 22:35:00 2007 +0200
  45. 3d30059 [MINOR] move some flags from session.h to proto_http.h by Willy Tarreau · Sun Mar 18 18:34:41 2007 +0100
  46. a15645d [MAJOR] completed the HTTP response processing. by Willy Tarreau · Sun Mar 18 16:22:39 2007 +0100
  47. 4b89ad4 [MINOR] implement http_is_ver_token to fix response parsing by Willy Tarreau · Sun Mar 04 18:13:58 2007 +0100
  48. 8d5d7f2 [MAJOR] huge rework of the HTTP request FSM by Willy Tarreau · Sun Jan 21 19:16:41 2007 +0100
  49. c0dde7a [MAJOR] udpated the stats page to clearly distinguish FEs and BEs by Willy Tarreau · Mon Jan 01 21:38:07 2007 +0100
  50. 8058743 [MEDIUM] errorloc now checked first from backend then from frontend by Willy Tarreau · Sun Dec 24 17:47:20 2006 +0100
  51. 0f77253 [MINOR] store HTTP error messages into a chunk array by Willy Tarreau · Sat Dec 23 20:51:41 2006 +0100
  52. 830ff45 [MAJOR] reworked ->be, ->fe and ->fi in sessions by Willy Tarreau · Sun Dec 17 19:31:23 2006 +0100
  53. b251390 [MEDIUM] moved uri_auth check to a separate function by Willy Tarreau · Sun Dec 17 14:52:38 2006 +0100
  54. 58f10d7 [MAJOR] replaced the client-side HTTP parser with a new one by Willy Tarreau · Mon Dec 04 02:26:12 2006 +0100
  55. b17916e [CLEANUP] add a few "const char *" where appropriate by Willy Tarreau · Sun Oct 15 15:17:57 2006 +0200
  56. e3ba5f0 [CLEANUP] included common/version.h everywhere by Willy Tarreau · Thu Jun 29 18:54:54 2006 +0200
  57. baaee00 [BIGMOVE] exploded the monolithic haproxy.c file into multiple files. by Willy Tarreau · Mon Jun 26 02:48:02 2006 +0200