1. b0c9bc4 [MEDIUM] stats: make HTTP stats use an I/O handler by Willy Tarreau · Sun Oct 04 15:56:38 2009 +0200
  2. 1d0dfb1 [MAJOR] http: complete splitting of the remaining stages by Willy Tarreau · Tue Jul 07 15:10:31 2009 +0200
  3. 3a81629 [MEDIUM] session: tell analysers what bit they were called for by Willy Tarreau · Tue Jul 07 10:55:49 2009 +0200
  4. d787e66 [MEDIUM] http: split request waiter from request processor by Willy Tarreau · Tue Jul 07 10:14:51 2009 +0200
  5. 4076a15 [MEDIUM] http: capture invalid requests/responses even if accepted by Willy Tarreau · Thu Apr 02 15:18:36 2009 +0200
  6. 01bf867 [MEDIUM] reference the current hijack function in the buffer itself by Willy Tarreau · Sun Dec 07 18:03:29 2008 +0100
  7. e43d424 [MINOR] declare process_session in session.h, not proto_http.h by Willy Tarreau · Mon Dec 01 01:35:40 2008 +0100
  8. 59234e9 [MEDIUM] rename process_request to http_process_request by Willy Tarreau · Sun Nov 30 23:51:27 2008 +0100
  9. d34af78 [MEDIUM] move the HTTP request body analyser out of process_request(). by Willy Tarreau · Sun Nov 30 23:36:37 2008 +0100
  10. 60b85b0 [MEDIUM] extract the HTTP tarpit code from process_request(). by Willy Tarreau · Sun Nov 30 23:28:40 2008 +0100
  11. 0cac36f [MEDIUM] make the http server error function a pointer in the session by Willy Tarreau · Sun Nov 30 20:44:17 2008 +0100
  12. 2d3d94c [MINOR] replace srv_close_with_err() with http_server_error() by Willy Tarreau · Sun Nov 30 20:20:08 2008 +0100
  13. dded32d [MINOR] replace client_retnclose() with stream_int_retnclose() by Willy Tarreau · Sun Nov 30 19:48:07 2008 +0100
  14. 81acfab [MINOR] replace the ambiguous client_return function by stream_int_return by Willy Tarreau · Sun Nov 30 19:22:53 2008 +0100
  15. 55a8d0e [CLEANUP] move the session-related functions to session.c by Willy Tarreau · Sun Nov 30 18:47:21 2008 +0100
  16. fa7e102 [MAJOR] rework of the server FSM by Willy Tarreau · Sun Oct 19 07:30:41 2008 +0200
  17. f5483bf [MAJOR] get rid of the SV_STHEADERS state by Willy Tarreau · Thu Aug 14 18:35:40 2008 +0200
  18. c65a3ba [MAJOR] completely separate HTTP and TCP states on the request path by Willy Tarreau · Mon Aug 11 23:42:50 2008 +0200
  19. 0c303ee [MAJOR] convert all expiration timers from timeval to ticks by Willy Tarreau · Mon Jul 07 00:09:58 2008 +0200
  20. 1c2ab96 [MAJOR] implement parameter hashing for POST requests by matt.farnsworth@nokia.com · Mon Apr 14 20:47:37 2008 +0200
  21. 5a329cf [MEDIUM]: Prevent redispatcher from selecting the same server, version #3 by Krzysztof Piotr Oledzki · Fri Feb 22 03:50:19 2008 +0100
  22. d825eef [MAJOR] replaced all timeouts with struct timeval by Willy Tarreau · Sat May 12 22:35:00 2007 +0200
  23. 3d30059 [MINOR] move some flags from session.h to proto_http.h by Willy Tarreau · Sun Mar 18 18:34:41 2007 +0100
  24. a15645d [MAJOR] completed the HTTP response processing. by Willy Tarreau · Sun Mar 18 16:22:39 2007 +0100
  25. 4b89ad4 [MINOR] implement http_is_ver_token to fix response parsing by Willy Tarreau · Sun Mar 04 18:13:58 2007 +0100
  26. 8d5d7f2 [MAJOR] huge rework of the HTTP request FSM by Willy Tarreau · Sun Jan 21 19:16:41 2007 +0100
  27. c0dde7a [MAJOR] udpated the stats page to clearly distinguish FEs and BEs by Willy Tarreau · Mon Jan 01 21:38:07 2007 +0100
  28. 8058743 [MEDIUM] errorloc now checked first from backend then from frontend by Willy Tarreau · Sun Dec 24 17:47:20 2006 +0100
  29. 0f77253 [MINOR] store HTTP error messages into a chunk array by Willy Tarreau · Sat Dec 23 20:51:41 2006 +0100
  30. 830ff45 [MAJOR] reworked ->be, ->fe and ->fi in sessions by Willy Tarreau · Sun Dec 17 19:31:23 2006 +0100
  31. b251390 [MEDIUM] moved uri_auth check to a separate function by Willy Tarreau · Sun Dec 17 14:52:38 2006 +0100
  32. 58f10d7 [MAJOR] replaced the client-side HTTP parser with a new one by Willy Tarreau · Mon Dec 04 02:26:12 2006 +0100
  33. b17916e [CLEANUP] add a few "const char *" where appropriate by Willy Tarreau · Sun Oct 15 15:17:57 2006 +0200
  34. e3ba5f0 [CLEANUP] included common/version.h everywhere by Willy Tarreau · Thu Jun 29 18:54:54 2006 +0200
  35. baaee00 [BIGMOVE] exploded the monolithic haproxy.c file into multiple files. by Willy Tarreau · Mon Jun 26 02:48:02 2006 +0200