]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2016-02-09  Christopher... MAJOR: filters: Add filters support
2016-02-09  Raghu UdiyarBUG/MINOR: stats: fix missing comma in stats on agent...
2016-02-09  Christopher... BUG/MINOR: ssl: Be sure to use unique serial for regene...
2016-02-03  Willy TarreauBUG/MEDIUM: http-reuse: do not share private connection...
2016-02-03  Willy TarreauBUG/MAJOR: http-reuse: fix risk of orphaned connections
2016-02-03  Lukas TribusDOC: remove old tunnel mode assumptions
2016-02-03  Christopher... BUG: stream_interface: Reuse connection even if the...
2016-01-27  Willy TarreauMINOR: stats: send content-length with the redirect...
2016-01-27  Willy TarreauBUG/CLEANUP: CLI: report the proper field states in...
2016-01-26  Lukas TribusMINOR: unix: don't mention free ports on EAGAIN
2016-01-25  Willy TarreauBUG/MINOR: counters: make the sc-inc-gpc0 and sc-set...
2016-01-25  Willy TarreauBUG/MINOR: stream: don't force retries if the server...
2016-01-25  Willy TarreauBUG/MEDIUM: buffers: do not round up buffer size during...
2016-01-25  Willy TarreauMEDIUM: pools: add a new flag to avoid rounding pool...
2016-01-25  Willy TarreauBUG/MEDIUM: channel: fix miscalculation of available...
2016-01-22  Cyril BontéBUG/MEDIUM: sample: http_date() doesn't provide the...
2016-01-21  Ben CabotBUG/MEDIUM: config: Adding validation to stick-table...
2016-01-21  Willy TarreauBUG/MEDIUM: servers state: server port is used uninitia...
2016-01-21  Baptiste AssmannBUG/MAJOR: servers state: server port is erased when...
2016-01-21  Baptiste AssmannBUG/MEDIUM: dns: no DNS resolution happens if no ports...
2016-01-21  Baptiste AssmannMINOR: server state: missing LF (\n) on error message...
2016-01-20  Thiago FarinaMINOR: fix the return type for dns_response_get_query_i...
2016-01-18  Chris ShortBUG/MINOR: examples: Fixing haproxy.spec to remove...
2016-01-15  Willy TarreauDOC: fix "workaround" spelling
2016-01-15  fengpeiyuanDOC: fix a few spelling mistakes
2016-01-14  William LallemandMINOR: rename master process name in -Ds (systemd mode)
2016-01-13  ben@51degrees.comCLEANUP: 51d: Aligned if statements with HAProxy best...
2016-01-13  ben@51degrees.comBUG/MINOR: 51d: Aligned const pointers to changes in...
2016-01-13  ben@51degrees.comBUG/MINOR: 51d: Releases workset back to pool.
2016-01-13  ben@51degrees.comBUG/MINOR: 51d: Aligns Pattern cache implementation...
2016-01-13  ben@51degrees.comBUG/MINOR: 51d: Ensures a unique domain for each config...
2016-01-13  Ben ShillitoDOC: add Ben Shillito as the maintainer of 51d
2016-01-11  Baptiste AssmannMINOR: lru: new function to delete <nb> least recently...
2016-01-08  Willy TarreauMINOR: tools: make csv_enc_append() always start at...
2016-01-06  Willy TarreauMEDIUM: tools: add csv_enc_append() to preserve the...
2016-01-06  Willy TarreauMINOR: chunk: make chunk_initstr() take a const string
2016-01-06  Willy TarreauMINOR: chunks: add chunk_strcat() and chunk_newstr()
2016-01-06  Willy TarreauMINOR: chunks: ensure that chunk_strcpy() adds a traili...
2016-01-06  yanbzhuDOC: ssl: fixed some formatting errors in crt tag
2016-01-04  Willy TarreauBUG/MINOR: chunk: make chunk_dup() always check and...
2015-12-28  Christopher... MINOR: filters/http: Use a wrapper function instead...
2015-12-28  Christopher... BUG/MINOR: http: Be sure to process all the data receiv...
2015-12-27  Willy TarreauBUG/MINOR: http: fix several off-by-one errors in the...
2015-12-25  Thierry FOURNIERMINOR: lua: add set/get priv for applets
2015-12-25  Thierry FOURNIERDOC: lua: fix somme errors and add implicit types
2015-12-22  Thierry FOURNIERBUG/MINOR: stream: bad return code
2015-12-22  Thierry FOURNIERBUILD/MINOR: regex: missing header
2015-12-21  Baptiste AssmannDOC: compression: missing mention of libslz for compres...
2015-12-21  Baptiste AssmannDOC: mailers: typo in 'hostname' description
2015-12-21  Thierry FOURNIERDOC: lua: fix lua API
2015-12-20  Willy Tarreau[RELEASE] Released version 1.7-dev1 v1.7-dev1
2015-12-20  Willy TarreauCONTRIB: initiate a debugging suite to make debugging...
2015-12-20  Thierry FOURNIERCLEANUP: lua: bad error messages
2015-12-20  Thierry FOURNIERBUG/MAJOR: lua: Do not force the HTTP analysers in...
2015-12-20  Thierry FOURNIERBUG/MEDIUM: lua: Forbid HTTP applets from being called...
2015-12-20  Thierry FOURNIERBUG/MINOR: lua: Lua applets must not use http_txn
2015-12-20  Thierry FOURNIERBUG/MEDIUM: lua: Lua applets must not fetch samples...
2015-12-20  Thierry FOURNIERREORG/MINOR: lua: convert boolean "int" to bitfield
2015-12-20  Thierry FOURNIERMINOR: lua: service/applet can have access to the HTTP...
2015-12-16  Emeric BrunBUG/MEDIUM: peers: old stick table updates could be...
2015-12-16  Emeric BrunBUG/MEDIUM: peers: table entries learned from a remote...
2015-12-14  yanbzhuDOC: ssl: Adding docs for Multi-Cert bundling
2015-12-14  Willy TarreauBUG/MEDIUM: config: properly adjust maxconn with nbproc...
2015-12-14  Willy TarreauMINOR: config: make tune.recv_enough configurable
2015-12-14  Willy TarreauBUILD: ssl: set SSL_SOCK_NUM_KEYTYPES with openssl...
2015-12-14  yanbzhuMEDIUM: ssl: Added support for Multi-Cert OCSP Stapling
2015-12-14  yanbzhuMEDIUM: ssl: Added multi cert support for loading crt...
2015-12-14  yanbzhuMINOR: ssl: Added multi cert support for crt-list confi...
2015-12-14  yanbzhuMEDIUM: ssl: Added support for creating SSL_CTX with...
2015-12-14  yanbzhuMINOR: ssl: Added cert_key_and_chain struct
2015-12-09  David CarlierCLEANUP: haproxy: using _GNU_SOURCE instead of __USE_GN...
2015-12-08  Ruoshan HuangDOC: prefer using http-request/response over reqXXX...
2015-12-07  Willy TarreauBUG/MEDIUM: http: fix http-reuse when frontend and...
2015-12-04  Baptiste AssmannBUG/MINOR: tcpcheck: conf parsing error when no port...
2015-12-04  Baptiste AssmannBUG/MINOR: tcpcheck: conf parsing error when no port...
2015-12-04  Cyril BontéBUG/MINOR: checks: typo in an email-alert error message
2015-12-04  Cyril BontéBUG/MINOR: checks: email-alert causes a segfault when...
2015-12-04  Cyril BontéBUG/MEDIUM: checks: email-alert not working when declar...
2015-12-03  Ben ShillitoDOC: Edited 51Degrees section of README/
2015-12-03  David CarlierBUG/MEDIUM: da: stop DeviceAtlas processing in the...
2015-12-03  David CarlierMINOR: da: silent logging by default and displaying...
2015-12-03  David CARLIERCLEANUP: proxy: calloc call inverted arguments
2015-12-03  David CarlierBUILD: dumpstats: silencing warning for printf format...
2015-11-26  Cyril BontéBUG/MEDIUM: sample: urlp can't match an empty value
2015-11-26  Willy TarreauBUG/MEDIUM: cli: changing compression rate-limiting...
2015-11-26  Willy TarreauCLEANUP: compression: don't allocate DEFAULT_MAXZLIBMEM...
2015-11-26  Willy TarreauBUG/MEDIUM: stream: fix half-closed timeout handling
2015-11-26  Willy TarreauBUG/MEDIUM: http: don't enable auto-close on the respon...
2015-11-26  Willy TarreauBUILD/MINOR: http: proto_http.h needs sample.h
2015-11-26  Lukas TribusBUG/MINOR: lua: don't force-sslv3 LUA's SSL socket
2015-11-18  Willy TarreauBUG/MEDIUM: http: switch the request channel to no...
2015-11-13  lsentaBUG: http: do not abort keep-alive connections on serve...
2015-11-10  David CARLIERBUILD: Make deviceatlas require PCRE
2015-11-09  Baptiste AssmannDOC: relation between timeout http-request and option...
2015-11-09  Thierry FOURNIERDOC: lua: architecture and first steps
2015-11-09  Pieter BaauwDOC: lua-api/index.rst small example fixes, spelling...
2015-11-08  Daniel JakotsBUILD: check for libressl to be able to build against it
2015-11-06  Thierry FOURNIERBUG/MEDIUM: lua: clean output buffer
2015-11-06  Thierry FOURNIERBUILD: freebsd: double declaration
2015-11-05  Lukas TribusBUG/MINOR: acl: don't use record layer in req_ssl_ver
next