]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2022-12-21  Remi Tricot... MEDIUM: ssl: Start update task if at least one ocsp...
2022-12-21  Remi Tricot... MEDIUM: ssl: Add ocsp update task main function
2022-12-21  Remi Tricot... MEDIUM: ssl: Insert ocsp responses in update tree when...
2022-12-21  Remi Tricot... MINOR: ssl: Store 'ocsp-update' mode in the ckch_data...
2022-12-21  Remi Tricot... MINOR: ssl: Add crt-list ocsp-update option
2022-12-21  Remi Tricot... MINOR: ssl: Add ocsp_update_tree and helper functions
2022-12-21  Remi Tricot... MEDIUM: ssl: Add ocsp_certid in ckch structure and...
2022-12-21  Remi Tricot... MINOR: ssl: Add "update ssl ocsp-response" cli command
2022-12-21  Remi Tricot... MINOR: ssl: Add helper function that checks the validit...
2022-12-21  Remi Tricot... MINOR: ssl: Add OCSP request helper function
2022-12-21  Remi Tricot... MINOR: ssl: Add helper function that extracts an OCSP...
2022-12-21  Remi Tricot... MINOR: httpclient: Make the CLI flags public for future use
2022-12-21  Remi Tricot... MINOR: ssl: Add a lock to the OCSP response tree
2022-12-21  Willy TarreauBUG/MINOR: quic: do not allocate more rxbufs than necessary
2022-12-21  Willy TarreauBUG/MEDIUM: quic: properly take shards into account...
2022-12-21  Amaury DenoyelleBUG/MEDIUM: mux-quic: fix double delete from qcc.openin...
2022-12-20  William LallemandREGTESTS: ssl: enable the ssl_reuse.vtc test for WolfSSL
2022-12-20  Willy TarreauMINOR: pool: only use opportunistic versions of the...
2022-12-20  Willy TarreauMINOR: freq_ctr: add opportunistic versions of swrate_add()
2022-12-20  Willy TarreauMINOR: pool: make the thread-local hot cache size confi...
2022-12-20  Willy TarreauOPTIM: pool: split the read_mostly from read_write...
2022-12-19  Christopher... BUG/MEDIUM: stats: Rely on a local trash buffer to...
2022-12-19  Christopher... BUG/MINOR:: mux-h1: Never handle error at mux level...
2022-12-19  Christopher... BUG/MINOR: mux-h1: Report EOS on parsing/internal error...
2022-12-18  Bertrand JacquinBUG/MEDIUM: tests: use tmpdir to create UNIX socket
2022-12-16  William LallemandBUILD: peers: peers-t.h depends on stick-table-t.h
2022-12-16  William LallemandREGTESTS: startup: disable automatic_maxconn.vtc
2022-12-15  Willy TarreauBUILD: 51d: fix build issue with recent compilers
2022-12-15  Amaury DenoyelleBUG/MINOR: quic: fix crash on PTO rearm if anti-amplifi...
2022-12-15  Aurelien DARRAGONMINOR: stats: make show info json future-proof
2022-12-15  Aurelien DARRAGONBUG/MINOR: stats: fix show stat json buffer limitation
2022-12-15  Aurelien DARRAGONMINOR: stats: introduce stats field ctx
2022-12-15  Aurelien DARRAGONMINOR: stats: provide ctx for dumping functions
2022-12-15  Remi Tricot... BUG/MINOR: ssl: Fix memory leak of find_chain in ssl_so...
2022-12-15  Remi Tricot... MINOR: ssl: Remove unnecessary alloc'ed trash chunk...
2022-12-15  Remi Tricot... MINOR: ssl: Remove unneeded buffer allocation in show...
2022-12-15  Amaury DenoyelleMINOR: h3: check return values of htx_add_* on headers...
2022-12-15  Amaury DenoyelleBUG/MINOR: h3: fix memleak on HEADERS parsing failure
2022-12-15  Amaury DenoyelleBUG/MEDIUM: h3: fix cookie header parsing
2022-12-15  Amaury DenoyelleMINOR: http-htx: add BUG_ON to prevent API error on...
2022-12-15  Christopher... BUG/MINOR: mux-h1: Fix test instead a BUG_ON() in h1_se...
2022-12-15  Christopher... BUG/MEDIUM: mux-h1: Don't release H1 stream upgraded...
2022-12-14  Ilya ShipitsinCI: github: split matrix for development and stable...
2022-12-14  Ilya ShipitsinCI: github: remove redundant ASAN loop
2022-12-14  Amaury DenoyelleBUG/MEDIUM: h3: parse content-length and reject invalid...
2022-12-14  Amaury DenoyelleMINOR: http: extract content-length parsing from H2
2022-12-14  Amaury DenoyelleBUG/MEDIUM: h3: reject request with invalid pseudo...
2022-12-14  Amaury DenoyelleBUG/MEDIUM: h3: reject request with invalid header...
2022-12-14  William LallemandREGTESTS: startup: add alternatives values in automatic...
2022-12-14  Christopher... BUG/MEDIUM: resolvers: Use tick_first() to update the...
2022-12-14  Christopher... BUG/MEDIUM: freq-ctr: Don't compute overshoot value...
2022-12-14  William LallemandCLEANUP: ssl: remove check on srv->proxy
2022-12-14  Thayne McCombsMINOR: sample: add param converter
2022-12-13  William LallemandREGTESTS: startup: activate automatic_maxconn.vtc
2022-12-13  William LallemandCI: github: set ulimit -n to a greater value
2022-12-13  William LallemandREGTESTS: startup: change the expected maxconn to 11000
2022-12-13  William LallemandBUG/MINOR: startup: don't use internal proxies to compu...
2022-12-13  William LallemandREGTESTS: startup: check maxconn computation
2022-12-12  Ilya ShipitsinCI: github: split ssl lib selection based on git branch
2022-12-12  Amaury DenoyelleBUG/MINOR: mux-quic: handle properly alloc error in...
2022-12-12  Amaury DenoyelleBUG/MINOR: mux-quic: remove qcs from opening-list on...
2022-12-12  Amaury DenoyelleCLEANUP: mux-quic: remove unused attribute on qcs_is_cl...
2022-12-12  Amaury DenoyelleBUG/MINOR: quic: handle alloc failure on qc_new_conn...
2022-12-12  Amaury DenoyelleBUG/MINOR: quic: properly handle alloc failure in qc_ne...
2022-12-12  William LallemandCI: github: reintroduce openssl 1.1.1
2022-12-09  Christopher... REGTESTS: fix the race conditions in iff.vtc
2022-12-09  Youfu ZhangBUG/MAJOR: fcgi: Fix uninitialized reserved bytes
2022-12-09  Christopher... DOC: promex: Add missing backend metrics
2022-12-09  Cedric PailletMINOR: promex: introduce haproxy_backend_agg_check_status
2022-12-09  Cedric PailletBUG/MINOR: promex: create haproxy_backend_agg_server_status
2022-12-08  Willy TarreauMINOR: pools: make DEBUG_UAF a runtime setting
2022-12-08  Willy TarreauDEBUG: pool: show a few examples in -dMhelp
2022-12-08  Willy TarreauCLEANUP: pools: get rid of CONFIG_HAP_POOLS
2022-12-08  Willy TarreauREORG: pool: move all the OS specific code to pool...
2022-12-08  Willy TarreauCLEANUP: pool: only include pool-os from pool.c not...
2022-12-08  Willy TarreauCLEANUP: pools: move the write before free to the uaf...
2022-12-08  William LallemandBUG/MEDIUM: httpclient/lua: double LIST_DELETE on end...
2022-12-08  Willy TarreauBUILD: makefile/da: also clean Os/ in Device Atlas...
2022-12-08  Willy TarreauBUILD: atomic: atomic.h may need compiler.h on ARMv8.2-a
2022-12-08  Willy TarreauCLEANUP: init: remove useless assignment of nbthread
2022-12-08  Willy TarreauBUG/MINOR: init/threads: continue to limit default...
2022-12-07  Aurelien DARRAGONMINOR: peers: unused code path in process_peer_sync
2022-12-07  Aurelien DARRAGONMINOR: mworker: remove unused legacy code in mworker_cl...
2022-12-07  Aurelien DARRAGONMINOR: stats: properly handle ST_F_CHECK_DURATION metric
2022-12-07  Aurelien DARRAGONMINOR: check: use atomic for s->consecutive_errors
2022-12-07  Aurelien DARRAGONBUG/MINOR: checks: restore legacy on-error fastinter...
2022-12-07  William LallemandBUG/MEDIUM: mworker: create the mcli_reload socketpairs...
2022-12-07  William LallemandBUG/MEDIUM: mworker: fix segv in early failure of mwork...
2022-12-07  William LallemandMINOR: mworker: display an alert upon a wait-mode exit
2022-12-07  Ilya ShipitsinCLEANUP: assorted typo fixes in the code and comments
2022-12-06  Willy TarreauBUG/MINOR: checks: make sure fastinter is used even...
2022-12-06  Willy TarreauBUG/MEDIUM: checks: do not reschedule a possibly runnin...
2022-12-06  Aurelien DARRAGONMINOR: server/event_hdl: add support for SERVER_UP...
2022-12-06  Aurelien DARRAGONMINOR: server/event_hdl: add support for SERVER_ADD...
2022-12-06  Aurelien DARRAGONMINOR: stats: add server revision id support
2022-12-06  Aurelien DARRAGONMINOR: server: add srv->rid (revision id) value
2022-12-05  Christopher... BUG/MEDIIM: stconn: Flush output data before forwarding...
2022-12-05  Amaury DenoyelleBUG/MINOR: quic: fix fd leak on startup check quic...
2022-12-02  William LallemandBUG/MINOR: ssl: initialize WolfSSL before parsing
2022-12-02  William LallemandBUG/MINOR: ssl: initialize SSL error before parsing
next