]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2016-02-25  Willy TarreauBUG/MEDIUM: chunks: always reject negative-length chunks
2016-02-24  Thierry FournierMINOR: server: generalize the "updater" source
2016-02-24  Thierry FournierCLEANUP: server: add "const" to some message strings
2016-02-24  Thierry FournierBUG/MINOR: server: fix the format of the warning on...
2016-02-24  Cyril BontéBUG/MEDIUM: stats: stats bind-process doesn't propagate...
2016-02-23  Thierry FournierBUG/MINOR: lua: Useless copy
2016-02-23  Thierry FournierBUG/MINOR: server: some prototypes are renamed
2016-02-20  Thierry FournierBUG/MAJOR: lua: applets can't sleep.
2016-02-20  Pieter BaauwMINOR: mailers: make it possible to configure the conne...
2016-02-19  Thierry FournierMEDIUM: dns: add a "resolve-net" option which allow...
2016-02-19  Thierry FournierMEDIUM: dns: extract options
2016-02-19  Thierry FournierMINOR: common: mask conversion
2016-02-19  Thierry FournierDOC: lua: copyrights
2016-02-19  Thierry FournierBUG/MAJOR: lua: segfault using Concat object
2016-02-17  Pieter BaauwMINOR: mailers: use <CRLF> for all line endings
2016-02-17  Pieter BaauwMINOR: mailers: increase default timeout to 10 seconds
2016-02-17  Pieter BaauwMEDIUM: cfgparse: reject incorrect 'timeout retry'...
2016-02-16  Willy TarreauMEDIUM: config: allow to manipulate environment variabl...
2016-02-16  Willy TarreauMINOR: cli: add a new "show env" command
2016-02-16  GodbachDOC: LUA: fix some typos and syntax errors
2016-02-12  Willy TarreauBUG/MEDIUM: ssl: fix off-by-one in NPN list allocation
2016-02-12  Marcoen HirschbergBUG/MEDIUM: ssl: fix off-by-one in ALPN list allocation
2016-02-12  Panagiotis... DOC: add server name at rate-limit sessions example
2016-02-12  Dragan DosenMEDIUM: log: add a new log format flag "E"
2016-02-12  Dragan DosenMINOR: standard: add function "escape_chunk"
2016-02-12  Thierry FournierMINOR: lua: Add concat class
2016-02-12  Thierry FournierMINOR: lua: merge function
2016-02-12  Thierry FournierMINOR: lua: move common function
2016-02-12  Thierry FournierMINOR: lua: Add date functions
2016-02-12  Thierry FournierMINOR: standard: add RFC HTTP date parser
2016-02-12  Thierry FournierMINOR: lua: add "now" time function
2016-02-12  Thierry FournierMINOR: lua: file dedicated to unsafe functions
2016-02-11  Thierry FOURNIERDOC: lua: fix somme errors
2016-02-11  Thierry FournierBUG/MINOR: lua: unsafe initialization
2016-02-10  Thierry FournierMINOR: map: Add regex matching replacement
2016-02-09  Christopher... MINOR: filters: Extract proxy stuff from the struct...
2016-02-09  Christopher... MINOR: filters: Add an filter example
2016-02-09  Christopher... MINOR: filters/http: Forward remaining data when a...
2016-02-09  Christopher... MINOR: filters/http: Slightly update the parsing of...
2016-02-09  Christopher... MEDIUM: filters: Optimize the HTTP compression for...
2016-02-09  Christopher... MINOR: filters: Remove unused or useless stuff and...
2016-02-09  Christopher... MAJOR: filters: Require explicit registration to filter...
2016-02-09  Christopher... MINOR: filters: Add stream_filters structure to hide...
2016-02-09  Christopher... MEDIUM: filters/http: Move body parsing of HTTP message...
2016-02-09  Christopher... MEDIUM: filters: Replace filter_http_headers callback...
2016-02-09  Christopher... MEDIUM: filters: remove http_start_chunk, http_last_chu...
2016-02-09  Christopher... MEDIUM: filters: Use macros to call filters callbacks...
2016-02-09  Christopher... MAJOR: filters/http: Rewrite the HTTP compression as...
2016-02-09  Christopher... REORG: filters: Prepare creation of the HTTP compressio...
2016-02-09  Christopher... MINOR: filters: Do not reset stream analyzers if the...
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
next