haproxy-2.5.git
2021-08-12 Christopher... DOC: Improve the lua documentation
2021-08-12 Christopher... MEDIUM: lua: Improve/revisit the lua api to manipulate...
2021-08-12 Christopher... MEDIUM: lua: Process buffer data using an offset and...
2021-08-12 Christopher... MINOR: lua: Add a function to get a reference on a...
2021-08-12 Christopher... MINOR: filters/lua: Release filters before the lua...
2021-08-12 Christopher... BUG/MINOR: lua: Don't yield in channel.append() and...
2021-08-12 Christopher... BUG/MINOR: lua: Yield in channel functions only if...
2021-08-12 Christopher... MINOR: lua: Add a flag on lua context to know the yield...
2021-08-12 Christopher... BUG/MINOR: stream: Don't release a stream if FLT_END...
2021-08-12 Christopher... BUG/MINOR: tcpcheck: Properly detect pending HTTP data...
2021-08-11 William LallemandMINOR: channel: remove an htx block from a channel
2021-08-11 William LallemandBUG/MINOR: buffer: fix buffer_dump() formatting
2021-08-11 Amaury DenoyelleBUG/MEDIUM: server: support both check/agent-check...
2021-08-11 Amaury DenoyelleBUG/MEDIUM: check: fix leak on agent-check purge
2021-08-11 Amaury DenoyelleBUG/MINOR: check: fix leak on add dynamic server with...
2021-08-11 Amaury DenoyelleBUG/MINOR: check: do not reset check flags on purge
2021-08-11 Willy TarreauADMIN: dyncookie: implement a simple dynamic cookie...
2021-08-09 Amaury DenoyelleBUG/MINOR: server: do not use refcount in free_server...
2021-08-09 Amaury DenoyelleMINOR: global: define MODE_STOPPING
2021-08-09 Amaury DenoyelleBUG/MINOR: check: test if server is not null in purge
2021-08-07 Ilya ShipitsinCI: travis-ci: temporarily disable arm64 builds
2021-08-06 Amaury DenoyelleREGTESTS: server: fix dynamic server with checks test
2021-08-06 Amaury DenoyelleMINOR: doc: specify ulimit-n usage for dynamic servers
2021-08-06 Amaury DenoyelleREGTESTS: server: add dynamic check server test
2021-08-06 Amaury DenoyelleMEDIUM: server: implement agent check for dynamic servers
2021-08-06 Amaury DenoyelleMEDIUM: server: implement check for dynamic servers
2021-08-06 Amaury DenoyelleMINOR: check: enable safe keywords for dynamic servers
2021-08-06 Amaury DenoyelleMEDIUM: check: implement check deletion for dynamic...
2021-08-06 Amaury DenoyelleMINOR: server: implement a refcount for dynamic servers
2021-08-06 Amaury DenoyelleMINOR: check: do not increment global maxsock at runtime
2021-08-06 Amaury DenoyelleMINOR: check: export check init functions
2021-08-06 Amaury DenoyelleMINOR: check: allocate default check ruleset for every...
2021-08-06 Amaury DenoyelleMINOR: server: initialize fields for dynamic server...
2021-08-06 Amaury DenoyelleMEDIUM: task: implement tasklet kill
2021-08-06 Amaury DenoyelleMINOR: server: unmark deprecated on enable health/agent cli
2021-08-05 Christopher... BUG/MEDIUM: spoe: Fix policy to close applets when...
2021-08-05 Christopher... BUG/MEDIUM: spoe: Create a SPOE applet if necessary...
2021-08-05 Christopher... MINOR: spoe: Add a pointer on the filter config in...
2021-08-04 Willy TarreauBUG/MINOR: server: update last_change on maint->ready...
2021-08-04 Willy TarreauCLEANUP: fd: remove the now unneeded fd_mig_lock
2021-08-04 Willy TarreauCLEANUP: fd: remove the now unused fd_set_running()
2021-08-04 Willy TarreauMAJOR: fd: get rid of the DWCAS when setting the runnin...
2021-08-04 Willy TarreauMINOR: activity/fd: remove the dead_fd counter
2021-08-04 Amaury DenoyelleBUG/MINOR: server: remove srv from px list on CLI ...
2021-08-04 Willy TarreauMEDIUM: servers: make the server deletion code run...
2021-08-04 Willy TarreauMEDIUM: threads: add a stronger thread_isolate_full...
2021-08-04 Willy TarreauMINOR: threads: make thread_release() not wait for...
2021-08-04 Willy TarreauCLEANUP: thread: fix fantaisist indentation of thread_h...
2021-08-04 Amaury DenoyelleBUG/MINOR: server: fix race on error path of 'add serve...
2021-08-03 William LallemandMINOR: stats: shows proxy in a stopped state
2021-08-03 William LallemandMINOR: proxy: disabled takes a stopping and a disabled...
2021-08-02 William LallemandMINOR: doc: rename conn_status in `option httsplog`
2021-08-02 William LallemandMINOR: log: rename 'dontloglegacyconnerr' to 'log-error...
2021-08-01 Willy Tarreau[RELEASE] Released version 2.5-dev3 v2.5-dev3
2021-08-01 Miroslav ZagoracBUILD: opentracing: fixed build when using pkg-config...
2021-08-01 Willy TarreauMEDIUM: atomic: relax the load/store barriers on x86_64
2021-08-01 Willy TarreauMEDIUM: atomic: simplify the atomic load/store/exchange...
2021-08-01 Willy TarreauBUG/MINOR: freq_ctr: use stricter barriers between...
2021-07-30 Willy TarreauMEDIUM: fd: rely more on fd_update_events() to detect...
2021-07-30 Willy TarreauREORG: fd: uninline fd_update_events()
2021-07-30 Willy TarreauMINOR: poll/epoll: move detection of RDHUP support...
2021-07-30 Willy TarreauMINOR: fd: update flags only once in fd_update_events()
2021-07-30 Willy TarreauDOC: internals: document the FD takeover process
2021-07-30 Willy TarreauBUG/MINOR: fd: protect fd state harder against a concur...
2021-07-30 Willy TarreauBUG/MINOR: pollers: always program an update for migrat...
2021-07-30 Willy TarreauBUG/MINOR: poll: fix abnormally high skip_fd counter
2021-07-30 Willy TarreauBUG/MINOR: select: fix excess number of dead/skip reported
2021-07-30 Willy TarreauBUG/MEDIUM: pollers: clear the sleeping bit after wakin...
2021-07-30 Willy TarreauBUG/MEDIUM: connection: close a rare race between idle...
2021-07-29 William LallemandREGTESTS: ssl: ssl_errors.vtc does not work with old...
2021-07-29 Remi Tricot... REGTESTS: ssl: Add tests for the connection and SSL...
2021-07-29 Remi Tricot... MEDIUM: connection: Add option to disable legacy error log
2021-07-29 Remi Tricot... MINOR: ssl: Define a default https log format
2021-07-29 Remi Tricot... MINOR: ssl: Add new ssl_fc_hsk_err sample fetch
2021-07-29 Remi Tricot... MINOR: ssl: Enable error fetches in case of handshake...
2021-07-29 Remi Tricot... MINOR: connection: Add a connection error code sample...
2021-07-29 Remi Tricot... BUG/MINOR: connection: Add missing error labels to...
2021-07-29 William LallemandCLEANUP: mworker: PR_CAP already initialized with alloc...
2021-07-29 William LallemandCLEANUP: mworker: use the proxy helper functions in...
2021-07-28 William LallemandMINOR: stats: don't output internal proxies (PR_CAP_INT)
2021-07-28 William LallemandMINOR: mworker: the mworker CLI proxy is internal
2021-07-28 William LallemandMINOR: proxy: rename PR_CAP_LUA to PR_CAP_INT
2021-07-27 Christopher... BUG/MEDIUM: mux-h2: Handle remaining read0 cases on...
2021-07-26 Christopher... BUG/MINOR: mux-h1: Be sure to swap H1C to splice mode...
2021-07-26 Christopher... BUG/MINOR: mux-h2: Obey dontlognull option during the...
2021-07-26 Christopher... BUG/MINOR: mux-h1: Obey dontlognull option for empty...
2021-07-26 William LallemandBUG/MINOR: systemd: must check the configuration using -Ws
2021-07-26 Amaury DenoyelleMINOR: ssl: use __objt_* variant when retrieving counters
2021-07-22 Christopher... BUG/MINOR: resolvers: Use a null-terminated string...
2021-07-22 Willy TarreauBUILD: threads: fix pthread_mutex_unlock when !USE_THREAD
2021-07-22 Willy TarreauBUG/MINOR: check: fix the condition to validate a port...
2021-07-22 Christopher... BUG/MINOR: stats: Add missing agent stats on servers
2021-07-21 Amaury DenoyelleBUG/MEDIUM: ssl_sample: fix segfault for srv samples...
2021-07-21 David CARLIERBUILD/MINOR: memprof fix macOs build.
2021-07-21 Willy TarreauBUG/MINOR: mworker: do not export HAPROXY_MWORKER_REEXE...
2021-07-21 Willy TarreauBUG/MEDIUM: mworker: do not register an exit handler...
2021-07-20 Willy TarreauBUG/MEDIUM: cfgcond: limit recursion level in the condi...
2021-07-20 jenny-cheungMINOR: deinit: always deinit the init_mutex on failed...
2021-07-19 Christopher... CLEANUP: http_ana: Remove now unused label from http_pr...
2021-07-18 Willy TarreauMEDIUM: proxy: remove long-broken 'option http_proxy'
next