]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2018-12-13  Olivier HouchardMEDIUM: mux: Add an optional "reset" method.
2018-12-13  Olivier HouchardBUG/MEDIUM: connection: Just make sure we closed the...
2018-12-13  Olivier HouchardBUG/MEDIUM: stream_interface: Don't report read0 if...
2018-12-13  Olivier HouchardBUG/MEDIUM: connections: Remove CS_FL_EOS | CS_FL_REOS...
2018-12-13  Willy TarreauREGTESTS: adjust the http-rules regtest to support...
2018-12-13  William LallemandBUILD: Makefile: Implements the help target
2018-12-13  William LallemandBUG/MEDIUM: cli: handle correctly prefix and payload
2018-12-13  William LallemandMEDIUM: cli: handle CLI level from the master CLI
2018-12-13  William LallemandCLEANUP: cli: use dedicated define instead of appctx...
2018-12-13  William LallemandMEDIUM: cli: show and change CLI permissions
2018-12-13  William LallemandMEDIUM: cli: store CLI level in the appctx
2018-12-12  Willy TarreauREGTEST: the cache regtest requires haproxy 1.9
2018-12-12  Remi GacogneBUG: dns: Fix off-by-one write in dns_validate_dns_resp...
2018-12-12  Remi GacogneBUG: dns: Fix out-of-bounds read via signedness error...
2018-12-12  Remi GacogneBUG: dns: Prevent out-of-bounds read in dns_validate_dn...
2018-12-12  Remi GacogneBUG: dns: Prevent out-of-bounds read in dns_read_name()
2018-12-12  Remi GacogneBUG: dns: Prevent stack-exhaustion via recursion loop...
2018-12-12  Christopher... BUG/MEDIUM: mux-h1: Fix the zero-copy on output for...
2018-12-12  William LallemandMINOR: cli: change 'show proc' output of old processes
2018-12-12  Willy TarreauMINOR: mux-h2: force reads to be HTX-aligned in HTX...
2018-12-12  Willy TarreauMEDIUM: mux-h2: implement true zero-copy send of large...
2018-12-12  Willy TarreauMINOR: mux-h2: avoid copying large blocks into full...
2018-12-12  William LallemandDOC: master CLI documentation in management.txt
2018-12-12  Willy TarreauBUG/MINOR: mux-h2: advertise a larger connection window...
2018-12-12  Willy TarreauBUG/MINOR: mux-h2: refrain from muxing during the preface
2018-12-12  Willy TarreauMINOR: config: round up global.tune.bufsize to the...
2018-12-11  Willy TarreauMEDIUM: mux-h1: implement true zero-copy of DATA blocks
2018-12-11  Willy TarreauCLEANUP: stream: remove SF_TUNNEL, SF_INITIALIZED,...
2018-12-11  Willy TarreauREORG: h1: merge types+proto into common/h1.h
2018-12-11  Willy TarreauCLEANUP: h1: remove some occurrences of unneeded h1...
2018-12-11  Willy TarreauREORG: h1: move the h1_state definition to proto_http
2018-12-11  Willy TarreauREORG: h1: move legacy http functions to http_msg.c
2018-12-11  Willy TarreauREORG: http: create http_msg.c to place there some...
2018-12-11  Willy TarreauREORG: htx: merge types+proto into common/htx.h
2018-12-11  Christopher... MEDIUM: cache: Require an explicit filter declaration...
2018-12-11  Christopher... MEDIUM: cache/compression: Add a way to safely combined...
2018-12-11  Christopher... MINOR: filters: Export the name of known filters
2018-12-11  Christopher... MINOR: cache: Improve and simplify the cache configurat...
2018-12-11  Christopher... MEDIUM: cache/htx: Add the HTX support into the cache
2018-12-11  Christopher... MINOR: cache: Register the cache as a data filter only...
2018-12-11  Christopher... MINOR: cache/htx: Don't use the same cache on HTX and...
2018-12-11  Christopher... MINOR: compression: Rename the function check_legacy_ht...
2018-12-11  William LallemandMINOR: cli: use pcli_flags for prompt activation
2018-12-11  William LallemandMEDIUM: cli: handle payload in CLI proxy
2018-12-11  William LallemandBUG/MINOR: cli: wait for payload data even without...
2018-12-11  William LallemandMINOR: cli: implements 'quit' in the CLI proxy
2018-12-11  William LallemandMINOR: cli: parse prompt command in the CLI proxy
2018-12-11  William LallemandMEDIUM: cli: rework the CLI proxy parser
2018-12-11  Willy TarreauREORG: connection: centralize the conn_set_{tos,mark...
2018-12-11  Willy TarreauREGTEST: add the HTTP rules test involving HTX processing
2018-12-11  Willy TarreauMEDIUM: mux-h2: make use of hpack_encode_path() to...
2018-12-11  Willy TarreauMINOR: hpack: provide a function to encode an HTTP...
2018-12-11  Willy TarreauMEDIUM: mux-h2: make use of hpack_encode_scheme() to...
2018-12-11  Willy TarreauMINOR: hpack: provide a function to encode an HTTP...
2018-12-11  Willy TarreauMEDIUM: mux-h2: make use of hpack_encode_method() to...
2018-12-11  Willy TarreauMINOR: hpack: provide a function to encode an HTTP...
2018-12-11  Willy TarreauMEDIUM: mux-h2: make use of standard HPACK encoding...
2018-12-11  Willy TarreauMINOR: hpack: provide new functions to encode the ...
2018-12-11  Willy TarreauMINOR: hpack: provide a function to encode a long index...
2018-12-11  Willy TarreauMINOR: hpack: provide a function to encode a short...
2018-12-11  Willy TarreauMINOR: hpack: move the length computation and encoding...
2018-12-11  Willy TarreauMEDIUM: hpack: make it possible to encode any static...
2018-12-11  Willy TarreauCONTRIB: hpack: add a compressed stream generator for...
2018-12-11  Willy TarreauMINOR: hpack: optimize header encoding for short names
2018-12-11  Willy TarreauMINOR: hpack: use ist2bin() to copy header names in...
2018-12-11  Willy TarreauMINOR: hpack: simplify the len to bytes conversion
2018-12-11  Willy TarreauCLEANUP: hpack: no need to include chunk.h, only includ...
2018-12-11  Willy TarreauBUG/MINOR: hpack: fix off-by-one in header name encodin...
2018-12-10  Olivier HouchardBUG/MEDIUM: mux-h2: Don't forget to set the CS_FL_EOS...
2018-12-10  Christopher... BUG/MEDIUM: htx: Always do a defrag if a block value...
2018-12-10  Christopher... BUG/MEDIUM: mux-h1: Don't loop on the headers parsing...
2018-12-10  Christopher... BUG/MEDIUM: mux-h1: Add a BUSY mode to not loop on...
2018-12-10  Christopher... BUG/MINOR: mux-h1: Fix conn_mode processing for headerl...
2018-12-10  Willy TarreauBUG/MEDIUM: mux-h2: fix encoding of non-GET/POST methods
2018-12-10  Jérôme MagninDOC: refer to check-sni in the documentation of sni
2018-12-10  Jérôme MagninDOC: clarify that check-sni needs an argument.
2018-12-08  PiBa-NLREGTEST/MINOR: remove health-check that can make the...
2018-12-08  PiBa-NLREGTEST/MINOR: skip seamless-reload test with abns...
2018-12-08  Olivier HouchardBUG/MEDIUM: connections: Remove error flags when retrying.
2018-12-08  PiBa-NLREGTEST/MINOR: remove double body specification for...
2018-12-08  Olivier HouchardBUG/MEDIUM: connection: Don't use the provided conn_str...
2018-12-08  Willy Tarreau[RELEASE] Released version 1.9-dev10 v1.9-dev10
2018-12-08  Christopher... BUG/MINOR: mux-h1: Remove the connection header when...
2018-12-08  Willy TarreauBUILD: h2: mark the start line already checked to avoid...
2018-12-08  Willy TarreauMINOR: compiler: add a new macro ALREADY_CHECKED()
2018-12-08  Olivier HouchardBUG/MEDIUM: h2: Don't try to chunk data when using...
2018-12-07  Willy TarreauREGTEST: make the HTTP rules test compatible with HTTP...
2018-12-07  Willy TarreauBUG/MEDIUM: htx: fix typo in htx_replace_stline() makin...
2018-12-07  Jérôme MagninMINOR: sample: add bc_http_major
2018-12-07  Olivier HouchardBUG/MEDIUM: sample: Don't treat SMP_T_METH as SMP_T_STR.
2018-12-07  Willy TarreauREGTEST: add a basic test for HTTP rules manipulating...
2018-12-07  Willy TarreauREGTEST: fix the Lua test file name in test lua/h00002 :-)
2018-12-07  Christopher... BUG/MINOR: stream-int: Process read0 even if no data...
2018-12-07  Christopher... MINOR: mux-h1: Set CS_FL_EOS when read0 is detected...
2018-12-07  Willy TarreauMINOR: htx: switch to case sensitive search of lower...
2018-12-07  Willy TarreauMEDIUM: ist: use local conversion arrays to case conversion
2018-12-07  Willy TarreauMINOR: h2: don't turn HTX header names to lower case...
2018-12-07  Willy TarreauMEDIUM: ist: always turn header names to lower case
2018-12-07  Willy TarreauMINOR: ist: add functions to copy/uppercase/lowercase...
2018-12-07  Frédéric LécailleREGTEST: Move LUA reg test 4 to level 1.
next