1. fac9ccf BUG/MINOR: http/sample: gmtime/localtime can fail by Thierry FOURNIER · 9 years ago
  2. 2fbcafc MEDIUM: http: Add new 'set-src' option to http-request by Adis Nezirovic · 9 years ago
  3. 79beb24 CLEANUP: sample: generalize sample_fetch_string() as sample_fetch_as_type() by Adis Nezirovic · 9 years ago
  4. 4834bc7 MEDIUM: vars: adds support of variables by Thierry FOURNIER · 9 years ago
  5. 0e11863 MINOR: tcp/http/conf: extends the keyword registration options by Thierry FOURNIER · 9 years ago
  6. b8cdf52 BUG/MEDIUM: http: fix body processing for the stats applet by Willy Tarreau · 9 years ago
  7. 2de8a50 MEDIUM: http: no need to close the request on redirect if data was parsed by Willy Tarreau · 9 years ago
  8. 51d861a MEDIUM: http: implement http-response redirect rules by Willy Tarreau · 9 years ago
  9. be4653b MINOR: http: prepare support for parsing redirect actions on responses by Willy Tarreau · 9 years ago
  10. b329a31 CLEANUP: http: explicitly reference request in http_apply_redirect_rules() by Willy Tarreau · 9 years ago
  11. e80fada MEDIUM: capture: adds http-response capture by Thierry FOURNIER · 9 years ago
  12. 82bf70d MEDIUM: capture: Allow capture with slot identifier by Thierry FOURNIER · 9 years ago
  13. 35ab275 MINOR: capture: add two "capture" converters by Thierry FOURNIER · 9 years ago
  14. 98d0485 MAJOR: config: remove the deprecated reqsetbe / reqisetbe actions by Willy Tarreau · 9 years ago
  15. 26f77e5 BUG/MEDIUM: http: fix the url_param fetch by Dragan Dosen · 9 years ago
  16. 8be451c MEDIUM: http: url-encoded parsing function can run throught wrapped buffer by Thierry FOURNIER · 9 years ago
  17. e28c499 MINOR: http: add body_param fetch by Thierry FOURNIER · 9 years ago
  18. 0948d41 CLEANUP: http: bad indentation by Thierry FOURNIER · 9 years ago
  19. 4fdc74c MINOR: http: split the url_param in two parts by Thierry FOURNIER · 9 years ago
  20. 1ede1da MEDIUM: http: make url_param iterate over multiple occurrences by Willy Tarreau · 9 years ago
  21. 0786d05 MEDIUM: sample: change the prototype of sample-fetches functions by Thierry FOURNIER · 9 years ago
  22. 0a9a2b8 MEDIUM: sample change the prototype of sample-fetches and converters functions by Thierry FOURNIER · 9 years ago
  23. bbfb6c4 BUG/MEDIUM: http: don't forward client shutdown without NOLINGER except for tunnels by Willy Tarreau · 9 years ago
  24. 82ff3c9 MINOR: sample: add url_dec converter by Thierry FOURNIER · 9 years ago
  25. 3986ac1 BUG/MEDIUM: http: fix the http-request capture parser by Willy Tarreau · 9 years ago
  26. a9083d0 MEDIUM: http: add new "capture" action for http-request by Willy Tarreau · 9 years ago
  27. a5910cc MEDIUM: http: provide 3 fetches for the body by Willy Tarreau · 9 years ago
  28. 9fbe18e MEDIUM: http: add a new option http-buffer-request by Willy Tarreau · 9 years ago
  29. e115b49 BUG/MEDIUM: http: wait for the exact amount of body bytes in wait_for_request_body by Willy Tarreau · 9 years ago
  30. 0f228a0 MEDIUM: http: add option-ignore-probes to get rid of the floods of 408 by Willy Tarreau · 9 years ago
  31. 1331766 MEDIUM: http: disable support for HTTP/0.9 by default by Willy Tarreau · 9 years ago
  32. 91852eb MEDIUM: http: restrict the HTTP version token to 1 digit as per RFC7230 by Willy Tarreau · 9 years ago
  33. b4d0c03 BUG/MEDIUM: http: remove content-length form responses with bad transfer-encoding by Willy Tarreau · 9 years ago
  34. 34dfc60 BUG/MEDIUM: http: incorrect transfer-coding in the request is a bad request by Willy Tarreau · 9 years ago
  35. 4979d5c BUG/MEDIUM: http: do not restrict parsing of transfer-encoding to HTTP/1.1 by Willy Tarreau · 9 years ago
  36. 557f199 DOC: http: update the comments about the rules for determining transfer-length by Willy Tarreau · 9 years ago
  37. 1c91391 BUG/MEDIUM: http: remove content-length from chunked messages by Willy Tarreau · 9 years ago
  38. 7f6192c BUG/MEDIUM: http: functions set-{path,query,method,uri} breaks the HTTP parser by Thierry FOURNIER · 9 years ago
  39. ee335e6 BUG/MEDIUM: http: properly retrieve the front connection by Willy Tarreau · 9 years ago
  40. 152b81e BUG/MAJOR: tcp/http: fix current_rule assignment when restarting over a ruleset by Willy Tarreau · 9 years ago
  41. 108b1dd MEDIUM: http: configurable http result codes for http-request deny by CJ Ess · 9 years ago
  42. d0d8da9 MINOR: stream: provide a few helpers to retrieve frontend, listener and origin by Willy Tarreau · 9 years ago
  43. 192252e MAJOR: sample: pass a pointer to the session to each sample fetch function by Willy Tarreau · 9 years ago
  44. 987e3fb MEDIUM: http: remove the now useless http_txn from {req/res} rules by Willy Tarreau · 9 years ago
  45. 15e91e1 MAJOR: sample: don't pass l7 anymore to sample fetch functions by Willy Tarreau · 9 years ago
  46. eee5b51 MAJOR: http: move http_txn out of struct stream by Willy Tarreau · 9 years ago
  47. 63986c7 MINOR: http: create a dedicated pool for http_txn by Willy Tarreau · 9 years ago
  48. cb7dd01 MEDIUM: http: move header captures from http_txn to struct stream by Willy Tarreau · 9 years ago
  49. 53c9b4d CLEANUP: sample: remove useless tests in fetch functions for l4 != NULL by Willy Tarreau · 9 years ago
  50. 9ad7bd4 MEDIUM: session: use the pointer to the origin instead of s->si[0].end by Willy Tarreau · 9 years ago
  51. e36cbcb MEDIUM: stream: move the frontend's pointer to the session by Willy Tarreau · 9 years ago
  52. fb0afa7 MEDIUM: stream: move the listener's pointer to the session by Willy Tarreau · 9 years ago
  53. e7dff02 REORG/MEDIUM: stream: rename stream flags from SN_* to SF_* by Willy Tarreau · 9 years ago
  54. 87b0966 REORG/MAJOR: session: rename the "session" entity to "stream" by Willy Tarreau · 9 years ago
  55. cb703b0 BUG/MAJOR: http: null-terminate the http actions keywords list by Willy Tarreau · 9 years ago
  56. 601a4d1 BUG/MEDIUM: http: hdr_cnt would not count any header when called without name by Willy Tarreau · 9 years ago
  57. 615105e MEDIUM: compression: add a distinction between UA- and config- algorithms by Willy Tarreau · 9 years ago
  58. e7e49a8 MINOR: http: check the algo name "identity" instead of the function pointer by Willy Tarreau · 9 years ago
  59. 7fe75e0 MINOR: http: export function inet_set_tos() by Thierry FOURNIER · 9 years ago
  60. 5531f87 MINOR: http: split http_transform_header() function in two parts. by Thierry FOURNIER · 9 years ago
  61. b77aece MINOR: http: split the function http_action_set_req_line() in two parts by Thierry FOURNIER · 9 years ago
  62. 63d692c MEDIUM: http: allows 'R' and 'S' in the protocol alphabet by Thierry FOURNIER · 9 years ago
  63. 5a33ac7 MEDIUM/CLEANUP: http: rewrite and lighten http_transform_header() prototype by Thierry FOURNIER · 9 years ago
  64. 191f9ef BUG/MEDIUM: http: the function "(req|res)-replace-value" doesn't respect the HTTP syntax by Thierry FOURNIER · 9 years ago
  65. 5341016 BUG/MAJOR: http: don't read past buffer's end in http_replace_value by Thierry FOURNIER · 9 years ago
  66. 01c3012 BUG/MEDIUM: http: the action set-{method|path|query|uri} doesn't run. by Thierry FOURNIER · 9 years ago
  67. 2468d4e MEDIUM: http: Compress HTTP responses with status codes 201,202,203 in addition to 200 by Jesse Hathaway · 9 years ago
  68. 350f487 CLEANUP: session: simplify references to chn_{prod,cons}(&s->{req,res}) by Willy Tarreau · 10 years ago
  69. 7379653 REORG/MEDIUM: channel: only use chn_prod / chn_cons to find stream-interfaces by Willy Tarreau · 10 years ago
  70. a5f5d8d MEDIUM: stream-int: add a flag indicating which side the SI is on by Willy Tarreau · 10 years ago
  71. 2bb4a96 REORG/MEDIUM: stream-int: introduce si_ic/si_oc to access channels by Willy Tarreau · 10 years ago
  72. 22ec1ea REORG/MAJOR: move session's req and resp channels back into the session by Willy Tarreau · 10 years ago
  73. 612adb8 BUG/MAJOR: http: fix stats regression consecutive to HTTP_RULE_RES_YIELD by Willy Tarreau · 9 years ago
  74. bc4c1ac MEDIUM: http/tcp: permit to resume http and tcp custom actions by Thierry FOURNIER · 9 years ago
  75. 9e2ef99 MEDIUM: http: change the code returned by the response processing rule functions by Thierry FOURNIER · 9 years ago
  76. 49f45af MINOR: global: export many symbols. by Thierry FOURNIER · 10 years ago
  77. f41a809 MINOR: sample: add private argument to the struct sample_fetch by Thierry FOURNIER · 10 years ago
  78. 68a556e MINOR: converters: give the session pointer as converter argument by Thierry FOURNIER · 9 years ago
  79. 1edc971 MINOR: converters: add a "void *private" argument to converters by Thierry FOURNIER · 10 years ago
  80. eb27ec7 MINOR: http: add the new sample fetches req.hdr_names and res.hdr_names by Willy Tarreau · 9 years ago
  81. c90dc23 MINOR: http: add a new function to iterate over each header line by Willy Tarreau · 9 years ago
  82. 34d4c3c BUG/MINOR: http: abort request processing on filter failure by Willy Tarreau · 9 years ago
  83. aa435e7 BUG/MINOR: http: fix incorrect header value offset in replace-hdr/replace-value by Willy Tarreau · 9 years ago
  84. a0dc23f MEDIUM: http: implement http-request set-{method,path,query,uri} by Willy Tarreau · 9 years ago
  85. 15a53a4 MEDIUM: regex: add support for passing regex flags to regex_exec_match() by Willy Tarreau · 9 years ago
  86. 8560328 BUG/MEDIUM: http: make http-request set-header compute the string before removal by Willy Tarreau · 9 years ago
  87. 49ad95c MINOR: http: add a new fetch "query" to extract the request's query string by Willy Tarreau · 9 years ago
  88. 319f745 MINOR: channel: rename bi_erase() to channel_truncate() by Willy Tarreau · 9 years ago
  89. ba0902e CLEANUP: channel: rename channel_reserved -> channel_is_rewritable by Willy Tarreau · 9 years ago
  90. 7c1c217 BUG/MEDIUM: http: fix header removal when previous header ends with pure LF by Willy Tarreau · 9 years ago
  91. f2f7d6b MEDIUM: buffer: add a new buf_wanted dummy buffer to report failed allocations by Willy Tarreau · 10 years ago
  92. e583ea5 MEDIUM: buffer: use b_alloc() to allocate and initialize a buffer by Willy Tarreau · 10 years ago
  93. d972203 BUG/MINOR: parse: refer curproxy instead of proxy by Godbach · 10 years ago
  94. 1f1fae6 BUG/MINOR: http: fix typo: "401 Unauthorized" => "407 Unauthorized" by Godbach · 10 years ago
  95. 5506e3f BUG/MINOR: stats: correctly set the request/response analysers by Willy Tarreau · 10 years ago
  96. a83a50b BUG/MINOR: log: fix request flags when keep-alive is enabled by Cyril Bonté · 10 years ago
  97. 7d59e90 BUG/MEDIUM: http: don't dump debug headers on MSG_ERROR by Willy Tarreau · 10 years ago
  98. e1cfc1f BUG/MINOR: config: do not accept more track-sc than configured by Willy Tarreau · 10 years ago
  99. 4e21ff9 BUG/MEDIUM: http: adjust close mode when switching to backend by Willy Tarreau · 10 years ago
  100. ce730de MEDIUM: http: enable header manipulation for 101 responses by Willy Tarreau · 10 years ago