]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2024-08-30  Willy TarreauBUILD: quic: fix build errors on FreeBSD since recent...
2024-08-30  Frederic LecailleBUG/MEDIUM: quic: always validate sender address on...
2024-08-30  Frederic LecailleMINOR: quic: Add trace for QUIC_EV_CONN_IO_CB event.
2024-08-30  Frederic LecailleMINOR: quic: Implement qc_ssl_eary_data_accepted().
2024-08-30  Frederic LecailleMINOR: quic: Modify NEW_TOKEN frame structure (qf_new_t...
2024-08-30  Frederic LecailleBUG/MINOR: quic: Missing incrementation in NEW_TOKEN...
2024-08-30  Frederic LecailleMINOR: quic: Token for future connections implementation.
2024-08-30  Frederic LecailleMINOR: quic: Implement quic_tls_derive_token_secret().
2024-08-30  Frederic LecailleMINOR: tools: Implement ipaddrcpy().
2024-08-30  Nicolas CARPiCLEANUP: mqtt: fix typo in MQTT_REMAINING_LENGHT_MAX_SIZE
2024-08-30  Nicolas CARPiCLEANUP: haproxy: fix typos in code comment
2024-08-30  Christopher... BUG/MINIR: proxy: Match on 429 status when trying to...
2024-08-28  Christopher... BUG/MEDIUM: stream: Prevent mux upgrades if client...
2024-08-28  Christopher... BUG/MEDIUM: mux-h2: Set ES flag when necessary on 0...
2024-08-28  Christopher... MINOR: proxy: Add support of 429-Too-Many-Requests...
2024-08-26  William LallemandMEDIUM: ssl/sample: add ssl_fc_sigalgs_bin sample fetch
2024-08-26  William LallemandMEDIUM: ssl: capture the signature_algorithms extension...
2024-08-26  William LallemandMEDIUM: ssl/sample: add ssl_fc_supported_versions_bin...
2024-08-26  William LallemandMEDIUM: ssl: capture the supported_versions extension...
2024-08-26  William LallemandCLEANUP: ssl: cleanup the clienthello capture
2024-08-26  Frederic LecailleBUILD: quic: 32bits build broken by wrong integer conve...
2024-08-26  Ilya ShipitsinCI: QUIC Interop: use different artifact names for...
2024-08-26  Ilya ShipitsinCI: QUIC Interop: do not run bandwidth measurement...
2024-08-26  Ilya ShipitsinCI: fix missing comma introduced in 956839c0f68a7722acc...
2024-08-24  Ilya ShipitsinCI: QUIC Interop AWS-LC: enable ngtcp2 client
2024-08-24  Ilya ShipitsinDEV: coccinelle: add a test to detect unchecked calloc()
2024-08-24  Ilya ShipitsinDEV: coccinelle: add a test to detect unchecked malloc()
2024-08-23  William LallemandBUILD: tools: environ is not defined in OS X and BSD
2024-08-23  Valentine KrasnobaevaBUG/MINOR: haproxy: free init_env in deinit only if...
2024-08-23  Valentine KrasnobaevaMINOR: mworker: restore initial env before wait mode
2024-08-23  Valentine KrasnobaevaMINOR: tools: add helpers to backup/clean/restore env
2024-08-23  Amaury DenoyelleMINOR: mux-quic: correct qcc_bufwnd_full() documentation
2024-08-22  Amaury DenoyelleMINOR: mux-quic: add buf_in_flight to QCC debug infos
2024-08-22  Nathan WehrmanMINOR: config: Created env variables for http and tcp...
2024-08-21  Willy Tarreau[RELEASE] Released version 3.1-dev6 v3.1-dev6
2024-08-21  Willy TarreauCLEANUP: protocol: no longer initialize .receivers...
2024-08-21  Willy TarreauMINOR: protocol: always initialize the receivers list...
2024-08-21  Willy TarreauMINOR: socket: don't ban all custom families from reuseport
2024-08-21  Willy TarreauMINOR: protocol: add the real address family to the...
2024-08-21  Willy TarreauMEDIUM: socket: always properly use the sock_domain...
2024-08-21  Willy TarreauMINOR: protocol: add a family lookup
2024-08-21  Willy TarreauMINOR: protocol: properly assign the sock_domain and...
2024-08-21  Willy TarreauMINOR: quic: support a tolerance for spurious losses
2024-08-21  Willy TarreauMINOR: quic: store the lost packets counter in the...
2024-08-20  Valentine KrasnobaevaBUG/MINOR: cfgparse-global: remove tune.fast-forward...
2024-08-20  Valentine KrasnobaevaMINOR: cfgparse-global: move unsupported keywords in...
2024-08-20  Valentine KrasnobaevaMINOR: cfgparse-global: move tune options in global...
2024-08-20  Valentine KrasnobaevaMINOR: cfgparse-global: move 'expose-*' in global keywo...
2024-08-20  Valentine KrasnobaevaMINOR: cfgparse-global: move 'pidfile' in global keywor...
2024-08-20  Valentine KrasnobaevaBUG/MINOR: cfgparse-global: remove redundant goto
2024-08-20  Valentine KrasnobaevaBUG/MINOR: cfgparse-global: clean common_kw_list
2024-08-20  Valentine KrasnobaevaBUG/MINOR: cfgparse-global: fix err msg in mworker...
2024-08-20  Amaury DenoyelleMINOR: mux-quic: retry after small buf alloc failure
2024-08-20  Amaury DenoyelleMEDIUM: h3: allocate small buffers for headers frames
2024-08-20  Amaury DenoyelleMINOR: quic: support sbuf allocation in quic_stream
2024-08-20  Amaury DenoyelleMINOR: quic: define sbuf pool
2024-08-20  Amaury DenoyelleMINOR: quic/config: adapt settings to new conn buffer...
2024-08-20  Amaury DenoyelleMAJOR: mux-quic: allocate Tx buffers based on congestio...
2024-08-20  Amaury DenoyelleMINOR: mux-quic: define buf_in_flight
2024-08-20  Amaury DenoyelleMINOR: h3: mark control stream as metadata
2024-08-20  Amaury DenoyelleMEDIUM: mux-quic: implement API to ignore txbuf limit...
2024-08-20  Amaury DenoyelleMINOR: mux-quic: account stream txbuf in QCC
2024-08-20  Amaury DenoyelleMINOR: quic: allocate stream txbuf via qc_stream_desc API
2024-08-20  Amaury DenoyelleMINOR: quic: define max-window-size config setting
2024-08-20  Amaury DenoyelleMINOR: quic: extract config window-size parsing
2024-08-20  Amaury DenoyelleDOC: quic: document nocc debug congestion algorithm
2024-08-20  Amaury DenoyelleDOC: quic: fix default minimal value for max window...
2024-08-20  Nicolas CARPiBUG/MINOR: stats: add lang attribute to html tag
2024-08-20  Nicolas CARPiCLEANUP: stats: use modern DOCTYPE tag
2024-08-20  Nicolas CARPiBUG/MINOR: stats: fix color of input elements in dark...
2024-08-20  Valentine KrasnobaevaMINOR: cfgparse: limit file size loaded via /dev/stdin
2024-08-20  Nathan WehrmanMINOR: Implements new log format of option tcplog clf
2024-08-20  Nicolas CARPiDOC: lua: fix incorrect english in lua.txt
2024-08-20  Ilia ShipitsinCI: QUIC Interop AWS-LC: enable chrome client
2024-08-20  Ilia ShipitsinCI: modernize codespell action, switch to node 16
2024-08-20  Ilia ShipitsinCI: QUIC Interop LibreSSL: document chacha20 test status
2024-08-19  Aurelien DARRAGONMINOR: log: "drop" support for log-profile steps
2024-08-16  Aurelien DARRAGONMEDIUM: log: relax some checks and emit diag warnings...
2024-08-13  Nathan WehrmanDOC: config: correct the table for option tcplog
2024-08-13  William LallemandMINOR: release-estimator: fix the shebang of the python...
2024-08-13  William Lallemand MINOR: release-estimator: add installation steps in...
2024-08-13  William LallemandMINOR: release-estimator: add requirements.txt
2024-08-13  William LallemandBUG/MINOR: release-estimator: fix relative scheme in...
2024-08-13  Ilia ShipitsinCI: keep logs for failed QIUC Interop jobs
2024-08-13  Valentine KrasnobaevaBUG/MINOR: pattern: pat_ref_set: return 0 if err was...
2024-08-13  Valentine KrasnobaevaBUG/MINOR: pattern: pat_ref_set: fix UAF reported by...
2024-08-11  Willy TarreauBUG/MINOR: tools: make fgets_from_mem() stop at the...
2024-08-09  William LallemandCLEANUP: mworker/cli: clean up the mode handling
2024-08-09  Amaury DenoyelleBUG/MINOR: h3: properly reject too long header responses
2024-08-09  Amaury DenoyelleMINOR: mux-quic: do not trace error in qcc_send_frames...
2024-08-09  Valentine KrasnobaevaMINOR: proto_uxst: copy errno in errmsg for syscalls
2024-08-09  Valentine KrasnobaevaBUG/MINOR: cfgparse: parse_cfg: fix null ptr dereferenc...
2024-08-09  Valentine KrasnobaevaBUG/MINOR: proto_uxst: delete fd from fdtab if listen...
2024-08-09  Amaury DenoyelleBUG/MINOR: mux-quic: do not send too big MAX_STREAMS ID
2024-08-08  Valentine KrasnobaevaMINOR: startup: fix unused value reported by coverity
2024-08-08  Valentine KrasnobaevaMINOR: cfgparse: load_cfg_in_mem: fix null ptr derefere...
2024-08-08  William LallemandREGTESTS: mcli: test the pipelined commands on master CLI
2024-08-08  William LallemandBUG/MEDIUM: mworker/cli: fix pipelined modes on master CLI
2024-08-08  William LallemandMINOR: channel: implement ci_insert() function
2024-08-08  Valentine KrasnobaevaMINOR: proto_tcp: tcp_bind_listener: copy errno in...
next