1. 3bed5e9 BUG/MEDIUM: http: disable server-side expiration until client has sent the body by Willy Tarreau · 10 years ago
  2. b9edf8f BUG/MEDIUM: http: correctly report request body timeouts by Willy Tarreau · 10 years ago
  3. b1982e2 BUG/MEDIUM: http/session: disable client-side expiration only after body by Willy Tarreau · 10 years ago
  4. 07c8b24 MINOR: http: export the smp_fetch_cookie function by William Lallemand · 10 years ago
  5. 644c101 BUG/MAJOR: http: connection setup may stall on balance url_param by Willy Tarreau · 10 years ago
  6. 0b74833 MEDIUM: http: make http-request rules processing return a verdict instead of a rule by Willy Tarreau · 10 years ago
  7. ae3c010 MEDIUM: http: factorize the "auth" action of http-request and stats by Willy Tarreau · 10 years ago
  8. f75e5c3 MINOR: http: remove the now unused loop over "block" rules by Willy Tarreau · 10 years ago
  9. 353bc9f CLEANUP: proxy: rename "block_cond" to "block_rules" by Willy Tarreau · 10 years ago
  10. 5bd6759 MINOR: http: silently support the "block" action for http-request by Willy Tarreau · 10 years ago
  11. 5254259 MEDIUM: http: remove even more of the spaghetti in the request path by Willy Tarreau · 10 years ago
  12. 179085c MEDIUM: http: move Connection header processing earlier by Willy Tarreau · 10 years ago
  13. 6541083 BUG/MINOR: http: block rules forgot to increment the session's request counter by Willy Tarreau · 10 years ago
  14. 5fa7082 BUG/MINOR: http: block rules forgot to increment the denied_req counter by Willy Tarreau · 10 years ago
  15. bbba2a8 MEDIUM: http: jump to dedicated labels after http-request processing by Willy Tarreau · 10 years ago
  16. 5e9edce MEDIUM: http: move reqadd after execution of http_request redirect by Willy Tarreau · 10 years ago
  17. cfe7fdd MINOR: http: rely on the message body parser to send 100-continue by Willy Tarreau · 10 years ago
  18. e6d2416 BUG/MINOR: http: log 407 in case of proxy auth by Willy Tarreau · 10 years ago
  19. e47e4e2 BUG/MEDIUM: patterns: last fix was still not enough by Thierry FOURNIER · 10 years ago
  20. a631fc8 BUG/MAJOR: patterns: -i and -n are ignored for inlined patterns by Willy Tarreau · 10 years ago
  21. 6c09c2c BUILD: http: remove a warning on strndup by Willy Tarreau · 10 years ago
  22. 73025dd MEDIUM: http: register http-request and http-response keywords by William Lallemand · 10 years ago
  23. fabcbe0 MEDIUM: http: ACL and MAP updates through http-(request|response) rules by Baptiste Assmann · 10 years ago
  24. 6d8bac7 BUG/MAJOR: http: fix the 'next' pointer when performing a redirect by Willy Tarreau · 10 years ago
  25. 3c1b5ec MINOR: http: add capture.req.ver and capture.res.ver by Willy Tarreau · 10 years ago
  26. f118d9f REORG: http: move HTTP Connection response header parsing earlier by Willy Tarreau · 10 years ago
  27. 70730dd MEDIUM: http: enable analysers to have keep-alive on stats by Willy Tarreau · 10 years ago
  28. 5897567 CLEANUP: http: remove the useless "if (1)" inherited from version 1.4 by Willy Tarreau · 10 years ago
  29. f1fd9dc CLEANUP: general: get rid of all old occurrences of "session *t" by Willy Tarreau · 10 years ago
  30. 628c40c MEDIUM: http: move skipping of 100-continue earlier by Willy Tarreau · 10 years ago
  31. 4d1f128 BUG/MEDIUM: http: 100-continue responses must process the next part immediately by Willy Tarreau · 10 years ago
  32. efdf094 BUG/MAJOR: http: fix timeouts during data forwarding by Willy Tarreau · 10 years ago
  33. af3cf70 MEDIUM: stats: reimplement HTTP keep-alive on the stats page by Willy Tarreau · 10 years ago
  34. b2c6a78 BUG/MINOR: http: don't report server aborts as client aborts by Willy Tarreau · 10 years ago
  35. 38b3aa5 BUG/MAJOR: http: fix bug in parse_qvalue() when selecting compression algo by Willy Tarreau · 10 years ago
  36. 3ce10ff CLEANUP: http: remove all calls to http_silent_debug() by Willy Tarreau · 10 years ago
  37. d351021 CLEANUP: http: document the response forwarding states by Willy Tarreau · 10 years ago
  38. bed410e MAJOR: http: centralize data forwarding in the request path by Willy Tarreau · 10 years ago
  39. 32b5ab2 MEDIUM: http: only allocate the temporary compression buffer when needed by Willy Tarreau · 10 years ago
  40. d5a6783 MINOR: http: further cleanups of response forwarding function by Willy Tarreau · 10 years ago
  41. c623c17 MEDIUM: http: start to centralize the forwarding code by Willy Tarreau · 10 years ago
  42. 168ebc5 MEDIUM: http: cleanup: centralize a little bit HTTP compression end by Willy Tarreau · 10 years ago
  43. 7f2f8d5 MAJOR: http/compression: fix chunked-encoded response processing by Willy Tarreau · 10 years ago
  44. 5fb0abd MAJOR: http: re-enable compression on chunked encoding by Willy Tarreau · 10 years ago
  45. b59c7bf MEDIUM: http: headers must be forwarded even if data was already inspected by Willy Tarreau · 10 years ago
  46. 6fef8ae BUG/MINOR: http: deinitialize compression after a compression error by Willy Tarreau · 10 years ago
  47. d01f426 BUG/MINOR: http: deinitialize compression after a parsing error by Willy Tarreau · 10 years ago
  48. 7ba2354 MEDIUM: http: forward headers again while waiting for connection to complete by Willy Tarreau · 10 years ago
  49. 1234f4a MAJOR: http: reset msg->sov after headers are forwarded by Willy Tarreau · 10 years ago
  50. 211cdec MEDIUM: http: add a small helper to compute how far to rewind to find headers by Willy Tarreau · 10 years ago
  51. c24715e MAJOR: http: don't update msg->sov anymore while processing the body by Willy Tarreau · 10 years ago
  52. 0669d7d MEDIUM: http: http_parse_chunk_crlf() must not advance the buffer pointer by Willy Tarreau · 10 years ago
  53. 877e78d MAJOR: http: do not use msg->sol while processing messages or forwarding data by Willy Tarreau · 11 years ago
  54. 0558a02 MINOR: http: make msg->eol carry the last CRLF length by Willy Tarreau · 10 years ago
  55. 890988f CLEANUP: http: prepare dedicated processing for chunked encoded message bodies by Willy Tarreau · 10 years ago
  56. 5a8f947 CLEANUP: http: rename http_process_request_body() by Willy Tarreau · 10 years ago
  57. 226071e MEDIUM: http: wait for the first chunk or message body length in http_process_body by Willy Tarreau · 10 years ago
  58. 31a1995 MEDIUM: http: don't reject anymore message bodies not containing the url param by Willy Tarreau · 10 years ago
  59. dad3d1d MINOR: http: add the function "del-header" to the directives http-request and http-response by Thierry FOURNIER · 10 years ago
  60. ad90351 MINOR: http: Add the "language" converter to for use with accept-language by Thierry FOURNIER · 10 years ago
  61. e9187f8 BUILD/MEDIUM: http: remove calls to sprintf() by Willy Tarreau · 10 years ago
  62. 25a1522 BUG/MINOR: reject malformed HTTP/0.9 requests by Apollon Oikonomopoulos · 10 years ago
  63. 9f95e40 MINOR: standard: Add ipv6 support in the function url2sa(). by Thierry FOURNIER · 10 years ago
  64. 0e9b1b4 MEDIUM: compression: consider the "q=" attribute in Accept-Encoding by Willy Tarreau · 10 years ago
  65. c5a4e98 MEDIUM: acl: Change the acl register struct by Thierry FOURNIER · 10 years ago
  66. eeaa951 MINOR: configuration: File and line propagation by Thierry FOURNIER · 10 years ago
  67. e369ca2 MEDIUM: pattern_find_smp: functions find_smp uses the pat_ref_elt to find the element to be removed by Thierry FOURNIER · 10 years ago
  68. 7acca4b MEDIUM: pattern: delete() function uses the pat_ref_elt to find the element to be removed by Thierry FOURNIER · 10 years ago
  69. 5d34408 MEDIUM: pattern: The expected type is stored in the pattern head, and conversion is executed once. by Thierry FOURNIER · 10 years ago
  70. 55d0b10 MEDIUM: pattern: add sample lookup function. by Thierry FOURNIER · 10 years ago
  71. 6f7203d MEDIUM: pattern: add prune function by Thierry FOURNIER · 10 years ago
  72. b113650 MEDIUM: pattern: add delete functions by Thierry FOURNIER · 10 years ago
  73. 5338eea MEDIUM: pattern: The match function browse itself the list or the tree. by Thierry FOURNIER · 11 years ago
  74. d437314 MEDIUM: sample/http_proto: Add new type called method by Thierry FOURNIER · 11 years ago
  75. 7654c9f MEDIUM: sample: Remove types SMP_T_CSTR and SMP_T_CBIN, replace it by SMP_F_CONST flags by Thierry FOURNIER · 11 years ago
  76. edc15c3 MEDIUM: pattern: The parse functions just return "struct pattern" without memory allocation by Thierry FOURNIER · 11 years ago
  77. b9b0846 MEDIUM: pattern: add indexation function. by Thierry FOURNIER · 11 years ago
  78. 580c32c MEDIUM: pattern: The pattern parser no more uses <opaque> and just takes one string. by Thierry FOURNIER · 10 years ago
  79. 9eec0a6 MAJOR: auth: Change the internal authentication system. by Thierry FOURNIER · 10 years ago
  80. d048d8b BUG/MINOR: http: fix encoding of samples used in http headers by Thierry FOURNIER · 10 years ago
  81. 7519560 MINOR: http: release compression context only in http_end_txn() by Willy Tarreau · 10 years ago
  82. 80a92c0 BUG/MEDIUM: http: don't start to forward request data before the connect by Willy Tarreau · 10 years ago
  83. 3634624 BUG/MEDIUM: http: continue to emit 503 on keep-alive to different server by Willy Tarreau · 10 years ago
  84. a20cb85 MINOR: stats: Enhancement to stats page to provide information of last session time. by Bhaskar Maddala · 10 years ago
  85. 96a7785 MINOR: http: optimize capture.req.method and capture.req.uri by William Lallemand · 10 years ago
  86. 65ad6e1 MINOR: http: capture.req.method and capture.req.uri by William Lallemand · 10 years ago
  87. 416ce61 BUG/MEDIUM: http: fix regression caused by recent switch to keep-alive by default by Willy Tarreau · 10 years ago
  88. 98d9695 BUG/MEDIUM: http/auth: Sometimes the authentication credentials can be mix between two requests by Thierry FOURNIER · 10 years ago
  89. 70dffda MAJOR: http: switch to keep-alive mode by default by Willy Tarreau · 10 years ago
  90. f8b0e03 MEDIUM: http: make keep-alive + httpclose be passive mode by Willy Tarreau · 10 years ago
  91. 02bce8b MAJOR: http: update connection mode configuration by Willy Tarreau · 10 years ago
  92. 59ad1a2 BUG/MINOR: config: correctly report when log-format headers require HTTP mode by Willy Tarreau · 10 years ago
  93. f333834 BUG/MEDIUM: counters: flush content counters after each request by Willy Tarreau · 10 years ago
  94. a43ba4e MINOR: http: smp_fetch_capture_header_* fetch captured headers by William Lallemand · 10 years ago
  95. 3c72872 CLEANUP: connection: use conn_ctrl_ready() instead of checking the flag by Willy Tarreau · 10 years ago
  96. 4afd70a BUG/MAJOR: fix freezes during compression by Willy Tarreau · 10 years ago
  97. 1f0da24 BUG/MEDIUM: unique_id: HTTP request counter is not stable by Willy Tarreau · 10 years ago
  98. c920096 BUG/MINOR: http: don't clear the SI_FL_DONT_WAKE flag between requests by Willy Tarreau · 11 years ago
  99. d7ad9f5 MAJOR: channel: add a new flag CF_WAKE_WRITE to notify the task of writes by Willy Tarreau · 11 years ago
  100. 51437d2 Revert "MEDIUM: stats: add support for HTTP keep-alive on the stats page" by Willy Tarreau · 11 years ago