haproxy-2.5.git
2021-03-18 Amaury DenoyelleREORG: server: rename internal functions from parse_server
2021-03-18 Amaury DenoyelleREORG: server: move alert traces in parse_server
2021-03-18 Amaury DenoyelleREORG: server: split parse_server
2021-03-18 Amaury DenoyelleMINOR: server: remove fastinter from mistyped kw list
2021-03-18 Amaury DenoyelleREORG: server: move keywords in srv_kws
2021-03-18 Amaury DenoyelleMINOR: cfgparse: always alloc idle conns task
2021-03-18 Amaury DenoyelleREORG: server: add a free server function
2021-03-18 Amaury DenoyelleMINOR: cli: implement experimental-mode
2021-03-18 Eric SalamaMINOR: mworker/cli: alert the user if we enabled a...
2021-03-18 Eric SalamaMINOR/BUG: mworker/cli: do not use the unix_bind prefix...
2021-03-17 Willy TarreauMINOR: freq_ctr/threads: relax when failing to update...
2021-03-17 Willy TarreauBUG/MINOR: freq_ctr/threads: make use of the last updat...
2021-03-17 Willy TarreauMINOR: time: export the global_now variable
2021-03-16 Christopher... BUG/MINOR: resolvers: Add missing case-insensitive...
2021-03-15 Willy TarreauMINOR: cfgparse/proxy: also support spelling fixes...
2021-03-15 Willy TarreauMINOR: cli: limit spelling suggestions to 5
2021-03-15 Willy TarreauMINOR: cli: sort the suggestions by order of relevance
2021-03-15 Willy TarreauMINOR: cli: improve fuzzy matching to work on all remai...
2021-03-15 Willy TarreauMINOR: tools: do not sum squares of differences for...
2021-03-15 Willy TarreauMINOR: tools: improve word fingerprinting by counting...
2021-03-15 Willy TarreauBUG/MINOR: cfgparse: use the GLOBAL not LISTEN keywords...
2021-03-13 Willy TarreauBUG/MEDIUM: cli: fix "help" crashing since recent spell...
2021-03-13 Willy Tarreau[RELEASE] Released version 2.4-dev12 v2.4-dev12
2021-03-13 Ilya ShipitsinCLEANUP: assorted typo fixes in the code and comments
2021-03-13 Willy TarreauCLEANUP: task: make sure tasklet handlers always indica...
2021-03-13 Willy TarreauCLEANUP: cli: rename the last few "stats_" to "cli_"
2021-03-13 Willy TarreauCLEANUP: cli: rename MAX_STATS_ARGS to MAX_CLI_ARGS
2021-03-12 Willy TarreauMINOR: cli: apply the fuzzy matching on the whole comma...
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...
next