haproxy-2.5.git
2020-12-04 Christopher... BUG/MEDIUM: stream: Xfer the input buffer to a fully...
2020-12-04 William LallemandMEDIUM: ssl: fatal error with bundle + openssl < 1.1.1
2020-12-04 Willy TarreauMINOR: listener: now use a generic add_listener() function
2020-12-04 Willy TarreauMINOR: listener: automatically set the port when creati...
2020-12-04 Willy TarreauMINOR: protocol: add a ->set_port() helper to address...
2020-12-04 Christopher... MINOR: h1-htx/http-ana: Set BODYLESS flag on message...
2020-12-04 Christopher... MINOR: http-ana: Properly set message flags from the...
2020-12-04 Christopher... REGTESTS: Fix proxy_protocol_tlv_validation
2020-12-04 Christopher... CLEANUP: connection: Remove CS_FL_READ_PARTIAL flag
2020-12-04 Christopher... CLEANUP: http-ana: Remove TX_WAIT_NEXT_RQ unsued flag
2020-12-04 Christopher... MEDIUM: http-ana: Don't process partial or empty reques...
2020-12-04 Christopher... CLEANUP: htx: Remove HTX_FL_UPGRADE unsued flag
2020-12-04 Christopher... MINOR: http-ana: Remove useless update of t_idle durati...
2020-12-04 Christopher... CLEANUP: mux-h1: Rename H1C_F_CS_* flags and reorder...
2020-12-04 Christopher... DOC: config: Add notes about errors emitted by H1 mux
2020-12-04 Christopher... MAJOR: mux-h1: Create the client stream as later as...
2020-12-04 Christopher... MINOR: mux-h1: Add functions to send HTTP errors from...
2020-12-04 Christopher... MINOR: logs: Get the multiplexer exist status when...
2020-12-04 Christopher... MINOR: mux: Add a ctl parameter to get the exit status...
2020-12-04 Christopher... MINOR: session: Add functions to increase http values...
2020-12-04 Christopher... MINOR: stick-tables: Add functions to update some value...
2020-12-04 Christopher... MINOR: mux-h1: Add a idle expiration date on the H1...
2020-12-04 Christopher... MINOR: mux-h1: Process next request for IDLE connection...
2020-12-04 Christopher... MINOR: mux-h1: Rework h1_refresh_timeout to be easier...
2020-12-04 Christopher... MINOR: mux-h1: Rework how shutdowns are handled
2020-12-04 Christopher... MINOR: mux-h1: Disable reads if an error was reported...
2020-12-04 Christopher... MINOR: mux-h1: Reset more H1C flags when a H1 stream...
2020-12-04 Christopher... MINOR: mux-h1: rework the h1_timeout_task() function
2020-12-04 Christopher... MINOR: mux-h1: Add embryonic and attached states on...
2020-12-04 Christopher... MINOR: mux-h1: Don't set CS flags in internal parsing...
2020-12-04 Christopher... MINOR: mux-h1: Add a rxbuf into the H1 stream
2020-12-04 Christopher... MINOR: mux-h1: Split front/back h1 stream creation...
2020-12-04 Christopher... MINOR: mux-h1: Separate parsing and formatting errors...
2020-12-04 Christopher... MINOR: mux-h1: Introduce H1C_F_IS_BACK flag on the...
2020-12-04 Christopher... MEDIUM: mux-h1: Use a h1c flag to block reads when...
2020-12-04 Christopher... MINOR: mux-h1: Add a flag to disable reads to wait...
2020-12-04 Christopher... MINOR: stream: Pass an optional input buffer when a...
2020-12-04 Christopher... MINOR: muxes: Remove get_cs_info callback function...
2020-12-04 Christopher... MINOR: mux-h1: Don't provide anymore timing info using...
2020-12-04 Christopher... MINOR: stream: Don't retrieve anymore timing info from...
2020-12-04 Christopher... MINOR: stream: Always get idle duration from the session
2020-12-04 Christopher... MINOR: logs: Use session idle duration when no stream...
2020-12-04 Christopher... MINOR: mux-h1: Reset session dates and durations info...
2020-12-04 Christopher... MINOR: mux-h1: Update session idle duration when data...
2020-12-04 Christopher... MINOR: session: Add the idle duration field into the...
2020-12-04 Christopher... BUG/MINOR: mux-h1: Handle keep-alive timeout for idle...
2020-12-04 Willy TarreauBUG/MINOR: listener: use sockaddr_in6 for IPv6
2020-12-04 Willy TarreauBUG/MINOR: lua-thread: close all states on deinit
2020-12-04 Thierry FournierBUG/MEDIUM: lua-thread: some parts must be initialized...
2020-12-04 Remi Tricot... MINOR: cache: Consider invalid Age values as stale
2020-12-04 Remi Tricot... MEDIUM: cache: Remove cache entry in case of POST on...
2020-12-04 Remi Tricot... MINOR: cache: Add extra "cache-control" value checks
2020-12-04 Remi Tricot... MINOR: cache: Do not store stale entry
2020-12-03 Phil SchererDOC/MINOR: Fix formatting in Management Guide
2020-12-02 David CarlierBUILD/MINOR: haproxy DragonFlyBSD affinity build update.
2020-12-02 Willy TarreauREGTESTS: add a test for the threaded Lua code
2020-12-02 Thierry FournierMINOR: lua-thread: Add verbosity in errors
2020-12-02 Thierry FournierMEDIUM: lua-thread: Add the lua-load-per-thread directive
2020-12-02 Thierry FournierMINOR: lua-thread: Store each function reference and...
2020-12-02 Thierry FournierMINOR: lua-thread: Replace state_from by state_id
2020-12-02 Thierry FournierMINOR: lua-thread: Replace "struct hlua_function" alloc...
2020-12-02 Thierry FournierMINOR: lua-thread: Replace global gL var with an array...
2020-12-02 Thierry FournierMEDIUM: lua-thread: Apply lock only if the parent state...
2020-12-02 Thierry FournierMEDIUM: lua-thread: No longer use locked context in...
2020-12-02 Thierry FournierMINOR: lua-thread: Add the "thread" core variable
2020-12-02 Thierry FournierMINOR: lua-thread: Split hlua_post_init() function...
2020-12-02 Thierry FournierMINOR: lua-thread: Split hlua_load function in two...
2020-12-02 Thierry FournierMINOR: lua-thread: make hlua_ctx_init() get L from...
2020-12-02 Thierry FournierMINOR: lua-thread: Split hlua_init() function in two...
2020-12-02 Thierry FournierMINOR: lua-thread: Replace embedded struct hlua_functio...
2020-12-02 Thierry FournierMINOR: lua-thread: Stop usage of struct hlua for the...
2020-12-02 Thierry FournierMINOR: lua-thread: Use NULL context for main lua state
2020-12-02 Thierry FournierMINOR: lua-thread: hlua_ctx_renew() is never called...
2020-12-02 Thierry FournierMEDIUM: lua-thread: make hlua_post_init() no longer...
2020-12-02 Thierry FournierMINOR: lua-thread: remove struct hlua from function...
2020-12-02 Willy TarreauMEDIUM: lua-thread: use atomics for memory accounting
2020-12-02 Willy TarreauMINOR: lua: simplify hlua_alloc() to only rely on realloc()
2020-12-02 Emeric BrunBUG/MAJOR: ring: tcp forward on ring can break the...
2020-12-02 Frédéric LécailleBUG/MINOR: trace: Wrong displayed trace level
2020-12-02 Remi Tricot... MINOR: cache: Add entry to the tree as soon as possible
2020-12-02 Remi Tricot... MINOR: cache: Improve accept_encoding_normalizer
2020-12-02 Thierry FournierBUG/MINOR: lua: warn when registering action, conv...
2020-12-02 Thierry FournierMINOR: cli: add a function to look up a CLI service...
2020-12-02 Thierry FournierMINOR: actions: add a function returning a service...
2020-12-02 Thierry FournierMINOR: actions: Export actions lookup functions
2020-12-02 Thierry FournierBUG/MINOR: lua: Some lua init operation are processed...
2020-12-02 Thierry FournierBUG/MINOR: lua: Post init register function are not...
2020-12-02 Thierry FournierBUG/MINOR: lua: lua-load doesn't check its parameters
2020-12-02 Thierry FournierBUG/MINOR: lua: missing "\n" in error message
2020-12-01 Willy TarreauBUG/MINOR: mux-h2/stats: not all GOAWAY frames are...
2020-12-01 Willy TarreauMINOR: mux-h2/trace: add traces at level ERROR for...
2020-12-01 Willy TarreauMINOR: traces: add a new level "error" below the "user...
2020-12-01 Willy TarreauBUG/MINOR: mux-h2/stats: make stream/connection proto...
2020-12-01 Maciej ZdebMINOR: log: Logging HTTP path only with %HPO
2020-12-01 Willy Tarreau[RELEASE] Released version 2.4-dev2 v2.4-dev2
2020-12-01 Emeric BrunBUG/MEDIUM: local log format regression.
2020-11-30 Willy TarreauBUG/MEDIUM: task: close a possible data race condition...
2020-11-30 Willy TarreauMINOR: task: remove __tasklet_remove_from_tasklet_list()
2020-11-30 Willy TarreauMINOR: task: perform atomic counter increments only...
2020-11-30 Willy TarreauMINOR: task: remove tasklet_insert_into_tasklet_list()
next