haproxy-2.5.git
2021-03-25 Amaury DenoyelleBUG/MEDIUM: release lock on idle conn killing on reache...
2021-03-25 Olivier HouchardBUG/MEDIUM: fd: Take the fd_mig_lock when closing if...
2021-03-24 Willy TarreauCLEANUP: fd: slightly simplify up _fd_delete_orphan()
2021-03-24 Willy TarreauCLEANUP: fd: remove unused fd_set_running_excl()
2021-03-24 Willy TarreauBUG/MEDIUM: fd: do not wait on FD removal in fd_delete()
2021-03-24 Willy TarreauMINOR: fd: remove the unneeded running bit from fd_insert()
2021-03-24 Willy TarreauMINOR: fd: make fd_clr_running() return the remaining...
2021-03-24 Christopher... BUG/MEDIUM: lua: Always init the lua stack before refer...
2021-03-24 Christopher... BUG/MEDIUM: debug/lua: Use internal hlua function to...
2021-03-24 Christopher... MINOR: lua: Slightly improve function dumping the lua...
2021-03-24 Ilya ShipitsinBUILD: ssl: guard ecdh functions with SSL_CTX_set_tmp_e...
2021-03-24 Ilya ShipitsinCLEANUP: ssl: remove unused definitions
2021-03-23 Remi Tricot... BUG/MINOR: ssl: Prevent disk access when using "add...
2021-03-23 Willy TarreauBUILD: tools: fix build error with new PA_O_DEFAULT_DGRAM
2021-03-23 Emeric BrunMINOR: tools: introduce new option PA_O_DEFAULT_DGRAM...
2021-03-23 Willy TarreauBUG/MEDIUM: freq_ctr/threads: use the global_now_ms...
2021-03-23 Willy TarreauMINOR: time: also provide a global, monotonic global_no...
2021-03-22 Willy TarreauCLEANUP: quic: use pool_zalloc() instead of pool_alloc...
2021-03-22 Willy TarreauCLEANUP: tcpcheck: use pool_zalloc() instead of pool_al...
2021-03-22 Willy TarreauCLEANUP: ssl: use pool_zalloc() in ssl_init_keylog()
2021-03-22 Willy TarreauCLEANUP: resolvers: use pool_zalloc() in resolv_link_re...
2021-03-22 Willy TarreauCLEANUP: mailers: use pool_zalloc() in enqueue_one_emai...
2021-03-22 Willy TarreauCLEANUP: frontend: use pool_zalloc() in frontend_accept()
2021-03-22 Willy TarreauCLEANUP: spoe: use pool_zalloc() instead of pool_alloc...
2021-03-22 Willy TarreauCLEANUP: filters: use pool_zalloc() in flt_stream_add_f...
2021-03-22 Willy TarreauCLEANUP: connection: use pool_zalloc() in conn_alloc_ha...
2021-03-22 Willy TarreauMINOR: pools: add pool_zalloc() to return a zeroed...
2021-03-22 Willy TarreauMINOR: pools: make the pool allocator support a few...
2021-03-22 Willy TarreauCLEANUP: pools: remove the unused pool_get_first()...
2021-03-22 Willy TarreauCLEANUP: dynbuf: remove the unused b_alloc_fast() function
2021-03-22 Willy TarreauCLEANUP: dynbuf: remove b_alloc_margin()
2021-03-22 Willy TarreauMEDIUM: dynbuf: remove last usages of b_alloc_margin()
2021-03-22 Willy TarreauMINOR: channel: simplify the channel's buffer allocation
2021-03-22 Willy TarreauCLEANUP: l7-retries: do not test the buffer before...
2021-03-22 Willy TarreauCLEANUP: compression: do not test for buffer before...
2021-03-22 Willy TarreauMINOR: dynbuf: make b_alloc() always check if the buffe...
2021-03-22 Willy TarreauMINOR: opentracing: use pool_alloc(), not pool_alloc_di...
2021-03-22 Willy TarreauMINOR: ssl: use pool_alloc(), not pool_alloc_dirty()
2021-03-22 Willy TarreauMINOR: cache: use pool_alloc(), not pool_alloc_dirty()
2021-03-22 Willy TarreauMINOR: fcgi-app: use pool_alloc(), not pool_alloc_dirty()
2021-03-22 Willy TarreauMINOR: spoe: use pool_alloc(), not pool_alloc_dirty()
2021-03-22 Willy TarreauMINOR: compression: use pool_alloc(), not pool_alloc_di...
2021-03-22 Amaury DenoyelleREGTESTS: wait for proper return of enable server in...
2021-03-22 Amaury DenoyelleREGTESTS: remove unneeded experimental-mode in cli...
2021-03-22 Amaury DenoyelleCLEANUP: mark defproxy as const on parse tune.fail...
2021-03-20 Ilya ShipitsinREGTESTS: revert workaround for a crash with recent...
2021-03-20 Ilya ShipitsinCI: github actions: update LibreSSL to 3.2.5
2021-03-20 Ilya ShipitsinCLEANUP: assorted typo fixes in the code and comments
2021-03-20 Ilya ShipitsinCI: codespell: whitelist "Dragan Dosen"
2021-03-19 Olivier HouchardMEDIUM: quic: Fix build.
2021-03-19 Olivier HouchardMEDIUM: quic: Fix build.
2021-03-19 Willy Tarreau[RELEASE] Released version 2.4-dev13 v2.4-dev13
2021-03-19 Christopher... BUG/MEDIUM: debug/lua: Don't dump the lua stack if...
2021-03-19 Christopher... MEDIUM: lua: Use a per-thread counter to track some...
2021-03-19 Christopher... CLEANUP: tcp-rules: Fix a typo in error messages about...
2021-03-19 Olivier HouchardMINOR: muxes: garbage collect the reset() method.
2021-03-19 Olivier HouchardMEDIUM: connections: Implement a start() method in...
2021-03-19 Olivier HouchardMEDIUM: connections: Implement a start() method for...
2021-03-19 Olivier HouchardMEDIUM: connections: Introduce a new XPRT method, start().
2021-03-19 Olivier HouchardMINOR: raw_sock: Add a close method.
2021-03-18 Christopher... CLEANUP: Fix a typo in fix_is_valid description
2021-03-18 Emeric BrunBUG/MINOR: protocol: add missing support of dgram unix...
2021-03-18 Amaury DenoyelleMINOR: server: support keyword proto in 'add server...
2021-03-18 Amaury DenoyelleMINOR: server: enable standard options for dynamic...
2021-03-18 Amaury DenoyelleREGTESTS: implement test for 'add server' cli
2021-03-18 Amaury DenoyelleMEDIUM: server: implement 'add server' cli command
2021-03-18 Amaury DenoyelleMINOR: stats: export function to allocate extra proxy...
2021-03-18 Amaury DenoyelleMINOR: server: prepare parsing for dynamic servers
2021-03-18 Amaury DenoyelleREORG: server: use flags for parse_server
2021-03-18 Amaury DenoyelleREORG: server: attach servers in parse_server
2021-03-18 Amaury DenoyelleREORG: server: rename internal functions from parse_server
2021-03-18 Amaury DenoyelleREORG: server: move alert traces in parse_server
2021-03-18 Amaury DenoyelleREORG: server: split parse_server
2021-03-18 Amaury DenoyelleMINOR: server: remove fastinter from mistyped kw list
2021-03-18 Amaury DenoyelleREORG: server: move keywords in srv_kws
2021-03-18 Amaury DenoyelleMINOR: cfgparse: always alloc idle conns task
2021-03-18 Amaury DenoyelleREORG: server: add a free server function
2021-03-18 Amaury DenoyelleMINOR: cli: implement experimental-mode
2021-03-18 Eric SalamaMINOR: mworker/cli: alert the user if we enabled a...
2021-03-18 Eric SalamaMINOR/BUG: mworker/cli: do not use the unix_bind prefix...
2021-03-17 Willy TarreauMINOR: freq_ctr/threads: relax when failing to update...
2021-03-17 Willy TarreauBUG/MINOR: freq_ctr/threads: make use of the last updat...
2021-03-17 Willy TarreauMINOR: time: export the global_now variable
2021-03-16 Christopher... BUG/MINOR: resolvers: Add missing case-insensitive...
2021-03-15 Willy TarreauMINOR: cfgparse/proxy: also support spelling fixes...
2021-03-15 Willy TarreauMINOR: cli: limit spelling suggestions to 5
2021-03-15 Willy TarreauMINOR: cli: sort the suggestions by order of relevance
2021-03-15 Willy TarreauMINOR: cli: improve fuzzy matching to work on all remai...
2021-03-15 Willy TarreauMINOR: tools: do not sum squares of differences for...
2021-03-15 Willy TarreauMINOR: tools: improve word fingerprinting by counting...
2021-03-15 Willy TarreauBUG/MINOR: cfgparse: use the GLOBAL not LISTEN keywords...
2021-03-13 Willy TarreauBUG/MEDIUM: cli: fix "help" crashing since recent spell...
2021-03-13 Willy Tarreau[RELEASE] Released version 2.4-dev12 v2.4-dev12
2021-03-13 Ilya ShipitsinCLEANUP: assorted typo fixes in the code and comments
2021-03-13 Willy TarreauCLEANUP: task: make sure tasklet handlers always indica...
2021-03-13 Willy TarreauCLEANUP: cli: rename the last few "stats_" to "cli_"
2021-03-13 Willy TarreauCLEANUP: cli: rename MAX_STATS_ARGS to MAX_CLI_ARGS
2021-03-12 Willy TarreauMINOR: cli: apply the fuzzy matching on the whole comma...
2021-03-12 Willy TarreauMINOR: tools: add the ability to update a word fingerprint
2021-03-12 Willy TarreauMEDIUM: cli: apply spelling fixes for known commands...
next