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