]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2014-05-07  Willy TarreauMEDIUM: listener: make the accept function more robust...
2014-05-07  William LallemandMINOR: http: generic pointer to rule argument
2014-05-07  Willy TarreauBUG/MEDIUM: http: disable server-side expiration until...
2014-05-07  Willy TarreauBUG/MEDIUM: http: correctly report request body timeouts
2014-05-07  Willy TarreauBUG/MEDIUM: http/session: disable client-side expiratio...
2014-05-02  William LallemandMINOR: http: export the smp_fetch_cookie function
2014-04-30  Emeric BrunMINOR: ssl: convert to binary ssl_fc_unique_id and...
2014-04-30  Emeric BrunMINOR: ssl: adds sample converter base64 for binary...
2014-04-30  Emeric BrunMINOR: ssl: adds ssl_f_sha1 fetch to return frontend...
2014-04-30  Emeric BrunMINOR: ssl: merge client's and frontend's certificate...
2014-04-30  Emeric BrunMINOR: ssl: adds fetchs and ACLs for ssl back connection.
2014-04-30  Emeric BrunMINOR: ssl: clean unused ACLs declarations
2014-04-30  Willy TarreauBUG/MAJOR: http: connection setup may stall on balance...
2014-04-29  Willy TarreauBUILD: config: remove a warning with clang
2014-04-29  Willy TarreauBUG/MINOR: auth: fix wrong return type in pat_match_auth()
2014-04-28  Willy TarreauMEDIUM: config: warn that '{cli,con,srv}timeout' are...
2014-04-28  Willy TarreauMEDIUM: config: inform the user only once that "redispa...
2014-04-28  Willy TarreauMEDIUM: config: inform the user that "reqsetbe" is...
2014-04-28  Willy TarreauMEDIUM: config: inform the user about the deprecatednes...
2014-04-28  Willy TarreauMINOR: config: add minimum support for emitting warning...
2014-04-28  Willy TarreauMEDIUM: http: make http-request rules processing return...
2014-04-28  Willy TarreauMEDIUM: http: factorize the "auth" action of http-reque...
2014-04-28  Willy TarreauMINOR: http: remove the now unused loop over "block...
2014-04-28  Willy TarreauMEDIUM: http: emulate "block" rules using "http-request...
2014-04-28  Willy TarreauCLEANUP: proxy: rename "block_cond" to "block_rules"
2014-04-28  Willy TarreauMINOR: http: silently support the "block" action for...
2014-04-28  Willy TarreauMEDIUM: http: remove even more of the spaghetti in...
2014-04-28  Willy TarreauMEDIUM: http: move Connection header processing earlier
2014-04-28  Willy TarreauBUG/MINOR: http: block rules forgot to increment the...
2014-04-28  Willy TarreauBUG/MINOR: http: block rules forgot to increment the...
2014-04-28  Willy TarreauMEDIUM: http: jump to dedicated labels after http-reque...
2014-04-28  Willy TarreauMEDIUM: http: move reqadd after execution of http_reque...
2014-04-28  Willy TarreauMINOR: http: rely on the message body parser to send...
2014-04-28  Willy TarreauBUG/MINOR: http: log 407 in case of proxy auth
2014-04-28  Willy TarreauBUG/MINOR: proxy: unsafe initialization of HTTP transac...
2014-04-28  Thierry FOURNIERBUG/MEDIUM: patterns: last fix was still not enough
2014-04-27  Willy TarreauBUG/MAJOR: patterns: -i and -n are ignored for inlined...
2014-04-26  Willy TarreauBUG/MEDIUM: pattern: a typo breaks automatic acl/map...
2014-04-25  Willy Tarreau[RELEASE] Released version 1.5-dev24 v1.5-dev24
2014-04-25  Willy TarreauMINOR: ssl: finally catch the heartbeats missing the...
2014-04-25  Willy TarreauBUG/MINOR: ssl: really block OpenSSL's response to...
2014-04-25  Willy TarreauBUILD: ssl: avoid a warning about conn not used with...
2014-04-25  Willy TarreauBUILD: http: remove a warning on strndup
2014-04-25  Willy TarreauBUG/MEDIUM: Revert "MEDIUM: ssl: Add standardized DH...
2014-04-25  Willy TarreauMEDIUM: ssl: implement a workaround for the OpenSSL...
2014-04-25  Emeric BrunMEDIUM: ssl: explicitly log failed handshakes after...
2014-04-25  Willy TarreauMINOR: connection: add a new error code for SSL with...
2014-04-25  William LallemandMEDIUM: http: register http-request and http-response...
2014-04-25  Baptiste AssmannMEDIUM: http: ACL and MAP updates through http-(request...
2014-04-25  Baptiste AssmannMINOR: pattern: find element in a reference
2014-04-25  Willy TarreauDOC: fix alphabetic order of tcp-check
2014-04-25  Willy TarreauMINOR: http: implement the max-keep-alive-queue setting
2014-04-25  Willy TarreauBUG/MAJOR: http: fix the 'next' pointer when performing...
2014-04-25  Willy TarreauMINOR: checks: add a new global max-spread-checks directive
2014-04-24  Willy TarreauMINOR: http: add capture.req.ver and capture.res.ver
2014-04-24  Willy TarreauMINOR: stats: always emit HTTP/1.1 in responses
2014-04-24  Willy TarreauREORG: http: move HTTP Connection response header parsi...
2014-04-24  Willy TarreauMEDIUM: http: enable analysers to have keep-alive on...
2014-04-24  Willy TarreauBUG/MEDIUM: stats: mismatch between behaviour and doc...
2014-04-24  Willy TarreauCLEANUP: http: remove the useless "if (1)" inherited...
2014-04-24  Willy TarreauCLEANUP: general: get rid of all old occurrences of...
2014-04-24  Willy TarreauBUILD: stats: let gcc know that last_fwd cannot be...
2014-04-24  Willy TarreauMEDIUM: http: move skipping of 100-continue earlier
2014-04-24  Willy TarreauBUG/MEDIUM: http: 100-continue responses must process...
2014-04-24  Willy TarreauBUG/MAJOR: http: fix timeouts during data forwarding
2014-04-24  Willy TarreauMEDIUM: stats: reimplement HTTP keep-alive on the stats...
2014-04-24  Willy TarreauCLEANUP: buffers: remove unused function buffer_contig_...
2014-04-24  Willy TarreauBUG/MEDIUM: channel: bi_putblk() must not wrap before...
2014-04-23  Willy TarreauBUG/MINOR: http: don't report server aborts as client...
2014-04-23  Willy TarreauBUG/MINOR: compression: correctly report incoming byte...
2014-04-23  Thierry FOURNIERDOC: Full section dedicated to the converters
2014-04-22  Willy Tarreau[RELEASE] Released version 1.5-dev23 v1.5-dev23
2014-04-22  Willy TarreauDOC: update roadmap with what was done.
2014-04-22  Willy TarreauMEDIUM: config: report misplaced use-server rules
2014-04-22  Willy TarreauMEDIUM: config: report misplaced http-request rules
2014-04-22  Willy TarreauMEDIUM: config: relax use_backend check to make the...
2014-04-22  Willy TarreauDOC: add pointer to the Cyril's HTML doc in the README
2014-04-22  Willy TarreauBUG/MINOR: stats: last session was not always set
2014-04-22  Cyril BontéDOC: fix fetching samples syntax
2014-04-22  Willy TarreauBUG/MAJOR: http: fix bug in parse_qvalue() when selecti...
2014-04-22  Willy TarreauDOC: internal: add some reminders about HTTP parsing...
2014-04-22  Willy TarreauCLEANUP: http: remove all calls to http_silent_debug()
2014-04-22  Willy TarreauCLEANUP: http: document the response forwarding states
2014-04-22  Willy TarreauMAJOR: http: centralize data forwarding in the request...
2014-04-22  Willy TarreauMEDIUM: http: only allocate the temporary compression...
2014-04-22  Willy TarreauMINOR: http: further cleanups of response forwarding...
2014-04-22  Willy TarreauMEDIUM: http: start to centralize the forwarding code
2014-04-22  Willy TarreauMEDIUM: http: cleanup: centralize a little bit HTTP...
2014-04-22  Willy TarreauMAJOR: http/compression: fix chunked-encoded response...
2014-04-22  Willy TarreauMAJOR: http: re-enable compression on chunked encoding
2014-04-22  Willy TarreauMEDIUM: http: headers must be forwarded even if data...
2014-04-22  Willy TarreauBUG/MINOR: http: deinitialize compression after a compr...
2014-04-22  Willy TarreauBUG/MINOR: http: deinitialize compression after a parsi...
2014-04-22  Willy TarreauMEDIUM: http: forward headers again while waiting for...
2014-04-22  Willy TarreauMAJOR: http: reset msg->sov after headers are forwarded
2014-04-22  Willy TarreauMEDIUM: http: small helpers to compute how far to rewin...
2014-04-22  Willy TarreauMINOR: http: add a small helper to compute how far...
2014-04-22  Willy TarreauMEDIUM: http: add a small helper to compute how far...
2014-04-22  Willy TarreauMINOR: http: add a small helper to compute the amount...
2014-04-22  Willy TarreauMAJOR: http: don't update msg->sov anymore while proces...
next