Merge date | Subject - Severity (minor, medium, major, critical) |
2016-03-14 | BUG/MEDIUM: config: Adding validation to stick-table expire value. |
2016-03-14 | BUG/MINOR: chunk: make chunk_dup() always check and set dst->size |
2015-11-18 | BUG/MEDIUM: http: switch the request channel to no-delay once done. |
2015-11-05 | BUG/MINOR: acl: don't use record layer in req_ssl_ver |
2015-11-05 | BUG/MEDIUM: config: count memory limits on 64 bits, not 32 |
2015-10-27 | BUG/MINOR: http: Add OPTIONS in supported http methods (found by find_http_meth) |
2015-10-27 | BUG/MINOR: config: check that tune.bufsize is always positive |
2015-09-07 | BUG/MAJOR: http: don't call http_send_name_header() after an error |
2015-09-07 | BUG/MINOR: http: remove stupid HTTP_METH_NONE entry |
2015-09-07 | BUG/MINOR: cfgparse: fix typo in 'option httplog' error message |
2015-05-01 | BUG/MEDIUM: http: remove content-length form responses with bad transfer-encoding |
2015-05-01 | BUG/MEDIUM: http: incorrect transfer-coding in the request is a bad request |
2015-05-01 | BUG/MEDIUM: http: do not restrict parsing of transfer-encoding to HTTP/1.1 |
2015-05-01 | BUG/MEDIUM: http: remove content-length from chunked messages |
2015-01-30 | BUG/MINOR: http: abort request processing on filter failure |
2015-01-30 | BUG/MINOR: checks: prevent http keep-alive with http-check expect |
2015-01-30 | BUG/MEDIUM: http: fix header removal when previous header ends with pure LF |
2015-01-30 | BUG/MINOR: http: fix typo: "401 Unauthorized" => "407 Unauthorized" |
2015-01-30 | BUG/MINOR: config: don't inherit the default balance algorithm in frontends |
2015-01-30 | BUG/MEDIUM: tcp: don't use SO_ORIGINAL_DST on non-AF_INET sockets |
2015-01-30 | BUG/MINOR: log: fix request flags when keep-alive is enabled |
2015-01-30 | BUG/MAJOR: cli: explicitly call cli_release_handler() upon error |
2015-01-30 | BUG/MEDIUM: http: don't dump debug headers on MSG_ERROR |
2015-01-30 | BUG/MEDIUM: config: userlists should ensure that encrypted passwords are supported |
2015-01-30 | BUG/MEDIUM: auth: fix segfault with http-auth and a configuration with an unknown encryption algorithm |
2015-01-30 | BUG/MEDIUM: backend: Update hash to use unsigned int throughout |
2015-01-30 | BUG/MEDIUM: regex: fix risk of buffer overrun in exp_replace() |
2015-01-30 | BUG/MINOR: stats: fix a typo on a closing tag for a server tracking another one |
2015-01-30 | BUG/MINOR: http: don't report server aborts as client aborts |
2015-01-30 | BUG/MINOR: build: handle whitespaces in wc -l output |
2015-01-14 | BUG/MAJOR: buffer: don't schedule data in transit for leaving until connected |
2015-01-14 | BUG/MAJOR: buffer: fix possible integer overflow on reserved size computation |
2015-01-07 | BUG/MAJOR: http: fix again http-send-name-header |