1. 5bebcd0 BUG/MAJOR: http: correctly rewind the request body after start of forwarding by Willy Tarreau · 10 years ago
  2. f4e6129 MINOR: missing regex.h include by Thierry FOURNIER · 10 years ago
  3. 09af0d6 MEDIUM: regex: replace all standard regex function by own functions by Thierry FOURNIER · 10 years ago
  4. 218f064 MEDIUM: http: add actions "replace-header" and "replace-values" in http-req/resp by Sasha Pachev · 10 years ago
  5. ed7df90 MEDIUM: stats: introduce new actions to simplify admin status management by Willy Tarreau · 10 years ago
  6. 2a83111 MINOR: http: generic pointer to rule argument by William Lallemand · 10 years ago
  7. 0b74833 MEDIUM: http: make http-request rules processing return a verdict instead of a rule by Willy Tarreau · 10 years ago
  8. 73025dd MEDIUM: http: register http-request and http-response keywords by William Lallemand · 10 years ago
  9. fabcbe0 MEDIUM: http: ACL and MAP updates through http-(request|response) rules by Baptiste Assmann · 10 years ago
  10. 877e78d MAJOR: http: do not use msg->sol while processing messages or forwarding data by Willy Tarreau · 11 years ago
  11. 0558a02 MINOR: http: make msg->eol carry the last CRLF length by Willy Tarreau · 10 years ago
  12. dad3d1d MINOR: http: add the function "del-header" to the directives http-request and http-response by Thierry FOURNIER · 10 years ago
  13. d437314 MEDIUM: sample/http_proto: Add new type called method by Thierry FOURNIER · 11 years ago
  14. 80a92c0 BUG/MEDIUM: http: don't start to forward request data before the connect by Willy Tarreau · 10 years ago
  15. 70dffda MAJOR: http: switch to keep-alive mode by default by Willy Tarreau · 10 years ago
  16. 068621e MINOR: http: try to stick to same server after status 401/407 by Willy Tarreau · 11 years ago
  17. 5735d7e MINOR: http: use an enum for the auth method in http_auth_data by Willy Tarreau · 11 years ago
  18. 3770f23 MINOR: http: switch the http state to an enum by Willy Tarreau · 11 years ago
  19. c8987b3 DIET/MINOR: http: reduce the size of struct http_txn by 8 bytes by Willy Tarreau · 11 years ago
  20. a054d41 BUILD/MINOR: missing header file by Thierry FOURNIER · 11 years ago
  21. 2b8fd54 DOC: fix typo in comments by Godbach · 11 years ago
  22. 51347ed MEDIUM: http: add the "set-mark" action on http-request/http-response rules by Willy Tarreau · 11 years ago
  23. 42cf39e MEDIUM: http: add support for "set-tos" in http-request/http-response by Willy Tarreau · 11 years ago
  24. 9a355ec MEDIUM: http: add support for action "set-log-level" in http-request/http-response by Willy Tarreau · 11 years ago
  25. f4c43c1 MEDIUM: http: add the "set-nice" action to http-request and http-response by Willy Tarreau · 11 years ago
  26. e365c0b MEDIUM: http: add a new "http-response" ruleset by Willy Tarreau · 11 years ago
  27. ccbcc37 MEDIUM: http: add support for "http-request tarpit" rule by Willy Tarreau · 12 years ago
  28. 81499eb MEDIUM: http: add support for "http-request redirect" rules by Willy Tarreau · 12 years ago
  29. 20b0de5 MEDIUM: http: add http-request 'add-header' and 'set-header' to build headers by Willy Tarreau · 12 years ago
  30. 5c2e198 MINOR: http: prepare to support more http-request actions by Willy Tarreau · 12 years ago
  31. 50fc777 MEDIUM: http: refrain from sending "Connection: close" when Upgrade is present by Willy Tarreau · 12 years ago
  32. 54d23df CLEANUP: http: rename HTTP_MSG_DATA_CRLF state by Willy Tarreau · 12 years ago
  33. 394db37 REORG: http: rename msg->buf to msg->chn since it's a channel by Willy Tarreau · 12 years ago
  34. 2e1dca8 MEDIUM: http: add "redirect scheme" to ease HTTP to HTTPS redirection by Willy Tarreau · 12 years ago
  35. c7e4238 REORG: buffers: split buffers into chunk,buffer,channel by Willy Tarreau · 12 years ago
  36. 7421efb REORG/MAJOR: use "struct channel" instead of "struct buffer" by Willy Tarreau · 12 years ago
  37. 4f8a83c MEDIUM: stats: add the ability to kill sessions from the admin interface by Willy Tarreau · 12 years ago
  38. d728224 MEDIUM: stats: add support for soft stop/soft start in the admin interface by Willy Tarreau · 12 years ago
  39. 2692736 MEDIUM: http: get rid of msg->som which is not used anymore by Willy Tarreau · 12 years ago
  40. 09d1e25 MAJOR: http: stop using msg->sol outside the parsers by Willy Tarreau · 12 years ago
  41. 3a215be MAJOR: http: make http_msg->sol relative to buffer's origin by Willy Tarreau · 12 years ago
  42. 62f791e MEDIUM: http: add a pointer to the buffer in http_msg by Willy Tarreau · 12 years ago
  43. 12e48b3 MAJOR: http: turn http_msg->eol to a buffer-relative offset by Willy Tarreau · 12 years ago
  44. fa4a03c CLEANUP: http: remove unused http_msg->col by Willy Tarreau · 12 years ago
  45. ea1175a MAJOR: http: change msg->{som,col,sov,eoh} to be relative to buffer origin by Willy Tarreau · 12 years ago
  46. a458b67 MAJOR: http: move buffer->lr to http_msg->next by Willy Tarreau · 12 years ago
  47. a36fc4d MEDIUM: move message-related flags from transaction to message by Willy Tarreau · 12 years ago
  48. c89ccb6 MEDIUM: log: add a new cookie flag 'U' to report situations where cookie is not used by Willy Tarreau · 12 years ago
  49. 19979e1 MINOR: stats admin: reduce memcmp()/strcmp() calls on status codes by Cyril Bonté · 12 years ago
  50. cf8d9ae MINOR: stats admin: allow unordered parameters in POST requests by Cyril Bonté · 12 years ago
  51. ac1932d MEDIUM: tune.http.maxhdr makes it possible to configure the maximum number of HTTP headers by Willy Tarreau · 13 years ago
  52. 588bd4f [BUG] http: trailing white spaces must also be trimmed after headers by Willy Tarreau · 13 years ago
  53. ae94d4d [MINOR] http: make the "HTTP 200" status code configurable. by Willy Tarreau · 13 years ago
  54. 436d9ed [REORG] http: move HTTP error codes back to proto_http.h by Willy Tarreau · 13 years ago
  55. ff011f2 [REORG] http: move the http-request rules to proto_http by Willy Tarreau · 14 years ago
  56. 295a837 [REORG] session: move the data_ctx struct to the stream interface's applet by Willy Tarreau · 13 years ago
  57. 75581ae [CLEANUP] session: remove data_source from struct session by Willy Tarreau · 13 years ago
  58. 124d991 [BUG] http: fix computation of message body length after forwarding has started by Willy Tarreau · 13 years ago
  59. f64d141 [MEDIUM] cookie: check for maxidle and maxlife for incoming dated cookies by Willy Tarreau · 14 years ago
  60. f134831 [MEDIUM] cookie: reassign set-cookie status flags to store more states by Willy Tarreau · 14 years ago
  61. b761ec4 [MINOR] cookie: add the expired (E) and old (O) flags for request cookies by Willy Tarreau · 14 years ago
  62. 92954fd [MINOR] http: make some room in the transaction flags to extend cookies by Willy Tarreau · 14 years ago
  63. 47fdd8e [MINOR] add the "ignore-persist" option to conditionally ignore persistence by Cyril Bonté · 14 years ago
  64. 8c8bd45 [MAJOR] use the new auth framework for http stats by Krzysztof Piotr Oledzki · 14 years ago
  65. f9423ae [MINOR] acl: add http_auth and http_auth_group by Krzysztof Piotr Oledzki · 14 years ago
  66. 88d349d [MEDIUM] http: add support for Proxy-Connection header by Willy Tarreau · 14 years ago
  67. bbf0b37 [MAJOR] http: rework request Connection header handling by Willy Tarreau · 14 years ago
  68. 68085d8 [MINOR] http: add http_remove_header2() to remove a header value. by Willy Tarreau · 14 years ago
  69. fcffa69 [MINOR] http: differentiate waiting for new request and waiting for a complete requst by Willy Tarreau · 14 years ago
  70. 520bbb2 [OPTIM] reorder http_txn to optimize cache lines placement by Willy Tarreau · 14 years ago
  71. a3377ee [MINOR] http: move appsession 'sessid' from session to http_txn by Willy Tarreau · 14 years ago
  72. 81e3b4f [MINOR] http redirect: add the ability to append a '/' to the URL by Willy Tarreau · 14 years ago
  73. 962c3f4 [MEDIUM] http: fix handling of message pointers by Willy Tarreau · 14 years ago
  74. 610ecce [MAJOR] http: fix again the forward analysers by Willy Tarreau · 15 years ago
  75. b608feb [MAJOR] http: add support for option http-server-close by Willy Tarreau · 15 years ago
  76. 5523b32 [MEDIUM] http: add two more states for the closing period by Willy Tarreau · 15 years ago
  77. 1d3bcce [BUG] http: offsets are relative to the buffer, not to ->som by Willy Tarreau · 15 years ago
  78. e8e785b [MEDIUM] http: add a new transaction flags indicating if we know the transfer length by Willy Tarreau · 15 years ago
  79. 0394594 [MINOR] http: introduce a new synchronisation state : HTTP_MSG_DONE by Willy Tarreau · 15 years ago
  80. 5b15447 [MAJOR] http: completely process the "connection" header by Willy Tarreau · 15 years ago
  81. fa355d4 [MINOR] http: keep pointer to beginning of data by Willy Tarreau · 15 years ago
  82. 655dce9 [MINOR] http: create new MSG_BODY sub-states by Willy Tarreau · 15 years ago
  83. 3667d5d [MINOR] http: add new transaction flags for keep-alive and content-length by Willy Tarreau · 15 years ago
  84. aeebf9b [MEDIUM] Collect & provide separate statistics for sockets, v2 by Krzysztof Piotr Oledzki · 15 years ago
  85. 32a4ec0 [MEDIUM] http: add options to ignore invalid header names by Willy Tarreau · 15 years ago
  86. 79da469 [MINOR] redirect: add support for the "drop-query" option by Willy Tarreau · 16 years ago
  87. ffab5b4 [MEDIUM] merge inspect_exp and txn->exp into request buffer by Willy Tarreau · 16 years ago
  88. f5483bf [MAJOR] get rid of the SV_STHEADERS state by Willy Tarreau · 16 years ago
  89. adfb856 [MAJOR] get rid of SV_STANALYZE (step 2) by Willy Tarreau · 16 years ago
  90. 67f0eea [MAJOR] kill CL_STINSPECT and CL_STHEADERS (step 1) by Willy Tarreau · 16 years ago
  91. b686644 [MAJOR] implement tcp request content inspection by Willy Tarreau · 16 years ago
  92. 0c303ee [MAJOR] convert all expiration timers from timeval to ticks by Willy Tarreau · 16 years ago
  93. b463dfb [MEDIUM] add support for conditional HTTP redirection by Willy Tarreau · 16 years ago
  94. 1c2ab96 [MAJOR] implement parameter hashing for POST requests by matt.farnsworth@nokia.com · 16 years ago
  95. e69eada [OPTIM] used unsigned ints for HTTP state and message offsets by Willy Tarreau · 16 years ago
  96. 036fae0 [MEDIUM] introduce "timeout http-request" in frontends by Willy Tarreau · 17 years ago
  97. 33a7e69 [MEDIUM] acl: implement matching on header values by Willy Tarreau · 17 years ago
  98. 9cdde23 [MEDIUM] always have msg->sol point to beginning of message by Willy Tarreau · 17 years ago
  99. 3d30059 [MINOR] move some flags from session.h to proto_http.h by Willy Tarreau · 17 years ago
  100. 3bac9ff [CLEANUP] move http_txn out of session.h by Willy Tarreau · 17 years ago