haproxy-2.5.git
2021-03-12 Willy TarreauMINOR: tools: add the ability to update a word fingerprint
2021-03-12 Willy TarreauMEDIUM: cli: apply spelling fixes for known commands...
2021-03-12 Willy TarreauMINOR: cli: filter the list of commands to the matching...
2021-03-12 Willy TarreauMINOR: cli: print the error message in the parser funct...
2021-03-12 Willy TarreauMINOR: cli: test the appctx level for master access...
2021-03-12 Willy TarreauMINOR: cli: set the ACCESS_MASTER* bits on the master...
2021-03-12 Willy TarreauCLEANUP: cli: fix misleading comment and better indent...
2021-03-12 Willy TarreauBUG/MINOR: cli: make sure "help", "prompt", "quit"...
2021-03-12 Christopher... CLEANUP: resolvers: Perform unsafe loop on requester...
2021-03-12 Christopher... CLEANUP: resolvers: Use ha_free() in srvrq_resolution_e...
2021-03-12 Christopher... MINOR: resolvers: Don't try to match immediatly renewed...
2021-03-12 Christopher... MINOR: resolvers: Use milliseconds for cached items...
2021-03-12 Christopher... BUG/MEDIUM: resolvers: Skip DNS resolution at startup...
2021-03-12 Christopher... BUG/MEDIUM: resolvers: Don't release resolution from...
2021-03-12 Christopher... MINOR: resolvers: Directly call srvrq_update_srv_state...
2021-03-12 Christopher... MINOR: resolvers: Add function to change the srv status...
2021-03-12 Christopher... MINOR: resolvers: Purge answer items when a SRV resolut...
2021-03-12 Christopher... MINOR: resolvers: Use a function to remove answers...
2021-03-12 Christopher... BUG/MEDIUM: resolvers: Trigger a DNS resolution if...
2021-03-12 Christopher... BUG/MINOR; resolvers: Ignore DNS resolution for expired...
2021-03-12 Baptiste AssmannMINOR: resolvers: new function find_srvrq_answer_record()
2021-03-12 Christopher... BUG/MEDIUM: resolvers: Fix the loop looking for an...
2021-03-12 Christopher... BUG/MEDIUM: resolvers: Don't set an address-less server...
2021-03-12 Christopher... BUG/MINOR: resolvers: Unlink DNS resolution to set...
2021-03-12 Christopher... BUG/MINOR: resolvers: Reset server address on DNS error...
2021-03-12 Christopher... BUG/MINOR: resolvers: Consider server to have no IP...
2021-03-12 Christopher... Revert "BUG/MINOR: resolvers: Only renew TTL for SRV...
2021-03-12 Willy TarreauBUG/MINOR: cfgparse/server: increment the extra keyword...
2021-03-12 Willy TarreauMINOR: tcp-rules: suggest approaching action names...
2021-03-12 Willy TarreauMINOR: http-rules: suggest approaching action names...
2021-03-12 Willy TarreauMINOR: actions: add a function to suggest an action...
2021-03-12 Willy TarreauMINOR: cfgparse/bind: suggest correct spelling for...
2021-03-12 Willy TarreauMINOR: cfgparse/server: try to fix spelling mistakes...
2021-03-12 Willy TarreauMINOR: cfgparse: suggest correct spelling for unknown...
2021-03-12 Willy TarreauMINOR: cfgparse: suggest correct spelling for unknown...
2021-03-12 Willy TarreauMINOR: cfgparse: add cfg_find_best_match() to suggest...
2021-03-12 Willy TarreauMINOR: tools: add simple word fingerprinting to find...
2021-03-12 Willy TarreauCLEANUP: actions: the keyword must always be const...
2021-03-12 Willy TarreauCLEANUP: http-rules: remove the unexpected comma before...
2021-03-12 Willy TarreauCLEANUP: vars: make the error message clearer on missin...
2021-03-12 Willy TarreauCLEANUP: tcp-rules: add missing actions in the tcp...
2021-03-12 Willy TarreauBUG/MINOR: server-state: use the argument, not the...
2021-03-12 Willy TarreauBUG/MINOR: server-state: properly handle the case where...
2021-03-12 Christopher... BUG/MINOR: tcpcheck: Fix double free on error path...
2021-03-12 Christopher... BUG/MINOR: proxy/session: Be sure to have a listener...
2021-03-12 Christopher... BUG/MINOR: tcpcheck: Update .health threshold of agent...
2021-03-12 Christopher... BUG/MEDIUM: filters: Set CF_FL_ANALYZE on channels...
2021-03-12 Willy TarreauBUILD: atomic/arm64: force the register pairs to use...
2021-03-11 Emeric BrunBUG/MEDIUM: stick-tables: fix ref counter in table...
2021-03-10 Frédéric LécailleBUG/MINOR: connection: Missing QUIC initialization
2021-03-10 Willy TarreauOPTIM: task: automatically adjust the default runqueue...
2021-03-10 Willy TarreauMINOR: task: give the scheduler a bit more flexibility...
2021-03-10 Daniel CorbettBUG/MINOR: sample: Rename SenderComID/TargetComID to...
2021-03-09 Willy TarreauBUG/MEDIUM: ssl: properly remove the TASK_HEAVY flag...
2021-03-09 Willy TarreauCLEANUP: config: also address the cfg_keyword API chang...
2021-03-09 Emeric BrunBUG/MEDIUM: resolvers: handle huge responses over tcp...
2021-03-09 Willy TarreauCLEANUP: stream: rename a few remaining occurrences...
2021-03-09 Bertrand JacquinMINOR: build: force CC to set a return code when probin...
2021-03-09 William LallemandBUG/MEDIUM: session: NULL dereference possible when...
2021-03-09 Willy TarreauBUILD: connection: do not use VAR_ARRAY in struct tlv
2021-03-09 Willy TarreauCLEANUP: config: make the cfg_keyword parsers take...
2021-03-09 Willy TarreauBUILD: bug: refine HA_LINK_ERROR() to only be used...
2021-03-09 Willy TarreauBUILD: task: fix build at -O0 with threads disabled
2021-03-09 Tim DuesterhusCLEANUP: connection: Consistently use `struct ist`...
2021-03-09 Tim DuesterhusMINOR: connection: Use a `struct ist` to store proxy_au...
2021-03-09 Tim DuesterhusCLEANUP: connection: Use istptr / istlen for proxy_uniq...
2021-03-09 Tim DuesterhusCLEANUP: connection: Remove useless test for NULL befor...
2021-03-09 Tim DuesterhusCLEANUP: connection: Use `VAR_ARRAY` in `struct tlv...
2021-03-05 Willy Tarreau[RELEASE] Released version 2.4-dev11 v2.4-dev11
2021-03-05 Ilya ShipitsinCLEANUP: assorted typo fixes in the code and comments
2021-03-05 Olivier HouchardBUILD: Fix build when using clang without optimizing.
2021-03-05 Amaury DenoyelleBUG/MINOR: backend: fix condition for reuse on mode...
2021-03-05 Amaury DenoyelleMINOR: backend: add a BUG_ON if conn mux NULL in connec...
2021-03-05 Willy TarreauCLEANUP: server: reorder some fields in the server...
2021-03-05 Willy TarreauMINOR: server: move actconns to the per-thread structure
2021-03-05 Willy TarreauMINOR: server: allocate a per-thread struct for the...
2021-03-05 Willy TarreauMINOR: cfgparse: finish to set up servers outside of...
2021-03-05 Willy TarreauMINOR: server: add a global list of all known servers
2021-03-05 Willy TarreauCLEANUP: lua: set a dummy file name and line number...
2021-03-05 Willy TarreauCLEANUP: sockpair: silence a coverity check about fcntl()
2021-03-05 Willy TarreauCLEANUP: global: reorder some fields to respect cache...
2021-03-05 Willy TarreauMINOR: server: don't read curr_used_conns multiple...
2021-03-05 Willy TarreauMEDIUM: ssl: implement xprt_set_used and xprt_set_idle...
2021-03-05 Willy TarreauMINOR: xprt: add new xprt_set_idle and xprt_set_used...
2021-03-05 Willy TarreauMEDIUM: muxes: mark idle conns tasklets with TASK_F_USR1
2021-03-05 Willy TarreauMINOR: task: add an application specific flag to the...
2021-03-05 Willy TarreauMEDIUM: task: extend the state field to 32 bits
2021-03-05 Willy TarreauMINOR: task: move the nice field to the struct task...
2021-03-05 Willy TarreauMINOR: task: stop abusing the nice field to detect...
2021-03-05 UbuntuOPTIM: lb-random: use a cheaper PRNG to pick a server
2021-03-05 Willy TarreauREORG: tools: promote the debug PRNG to more general...
2021-03-05 UbuntuMEDIUM: backend: use a trylock when trying to grab...
2021-03-05 UbuntuCLEANUP: stream: explain why we queue the stream at...
2021-03-05 Willy TarreauMINOR: stream: use ABORT_NOW() and not abort() in strea...
2021-03-05 Willy TarreauMINOR: pools: double the local pool cache size to 1 MB
2021-03-05 Willy TarreauMEDIUM: pools: add CONFIG_HAP_NO_GLOBAL_POOLS and CONFI...
2021-03-05 Willy TarreauBUG/MINOR: ssl: don't truncate the file descriptor...
2021-03-05 UbuntuMINOR: atomic: implement a more efficient arm64 __ha_ca...
2021-03-05 Willy TarreauMINOR: atomic: add armv8.1-a atomics variant for cas-dw
2021-03-05 Willy TarreauBUG/MINOR: mt-list: always perform a cpu_relax call...
next