]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2024-05-04  Aurelien DARRAGONOPTIM: log: use thread local lf_buildctx to stop pushin...
2024-05-04  Aurelien DARRAGONOPTIM: log: declare empty buffer as global variable
2024-05-03  Aurelien DARRAGONBUG/MINOR: log: prevent double spaces emission in sess_...
2024-05-03  Aurelien DARRAGONMEDIUM: log: optimizing tmp->type handling in sess_buil...
2024-05-03  Amaury DenoyelleREGTESTS: replace REQUIRE_VERSION by version_atleast
2024-05-03  Ilia ShipitsinCLEANUP: assorted typo fixes in the code and comments
2024-05-03  Ilia ShipitsinCI: netbsd: adjust packages after NetBSD-10 released
2024-05-02  Amaury DenoyelleREGTESTS: stats: add test stats-file counters preload
2024-05-02  Amaury DenoyelleMINOR: stats: extract proxy clear-counter in a dedicate...
2024-05-02  Amaury DenoyelleREORG: stats: define stats-proxy source module
2024-05-02  William LallemandMINOR: ssl: rename ocsp_update.http_proxy into ocsp...
2024-05-02  William LallemandCLEANUP: ssl: rename new_ckch_store_load_files_path...
2024-05-02  Amaury DenoyelleMINOR: stats: convert age as generic column for proxy...
2024-05-02  Amaury DenoyelleMINOR: stats: support age in stats-file
2024-05-02  Amaury DenoyelleMINOR: counters: move last_change into counters struct
2024-05-02  Amaury DenoyelleMINOR: stats: convert rate as generic column for proxy...
2024-05-02  Amaury DenoyelleMINOR: stats: support rate in stats-file
2024-05-02  Amaury DenoyelleMINOR: counters: move freq-ctr from proxy/server into...
2024-05-02  Amaury DenoyelleMINOR: stats: prepare stats-file support for values...
2024-05-02  Amaury DenoyelleMINOR: stats: convert req_tot as generic column
2024-05-02  Amaury DenoyelleMINOR: stats: fix visual alignment for stat_cols_px...
2024-05-02  William LallemandCLEANUP: ssl: move the global ocsp-update options parsi...
2024-05-02  William LallemandCLEANUP: ssl: clean the includes in ssl_ocsp.c
2024-04-30  Valentine KrasnobaevaMINOR: capabilities: add cap_sys_admin support
2024-04-30  Valentine KrasnobaevaMINOR: sock: add EPERM case in sock_handle_system_err
2024-04-30  Valentine KrasnobaevaMEDIUM: proto: make common fd checks in sock_create_ser...
2024-04-30  Valentine KrasnobaevaMINOR: sock_set_mark: take sock family in account
2024-04-30  Valentine KrasnobaevaMEIDUM: unix sock: use my_socketat to create bind socket
2024-04-30  Valentine KrasnobaevaMEDIUM: proto_uxst: take in account server namespace
2024-04-30  Valentine KrasnobaevaMINOR: sock: rename sock to sock_fd in sock_create_serv...
2024-04-30  Willy TarreauBUG/MINOR: stconn: don't wake up an applet waiting...
2024-04-30  Aurelien DARRAGONBUG/MEDIUM: log: don't ignore disabled node's options
2024-04-30  Aurelien DARRAGONMINOR: log/cbor: _lf_cbor_encode_byte() explicitly...
2024-04-30  Aurelien DARRAGONBUG/MINOR: log: fix global lf_expr node options behavio...
2024-04-30  Aurelien DARRAGONBUG/MINOR: log/encode: fix potential NULL-dereference...
2024-04-30  Aurelien DARRAGONBUG/MINOR: log/encode: consider global options for...
2024-04-29  William LallemandMINOR: ssl: introduce ocsp_update.http_proxy for ocsp...
2024-04-29  William LallemandMINOR: httpclient: allow to use absolute URI with new...
2024-04-29  Aurelien DARRAGONCLEANUP: log: add a macro to know if a lf_node is confi...
2024-04-29  Aurelien DARRAGONBUG/MINOR: log: fix global lf_expr node options behavior
2024-04-29  Aurelien DARRAGONMINOR: log/cbor: _lf_cbor_encode_byte() explicitly...
2024-04-29  Aurelien DARRAGONCLEANUP: tools/cbor: rename cbor_encode_ctx struct...
2024-04-29  Amaury DenoyelleBUG/MINOR: stats: replace objt_* by __objt_* macros
2024-04-29  Remi Tricot... REGTESTS: cache: Add test on 'vary' other than accept...
2024-04-29  Remi Tricot... BUG/MEDIUM: cache: Vary not working properly on anythin...
2024-04-27  Willy Tarreau[RELEASE] Released version 3.0-dev9 v3.0-dev9
2024-04-27  Willy TarreauMINOR: cli/wait: rename the condition "srv-unused"...
2024-04-27  Willy TarreauMINOR: list: add a macro to detect that a list contains...
2024-04-27  Willy TarreauCLEANUP: dynbuf: move the reserve and limit parsers...
2024-04-26  Aurelien DARRAGONMINOR: log: support true cbor binary encoding
2024-04-26  Aurelien DARRAGONMINOR: log: add +cbor encoding option
2024-04-26  Aurelien DARRAGONMINOR: tools: add cbor encode helpers
2024-04-26  Aurelien DARRAGONMINOR: log: add +json encoding option
2024-04-26  Aurelien DARRAGONMINOR: log: add +bin logformat node option
2024-04-26  Aurelien DARRAGONMINOR: log: add no_escape_map to bypass escape with...
2024-04-26  Aurelien DARRAGONMINOR: log: add LOG_OPT_NONE flag
2024-04-26  Aurelien DARRAGONMINOR: log: postpone conversion for sample expressions...
2024-04-26  Aurelien DARRAGONMINOR: log: expose node typecast in lf_buildctx struct
2024-04-26  Aurelien DARRAGONMEDIUM: log: lf_* build helpers now take a ctx argument
2024-04-26  Aurelien DARRAGONMINOR: log: merge lf_encode_string() and lf_encode_chun...
2024-04-26  Aurelien DARRAGONMINOR: log: make all lf_* sess build helper static
2024-04-26  Aurelien DARRAGONMINOR: log: use LOG_VARTEXT_{START,END} to enclose...
2024-04-26  Aurelien DARRAGONMINOR: log: explicitly handle %ts and %tsc as text...
2024-04-26  Aurelien DARRAGONMEDIUM: log: use lf_rawtext for lf_ip() and lf_port...
2024-04-26  Aurelien DARRAGONMEDIUM: log: write raw strings using lf_rawtext()
2024-04-26  Aurelien DARRAGONMEDIUM: log: pass date strings to lf_rawtext()
2024-04-26  Aurelien DARRAGONMINOR: log: add lf_rawtext{_len}() functions
2024-04-26  Aurelien DARRAGONMINOR: log: add lf_int() wrapper to print integers
2024-04-26  Aurelien DARRAGONMINOR: log: skip custom logformat_node name if empty
2024-04-26  Aurelien DARRAGONCLEANUP: log: simplify complex values usages in sess_bu...
2024-04-26  Aurelien DARRAGONMINOR: log: global lf_expr node options
2024-04-26  Aurelien DARRAGONMINOR: log: store lf_expr nodes inside substruct
2024-04-26  Aurelien DARRAGONCLEANUP: log: remove unused checks for encode_{chunk...
2024-04-26  William LallemandBUG/MINOR: mworker: reintroduce way to disable seamless...
2024-04-26  Amaury DenoyelleMEDIUM: stats: define stats-file keyword
2024-04-26  Amaury DenoyelleMINOR: stats: parse values from stats-file
2024-04-26  Amaury DenoyelleMINOR: stats: parse header lines from stats-file
2024-04-26  Amaury DenoyelleMINOR: stats: apply stats-file on process startup
2024-04-26  Amaury DenoyelleMINOR: guid: define guid_is_valid_fmt()
2024-04-26  Amaury DenoyelleMINOR: ist: define iststrip() new function
2024-04-26  Amaury DenoyelleMEDIUM: stats: implement dump stats-file CLI
2024-04-26  Amaury DenoyelleMINOR: stats: define stats-file output format support
2024-04-26  Amaury DenoyelleMEDIUM: stats: convert counters to new column definition
2024-04-26  Amaury DenoyelleMINOR: stats: hide some columns in output
2024-04-26  Amaury DenoyelleMINOR: stats: implement automatic metric generation...
2024-04-26  Amaury DenoyelleMINOR: stats: introduce a more expressive stat definiti...
2024-04-26  Amaury DenoyelleMINOR: stats: update ambiguous "metrics" naming to...
2024-04-25  Christopher... BUG/MINOR: peers: Don't wait for a remote resync if...
2024-04-25  Christopher... REORG: peers: Rename all occurrences to 'ps' variable
2024-04-25  Christopher... BUG/MEDIUM: peers: Use atomic operations on peers flags...
2024-04-25  Christopher... MINOR: peers: Use a static variable to wait a resync...
2024-04-25  Christopher... MINOR: peers: Add comment on processing functions of...
2024-04-25  Christopher... DEV: flags/peers: Decode PEER and PEERS flags
2024-04-25  Christopher... REORG: peers: Move peer and peers flags in the correspo...
2024-04-25  Christopher... MINOR: peers: Reorder and rename PEERS flags
2024-04-25  Christopher... MINOR: peers: Reorder and slightly rename PEER flags
2024-04-25  Christopher... MINOR: peers: Rename PEERS_F_TEACH_COMPLETE to PEERS_F_...
2024-04-25  Christopher... MINOR: peers: Start learning for local peer before...
2024-04-25  Christopher... MEDIUM: peers: Use true states for the learn state...
2024-04-25  Christopher... MEDIUM: peers: Use true states for the peer applets...
next