]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
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...
2014-04-22  Willy TarreauMEDIUM: http: http_parse_chunk_crlf() must not advance...
2014-04-22  Willy TarreauMAJOR: http: do not use msg->sol while processing messa...
2014-04-22  Willy TarreauMINOR: http: make msg->eol carry the last CRLF length
2014-04-22  Willy TarreauCLEANUP: http: prepare dedicated processing for chunked...
2014-04-22  Willy TarreauCLEANUP: http: rename http_process_request_body()
2014-04-22  Willy TarreauMEDIUM: http: wait for the first chunk or message body...
2014-04-22  Willy TarreauMEDIUM: http: don't reject anymore message bodies not...
2014-04-22  Thierry FOURNIERMINOR: http: add the function "del-header" to the direc...
2014-04-22  GodbachCLEANUP: code style: use tabs to indent codes instead...
2014-04-22  GodbachDOC: fix typo
2014-04-17  Apollon OikonomopoulosMINOR: systemd wrapper: propagate exit status
2014-04-17  Apollon OikonomopoulosMINOR: systemd wrapper: improve logging
2014-04-17  Apollon OikonomopoulosMINOR: systemd wrapper: re-execute on SIGUSR2
2014-04-16  Thierry FOURNIERDOC: Update "language" documentation
2014-04-15  Thierry FOURNIERBUG/MAJOR: session: fix a possible crash with src_tracked
2014-04-15  Thierry FOURNIERBUG/MINOR: log: Don't dump empty unique-id
2014-04-14  Thierry FOURNIERMINOR: http: Add the "language" converter to for use...
2014-04-14  Thierry FOURNIERBUG/MEDIUM: stick-table: fix IPv4-to-IPv6 conversion...
2014-04-14  Willy TarreauBUILD/MINOR: ssl: remove one call to sprintf()
2014-04-14  Remi GacogneMEDIUM: ssl: Add standardized DH parameters >= 1024...
2014-04-14  Nenad MerdanovicBUG/MINOR: Fix name lookup ordering when compiled with...
2014-04-14  Lukas TribusBUG/MINOR: build: handle whitespaces in wc -l output
2014-04-14  Willy TarreauBUG/MEDIUM: systemd-wrapper: fix locating of haproxy...
2014-04-14  Willy TarreauBUILD/MEDIUM: http: remove calls to sprintf()
2014-04-14  Willy TarreauBUILD/MEDIUM: checks: get rid of sprintf()
2014-04-14  Willy TarreauBUILD/MEDIUM: cfgparse: get rid of sprintf()
2014-04-14  Willy TarreauBUILD/MEDIUM: standard: get rid of sprintf()
2014-04-14  Willy TarreauBUILD/MEDIUM: standard: get rid of the last strcpy()
2014-04-14  Jarno HuuskonenDOC: fix a few config typos.
2014-04-12  Lukas TribusBUG/MINOR: build: add missing objects in osx and bsd...
2014-04-10  Lukas TribusBUG/MINOR: acl: req_ssl_sni fails with SSLv3 record...
2014-04-09  Willy TarreauBUILD: ssl: previous patch failed
2014-04-09  David SMINOR: ssl: add ssl_fc_unique_id to fetch TLS Unique ID
2014-04-09  Willy TarreauBUG/MAJOR: counters: check for null-deref when looking...
2014-04-06  Apollon OikonomopoulosBUG/MINOR: reject malformed HTTP/0.9 requests
2014-04-02  Willy TarreauCLEANUP: pattern: move array definitions to proto/...
2014-04-02  Willy TarreauBUG/MEDIUM: pattern: fix wrong definition of the pat_pr...
2014-04-02  Willy TarreauBUILD: adjust makefile for AIX 5.1
2014-03-31  Willy TarreauREORG: cfgparse: move server keyword parsing to server.c
2014-03-31  Bertrand JacquinMEDIUM: proxy: support use_backend with dynamic names
2014-03-31  Thierry FOURNIERMEDIUM: config: Dynamic sections.
2014-03-31  Thierry FOURNIERMINOR: standard: Add ipv6 support in the function url2sa().
2014-03-28  Thierry FOURNIERMINOR: pattern: Add function to prune and reload patter...
2014-03-28  Thierry FOURNIERMINOR: session: don't always assume there's a listener
next