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