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