Changes since version 1.6-dev3 : Andrew Hayworth (1): MINOR: log: Add log-format variable %HQ, to log HTTP query strings Baptiste Assmann (7): DOC: typo in 'redirect', 302 code meaning DOC: typos in tcp-check expect examples DOC: resolve-prefer default value and default-server update MINOR: DNS counters: increment valid counter BUG/MEDIUM: DNS resolution response parsing broken MINOR: server: add new SRV_ADMF_CMAINT flag MINOR: server SRV_ADMF_CMAINT flag doesn't imply SRV_ADMF_FMAINT Camilo Lopez (1): BUG/MEDIUM: lua: Lua tasks fail to start. Cyril Bonté (1): BUILD: add USE_LUA to BUILD_OPTIONS when it's used Daniel Jakots (1): DOC/MINOR: fix OpenBSD versions where haproxy works Dragan Dosen (1): MINOR: 51d: unable to start haproxy without "51degrees-data-file" Jérémie Courrèges-Anglas (1): BUILD: ssl: Allow building against libssl without SSLv3. Pieter Baauw (2): BUG/MEDIUM: mailer: DATA part must be terminated with . DOC: match several lua configuration option names to those implemented in code Remi Gacogne (1): MINOR: stream: initialize the current_rule field to NULL on stream init Thierry FOURNIER (14): BUG/MEDIUM: lua: timeout error with converters, wrapper and actions. CLEANUP: proto_http: remove useless initialisation CLEANUP: http/tcp actions: remove the scope member BUG/MINOR: proto_tcp: custom action continue is ignored MINOR: proto_tcp: add session in the action prototype MINOR: vars: reduce the code size of some wrappers MINOR: Move http method enum from proto_http to sample MINOR: sample: Add ipv6 to ipv4 and sint to ipv6 casts MINOR: sample/proto_tcp: export "smp_fetch_src" MEDIUM: cli: rely on the map's output type instead of the sample type BUG/MEDIUM: stream: The stream doen't inherit SC from the session BUG/MEDIUM: vars: segfault during the configuration parsing BUG/MEDIUM: stick-tables: refcount error after copying SC for the session to the stream BUG/MEDIUM: lua: bad error processing Vincent Bernat (1): BUILD: link with libdl if needed for Lua support Willy Tarreau (37): CLEANUP: backend: factor out objt_server() in connect_server() MEDIUM: backend: don't call si_alloc_conn() when we reuse a valid connection MEDIUM: stream-int: simplify si_alloc_conn() MINOR: stream-int: add new function si_detach_endpoint() MINOR: server: add a list of private idle connections MINOR: connection: add a new list member in the connection struct MEDIUM: stream-int: queue idle connections at the server MINOR: stream-int: make si_idle_conn() only accept valid connections MINOR: server: add a list of already used idle connections MINOR: connection: add a new flag CO_FL_PRIVATE MINOR: config: add new setting "http-reuse" MAJOR: backend: initial work towards connection reuse MAJOR: backend: improve the connection reuse mechanism MEDIUM: backend: implement "http-reuse safe" MINOR: server: add a list of safe, already reused idle connections MEDIUM: backend: add the "http-reuse aggressive" strategy DOC: document the new http-reuse directive DOC: internals: document next steps for HTTP connection reuse DOC: mention that %ms is left-padded with zeroes. MINOR: init: indicate to check 'bind' lines when no listeners were found. MAJOR: http: remove references to appsession CLEANUP: config: remove appsession initialization CLEANUP: appsession: remove appsession.c and sessionhash.c CLEANUP: tests: remove sessionhash_test.c and test-cookie-appsess.cfg CLEANUP: proxy: remove last references to appsession CLEANUP: appsession: remove the last include files DOC: remove documentation about appsession CLEANUP: .gitignore: ignore more test files CLEANUP: .gitignore: finally ignore everything but what is known. MEDIUM: config: emit a warning on a frontend without listener DOC: add doc/internals/entities-v2.txt DOC: add doc/linux-syn-cookies.txt DOC: add design thoughts on HTTP/2 DOC: add some thoughts on connection sharing for HTTP/2 DOC: add design thoughts on dynamic buffer allocation BUG/MEDIUM: counters: ensure that src_{inc,clr}_gpc0 creates a missing entry DOC: add new file intro.txt