1. 2b9b678 MINOR: stats: Move stuff about the stats status codes in stats files by Christopher Faulet · 5 years ago
  2. 3c2ecf7 MINOR: stats: Add the status code STAT_STATUS_IVAL to handle invalid requests by Christopher Faulet · 5 years ago
  3. 3092565 CLEANUP: h1: remove some occurrences of unneeded h1.h inclusions by Willy Tarreau · 6 years ago
  4. 326e27e REORG: h1: move the h1_state definition to proto_http by Willy Tarreau · 6 years ago
  5. b2db4fa MINOR: htx: Add BODYLESS flags on the HTX start-line and the HTTP message by Christopher Faulet · 6 years ago
  6. 5ba8025 CLEANUP: fix typos in the proto_http subsystem by Joseph Herlant · 6 years ago
  7. 61c112a REORG: http: move HTTP rules parsing to http_rules.c by Willy Tarreau · 6 years ago
  8. 35b51c6 REORG: http: move the HTTP semantics definitions to http.h/http.c by Willy Tarreau · 6 years ago
  9. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · 6 years ago
  10. e2b10bf MINOR: http: Add support for 421 Misdirected Request by Tim Duesterhus · 6 years ago
  11. 0ad8e0d MINOR: http: add a function to check request's cache-control header field by Willy Tarreau · 7 years ago
  12. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · 7 years ago
  13. f528fff MEDIUM: cache: store sha1 for hashing the cache key by William Lallemand · 7 years ago
  14. 51a76d8 MINOR: http: Mark the 425 code as "Too Early". by Olivier Houchard · 7 years ago
  15. db4893d REORG: http: move the HTTP/1 chunk parser to h1.{c,h} by Willy Tarreau · 7 years ago
  16. 0da5b3b REORG: http: move some very http1-specific parts to h1.{c,h} by Willy Tarreau · 7 years ago
  17. 2395368 DOC: update RFC references by Lukas Tribus · 7 years ago
  18. e600624 BUG/MEDIUM: filters: Fix channels synchronization in flt_end_analyze by Christopher Faulet · 7 years ago
  19. 10e61cb BUG/MINOR: http: report real parser state in error captures by Willy Tarreau · 7 years ago
  20. f07741d BUILD: http: include types/sample.h in proto_http.h by Willy Tarreau · 8 years ago
  21. 58727ec BUG/MAJOR: http: fix breakage of "reqdeny" causing random crashes by Willy Tarreau · 8 years ago
  22. 113f7de MINOR: filters/http: Slightly update the parsing of chunks by Christopher Faulet · 9 years ago
  23. d7c9196 MAJOR: filters: Add filters support by Christopher Faulet · 9 years ago
  24. 9579d12 BUILD/MINOR: http: proto_http.h needs sample.h by Willy Tarreau · 9 years ago
  25. ec3c37d CLEANUP: actions: missplaced includes by Thierry FOURNIER · 9 years ago
  26. 36481b8 MEDIUM: actions: Merge (http|tcp)-(request|reponse) keywords structs by Thierry FOURNIER · 9 years ago
  27. 91f6ba0 MINOR: actions: Declare all the embedded actions in the same header file by Thierry FOURNIER · 9 years ago
  28. 22e4901 MINOR: actions: remove the mark indicating the last entry in enum by Thierry FOURNIER · 9 years ago
  29. a28a942 MEDIUM: actions: Merge (http|tcp)-(request|reponse) action structs by Thierry FOURNIER · 9 years ago
  30. fd7edd3 MINOR: Move http method enum from proto_http to sample by Thierry FOURNIER · 9 years ago
  31. a6b6343 CLEANUP: http/tcp actions: remove the scope member by Thierry FOURNIER · 9 years ago
  32. 3580b03 CLEANUP: proxy: remove last references to appsession by Willy Tarreau · 9 years ago
  33. 2fbcafc MEDIUM: http: Add new 'set-src' option to http-request by Adis Nezirovic · 9 years ago
  34. 0e11863 MINOR: tcp/http/conf: extends the keyword registration options by Thierry FOURNIER · 9 years ago
  35. 51d861a MEDIUM: http: implement http-response redirect rules by Willy Tarreau · 9 years ago
  36. cdb67ca MINOR: http: add array of generic pointers in http_res_rules by Thierry FOURNIER · 9 years ago
  37. 30fe818 DOC: fix the comments about the meaning of msg->sol in HTTP by Willy Tarreau · 9 years ago
  38. 108b1dd MEDIUM: http: configurable http result codes for http-request deny by CJ Ess · 9 years ago
  39. 987e3fb MEDIUM: http: remove the now useless http_txn from {req/res} rules by Willy Tarreau · 9 years ago
  40. eee5b51 MAJOR: http: move http_txn out of struct stream by Willy Tarreau · 9 years ago
  41. cb7dd01 MEDIUM: http: move header captures from http_txn to struct stream by Willy Tarreau · 9 years ago
  42. 87b0966 REORG/MAJOR: session: rename the "session" entity to "stream" by Willy Tarreau · 9 years ago
  43. bc4c1ac MEDIUM: http/tcp: permit to resume http and tcp custom actions by Thierry FOURNIER · 9 years ago
  44. a0dc23f MEDIUM: http: implement http-request set-{method,path,query,uri} by Willy Tarreau · 9 years ago
  45. f2dd68d DOC: fix a few typos by Godbach · 10 years ago
  46. 09448f7 MEDIUM: http: add the track-sc* actions to http-request rules by Willy Tarreau · 10 years ago
  47. bb2e669 BUG/MAJOR: http: correctly rewind the request body after start of forwarding by Willy Tarreau · 10 years ago
  48. f4e6129 MINOR: missing regex.h include by Thierry FOURNIER · 10 years ago
  49. 09af0d6 MEDIUM: regex: replace all standard regex function by own functions by Thierry FOURNIER · 10 years ago
  50. 218f064 MEDIUM: http: add actions "replace-header" and "replace-values" in http-req/resp by Sasha Pachev · 10 years ago
  51. ed7df90 MEDIUM: stats: introduce new actions to simplify admin status management by Willy Tarreau · 10 years ago
  52. 2a83111 MINOR: http: generic pointer to rule argument by William Lallemand · 10 years ago
  53. 0b74833 MEDIUM: http: make http-request rules processing return a verdict instead of a rule by Willy Tarreau · 10 years ago
  54. 73025dd MEDIUM: http: register http-request and http-response keywords by William Lallemand · 10 years ago
  55. fabcbe0 MEDIUM: http: ACL and MAP updates through http-(request|response) rules by Baptiste Assmann · 10 years ago
  56. 877e78d MAJOR: http: do not use msg->sol while processing messages or forwarding data by Willy Tarreau · 11 years ago
  57. 0558a02 MINOR: http: make msg->eol carry the last CRLF length by Willy Tarreau · 10 years ago
  58. dad3d1d MINOR: http: add the function "del-header" to the directives http-request and http-response by Thierry FOURNIER · 10 years ago
  59. d437314 MEDIUM: sample/http_proto: Add new type called method by Thierry FOURNIER · 11 years ago
  60. 80a92c0 BUG/MEDIUM: http: don't start to forward request data before the connect by Willy Tarreau · 10 years ago
  61. 70dffda MAJOR: http: switch to keep-alive mode by default by Willy Tarreau · 10 years ago
  62. 068621e MINOR: http: try to stick to same server after status 401/407 by Willy Tarreau · 11 years ago
  63. 5735d7e MINOR: http: use an enum for the auth method in http_auth_data by Willy Tarreau · 11 years ago
  64. 3770f23 MINOR: http: switch the http state to an enum by Willy Tarreau · 11 years ago
  65. c8987b3 DIET/MINOR: http: reduce the size of struct http_txn by 8 bytes by Willy Tarreau · 11 years ago
  66. a054d41 BUILD/MINOR: missing header file by Thierry FOURNIER · 11 years ago
  67. 2b8fd54 DOC: fix typo in comments by Godbach · 11 years ago
  68. 51347ed MEDIUM: http: add the "set-mark" action on http-request/http-response rules by Willy Tarreau · 11 years ago
  69. 42cf39e MEDIUM: http: add support for "set-tos" in http-request/http-response by Willy Tarreau · 11 years ago
  70. 9a355ec MEDIUM: http: add support for action "set-log-level" in http-request/http-response by Willy Tarreau · 11 years ago
  71. f4c43c1 MEDIUM: http: add the "set-nice" action to http-request and http-response by Willy Tarreau · 11 years ago
  72. e365c0b MEDIUM: http: add a new "http-response" ruleset by Willy Tarreau · 11 years ago
  73. ccbcc37 MEDIUM: http: add support for "http-request tarpit" rule by Willy Tarreau · 12 years ago
  74. 81499eb MEDIUM: http: add support for "http-request redirect" rules by Willy Tarreau · 12 years ago
  75. 20b0de5 MEDIUM: http: add http-request 'add-header' and 'set-header' to build headers by Willy Tarreau · 12 years ago
  76. 5c2e198 MINOR: http: prepare to support more http-request actions by Willy Tarreau · 12 years ago
  77. 50fc777 MEDIUM: http: refrain from sending "Connection: close" when Upgrade is present by Willy Tarreau · 12 years ago
  78. 54d23df CLEANUP: http: rename HTTP_MSG_DATA_CRLF state by Willy Tarreau · 12 years ago
  79. 394db37 REORG: http: rename msg->buf to msg->chn since it's a channel by Willy Tarreau · 12 years ago
  80. 2e1dca8 MEDIUM: http: add "redirect scheme" to ease HTTP to HTTPS redirection by Willy Tarreau · 12 years ago
  81. c7e4238 REORG: buffers: split buffers into chunk,buffer,channel by Willy Tarreau · 12 years ago
  82. 7421efb REORG/MAJOR: use "struct channel" instead of "struct buffer" by Willy Tarreau · 12 years ago
  83. 4f8a83c MEDIUM: stats: add the ability to kill sessions from the admin interface by Willy Tarreau · 12 years ago
  84. d728224 MEDIUM: stats: add support for soft stop/soft start in the admin interface by Willy Tarreau · 12 years ago
  85. 2692736 MEDIUM: http: get rid of msg->som which is not used anymore by Willy Tarreau · 12 years ago
  86. 09d1e25 MAJOR: http: stop using msg->sol outside the parsers by Willy Tarreau · 12 years ago
  87. 3a215be MAJOR: http: make http_msg->sol relative to buffer's origin by Willy Tarreau · 12 years ago
  88. 62f791e MEDIUM: http: add a pointer to the buffer in http_msg by Willy Tarreau · 12 years ago
  89. 12e48b3 MAJOR: http: turn http_msg->eol to a buffer-relative offset by Willy Tarreau · 12 years ago
  90. fa4a03c CLEANUP: http: remove unused http_msg->col by Willy Tarreau · 12 years ago
  91. ea1175a MAJOR: http: change msg->{som,col,sov,eoh} to be relative to buffer origin by Willy Tarreau · 12 years ago
  92. a458b67 MAJOR: http: move buffer->lr to http_msg->next by Willy Tarreau · 12 years ago
  93. a36fc4d MEDIUM: move message-related flags from transaction to message by Willy Tarreau · 12 years ago
  94. c89ccb6 MEDIUM: log: add a new cookie flag 'U' to report situations where cookie is not used by Willy Tarreau · 12 years ago
  95. 19979e1 MINOR: stats admin: reduce memcmp()/strcmp() calls on status codes by Cyril Bonté · 12 years ago
  96. cf8d9ae MINOR: stats admin: allow unordered parameters in POST requests by Cyril Bonté · 12 years ago
  97. ac1932d MEDIUM: tune.http.maxhdr makes it possible to configure the maximum number of HTTP headers by Willy Tarreau · 13 years ago
  98. 588bd4f [BUG] http: trailing white spaces must also be trimmed after headers by Willy Tarreau · 13 years ago
  99. ae94d4d [MINOR] http: make the "HTTP 200" status code configurable. by Willy Tarreau · 13 years ago
  100. 436d9ed [REORG] http: move HTTP error codes back to proto_http.h by Willy Tarreau · 13 years ago