]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2021-07-06  Emeric BrunMEDIUM: stick-table: add the new arrays of gpc and...
2021-07-06  Emeric BrunMEDIUM: stick-table: make the use of 'gpt' excluding...
2021-07-06  Emeric BrunMEDIUM: stick-table: add the new array of gpt data_type
2021-07-06  Emeric BrunDOC: stick-table: add missing documentation about gpt0...
2021-07-06  Emeric BrunMEDIUM: peers: handle arrays of std types in peers...
2021-07-06  Emeric BrunMEDIUM: stick-table: handle arrays of standard types...
2021-07-06  Emeric BrunMINOR: stick-table: make skttable_data_cast to use...
2021-07-06  Emeric BrunBUG/MINOR: peers: fix data_type bit computation more...
2021-07-06  Emeric BrunBUG/MINOR: stick-table: fix several printf sign errors...
2021-07-05  Daniel BlackDOC: config: use CREATE USER for mysql-check
2021-07-05  David CarlierBUILD/MEDIUM: tcp: set-mark support for OpenBSD
2021-06-30  Willy Tarreau[RELEASE] Released version 2.5-dev1 v2.5-dev1
2021-06-30  Emeric BrunCLEANUP: peers: re-write intdecode function comment.
2021-06-29  Christopher... BUG/MEDIUM: resolvers: Make 1st server of a template...
2021-06-28  Christopher... BUG/MINOR: mqtt: Support empty client ID in CONNECT...
2021-06-28  Christopher... BUG/MINOR: mqtt: Fix parser for string with more than...
2021-06-28  Willy TarreauBUILD: tcp-act: avoid warning when set-mark / set-tos...
2021-06-28  David CarlierBUILD/MEDIUM: tcp: set-mark setting support for FreeBSD.
2021-06-25  Christopher... CLEANUP: tcp-act: Sort action lists
2021-06-25  Christopher... MINOR: http-act/tcp-act: Add "set-mark" and "set-tos...
2021-06-25  Christopher... MINOR: http-act/tcp-act: Add "set-nice" for tcp content...
2021-06-25  Christopher... MINOR: http-act/tcp-act: Add "set-log-level" for tcp...
2021-06-25  Christopher... BUG/MINOR: tcpcheck: Fix numbering of implicit HTTP...
2021-06-25  David CarlierBUILD: Makefile: fix linkage for Haiku.
2021-06-25  Dirkjan BussinkBUG/MINOR: checks: return correct error code for srv_pa...
2021-06-24  Christopher... MINOR: resolvers: Reset server IP on error in resolv_ge...
2021-06-24  Christopher... BUG/MINOR: resolvers: Reset server IP when no ip is...
2021-06-24  Christopher... BUG/MINOR: resolvers: Always attach server on matching...
2021-06-24  Willy TarreauBUG/MINOR: queue/debug: use the correct lock labels...
2021-06-24  Willy TarreauBUG: backend: stop looking for queued connections once...
2021-06-24  Willy TarreauMINOR: queue: simplify pendconn_unlink() regarding...
2021-06-24  Willy TarreauMINOR: queue: remove the px/srv fields from pendconn
2021-06-24  Willy TarreauMINOR: queue: store a pointer to the queue into the...
2021-06-24  Willy TarreauMINOR: queue: add a pointer to the server and the proxy...
2021-06-24  Willy TarreauMINOR: queue: add queue_init() to initialize a queue
2021-06-24  Willy TarreauMEDIUM: queue: use a trylock on the server's queue
2021-06-24  Willy TarreauMEDIUM: queue: take the proxy lock only during the...
2021-06-24  Willy TarreauMINOR: queue: use atomic-ops to update the queue's...
2021-06-24  Willy TarreauMINOR: queue: factor out the proxy/server queuing code...
2021-06-24  Willy TarreauMEDIUM: queue: determine in process_srv_queue() if...
2021-06-24  Willy TarreauMEDIUM: queue: simplify again the process_srv_queue...
2021-06-24  Willy TarreauMEDIUM: queue: use a dedicated lock for the queues...
2021-06-24  Willy TarreauMEDIUM: queue: update px->served and lb's take_conn...
2021-06-24  Willy TarreauRevert "MEDIUM: queue: make pendconn_process_next_strm...
2021-06-24  Willy TarreauRevert "MINOR: queue: update proxy->served once out...
2021-06-24  Willy TarreauRevert "MEDIUM: queue: refine the locking in process_sr...
2021-06-24  Willy TarreauRevert "MEDIUM: queue: use a dedicated lock for the...
2021-06-24  Willy TarreauRevert "MEDIUM: queue: simplify again the process_srv_q...
2021-06-24  Willy TarreauRevert "MINOR: queue: factor out the proxy/server queui...
2021-06-24  Willy TarreauRevert "MINOR: queue: use atomic-ops to update the...
2021-06-24  Willy TarreauRevert "MEDIUM: queue: determine in process_srv_queue...
2021-06-24  Willy TarreauRevert "MEDIUM: queue: move the queue lock manipulation...
2021-06-24  Willy TarreauRevert "MEDIUM: queue: unlock as soon as possible"
2021-06-24  Willy TarreauRevert "MINOR: queue: make pendconn_first() take the...
2021-06-24  Tim DüsterhusDOC: Replace issue templates by issue forms
2021-06-23  Christopher... CLEANUP: dns: Remove a forgotten debug message
2021-06-23  Christopher... DOC: config: Add missing actions in "tcp-request sessio...
2021-06-23  Christopher... MINOR: tcp-act: Add set-src/set-src-port for "tcp-reque...
2021-06-22  Willy TarreauCLEANUP: backend: remove impossible case of round-robin...
2021-06-22  Willy TarreauMINOR: queue: make pendconn_first() take the lock by...
2021-06-22  Willy TarreauMEDIUM: queue: unlock as soon as possible
2021-06-22  Willy TarreauMEDIUM: queue: move the queue lock manipulation to...
2021-06-22  Willy TarreauMEDIUM: queue: determine in process_srv_queue() if...
2021-06-22  Willy TarreauMINOR: queue: use atomic-ops to update the queue's...
2021-06-22  Willy TarreauMINOR: queue: factor out the proxy/server queuing code
2021-06-22  Willy TarreauMEDIUM: queue: simplify again the process_srv_queue...
2021-06-22  Willy TarreauMEDIUM: queue: use a dedicated lock for the queues
2021-06-22  Willy TarreauMINOR: server: replace the pendconns-related stuff...
2021-06-22  Willy TarreauMINOR: proxy: replace the pendconns-related stuff with...
2021-06-22  Willy TarreauMINOR: queue: create a new structure type "queue"
2021-06-22  Willy TarreauMINOR: lb/api: remove the locked argument from take_con...
2021-06-22  Willy TarreauMEDIUM: queue: refine the locking in process_srv_queue()
2021-06-22  Willy TarreauMINOR: queue: update proxy->served once out of the...
2021-06-22  Willy TarreauMEDIUM: queue: make pendconn_process_next_strm() only...
2021-06-22  Amaury DenoyelleREGTESTS: fix maxconn update with agent-check
2021-06-22  Amaury DenoyelleBUG/MAJOR: server: fix deadlock when changing maxconn...
2021-06-20  Tim DuesterhusCLEANUP: Prevent channel-t.h from being detected as...
2021-06-18  Willy TarreauMINOR: queue: update the stream's pend_pos before queui...
2021-06-18  Amaury DenoyelleREGTESTS: server: test ssl support for dynamic servers
2021-06-18  Amaury DenoyelleMINOR: ssl: support ssl keyword for dynamic servers
2021-06-18  Amaury DenoyelleMINOR: ssl: enable a series of ssl keywords for dynamic...
2021-06-18  Amaury DenoyelleMINOR: ssl: support crl arg for dynamic servers
2021-06-18  Amaury DenoyelleMINOR: ssl: support crt arg for dynamic servers
2021-06-18  Amaury DenoyelleMINOR: ssl: support ca-file arg for dynamic servers
2021-06-18  Amaury DenoyelleMINOR: ssl: split parse functions for alpn/check-alpn
2021-06-18  Amaury DenoyelleMINOR: ssl: render file-access optional on server crt...
2021-06-18  Amaury DenoyelleMINOR: server: disable CLI 'set server ssl' for dynamic...
2021-06-18  Amaury DenoyelleMINOR: ssl: check allocation in parse npn/sni
2021-06-18  Amaury DenoyelleMINOR: ssl: check allocation in parse ciphers/ciphersui...
2021-06-18  Amaury DenoyelleMINOR: ssl: check allocation in ssl_sock_init_srv
2021-06-18  Amaury DenoyelleMINOR: ssl: always initialize random generator
2021-06-18  Amaury DenoyelleMINOR: ssl: fix typo in usage for 'new ssl ca-file'
2021-06-18  Tim DuesterhusBUG/MINOR: cache: Correctly handle existing-but-empty...
2021-06-18  Christopher... BUG/MINOR: server/cli: Fix locking in function processi...
2021-06-18  Christopher... BUG/MINOR: resolvers: Use resolver's lock in resolv_srv...
2021-06-17  Amaury DenoyelleBUG/MINOR: backend: do not set sni on connection reuse
2021-06-17  Amaury DenoyelleBUG/MINOR: backend: restore the SF_SRV_REUSED flag...
2021-06-17  Christopher... BUG/MEDIUM: resolvers: Add a task on servers to check...
2021-06-17  Christopher... MINOR: resolvers: Remove server from named_servers...
2021-06-17  Christopher... MINOR: resolvers: Clean server in a dedicated function...
next