]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2019-04-18  Ilya ShipitsinMEDIUM: enable travis-ci builds
2019-04-18  Emeric BrunMINOR: peers: adds counters on show peers about tasks...
2019-04-18  Olivier HouchardBUILD/medium: ssl: Fix build with OpenSSL < 1.1.0
2019-04-18  Olivier HouchardMEDIUM: ssl: provide our own BIO.
2019-04-18  Olivier HouchardMEDIUM: connections: Provide a xprt_ctx for each xprt...
2019-04-18  Olivier HouchardMEDIUM: ssl: provide its own subscribe/unsubscribe...
2019-04-18  Olivier HouchardMEDIUM: connections: Move some fields from struct conne...
2019-04-18  Olivier HouchardMEDIUM: ssl: Give ssl_sock its own context.
2019-04-18  Olivier HouchardMEDIUM: tasks: Use __ha_barrier_store after modifying...
2019-04-18  Willy TarreauBUG/MINOR: mworker: disable busy polling in the master...
2019-04-18  Christopher... MINOR: contrib/prometheus-exporter: Follow best practic...
2019-04-18  Christopher... MINOR: contrib/prometheus-exporter: Rename some metrics...
2019-04-18  Christopher... MINOR: contrib/prometheus-exporter: Remove usless rate...
2019-04-18  Christopher... BUG/MINOR: contrib/prometheus-exporter: Fix a typo...
2019-04-18  Olivier HouchardMEDIUM: tasks: Don't account a destroyed task as a...
2019-04-18  Olivier HouchardMEDIUM: tasks: Merge task_delete() and task_free()...
2019-04-17  Willy TarreauCLEANUP: task: remain consistent when using the task...
2019-04-17  Willy TarreauMINOR: task/thread: factor out a wake-up condition
2019-04-17  Willy TarreauBUG/MAJOR: task: make sure never to delete a queued...
2019-04-17  Olivier HouchardBUG/MEDIUM: applets: Don't use task_in_rq().
2019-04-17  Olivier HouchardMINOR: tasks: Don't set the TASK_RUNNING flag when...
2019-04-17  Olivier HouchardMEDIUM: tasks: No longer use rq.node.leaf_p as a lock.
2019-04-17  Olivier HouchardMINOR: tasks: Don't consider we can wake task with...
2019-04-17  Olivier HouchardBUG/MEDIUM: tasks: Make sure we modify global_tasks_mas...
2019-04-17  Willy TarreauBUG/MEDIUM: tasks: Make sure we set TASK_QUEUED before...
2019-04-17  Christopher... BUG/MINOR: http_fetch/htx: Use HTX versions if the...
2019-04-17  Christopher... BUG/MINOR: http_fetch/htx: Allow permissive sample...
2019-04-17  Christopher... BUG/MAJOR: http_fetch: Get the channel depending on...
2019-04-17  Christopher... BUG/MEDIUM: htx: Don't return the start-line if the...
2019-04-17  Christopher... MINOR: mux-h1: Handle read0 during TCP splicing
2019-04-17  Christopher... BUG/MEDIUM: mux-h1: Enable TCP splicing to exchange...
2019-04-17  Christopher... BUG/MEDIUM: mux-h1: Notify the stream waiting for TCP...
2019-04-17  Christopher... BUG/MINOR: mux-h1: Don't switch the parser in busy...
2019-04-17  Christopher... BUG/MINOR: mux-h1: Process input even if the input...
2019-04-17  Ilya ShipitsinREGTESTS: exclude tests that require ssl, pcre if no...
2019-04-16  William LallemandBUG/MINOR: mworker: ensure that we still quits with...
2019-04-16  William LallemandBUG/MINOR: mworker: don't exit with an ambiguous value
2019-04-16  William LallemandBUG/MINOR: mworker: mworker_kill should apply on every...
2019-04-16  Willy TarreauBUG/MINOR: listener/mq: correctly scan all bound thread...
2019-04-16  Willy TarreauMINOR: init: add a "set-dumpable" global directive...
2019-04-16  William LallemandMINOR: mworker: export HAPROXY_MWORKER=1 when running...
2019-04-16  William LallemandMINOR: cli: don't add a semicolon at the end of HAPROXY_CLI
2019-04-16  William LallemandMEDIUM: mworker/cli: export the HAPROXY_MASTER_CLI...
2019-04-16  William LallemandCLEANUP: mworker: remove the type field in mworker_proc
2019-04-16  William LallemandMEDIUM: mworker-prog: implements 'option start-on-reload'
2019-04-16  William LallemandMEDIUM: mworker: store the leaving state of a process
2019-04-16  Willy TarreauBUG/MAJOR: lb/threads: fix insufficient locking on...
2019-04-16  Frédéric LécailleDOC: update for "show peers" CLI command.
2019-04-16  Frédéric LécailleMINOR: peers: Add a new command to the CLI for peers.
2019-04-15  Willy TarreauBUILD: htx: fix a used uninitialized warning on is_cookie2
2019-04-15  Willy TarreauBUILD: do not specify "const" on functions returning...
2019-04-15  Willy TarreauBUILD: address a few cases of "static <type> inline...
2019-04-15  Olivier HouchardBUG/MEDIUM: Threads: Only use the gcc >= 4.7 builtins...
2019-04-15  Olivier HouchardMINOR: connections: Remove the SUB_CALL_UNSUBSCRIBE...
2019-04-15  Olivier HouchardBUG/MEDIUM: h2: Revamp the way send subscriptions works.
2019-04-15  Olivier HouchardBUG/MEDIUM: h2: Make sure we're not already in the...
2019-04-15  Olivier HouchardBUG/MEDIUM: muxes: Make sure we unsubcribed when destro...
2019-04-15  Willy TarreauBUILD: cli/threads: fix build in single-threaded mode
2019-04-15  Willy TarreauBUILD: task/thread: fix single-threaded build of task.c
2019-04-15  Nenad MerdanovicBUG/MINOR: ssl: Fix 48 byte TLS ticket key rotation
2019-04-15  Nenad MerdanovicBUG/MEDIUM: map: Fix memory leak in the map converter
2019-04-15  Willy TarreauMINOR: tasks: restore the lower latency scheduling...
2019-04-15  Willy TarreauMEDIUM: tasks: only base the nice offset on the run...
2019-04-15  Willy TarreauMEDIUM: tasks: improve fairness between the local and...
2019-04-15  Willy TarreauCLEANUP: task: do not export rq_next anymore
2019-04-15  Christopher... BUG/MEDIUM: muxes: Don't dereference mux context if...
2019-04-12  Christopher... REGTEST: Use HTX by default and add '--no-htx' option...
2019-04-12  Christopher... MAJOR: htx: Enable the HTX mode by default for all...
2019-04-12  Christopher... MAJOR: muxes/htx: Handle inplicit upgrades from h1...
2019-04-12  Christopher... MAJOR: proxy/htx: Handle mux upgrades from TCP to HTTP...
2019-04-12  Christopher... MEDIUM: htx: Allow the option http-use-htx to be used...
2019-04-12  Christopher... MEDIUM: connection: Add conn_upgrade_mux_fe() to handle...
2019-04-12  Christopher... MEDIUM: muxes: Be prepared to don't own connection...
2019-04-12  Christopher... MINOR: muxes: Pass the context of the mux to destroy...
2019-04-12  Christopher... MEDIUM: muxes: Add an optional input buffer during...
2019-04-12  Christopher... MINOR: muxes: Rely on conn_is_back() during init to...
2019-04-12  Christopher... MINOR: filters/htx: Use stream flags instead of px...
2019-04-12  Christopher... MINOR: http_fetch/htx: Use stream flags instead of...
2019-04-12  Christopher... MINOR: http: update the macro IS_HTX_STRM() to check...
2019-04-12  Christopher... MINOR: stream: Set a flag when the stream uses the HTX
2019-04-12  Christopher... MINOR: muxes: Add a flag to specify a multiplexer uses...
2019-04-12  Christopher... MINOR: mux-h2: Add a mux_ops dedicated to the HTX mode
2019-04-12  Christopher... BUG/MINOR: mux-h1: Handle the flag CS_FL_KILL_CONN...
2019-04-12  Christopher... MINOR: mux-h1: Don't release the conn_stream anymore...
2019-04-12  Christopher... MEDIUM: mux-h1: Simplify the connection mode management...
2019-04-12  Christopher... MEDIUM: h1: Add an option to sanitize connection header...
2019-04-12  Christopher... MINOR: stats/htx: Don't add "Connection: close" header...
2019-04-12  Christopher... MINOR: mux-h1: Simplify handling of 1xx responses
2019-04-12  Christopher... BUG/MEDIUM: htx: Fix the process of HTTP CONNECT with...
2019-04-12  Christopher... MINOR: proto_htx: Don't adjust transaction mode anymore...
2019-04-12  Christopher... MEDIUM: htx: Deprecate the option 'http-tunnel' and...
2019-04-12  Christopher... BUG/MEDIUM: htx: Don't crush blocks payload when append...
2019-04-12  Christopher... BUG/MEDIUM: htx: Defrag if blocks position is changed...
2019-04-12  Christopher... BUG/MINOR: spoe: Be sure to set tv_request when each...
2019-04-12  Christopher... BUG/MEDIUM: spoe: Return an error if nothing is encoded...
2019-04-12  Christopher... BUG/MEDIUM: spoe: Queue message only if no SPOE applet...
2019-04-12  Willy TarreauMINOR: cli/activity: report the accept queue sizes...
2019-04-12  Willy TarreauMINOR: cli/listener: report the number of accepts on...
2019-04-12  Willy TarreauBUG/MINOR: listener: renice the accept ring processing...
2019-04-12  Willy TarreauBUG/MINOR: tasks: make sure the first task to be queued...
next