haproxy-2.5.git
2021-05-08 Willy TarreauBUILD: htx: include tools.h in http_htx.c
2021-05-08 Willy TarreauBUILD: config: include tools.h in cfgparse-listen.c
2021-05-08 Willy TarreauBUILD: resolvers: include tools.h
2021-05-08 Willy TarreauBUILD: promex: service-prometheus.c needs tools.h
2021-05-08 Willy TarreauBUILD: spoe: flt_spoe.c needs tools.h
2021-05-08 Willy TarreauBUILD: wurfl: wurfl.c needs tools.h
2021-05-08 Willy TarreauBUILD: config: cfgparse-ssl.c needs tools.h
2021-05-08 Willy TarreauBUILD: ssl: ssl_utils requires chunk.h
2021-05-08 Willy TarreauREORG: mworker: move proc_self from global to mworker
2021-05-08 Willy TarreauBUILD: auth: include missing list.h
2021-05-08 Willy TarreauBUILD: wdt: include signal-t.h
2021-05-08 Willy TarreauREORG: threads: move all_thread_mask() to thread.h
2021-05-08 Willy TarreauREORG: vars: move the "proc" scope variables out of...
2021-05-08 Willy TarreauMINOR: config: mark tune.fd.edge-triggered as experimental
2021-05-08 Willy TarreauMINOR: stats: make "show info" able to report rates...
2021-05-08 Willy TarreauMINOR: stats: report uptime and start time as floats...
2021-05-08 Willy TarreauMINOR: stats: use tv_remain() to precisely compute...
2021-05-08 Willy TarreauMINOR: stats: support an optional "float" option to...
2021-05-08 Willy TarreauMINOR: stats: pass the appctx flags to stats_fill_info()
2021-05-08 Willy TarreauMINOR: stats: add the HTML conversion for float types
2021-05-08 Willy TarreauMINOR: stats: avoid excessive padding of float values...
2021-05-08 Willy TarreauMINOR: freq_ctr: add new functions to report float...
2021-05-08 Willy TarreauMINOR: tools: add a float-to-ascii conversion function
2021-05-08 Willy TarreauMINOR: tools: implement trimming of floating point...
2021-05-08 Willy TarreauDOC: management: mention that some fields may be emitte...
2021-05-08 Willy TarreauMINOR: sample: improve error reporting on missing arg...
2021-05-07 Remi Tricot... DOC: ssl: Add information about crl-file option
2021-05-07 Willy TarreauADDONS: make addons/ discoverable by git via .gitignore
2021-05-07 Remi Tricot... DOC: ssl: Extra files loading now works for backends too
2021-05-07 Amaury DenoyelleBUG/MINOR: server: do not report diag for peer servers...
2021-05-07 Amaury DenoyelleMINOR: proxy: define PR_CAP_LB
2021-05-07 Amaury DenoyelleBUILD: fix usage of ha_alert without format string
2021-05-07 Amaury DenoyelleMINOR: http_act: mark normalize-uri as experimental
2021-05-07 Amaury DenoyelleMINOR: stats: report tainted on show info
2021-05-07 Amaury DenoyelleMINOR: cli: set tainted when using CLI expert/experimen...
2021-05-07 Amaury DenoyelleMINOR: action: implement experimental actions
2021-05-07 Amaury DenoyelleMINOR: action: replace match_pfx by a keyword flags...
2021-05-07 Amaury DenoyelleMINOR: cfgparse: implement experimental config keywords
2021-05-07 Amaury DenoyelleMINOR: cfgparse: add a new field flags in cfg_keyword
2021-05-07 Amaury DenoyelleMINOR: global: define tainted flag
2021-05-07 Christopher... BUG/MINOR: checks: Reschedule check on observe mode...
2021-05-07 Christopher... BUG/MINOR: checks: Handle synchronous connect when...
2021-05-07 Christopher... BUG/MINOR: stream: Reset stream final state and si...
2021-05-07 Willy TarreauCLEANUP: cli/tree-wide: properly re-align the CLI comma...
2021-05-07 Willy TarreauMINOR: config: add a new message directive: .diag
2021-05-07 Willy TarreauMEDIUM: log: slightly refine the output format of alert...
2021-05-07 Willy TarreauBUG/MINOR: stream: properly clear the previous error...
2021-05-07 Willy TarreauBUG/MINOR: activity: use the new pointer to calculate...
2021-05-06 Willy TarreauMINOR: config: add predicates "version_atleast" and...
2021-05-06 Willy TarreauMINOR: config: add predicate "feature" to detect certai...
2021-05-06 Willy TarreauMINOR: config: add predicates "streq()" and "strneq...
2021-05-06 Willy TarreauMINOR: config: add predicate "defined()" to conditional...
2021-05-06 Willy TarreauMINOR: config: make cfg_eval_condition() support predic...
2021-05-06 Willy TarreauMINOR: config: improve .if condition error reporting
2021-05-06 Willy TarreauMINOR: global: add version comparison functions
2021-05-06 Willy TarreauMINOR: global: export the build features string list
2021-05-06 Willy TarreauMINOR: arg: improve the error message on missing closin...
2021-05-06 Willy TarreauBUILD: activity: do not include malloc.h
2021-05-06 Willy TarreauMINOR: config: support some pseudo-variables for file...
2021-05-06 Willy TarreauMINOR: config: keep up-to-date current file/line/sectio...
2021-05-06 Willy TarreauMINOR: config: centralize the ".if"/".elif" condition...
2021-05-06 Willy TarreauBUG/MINOR: config: .if/.elif should also accept negativ...
2021-05-06 Willy TarreauBUG/MINOR: config: add a missing "ELIF_TAKE" test for...
2021-05-06 Willy TarreauBUG/MINOR: config: fix uninitialized initial state...
2021-05-06 Christopher... BUG/MINOR: stream: Decrement server current session...
2021-05-06 Christopher... MINOR: mux-h1: Manage processing blocking flags on...
2021-05-06 Christopher... CLEANUP: mux-h1: rename WAIT_INPUT/WAIT_OUTPUT flags
2021-05-06 Christopher... MEDIUM: mux-h1: Wake H1 stream when both sides a synchr...
2021-05-06 Christopher... MINOR: mux-h1: Always subscribe for reads when splicing...
2021-05-06 Christopher... MINOR: mux-h1: Subscribe for sends if output buffer...
2021-05-06 Christopher... MINOR: mux-h1: clean up conditions to enabled and disab...
2021-05-06 Christopher... REGTESTS: Add script to test abortonclose option
2021-05-06 Christopher... BUG/MEDIUM: mux-h1: Properly report client close if...
2021-05-06 Christopher... MEDIUM: mux-h1: Don't block reads when waiting for...
2021-05-06 Christopher... MINOR: conn-stream: Force mux to wait for read events...
2021-05-06 Christopher... BUG/MINOR: stream-int: Don't block reads in si_update_r...
2021-05-06 Christopher... MINOR: channel: Rely on HTX version if appropriate...
2021-05-05 Willy TarreauBUILD: makefile: add new option USE_MEMORY_PROFILING
2021-05-05 Willy TarreauMINOR: activity: add the profiling.memory global setting
2021-05-05 Willy TarreauMINOR: activity: make "show profiling" also dump the...
2021-05-05 Willy TarreauMINOR: activity: make "show profiling" support a few...
2021-05-05 Willy TarreauMINOR: activity: clean up the show profiling io_handler...
2021-05-05 Willy TarreauMEDIUM: activity: collect memory allocator statistics...
2021-05-05 Willy TarreauMINOR: activity: declare the storage for memory usage...
2021-05-05 Willy TarreauMINOR: activity: add a "memory" entry to "profiling"
2021-05-05 Willy TarreauCLEANUP: activity: mark the profiling and task_profilin...
2021-05-05 Willy TarreauMINOR: tools: add functions to retrieve the address...
2021-05-05 Amaury DenoyelleMEDIUM: connection: close front idling connection on...
2021-05-05 Amaury DenoyelleMEDIUM: mux_h1: release idling frontend conns on soft...
2021-05-05 Amaury DenoyelleMINOR: connection: move session_list member in a union
2021-05-05 Amaury DenoyelleMINOR: srv: close all idle connections on shutdown
2021-05-05 Ilya ShipitsinCI: Github Actions: switch to LibreSSL-3.3.3
2021-05-05 Willy TarreauMINOR: pools/debug: slightly relax DEBUG_DONT_SHARE_POOLS
2021-05-05 Willy TarreauMINOR: debug: add a new "debug dev sym" command in...
2021-05-04 William LallemandBUG/MINOR: ssl/cli: fix a lock leak when no memory...
2021-05-04 Willy TarreauBUG/MEDIUM: cli: prevent memory leak on write errors
2021-05-03 Christopher... BUG/MINOR: hlua: Don't rely on top of the stack when...
2021-05-01 Willy Tarreau[RELEASE] Released version 2.4-dev18 v2.4-dev18
2021-04-30 Amaury DenoyelleBUILD: compiler: do not use already defined __read_most...
2021-04-30 Willy TarreauCLEANUP: map/cli: properly align the map/acl help
next