1. 124d991 [BUG] http: fix computation of message body length after forwarding has started by Willy Tarreau · 13 years ago
  2. f64d141 [MEDIUM] cookie: check for maxidle and maxlife for incoming dated cookies by Willy Tarreau · 14 years ago
  3. f134831 [MEDIUM] cookie: reassign set-cookie status flags to store more states by Willy Tarreau · 14 years ago
  4. b761ec4 [MINOR] cookie: add the expired (E) and old (O) flags for request cookies by Willy Tarreau · 14 years ago
  5. 92954fd [MINOR] http: make some room in the transaction flags to extend cookies by Willy Tarreau · 14 years ago
  6. 47fdd8e [MINOR] add the "ignore-persist" option to conditionally ignore persistence by Cyril Bonté · 14 years ago
  7. 8c8bd45 [MAJOR] use the new auth framework for http stats by Krzysztof Piotr Oledzki · 14 years ago
  8. f9423ae [MINOR] acl: add http_auth and http_auth_group by Krzysztof Piotr Oledzki · 14 years ago
  9. 88d349d [MEDIUM] http: add support for Proxy-Connection header by Willy Tarreau · 14 years ago
  10. bbf0b37 [MAJOR] http: rework request Connection header handling by Willy Tarreau · 14 years ago
  11. 68085d8 [MINOR] http: add http_remove_header2() to remove a header value. by Willy Tarreau · 14 years ago
  12. fcffa69 [MINOR] http: differentiate waiting for new request and waiting for a complete requst by Willy Tarreau · 14 years ago
  13. 520bbb2 [OPTIM] reorder http_txn to optimize cache lines placement by Willy Tarreau · 14 years ago
  14. a3377ee [MINOR] http: move appsession 'sessid' from session to http_txn by Willy Tarreau · 14 years ago
  15. 81e3b4f [MINOR] http redirect: add the ability to append a '/' to the URL by Willy Tarreau · 14 years ago
  16. 962c3f4 [MEDIUM] http: fix handling of message pointers by Willy Tarreau · 14 years ago
  17. 610ecce [MAJOR] http: fix again the forward analysers by Willy Tarreau · 14 years ago
  18. b608feb [MAJOR] http: add support for option http-server-close by Willy Tarreau · 15 years ago
  19. 5523b32 [MEDIUM] http: add two more states for the closing period by Willy Tarreau · 15 years ago
  20. 1d3bcce [BUG] http: offsets are relative to the buffer, not to ->som by Willy Tarreau · 15 years ago
  21. e8e785b [MEDIUM] http: add a new transaction flags indicating if we know the transfer length by Willy Tarreau · 15 years ago
  22. 0394594 [MINOR] http: introduce a new synchronisation state : HTTP_MSG_DONE by Willy Tarreau · 15 years ago
  23. 5b15447 [MAJOR] http: completely process the "connection" header by Willy Tarreau · 15 years ago
  24. fa355d4 [MINOR] http: keep pointer to beginning of data by Willy Tarreau · 15 years ago
  25. 655dce9 [MINOR] http: create new MSG_BODY sub-states by Willy Tarreau · 15 years ago
  26. 3667d5d [MINOR] http: add new transaction flags for keep-alive and content-length by Willy Tarreau · 15 years ago
  27. aeebf9b [MEDIUM] Collect & provide separate statistics for sockets, v2 by Krzysztof Piotr Oledzki · 15 years ago
  28. 32a4ec0 [MEDIUM] http: add options to ignore invalid header names by Willy Tarreau · 15 years ago
  29. 79da469 [MINOR] redirect: add support for the "drop-query" option by Willy Tarreau · 16 years ago
  30. ffab5b4 [MEDIUM] merge inspect_exp and txn->exp into request buffer by Willy Tarreau · 16 years ago
  31. f5483bf [MAJOR] get rid of the SV_STHEADERS state by Willy Tarreau · 16 years ago
  32. adfb856 [MAJOR] get rid of SV_STANALYZE (step 2) by Willy Tarreau · 16 years ago
  33. 67f0eea [MAJOR] kill CL_STINSPECT and CL_STHEADERS (step 1) by Willy Tarreau · 16 years ago
  34. b686644 [MAJOR] implement tcp request content inspection by Willy Tarreau · 16 years ago
  35. 0c303ee [MAJOR] convert all expiration timers from timeval to ticks by Willy Tarreau · 16 years ago
  36. b463dfb [MEDIUM] add support for conditional HTTP redirection by Willy Tarreau · 16 years ago
  37. 1c2ab96 [MAJOR] implement parameter hashing for POST requests by matt.farnsworth@nokia.com · 16 years ago
  38. e69eada [OPTIM] used unsigned ints for HTTP state and message offsets by Willy Tarreau · 16 years ago
  39. 036fae0 [MEDIUM] introduce "timeout http-request" in frontends by Willy Tarreau · 16 years ago
  40. 33a7e69 [MEDIUM] acl: implement matching on header values by Willy Tarreau · 17 years ago
  41. 9cdde23 [MEDIUM] always have msg->sol point to beginning of message by Willy Tarreau · 17 years ago
  42. 3d30059 [MINOR] move some flags from session.h to proto_http.h by Willy Tarreau · 17 years ago
  43. 3bac9ff [CLEANUP] move http_txn out of session.h by Willy Tarreau · 17 years ago
  44. 8d5d7f2 [MAJOR] huge rework of the HTTP request FSM by Willy Tarreau · 17 years ago
  45. c0dde7a [MAJOR] udpated the stats page to clearly distinguish FEs and BEs by Willy Tarreau · 18 years ago
  46. 58f10d7 [MAJOR] replaced the client-side HTTP parser with a new one by Willy Tarreau · 18 years ago
  47. e3ba5f0 [CLEANUP] included common/version.h everywhere by Willy Tarreau · 18 years ago
  48. baaee00 [BIGMOVE] exploded the monolithic haproxy.c file into multiple files. by Willy Tarreau · 18 years ago