Changes since version 1.6-dev0 : Baptiste Assmann (1): BUG/MINOR: config: http-request replace-header arg typo Cyril Bonté (1): DOC: fix typo in Unix Socket commands Dan Dubovik (1): BUG/MEDIUM: backend: Update hash to use unsigned int throughout Dave McCowan (1): BUG/MEDIUM: connection: fix memory corruption when building a proxy v2 header Emeric Brun (4): BUG/MINOR: ssl: rejects OCSP response without nextupdate. BUG/MEDIUM: ssl: Fix to not serve expired OCSP responses. BUG/MINOR: ssl: Fix OCSP resp update fails with the same certificate configured twice. BUG/MINOR: ssl: Fix external function in order not to return a pointer on an internal trash buffer. James Westby (1): DOC: expand the docs for the provided stats. Jan Seda (1): BUG/MEDIUM: unix: do not unlink() abstract namespace sockets upon failure. Marco Corte (1): MINOR: stats: fix minor typo in HTML page Remi Gacogne (1): BUG/MEDIUM: ssl: Fix a memory leak in DHE key exchange Simon Horman (2): BUG/MEDIUM: Consistently use 'check' in process_chk MEDIUM: Add external check Thierry FOURNIER (1): MINOR: http: export the function 'smp_fetch_base32' Willy Tarreau (40): BUG/MAJOR: session: revert all the crappy client-side timeout changes BUG/MINOR: logs: properly initialize and count log sockets BUG/MEDIUM: http: fetch "base" is not compatible with set-header BUG/MINOR: counters: do not untrack counters before logging BUG/MAJOR: sample: correctly reinitialize sample fetch context before calling sample_process() MINOR: stick-table: make stktable_fetch_key() indicate why it failed BUG/MEDIUM: counters: fix track-sc* to wait on unstable contents BUILD: remove TODO from the spec file and add README MINOR: log: make MAX_SYSLOG_LEN overridable at build time MEDIUM: log: support a user-configurable max log line length DOC: provide an example of how to use ssl_c_sha1 BUILD: checks: external checker needs signal.h BUILD: checks: kill a minor warning on Solaris in external checks BUILD: http: fix isdigit & isspace warnings on Solaris BUG/MINOR: listener: set the listener's fd to -1 after deletion BUG/MEDIUM: unix: failed abstract socket binding is retryable MEDIUM: listener: implement a per-protocol pause() function MEDIUM: listener: support rebinding during resume() BUG/MEDIUM: unix: completely unbind abstract sockets during a pause() DOC: explicitly mention the limits of abstract namespace sockets DOC: minor fix on {sc,src}_kbytes_{in,out} DOC: fix alphabetical sort of converters MEDIUM: stick-table: implement lookup from a sample fetch MEDIUM: stick-table: add new converters to fetch table data MINOR: samples: add two converters for the date format BUG/MAJOR: http: correctly rewind the request body after start of forwarding DOC: remove references to CPU=native in the README DOC: mention that "compression offload" is ignored in defaults section DOC: mention that Squid correctly responds 400 to PPv2 header BUILD: fix dependencies between config and compat.h MINOR: session: export the function 'smp_fetch_sc_stkctr' MEDIUM: stick-table: make it easier to register extra data types BUG/MINOR: http: base32+src should use the big endian version of base32 MINOR: sample: allow IP address to cast to binary MINOR: sample: add new converters to hash input MINOR: sample: allow integers to cast to binary BUILD: report commit ID in git versions as well CLEANUP: session: move the stick counters declarations to stick_table.h MEDIUM: http: add the track-sc* actions to http-request rules BUG/MEDIUM: connection: fix proxy v2 header again!