]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2021-01-06  Willy TarreauCLEANUP: few extra typo and fixes over last one ("ot...
2021-01-06  Ilya ShipitsinCLEANUP: assorted typo fixes in the code and comments
2021-01-06  Amaury DenoyelleBUG/MINOR: srv: do not cleanup idle conns if pool max...
2021-01-06  Amaury DenoyelleBUG/MINOR: srv: do not init address if backend is disabled
2021-01-06  Ilya ShipitsinCLEANUP: assorted typo fixes in the code and comments
2021-01-06  Willy TarreauSCRIPTS: make announce release support preparing announ...
2021-01-06  Willy TarreauSCRIPTS: improve announce-release to support different...
2021-01-06  Frédéric LécailleBUG/MINOR: quic: NULL pointer dereferences when buildin...
2021-01-06  Christopher... BUG/MINOR: stats: Make stat_l variable used to dump...
2021-01-06  Willy TarreauREGTESTS: add unresolvable servers to srvkey-addr
2021-01-06  Thayne McCombsBUG/MEDIUM: server: srv_set_addr_desc() crashes when...
2021-01-05  Tim DuesterhusDOC: Improve the message printed when running `make...
2021-01-05  Ilya ShipitsinCI: github actions: build several popular "contrib...
2021-01-05  Christopher... BUG/MINOR: tcpcheck: Report a L7OK if the last evaluate...
2021-01-05  William DauchyCLEANUP: spoe: fix typo on `var_check_arg` comment
2021-01-05  Tim DuesterhusCLEANUP: Reduce scope of `hdr_age` in http_action_store...
2021-01-05  Tim DuesterhusCLEANUP: Reduce scope of `header_name` in http_action_s...
2021-01-05  Willy TarreauCLEANUP: mworker: remove duplicate pointer tests in...
2021-01-05  Tim DuesterhusBUG/MINOR: cfgparse: Fail if the strdup() for `rule...
2021-01-05  Willy TarreauRevert "BUILD: Makefile: disable -Warray-bounds until...
2021-01-05  Willy TarreauMINOR: ssl: make tlskeys_list_get_next() take a list...
2021-01-05  Tim DuesterhusCLEANUP: ssl: Remove useless local variable in tlskeys_...
2021-01-05  Tim DuesterhusCLEANUP: ssl: Remove useless loop in tlskeys_list_get_n...
2021-01-04  Frédéric LécailleMINOR: quic: Drop packets with STREAM frames with wrong...
2021-01-04  Frédéric LécailleBUG/MINOR: quic: Wrong STREAM frames parsing.
2021-01-04  Frédéric LécailleMINOR: quic: Pass quic_conn struct to frame parsers.
2021-01-04  Frédéric LécailleBUG/MINOR: quic: Possible CRYPTO frame building errors.
2021-01-04  Frédéric LécailleCLEANUP: quic: Remove useless QUIC event trace definitions.
2021-01-04  Frédéric LécailleCLEANUP: qpack: Wrong comment about the draft for QPACK...
2021-01-04  Frédéric LécailleMINOR: qpack: Add static header table definitions for...
2021-01-04  Tim DuesterhusCLEANUP: Apply the coccinelle patch for `XXXcmp()`...
2021-01-04  Tim DuesterhusCLEANUP: Apply the coccinelle patch for `XXXcmp()`...
2021-01-04  Tim DuesterhusCLEANUP: Compare the return value of `XXXcmp()` functio...
2021-01-03  Tim DuesterhusMINOR: lua: Use consistent error message 'memory alloca...
2021-01-03  Tim DuesterhusBUG/MINOR: lua: Fix memory leak error cases in hlua_con...
2021-01-03  Tim DuesterhusBUG/MINOR: sink: Return an allocation failure in __sink...
2021-01-03  Willy TarreauBUILD: Makefile: disable -Warray-bounds until it's...
2020-12-31  Thayne McCombsREGTESTS: add test for stickiness using "srvkey addr"
2020-12-31  Thayne McCombsMEDIUM: stick-tables: Add srvkey option to stick-table
2020-12-31  Tim DuesterhusBUG/MEDIUM: cache: Fix hash collision in `accept-encodi...
2020-12-28  Ilya ShipitsinCI: GitHub Actions: enable daily Coverity scan
2020-12-24  Remi Tricot... MINOR: cache: Replace the "process-vary" option's expec...
2020-12-24  Remi Tricot... MINOR: cache: Remove redundant test in http_action_req_...
2020-12-24  Remi Tricot... REGTESTS: cache: Add a specific test for the accept...
2020-12-24  Remi Tricot... REGTESTS: cache: Simplify vary.vtc file
2020-12-24  Remi Tricot... MEDIUM: cache: Manage a subset of encodings in accept...
2020-12-24  Remi Tricot... MINOR: http: Add helper functions to trim spaces and...
2020-12-24  Remi Tricot... MINOR: cache: Add specific secondary key comparison...
2020-12-24  Remi Tricot... BUG/MINOR: cache: Manage multiple headers in accept...
2020-12-24  Remi Tricot... MINOR: cache: Avoid storing responses whose secondary...
2020-12-24  Remi Tricot... MINOR: cache: Refactoring of secondary_key building...
2020-12-23  Frédéric LécailleMINOR: quic: Add traces for quic_packet_encrypt().
2020-12-23  Frédéric LécailleMINOR: quic: make a packet build fails when qc_build_fr...
2020-12-23  Frédéric LécailleMINOR: quic: Add traces for in flght ack-eliciting...
2020-12-23  Frédéric LécailleMINOR: quic: Update the initial salt to that of draft-29.
2020-12-23  Frédéric LécailleMINOR: quic: Display the SSL alert in ->ssl_send_alert...
2020-12-23  Frédéric LécailleMINOR: quic: Add traces to congestion avoidance NewReno...
2020-12-23  Frédéric LécailleMINOR: quic: Code reordering to help in reviewing/modif...
2020-12-23  Frédéric LécailleMINOR: quic: Flag RX packet as ack-eliciting from the...
2020-12-23  Frédéric LécailleMINOR: quic: Make usage of the congestion control window.
2020-12-23  Frédéric LécailleMINOR: quic: Attempt to make trace more readable
2020-12-23  Frédéric LécailleMAJOR: quic: Make usage of ebtrees to store QUIC ACK...
2020-12-23  Frédéric LécailleMINOR: quic: Enable the compilation of QUIC modules.
2020-12-23  Frédéric LécailleMINOR: cfgparse: QUIC default server transport paramete...
2020-12-23  Frédéric LécailleMINOR: quic: QUIC socket management finalization.
2020-12-23  Frédéric LécailleMINOR: ssl: QUIC transport parameters parsing.
2020-12-23  Frédéric LécailleMINOR: ssl: SSL CTX initialization modifications for...
2020-12-23  Frédéric LécailleMINOR: server: Add QUIC definitions to servers.
2020-12-23  Frédéric LécailleMINOR: listener: Add QUIC info to listeners and receivers.
2020-12-23  Frédéric LécailleMINOR: quic: Import C source code files for QUIC protocol.
2020-12-23  Frédéric LécailleMINOR: quic: Add definitions for QUIC protocol.
2020-12-23  Frédéric LécailleMINOR: tools: Add support for QUIC addresses parsing.
2020-12-23  Frédéric LécailleMINOR: cfgparse: Do not modify the QUIC xprt when parsi...
2020-12-23  Frédéric LécailleMINOR: ssl: Export definitions required by QUIC.
2020-12-23  Frédéric LécailleMINOR: connection: Add a new xprt to connection.
2020-12-23  Frédéric LécailleMINOR: ssl_sock: Initialize BIO and SSL objects outside...
2020-12-23  Frédéric LécailleMINOR: quic: Redefine control layer callbacks which...
2020-12-23  Frédéric LécailleMINOR: connection: Attach a "quic_conn" struct to ...
2020-12-23  Frédéric LécailleMINOR: protocol: Create proto_quic QUIC protocol layer.
2020-12-23  Dragan DosenREGTESTS: add tests for the xxh3 converter
2020-12-23  Dragan DosenMINOR: sample: add the xxh3 converter
2020-12-23  Dragan DosenCLEANUP: xxhash: remove the unused src/xxhash.c
2020-12-23  Dragan DosenMEDIUM: xxhash: use the XXH_INLINE_ALL macro to inline...
2020-12-23  Dragan DosenMEDIUM: xxhash: use the XXH3 functions to generate...
2020-12-23  Dragan DosenIMPORT: xxhash: update to v0.8.0 that introduces stable...
2020-12-23  Olivier HouchardMINOR: atomic: don't use ; to separate instruction...
2020-12-22  Ilya ShipitsinCI: travis-ci: drop coverity scan builds
2020-12-22  Amaury DenoyelleREGTESTS: complete http-check test
2020-12-22  Amaury DenoyelleMINOR: check: do not ignore a connection header for...
2020-12-22  Willy TarreauMINOR: time: increase the minimum wakeup interval to 60s
2020-12-22  Christian RuppertBUILD: hpack: hpack-tbl-t.h uses VAR_ARRAY but does...
2020-12-22  Tim DuesterhusBUG/MEDIUM: mux_h2: Add missing braces in h2_snd_buf...
2020-12-21  Willy Tarreau[RELEASE] Released version 2.4-dev4 v2.4-dev4
2020-12-21  Ilya ShipitsinCI: codespell: whitelist "te" and "nd" words
2020-12-21  Ilya ShipitsinDOC: assorted typo fixes in the documentation
2020-12-21  Ilya ShipitsinCLEANUP: assorted typo fixes in the code and comments
2020-12-21  Jan WagnerDOC: fix "smp_size" vs "sample_size" in "log" directive...
2020-12-21  Baptiste AssmannBUG/MINOR: dns: SRV records ignores duplicated AR records
2020-12-21  Ilya ShipitsinBUILD: ssl: fine guard for SSL_CTX_get0_privatekey...
2020-12-21  Willy TarreauBUILD: plock: remove dead code that causes a warning...
next