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