haproxy-2.5.git
2021-07-16 Willy TarreauMINOR: arg: add a free_args() function to free an args...
2021-07-16 Willy TarreauMINOR: init: make -cc support environment variables...
2021-07-16 Willy TarreauMINOR: init: verify that there is a single word on...
2021-07-16 Amaury DenoyelleREGTESTS: test track support for dynamic servers
2021-07-16 Amaury DenoyelleMEDIUM: server: support track keyword for dynamic servers
2021-07-16 Amaury DenoyelleMINOR: srv: do not allow to track a dynamic server
2021-07-16 Amaury DenoyelleMINOR: srv: extract tracking server config function
2021-07-14 Willy TarreauBUILD: lua: silence a build warning with TCC
2021-07-14 Willy TarreauBUILD: add detection of missing important CFLAGS
2021-07-13 Remi Tricot... BUG/MINOR: ssl: Default-server configuration ignored...
2021-07-13 Willy TarreauCLEANUP: applet: remove unused thread_mask
2021-07-12 Amaury DenoyelleMINOR: mux_h2: define config to disable h2 websocket...
2021-07-08 Amaury DenoyelleBUG/MEDIUM: http_ana: fix crash for http_proxy mode...
2021-07-08 Amaury DenoyelleMINOR: http: use http uri parser for path
2021-07-08 Amaury DenoyelleREORG: http_ana: split conditions for monitor-uri in...
2021-07-08 Amaury DenoyelleMINOR: http: use http uri parser for authority
2021-07-08 Amaury DenoyelleMINOR: http: use http uri parser for scheme
2021-07-08 Amaury DenoyelleMINOR: http: implement http uri parser
2021-07-07 Amaury DenoyelleBUILD: http_htx: fix ci compilation error with isdigit...
2021-07-07 Amaury DenoyelleREGTESTS: add http scheme-based normalization test
2021-07-07 Amaury DenoyelleMEDIUM: h2: apply scheme-based normalization on h2...
2021-07-07 Amaury DenoyelleMEDIUM: h1-htx: apply scheme-based normalization on...
2021-07-07 Amaury DenoyelleMEDIUM: http: implement scheme-based normalization
2021-07-07 Amaury DenoyelleMINOR: http: implement http_get_scheme
2021-07-06 Willy TarreauBUILD: stick-table: shut up invalid "uninitialized...
2021-07-06 Marno KrahmerMEDIUM: stats: include disabled proxies that hold activ...
2021-07-06 Christopher... Revert "MINOR: tcp-act: Add set-src/set-src-port for...
2021-07-06 Willy TarreauBUG/MINOR: cli: fix server name output in "show fd"
2021-07-06 Willy TarreauBUG/MEDIUM: sock: make sure to never miss early connect...
2021-07-06 Emeric BrunMEDIUM: stick-table: make the use of 'gpc' excluding...
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"
next