]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2020-08-07  William DauchyMINOR: ssl: add ssl_{c,s}_chain_der fetch methods
2020-08-07  William DauchyCLEANUP: ssl: ssl_sock_crt2der semicolon and spaces
2020-08-07  William LallemandBUG/MINOR: snapshots: leak of snapshots on deinit()
2020-08-07  Christopher... MINOR: arg: Use chunk_destroy() to release string arguments
2020-08-07  Christopher... MINOR: lua: Add support for regex as fetches and conver...
2020-08-07  Christopher... MINOR: lua: Add support for userlist as fetches and...
2020-08-07  Christopher... MEDIUM: lua: Don't filter exported fetches and converters
2020-08-07  Christopher... BUG/MINOR: lua: Duplicate lua strings in sample fetches...
2020-08-07  Christopher... MINOR: hlua: Don't needlessly copy lua strings in trash...
2020-08-07  Christopher... BUG/MINOR: lua: Check argument type to convert it to...
2020-08-07  Christopher... BUG/MINOR: lua: Check argument type to convert it to...
2020-08-07  Christopher... BUG/MINOR: arg: Fix leaks during arguments validation...
2020-08-07  Christopher... BUG/MINOR: lua: Duplicate map name to load it when...
2020-08-07  Christopher... BUG/MINOR: converters: Store the sink in an arg pointer...
2020-08-07  Christopher... MINOR: arg: Add an argument type to keep a reference...
2020-08-07  Christopher... BUG/MEDIUM: map/lua: Return an error if a map is loaded...
2020-08-06  William LallemandBUG/MEDIUM: ssl: memory leak of ocsp data at SSL_CTX_free()
2020-08-06  William LallemandBUG/MINOR: ssl: fix memory leak at OCSP loading
2020-08-05  William DauchyDOC: spoa-server: fix false friends `actually`
2020-08-05  William DauchyBUG/MINOR: spoa-server: fix size_t format printing
2020-08-05  Baptiste AssmannBUG/MAJOR: dns: disabled servers through SRV records...
2020-08-05  Baptiste AssmannCLEANUP: dns: typo in reported error message
2020-08-05  Christopher... BUG/MEDIUM: mux-h1: Refresh H1 connection timeout after...
2020-08-05  Ilya ShipitsinCI: travis-ci: specify SLZ_LIB, SLZ_INC for travis...
2020-08-05  Ilya ShipitsinBUILD: Makefile: require SSL_LIB, SSL_INC to be explici...
2020-07-31  Willy TarreauSCRIPTS: git-show-backports: emit the shell command...
2020-07-31  Willy TarreauSCRIPTS: git-show-backports: make -m most only show...
2020-07-31  Willy Tarreau[RELEASE] Released version 2.3-dev2 v2.3-dev2
2020-07-31  William LallemandBUG/MEDIUM: ssl: check OCSP calloc in ssl_sock_load_ocsp()
2020-07-31  Ilya ShipitsinCLEANUP: assorted typo fixes in the code and comments
2020-07-31  Willy TarreauMINOR: mux-h1: do not try to receive on backend before...
2020-07-31  Willy TarreauMINOR: mux-h1: do not even try to receive if the connec...
2020-07-31  Willy TarreauMINOR: connection: avoid a useless recvfrom() on outgoi...
2020-07-31  Willy TarreauBUG/MEDIUM: tcp-checks: always attach the transport...
2020-07-31  Willy TarreauBUG/MEDIUM: backend: always attach the transport before...
2020-07-31  Ilya ShipitsinCI: travis-ci: use proper linking flags for SLZ build
2020-07-31  Ilya ShipitsinCI: travis-ci: use better name for Coverity scan job
2020-07-30  Willy TarreauSCRIPTS: announce-release: add the link to the wiki...
2020-07-30  Christopher... BUG/MINOR: lua: Fix a possible null pointer deref on...
2020-07-30  Christopher... MINOR: stream-int: Be sure to have a mux to do sends...
2020-07-30  Christopher... MINOR: connection: Preinstall the mux for non-ssl connect
2020-07-30  Christopher... BUG/MEDIUM: connection: Be sure to always install a...
2020-07-30  Christopher... MEDIUM: lua: Set the analyse expiration date with small...
2020-07-30  Christopher... MEDIUM: tcp-rules: Use a dedicated expiration date...
2020-07-30  Christopher... BUG/MINOR: tcp-rules: Set the inspect-delay when a...
2020-07-30  Christopher... BUG/MINOR: tcp-rules: Preserve the right filter analyse...
2020-07-30  Christopher... MINOR: tcp-rules: Return an internal error if an action...
2020-07-30  Christopher... BUG/MINOR: lua: Abort execution of actions that yield...
2020-07-30  Christopher... BUG/MEDIUM: dns: Don't yield in do-resolve action on...
2020-07-30  Christopher... MEDIUM: lua: Add support for the Lua 5.4
2020-07-30  Ilya ShipitsinCI: travis-ci : switch to stock openssl when openssl...
2020-07-30  Ilya ShipitsinCI : travis-ci : prepare for using stock OpenSSL
2020-07-29  Jerome MagninBUG/MAJOR: dns: don't treat Authority records as an...
2020-07-29  Jerome MagninBUG/MAJOR: dns: fix null pointer dereference in snr_upd...
2020-07-27  Christopher... BUG/MINOR: debug: Don't dump the lua stack if it is...
2020-07-26  Jackie TapiaDOC: Use gender neutral language
2020-07-24  Baruch SiachBUILD: tools: fix build with static only toolchains
2020-07-23  Christopher... BUG/MINOR: mux-fcgi: Don't url-decode the QUERY_STRING...
2020-07-23  Willy TarreauBUG/MINOR: htx: add two missing HTX_FL_EOI and remove...
2020-07-22  Willy TarreauCLEANUP: dns: remove 45 "return" statements from dns_va...
2020-07-22  Christopher... BUG/MEDIUM: http-ana: Only set CF_EXPECT_MORE flag...
2020-07-22  Christopher... BUG/MEDIUM: stream-int: Don't set MSG_MORE flag if...
2020-07-22  Christopher... MEDIUM: htx: Add a flag on a HTX message when no more...
2020-07-22  Christopher... BUG/MEDIUM: dns: Release answer items when a DNS resolu...
2020-07-22  Christopher... BUG/MAJOR: dns: Make the do-resolve action thread-safe
2020-07-22  Willy TarreauMINOR: tasks/debug: add a BUG_ON() check to detect...
2020-07-22  Willy TarreauMINOR: tasks/debug: add a few BUG_ON() to detect use...
2020-07-22  Willy TarreauMINOR: tasks/debug: make the thread affinity BUG_ON...
2020-07-22  Willy TarreauBUG/MAJOR: tasks: don't requeue global tasks into the...
2020-07-21  Emeric BrunBUG/MEDIUM: resolve: fix init resolving for ring and...
2020-07-21  Willy TarreauBUG/MEDIUM: arg: empty args list must be dropped
2020-07-19  Lukas TribusDOC: ssl: req_ssl_sni needs implicit TLS
2020-07-17  Willy Tarreau[RELEASE] Released version 2.3-dev1 v2.3-dev1
2020-07-17  Willy TarreauBUILD: config: fix again bugs gcc warnings on calloc
2020-07-17  Willy TarreauBUG/MAJOR: tasks: make sure to always lock the shared...
2020-07-17  Willy TarreauBUILD: config: address build warning on raspbian+rpi4
2020-07-17  Christopher... BUG/MEDIUM: channel: Be aware of SHUTW_NOW flag when...
2020-07-16  Willy TarreauBUG/MEDIUM: server: fix possibly uninitialized state...
2020-07-16  Ilya ShipitsinBUG/MEDIUM: server: resolve state file handle leak...
2020-07-15  Harris KaufmannBUG/MEDIUM: fcgi-app: fix memory leak in fcgi_flt_http_...
2020-07-15  Emeric BrunMINOR: log: adds counters on received syslog messages.
2020-07-15  Emeric BrunMEDIUM: log: adds log forwarding section.
2020-07-15  Emeric BrunMINOR: log: adds syslog udp message handler and parsing.
2020-07-15  Emeric BrunMEDIUM: log/sink: re-work and merge of build message...
2020-07-15  Emeric BrunMEDIUM: udp: adds minimal proto udp support for message...
2020-07-15  Emeric BrunBUG/MEDIUM: log: issue mixing sampled to not sampled...
2020-07-15  Willy TarreauBUG/MINOR: backend: fix potential null deref on srv_conn
2020-07-15  Christopher... BUG/MINOR: mux-fcgi: Set flags on the right stream...
2020-07-15  Christopher... BUG/MINOR: mux-fcgi: Set conn state to RECORD_P when...
2020-07-15  Christopher... BUG/MINOR: mux-fcgi: Handle empty STDERR record
2020-07-15  Christopher... MINOR: backend: Add sample fetches to get the server...
2020-07-15  Christopher... MINOR: contrib/prometheus-exporter: Add missing global...
2020-07-15  Christopher... MINOR: raw_sock: Report the number of bytes emitted...
2020-07-15  Christopher... BUG/MEDIUM: mux-h1: Continue to process request when...
2020-07-15  Christopher... CLEANUP: connection: remove unused field idle_time...
2020-07-15  Christopher... MINOR: server: Factorize code to deal with connections...
2020-07-15  Christopher... MINOR: server: Factorize code to deal with reuse of...
2020-07-15  Christopher... MINOR: session: Take care to decrement idle_conns count...
2020-07-15  Christopher... MINOR: connection: Set the conncetion target during...
2020-07-15  Christopher... MINOR: connection: Use a dedicated function to look...
next