haproxy-2.5.git
2020-11-05 Willy TarreauMINOR: pattern: introduce pat_ref_delete_by_ptr() to...
2020-11-05 Willy TarreauCLEANUP: pattern: remove pat_delete_fcts[] and pattern_...
2020-11-05 Willy TarreauCLEANUP: acl: don't reference the generic pattern delet...
2020-11-05 Willy TarreauMINOR: pattern: perform a single call to pat_delete_gen...
2020-11-05 Willy TarreauMINOR: pattern: remerge the list and tree deletion...
2020-11-05 Willy TarreauMEDIUM: pattern: change the pat_del_* functions to...
2020-11-05 Willy TarreauMEDIUM: pattern: link all final elements from the reference
2020-11-05 Willy TarreauMINOR: pattern: make the delete and prune functions...
2020-11-05 Willy TarreauMINOR: pattern: new sflag PAT_SF_REGFREE indicates...
2020-11-05 Willy TarreauCLEANUP: pattern: delete the back refs at once during...
2020-11-05 Willy TarreauMINOR: pattern: move the update revision to the pat_ref...
2020-11-05 Willy TarreauMEDIUM: pattern: call malloc_trim() on pat_ref_reload()
2020-11-05 Willy TarreauMEDIUM: pools: call malloc_trim() from pool_gc()
2020-11-05 Willy TarreauMINOR: compat: automatically include malloc.h on glibc
2020-11-05 Christopher... REGTEST: converter: Add a regtest for MQTT converters
2020-11-05 Baptiste AssmannMINOR: sample: Add converts to parses MQTT messages
2020-11-05 Christopher... REGTEST: converter: Add a regtest for fix converters
2020-11-05 Baptiste AssmannMINOR: sample: Add converters to parse FIX messages
2020-11-05 Christopher... MINOR: ist: Add istend() function to return a pointer...
2020-11-05 Willy Tarreau[RELEASE] Released version 2.4-dev0 v2.4-dev0
2020-11-05 Willy TarreauDOC: mention in INSTALL that it's development again
2020-11-05 Willy TarreauMINOR: version: it's development again.
2020-11-05 Willy Tarreau[RELEASE] Released version 2.3.0 v2.3.0
2020-11-05 Willy TarreauMINOR: version: mention that it's stable now
2020-11-05 Willy TarreauDOC: mention in INSTALL that haproxy 2.3 is a stable...
2020-11-05 Willy TarreauDOC: update INSTALL to mention that TCC is supported
2020-11-05 Willy TarreauBUILD: makefile: usual reorder of objects for faster...
2020-11-05 Daniel CorbettDOC: Add dns as an available domain to show stat
2020-11-05 Ilya ShipitsinBUILD: ssl: use feature macros for detecting ec curves...
2020-11-05 Willy TarreauMINOR: ssl: define SSL_CTX_set1_curves_list to itself...
2020-11-05 William LallemandMINOR: mworker/cli: the master CLI use its own applet
2020-11-05 Willy TarreauBUG/MEDIUM: server: make it possible to kill last idle...
2020-11-04 Ilya ShipitsinCI: github actions: limit OpenSSL no-deprecated builds...
2020-11-04 Willy TarreauMINOR: sock: add a check against cross worker<->master...
2020-11-04 Christopher... CLEANUP: mux-h2: Remove the h1 parser state from the...
2020-11-04 Willy TarreauREGTESTS: mark abns_socket as working now
2020-11-04 Willy TarreauMEDIUM: listeners: make use of fd_want_recv_safe()...
2020-11-04 Willy TarreauMINOR: fd: add fd_want_recv_safe()
2020-11-04 Willy TarreauBUG/MEDIUM: listener: make the master also keep workers...
2020-11-04 Willy TarreauBUG/MEDIUM: listener: never suspend inherited sockets
2020-11-04 Willy TarreauBUG/MEDIUM: listener: only enable a listening listener...
2020-11-03 Willy TarreauBUG/MEDIUM: stick-table: limit the time spent purging...
2020-11-03 Amaury DenoyelleMINOR: stats: do not display empty stat module title...
2020-11-03 Amaury DenoyelleMINOR: mux_h2: add stat for total count of connections...
2020-11-03 Amaury DenoyelleMINOR: mux_h2: capitalize frame type in stats
2020-11-03 Christopher... BUG/MINOR: filters: Skip disabled proxies during startu...
2020-11-03 Willy TarreauMINOR: debug: don't count free(NULL) in memstats
2020-11-03 Ilya ShipitsinBUILD: ssl: use HAVE_OPENSSL_KEYLOG instead of OpenSSL...
2020-11-03 Christopher... BUG/MEDIUM: mux-pt: Release the tasklet during an HTTP...
2020-11-03 Christopher... MINOR: server: Copy configuration file and line for...
2020-11-03 Christopher... BUG/MINOR: server: Set server without addr but with...
2020-11-03 Christopher... BUG/MINOR: checks: Report a socket error before any...
2020-11-03 Christopher... BUG/MINOR: proxy/server: Skip per-proxy/server post...
2020-11-03 Christopher... BUG/MEDIUM: filters: Don't try to init filters for...
2020-11-03 Ilya ShipitsinBUILD: ssl: use SSL_CTRL_GET_RAW_CIPHERLIST instead...
2020-11-02 Willy TarreauCLEANUP: pattern: remove unused entry "tree" in pattern.val
2020-10-31 Willy Tarreau[RELEASE] Released version 2.3-dev9 v2.3-dev9
2020-10-31 Willy TarreauCLEANUP: pattern: fix spelling/grammatical/copy-paste...
2020-10-31 Willy TarreauCLEANUP: pattern: use calloc() rather than malloc for...
2020-10-31 Willy TarreauMINOR: pattern: export pat_ref_push()
2020-10-31 Willy TarreauMINOR: pattern: make pat_ref_add() rely on pat_ref_append()
2020-10-31 Willy TarreauMINOR: pattern: make pat_ref_append() return the newly...
2020-10-30 Remi Tricot... BUG/MINOR: cache: Inverted variables in http_calc_maxag...
2020-10-30 Remi Tricot... BUG/MINOR: cache: Manage multiple values in cache-contr...
2020-10-30 Remi Tricot... MINOR: ist: Add a case insensitive istmatch function
2020-10-30 Remi Tricot... MINOR: cache: Add Expires header value parsing
2020-10-29 Amaury DenoyelleBUG/MINOR: lua: initialize sample before using it
2020-10-29 Amaury DenoyelleBUG/MINOR: server: fix down_time report for stats
2020-10-29 Amaury DenoyelleBUG/MINOR: server: fix srv downtime calcul on starting
2020-10-28 Amaury DenoyelleMINOR: mux-h2: count open connections/streams on stats
2020-10-28 Amaury DenoyelleMINOR: mux-h2: report detected error on stats
2020-10-28 Amaury DenoyelleMINOR: mux-h2: add stats for received frame types
2020-10-28 Amaury DenoyelleMINOR: mux-h2: add counters instance to h2c
2020-10-28 Amaury DenoyelleMINOR: mux-h2: register a stats module
2020-10-27 Remi Tricot... MINOR: cache: Create res.cache_hit and res.cache_name...
2020-10-27 Remi Tricot... MINOR: cache: Process the If-Modified-Since header...
2020-10-27 Remi Tricot... MINOR: cache: Store the "Last-Modified" date in the...
2020-10-27 Tim DuesterhusBUG/MINOR: cache: Check the return value of http_replac...
2020-10-27 Ilya ShipitsinCI: github actions: update h2spec to 2.6.0
2020-10-27 Ilya ShipitsinBUILD: ssl: more elegant OpenSSL early data support...
2020-10-27 Willy TarreauBUG/MINOR: log: fix risk of null deref on error path
2020-10-27 Willy TarreauBUG/MINOR: log: fix memory leak on logsrv parse error
2020-10-27 Emmanuel HocdetBUG/MEDIUM: ssl: OCSP must work with BoringSSL
2020-10-26 William DauchyCLEANUP: http_ana: remove unused assignation of `att_beg`
2020-10-24 Willy Tarreau[RELEASE] Released version 2.3-dev8 v2.3-dev8
2020-10-24 Willy TarreauBUG/MINOR: extcheck: add missing checks on extchk_setenv()
2020-10-24 Willy TarreauBUG/MEDIUM: queue: fix unsafe proxy pointer when counti...
2020-10-24 Daniel CorbettCONTRIB: release-estimator: Add release estimating...
2020-10-24 Ilya ShipitsinCI: travis-ci: switch to Ubuntu 20.04
2020-10-23 Willy TarreauMINOR: stats: report server's user-configured weight...
2020-10-23 Willy TarreauDOC: management: apply the "show stat" modifiers to...
2020-10-23 William LallemandREGTEST: ssl: test "set ssl cert" with separate key...
2020-10-23 William LallemandMEDIUM: ssl: ssl-load-extra-del-ext work only with...
2020-10-23 Willy TarreauMINOR: stats: indicate the number of servers in a backe...
2020-10-23 Willy TarreauMINOR: stats: also support a "no-maint" show stat modifier
2020-10-23 Willy TarreauMINOR: stats: support the "up" output modifier for...
2020-10-23 Willy TarreauRevert "OPTIM: queue: don't call pendconn_unlink()...
2020-10-22 Willy TarreauMEDIUM: fwlc: re-enable per-server queuing up to maxqueue
2020-10-22 Willy TarreauMINOR: leastconn: take the queue length into account...
2020-10-22 Willy TarreauOPTIM: queue: decrement the nbpend and totpend counters...
next