1. 91f6ba0 MINOR: actions: Declare all the embedded actions in the same header file by Thierry FOURNIER · 9 years ago
  2. 22e4901 MINOR: actions: remove the mark indicating the last entry in enum by Thierry FOURNIER · 9 years ago
  3. a28a942 MEDIUM: actions: Merge (http|tcp)-(request|reponse) action structs by Thierry FOURNIER · 9 years ago
  4. fd7edd3 MINOR: Move http method enum from proto_http to sample by Thierry FOURNIER · 9 years ago
  5. a6b6343 CLEANUP: http/tcp actions: remove the scope member by Thierry FOURNIER · 9 years ago
  6. 3580b03 CLEANUP: proxy: remove last references to appsession by Willy Tarreau · 9 years ago
  7. 2fbcafc MEDIUM: http: Add new 'set-src' option to http-request by Adis Nezirovic · 9 years ago
  8. 0e11863 MINOR: tcp/http/conf: extends the keyword registration options by Thierry FOURNIER · 9 years ago
  9. 51d861a MEDIUM: http: implement http-response redirect rules by Willy Tarreau · 9 years ago
  10. cdb67ca MINOR: http: add array of generic pointers in http_res_rules by Thierry FOURNIER · 9 years ago
  11. 30fe818 DOC: fix the comments about the meaning of msg->sol in HTTP by Willy Tarreau · 9 years ago
  12. 108b1dd MEDIUM: http: configurable http result codes for http-request deny by CJ Ess · 9 years ago
  13. 987e3fb MEDIUM: http: remove the now useless http_txn from {req/res} rules by Willy Tarreau · 9 years ago
  14. eee5b51 MAJOR: http: move http_txn out of struct stream by Willy Tarreau · 9 years ago
  15. cb7dd01 MEDIUM: http: move header captures from http_txn to struct stream by Willy Tarreau · 9 years ago
  16. 87b0966 REORG/MAJOR: session: rename the "session" entity to "stream" by Willy Tarreau · 9 years ago
  17. bc4c1ac MEDIUM: http/tcp: permit to resume http and tcp custom actions by Thierry FOURNIER · 9 years ago
  18. a0dc23f MEDIUM: http: implement http-request set-{method,path,query,uri} by Willy Tarreau · 9 years ago
  19. f2dd68d DOC: fix a few typos by Godbach · 10 years ago
  20. 09448f7 MEDIUM: http: add the track-sc* actions to http-request rules by Willy Tarreau · 10 years ago
  21. bb2e669 BUG/MAJOR: http: correctly rewind the request body after start of forwarding by Willy Tarreau · 10 years ago
  22. f4e6129 MINOR: missing regex.h include by Thierry FOURNIER · 10 years ago
  23. 09af0d6 MEDIUM: regex: replace all standard regex function by own functions by Thierry FOURNIER · 10 years ago
  24. 218f064 MEDIUM: http: add actions "replace-header" and "replace-values" in http-req/resp by Sasha Pachev · 10 years ago
  25. ed7df90 MEDIUM: stats: introduce new actions to simplify admin status management by Willy Tarreau · 10 years ago
  26. 2a83111 MINOR: http: generic pointer to rule argument by William Lallemand · 10 years ago
  27. 0b74833 MEDIUM: http: make http-request rules processing return a verdict instead of a rule by Willy Tarreau · 10 years ago
  28. 73025dd MEDIUM: http: register http-request and http-response keywords by William Lallemand · 10 years ago
  29. fabcbe0 MEDIUM: http: ACL and MAP updates through http-(request|response) rules by Baptiste Assmann · 10 years ago
  30. 877e78d MAJOR: http: do not use msg->sol while processing messages or forwarding data by Willy Tarreau · 11 years ago
  31. 0558a02 MINOR: http: make msg->eol carry the last CRLF length by Willy Tarreau · 10 years ago
  32. dad3d1d MINOR: http: add the function "del-header" to the directives http-request and http-response by Thierry FOURNIER · 10 years ago
  33. d437314 MEDIUM: sample/http_proto: Add new type called method by Thierry FOURNIER · 11 years ago
  34. 80a92c0 BUG/MEDIUM: http: don't start to forward request data before the connect by Willy Tarreau · 10 years ago
  35. 70dffda MAJOR: http: switch to keep-alive mode by default by Willy Tarreau · 10 years ago
  36. 068621e MINOR: http: try to stick to same server after status 401/407 by Willy Tarreau · 11 years ago
  37. 5735d7e MINOR: http: use an enum for the auth method in http_auth_data by Willy Tarreau · 11 years ago
  38. 3770f23 MINOR: http: switch the http state to an enum by Willy Tarreau · 11 years ago
  39. c8987b3 DIET/MINOR: http: reduce the size of struct http_txn by 8 bytes by Willy Tarreau · 11 years ago
  40. a054d41 BUILD/MINOR: missing header file by Thierry FOURNIER · 11 years ago
  41. 2b8fd54 DOC: fix typo in comments by Godbach · 11 years ago
  42. 51347ed MEDIUM: http: add the "set-mark" action on http-request/http-response rules by Willy Tarreau · 11 years ago
  43. 42cf39e MEDIUM: http: add support for "set-tos" in http-request/http-response by Willy Tarreau · 11 years ago
  44. 9a355ec MEDIUM: http: add support for action "set-log-level" in http-request/http-response by Willy Tarreau · 11 years ago
  45. f4c43c1 MEDIUM: http: add the "set-nice" action to http-request and http-response by Willy Tarreau · 11 years ago
  46. e365c0b MEDIUM: http: add a new "http-response" ruleset by Willy Tarreau · 11 years ago
  47. ccbcc37 MEDIUM: http: add support for "http-request tarpit" rule by Willy Tarreau · 12 years ago
  48. 81499eb MEDIUM: http: add support for "http-request redirect" rules by Willy Tarreau · 12 years ago
  49. 20b0de5 MEDIUM: http: add http-request 'add-header' and 'set-header' to build headers by Willy Tarreau · 12 years ago
  50. 5c2e198 MINOR: http: prepare to support more http-request actions by Willy Tarreau · 12 years ago
  51. 50fc777 MEDIUM: http: refrain from sending "Connection: close" when Upgrade is present by Willy Tarreau · 12 years ago
  52. 54d23df CLEANUP: http: rename HTTP_MSG_DATA_CRLF state by Willy Tarreau · 12 years ago
  53. 394db37 REORG: http: rename msg->buf to msg->chn since it's a channel by Willy Tarreau · 12 years ago
  54. 2e1dca8 MEDIUM: http: add "redirect scheme" to ease HTTP to HTTPS redirection by Willy Tarreau · 12 years ago
  55. c7e4238 REORG: buffers: split buffers into chunk,buffer,channel by Willy Tarreau · 12 years ago
  56. 7421efb REORG/MAJOR: use "struct channel" instead of "struct buffer" by Willy Tarreau · 12 years ago
  57. 4f8a83c MEDIUM: stats: add the ability to kill sessions from the admin interface by Willy Tarreau · 12 years ago
  58. d728224 MEDIUM: stats: add support for soft stop/soft start in the admin interface by Willy Tarreau · 12 years ago
  59. 2692736 MEDIUM: http: get rid of msg->som which is not used anymore by Willy Tarreau · 12 years ago
  60. 09d1e25 MAJOR: http: stop using msg->sol outside the parsers by Willy Tarreau · 12 years ago
  61. 3a215be MAJOR: http: make http_msg->sol relative to buffer's origin by Willy Tarreau · 12 years ago
  62. 62f791e MEDIUM: http: add a pointer to the buffer in http_msg by Willy Tarreau · 12 years ago
  63. 12e48b3 MAJOR: http: turn http_msg->eol to a buffer-relative offset by Willy Tarreau · 12 years ago
  64. fa4a03c CLEANUP: http: remove unused http_msg->col by Willy Tarreau · 12 years ago
  65. ea1175a MAJOR: http: change msg->{som,col,sov,eoh} to be relative to buffer origin by Willy Tarreau · 12 years ago
  66. a458b67 MAJOR: http: move buffer->lr to http_msg->next by Willy Tarreau · 12 years ago
  67. a36fc4d MEDIUM: move message-related flags from transaction to message by Willy Tarreau · 12 years ago
  68. c89ccb6 MEDIUM: log: add a new cookie flag 'U' to report situations where cookie is not used by Willy Tarreau · 12 years ago
  69. 19979e1 MINOR: stats admin: reduce memcmp()/strcmp() calls on status codes by Cyril Bonté · 12 years ago
  70. cf8d9ae MINOR: stats admin: allow unordered parameters in POST requests by Cyril Bonté · 12 years ago
  71. ac1932d MEDIUM: tune.http.maxhdr makes it possible to configure the maximum number of HTTP headers by Willy Tarreau · 13 years ago
  72. 588bd4f [BUG] http: trailing white spaces must also be trimmed after headers by Willy Tarreau · 13 years ago
  73. ae94d4d [MINOR] http: make the "HTTP 200" status code configurable. by Willy Tarreau · 13 years ago
  74. 436d9ed [REORG] http: move HTTP error codes back to proto_http.h by Willy Tarreau · 13 years ago
  75. ff011f2 [REORG] http: move the http-request rules to proto_http by Willy Tarreau · 13 years ago
  76. 295a837 [REORG] session: move the data_ctx struct to the stream interface's applet by Willy Tarreau · 13 years ago
  77. 75581ae [CLEANUP] session: remove data_source from struct session by Willy Tarreau · 13 years ago
  78. 124d991 [BUG] http: fix computation of message body length after forwarding has started by Willy Tarreau · 13 years ago
  79. f64d141 [MEDIUM] cookie: check for maxidle and maxlife for incoming dated cookies by Willy Tarreau · 14 years ago
  80. f134831 [MEDIUM] cookie: reassign set-cookie status flags to store more states by Willy Tarreau · 14 years ago
  81. b761ec4 [MINOR] cookie: add the expired (E) and old (O) flags for request cookies by Willy Tarreau · 14 years ago
  82. 92954fd [MINOR] http: make some room in the transaction flags to extend cookies by Willy Tarreau · 14 years ago
  83. 47fdd8e [MINOR] add the "ignore-persist" option to conditionally ignore persistence by Cyril Bonté · 14 years ago
  84. 8c8bd45 [MAJOR] use the new auth framework for http stats by Krzysztof Piotr Oledzki · 14 years ago
  85. f9423ae [MINOR] acl: add http_auth and http_auth_group by Krzysztof Piotr Oledzki · 14 years ago
  86. 88d349d [MEDIUM] http: add support for Proxy-Connection header by Willy Tarreau · 14 years ago
  87. bbf0b37 [MAJOR] http: rework request Connection header handling by Willy Tarreau · 14 years ago
  88. 68085d8 [MINOR] http: add http_remove_header2() to remove a header value. by Willy Tarreau · 14 years ago
  89. fcffa69 [MINOR] http: differentiate waiting for new request and waiting for a complete requst by Willy Tarreau · 14 years ago
  90. 520bbb2 [OPTIM] reorder http_txn to optimize cache lines placement by Willy Tarreau · 14 years ago
  91. a3377ee [MINOR] http: move appsession 'sessid' from session to http_txn by Willy Tarreau · 14 years ago
  92. 81e3b4f [MINOR] http redirect: add the ability to append a '/' to the URL by Willy Tarreau · 14 years ago
  93. 962c3f4 [MEDIUM] http: fix handling of message pointers by Willy Tarreau · 14 years ago
  94. 610ecce [MAJOR] http: fix again the forward analysers by Willy Tarreau · 14 years ago
  95. b608feb [MAJOR] http: add support for option http-server-close by Willy Tarreau · 15 years ago
  96. 5523b32 [MEDIUM] http: add two more states for the closing period by Willy Tarreau · 15 years ago
  97. 1d3bcce [BUG] http: offsets are relative to the buffer, not to ->som by Willy Tarreau · 15 years ago
  98. e8e785b [MEDIUM] http: add a new transaction flags indicating if we know the transfer length by Willy Tarreau · 15 years ago
  99. 0394594 [MINOR] http: introduce a new synchronisation state : HTTP_MSG_DONE by Willy Tarreau · 15 years ago
  100. 5b15447 [MAJOR] http: completely process the "connection" header by Willy Tarreau · 15 years ago