haproxy-2.5.git
2020-12-11 Amaury DenoyelleMINOR: action: define enum for timeout type of the...
2020-12-11 Christopher... BUG/MINOR: tools: Reject size format not starting by...
2020-12-11 Christopher... BUG/MINOR: tools: make parse_time_err() more strict...
2020-12-11 Christopher... MINOR: tcpcheck: Only wait for more payload data on...
2020-12-11 Christopher... BUG/MINOR: tcpcheck: Don't rearm the check timeout...
2020-12-11 Christopher... BUG/MINOR: http-check: Use right condition to consider...
2020-12-11 Willy TarreauCLEANUP: connection: remove the unused conn_{stop,cond_...
2020-12-11 Willy TarreauCLEANUP: connection: open-code conn_cond_update_polling...
2020-12-11 Willy TarreauMINOR: checks: don't call conn_cond_update_polling...
2020-12-11 Willy TarreauMINOR: checks: use cs_drain_and_close() instead of...
2020-12-11 Willy TarreauMINOR: mux-pt: take care of CS_SHR_DRAIN in shutr()
2020-12-11 Willy TarreauMINOR: connection: implement cs_drain_and_close()
2020-12-11 Willy TarreauMINOR: stream-int: don't touch polling anymore on shutdown
2020-12-11 Willy TarreauCLEANUP: connection: use fd_stop_both() instead of...
2020-12-10 Remi Tricot... MINOR: cache: Dump secondary entries in "show cache"
2020-12-10 David CarlierDOC: email change of the DeviceAtlas maintainer
2020-12-09 Gilchrist DadagloBUG/MEDIUM: spoa/python: Fixing references to None
2020-12-09 Gilchrist DadagloBUG/MEDIUM: spoa/python: Fixing PyObject_Call positiona...
2020-12-09 Gilchrist DadagloBUG/MINOR: spoa/python: Cleanup ipaddress objects if...
2020-12-09 Gilchrist DadagloBUG/MINOR: spoa/python: Cleanup references for failed...
2020-12-09 Gilchrist DadagloDOC: spoa/python: Fixing typos in comments
2020-12-09 Gilchrist DadagloDOC: spoa/python: Rephrasing memory related error messages
2020-12-09 Gilchrist DadagloDOC: spoa/python: Fixing typo in IP related error messages
2020-12-09 Gilchrist DadagloBUG/MAJOR: spoa/python: Fixing return None
2020-12-08 Willy TarreauMINOR: udp: export udp_suspend_receiver() and udp_resum...
2020-12-08 Willy TarreauMINOR: connection: use the control layer's init/close
2020-12-08 Willy TarreauMINOR: protocol: add a set of ctrl_init/ctrl_close...
2020-12-08 Willy TarreauCLEANUP: protocol: group protocol struct members by...
2020-12-08 Willy TarreauMINOR: protocol: export protocol definitions
2020-12-08 Willy TarreauMINOR: protocol: remove the redundant ->sock_domain...
2020-12-04 Christopher... BUG/MINOR: stream: Don't use input buffer after the...
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...
next