]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2015-11-06  Thierry FOURNIERBUILD: freebsd: double declaration
2015-11-05  Lukas TribusBUG/MINOR: acl: don't use record layer in req_ssl_ver
2015-11-05  Dragan DosenBUG/MINOR: server: check return value of fgets() in...
2015-11-04  Baptiste AssmannBUG/MINOR: http rule: http capture 'id' rule points...
2015-11-04  James BrownMINOR: check: add agent-send server parameter
2015-11-03  Thierry FOURNIERBUG/MEDIUM: lua: sample fetches based on response doesn...
2015-11-03  Thierry FOURNIERCLEANUP: use direction names in place of numeric values
2015-11-03  Baptiste AssmannBUG/MINOR: dns: check for duplicate nameserver id in...
2015-11-02  Baptiste AssmannDOC: typo on capture.res.hdr and capture.req.hdr
2015-11-02  Willy TarreauBUG/MAJOR: http: don't requeue an idle connection that...
2015-11-02  Jerome DuvalBUILD: add Haiku as supported target.
2015-11-02  Jerome DuvalBUG/BUILD: replace haproxy-systemd-wrapper with $(EXTRA...
2015-11-01  mildisMINOR: config: allow IPv6 bracketed literals
2015-11-01  David CarlierDOC: deviceatlas: more example use cases.
2015-11-01  jesse.defer... BUG/MINOR: examples/haproxy.init: missing brace in...
2015-10-30  Baptiste AssmannBUG/MINOR: dns: unable to parse CNAMEs response
2015-10-30  Baptiste AssmannBUG/MAJOR: dns: first DNS response packet not matching...
2015-10-29  Willy TarreauBUG/MEDIUM: config: count memory limits on 64 bits...
2015-10-28  Willy TarreauMEDIUM: memory: add accounting for failed allocations
2015-10-28  Willy TarreauDEBUG/MEDIUM: memory: add optional control pool memory...
2015-10-28  Willy TarreauDEBUG/MEDIUM: memory: optionally protect free data...
2015-10-28  Willy TarreauDEBUG/MINOR: memory: add a build option to disable...
2015-10-28  Andrew HayworthMINOR: cli: ability to set per-server maxconn
2015-10-27  Cyril BontéFIX: small typo in an example using the "Referer" header
2015-10-27  Cyril BontéDOC: fix a typo for a "deviceatlas" keyword
2015-10-22  Christopher... BUILD: ssl: fix build error introduced in commit 7969a3...
2015-10-20  Andrew HayworthMEDIUM: dns: Don't use the ANY query type
2015-10-20  Willy TarreauBUG/MAJOR: ssl: free the generated SSL_CTX if the LRU...
2015-10-20  Willy TarreauBUG/MEDIUM: namespaces: don't fail if no namespace...
2015-10-15  Baptiste AssmannBUG/MINOR: dns: parsing error of some DNS response
2015-10-14  Vincent BernatCLEANUP: don't ignore debian/ directory if present
2015-10-13  Vincent BernatBUILD: install only relevant and existing documentation
2015-10-13  Kevin DecherfDOC: specify that stats socket doc (section 9.2) is...
2015-10-13  Willy Tarreau[RELEASE] Released version 1.7-dev0 v1.7-dev0
2015-10-13  Willy Tarreau[RELEASE] Released version 1.6.0 v1.6.0
2015-10-13  Willy TarreauDOC: update ROADMAP to remove what was done in 1.6
2015-10-13  peter caiBUG/MEDIUM: pattern: fixup use_after_free in the pat_re...
2015-10-13  Willy TarreauCLEANUP: tests: removed completely obsolete test files
2015-10-13  Willy TarreauCLEANUP: examples: shut up warnings in transparent...
2015-10-13  Willy TarreauCLEANUP: tests: move a test file from examples/ to...
2015-10-13  Willy TarreauCLEANUP: examples: update sample file ssl.cfg
2015-10-13  Willy TarreauCLEANUP: examples: update sample file option-http_proxy.cfg
2015-10-13  Willy TarreauCLEANUP: examples: fix the example file content-sw...
2015-10-13  Willy TarreauCLEANUP: examples: remove obsolete configuration file...
2015-10-13  Willy TarreauCLEANUP: examples: remove some obsolete and confusing...
2015-10-13  Willy TarreauMINOR: init: report use of libslz instead of "no compre...
2015-10-13  Willy TarreauBUILD: properly report when USE_ZLIB and USE_SLZ are...
2015-10-13  Willy TarreauDOC: remove haproxy-{en,fr}.txt
2015-10-13  Willy TarreauDOC: mention management.txt in README
2015-10-13  Willy TarreauMINOR: examples: update haproxy.spec to mention new...
2015-10-13  Willy TarreauDOC: move the stats socket documentation from config...
2015-10-13  Willy TarreauDOC: add the "management" documentation
2015-10-13  Willy TarreauDOC: mention the "namespace" options for bind and serve...
2015-10-13  Willy TarreauMEDIUM: server: implement TCP_USER_TIMEOUT on the server
2015-10-13  Willy TarreauBUG/MINOR: config: make the stats socket pass the corre...
2015-10-13  Thierry FOURNIERBUG/MEDIUM: lua: direction test failed
2015-10-12  Baptiste AssmannDOC: stats paramaters available in frontend
2015-10-12  Baptiste AssmannDOC: backend section missing parameters
2015-10-12  Baptiste AssmannDOC: global section missing parameters
2015-10-12  Neale FergusonBUILD: enable build on Linux/s390x
2015-10-12  Andrew HayworthBUG/MINOR: Handle interactive mode in cli handler
2015-10-10  Vincent BernatMINOR: lua: fix a spelling error in some error messages
2015-10-09  Dragan DosenBUG/MEDIUM: logs: fix time zone offset format in RFC5424
2015-10-09  Christopher... MINOR: ssl: Add callbacks to set DH/ECDH params for...
2015-10-09  Christopher... MINOR: ssl: Add support for EC for the CA used to sign...
2015-10-09  Christopher... MINOR: ssl: Read the file used to generate certificates...
2015-10-09  Willy TarreauBUILD: ssl: fix build error introduced by recent commit
2015-10-09  Christopher... MINOR: ssl: Release Servers SSL context when HAProxy...
2015-10-09  Christopher... BUG/MINOR: ssl: fix management of the cache where forge...
2015-10-09  Christopher... BUG/MINOR: http: Add OPTIONS in supported http methods...
2015-10-09  Christopher... MINOR: lru: do not allocate useless memory in lru64_lookup
2015-10-09  Joseph LynchBUILD: Fix the build on OSX (htonll/ntohll)
2015-10-08  Willy TarreauMINOR: debug: enable memory poisonning to use byte 0
2015-10-08  Willy TarreauMEDIUM: init: support a list of files on the command...
2015-10-08  Willy TarreauMEDIUM: init: support more command line arguments after...
2015-10-07  Willy TarreauBUG/MEDIUM: lua: force server-close mode on Lua services
2015-10-07  Willy TarreauCLEANUP: cli: ensure we can never double-free error...
2015-10-06  Willy Tarreau[RELEASE] Released version 1.6-dev7 v1.6-dev7
2015-10-06  Andrew HayworthMINOR: cli: Dump all resolvers stats if no resolver...
2015-10-02  Ben CabotBUG: config: external-check command validation is check...
2015-10-02  David CarlierDOC: lua: few typos.
2015-10-02  Thierry FOURNIERMINOR: http/tcp: fill the avalaible actions
2015-10-02  Thierry FOURNIERDOC: lua: update doc according with the last Lua changes
2015-10-02  Thierry FOURNIERDOC: lua: update Lua doc
2015-10-02  Thierry FOURNIERMINOR: lua: rename the tune.lua.applet-timeout
2015-10-01  Dmitry SivachenkoBUG/MEDIUM: str2ip: make getaddrinfo() consider local...
2015-10-01  Dragan DosenBUG/MEDIUM: logs: segfault writing to log from Lua
2015-10-01  Pieter BaauwDOC: fix lua use-service example
2015-09-29  Thierry FOURNIERMEDIUM: lua: change the timeout execution
2015-09-29  Thierry FOURNIERMINOR: lua: remove the run flag
2015-09-29  Willy TarreauBUG/MEDIUM: server: fix misuse of format string in...
2015-09-29  Willy TarreauBUILD: server: fix build warnings introduced by load...
2015-09-29  Willy TarreauBUILD: tcp: use IPPROTO_IP when SOL_IP is not available
2015-09-29  Willy TarreauCLEANUP: tcp: silent-drop: only drain the connection...
2015-09-29  Willy TarreauBUG/MINOR: tcp: make silent-drop always force a TCP...
2015-09-29  Willy TarreauDOC: reorder misplaced res.ssl_hello_type in the doc
2015-09-29  Pradeep JindalMINOR: payload: add support for tls session ticket ext
2015-09-28  Cyril BontéDOC: documentation format cleanups
2015-09-28  Willy Tarreau[RELEASE] Released version 1.6-dev6 v1.6-dev6
2015-09-28  Willy TarreauDOC: add URLs to optional libraries in the README
next