- e7c50f1 BUG/MEDIUM: spoe: Kill applets if there are pending connections and nbthread > 1 by Christopher Faulet · 3 years, 8 months ago
- e004831 BUG/MINOR: connection: Use the client's dst family for adressless servers by Christopher Faulet · 3 years, 8 months ago
- 4eff12f BUG/MINOR: tcp-act: Don't forget to set the original port for IPv4 set-dst rule by Christopher Faulet · 3 years, 8 months ago
- 8fc16fb BUG/MINOR: http-ana: Only consider dst address to process originalto option by Christopher Faulet · 3 years, 9 months ago
- 192333e BUG/MINOR: mux-h1: Immediately report H1C errors from h1_snd_buf() by Christopher Faulet · 3 years, 8 months ago
- e8ec006 BUG/MEDIUM: resolvers: Reset address for unresolved servers by Christopher Faulet · 3 years, 9 months ago
- bbb6378 BUG/MEDIUM: resolvers: Reset server address and port for obselete SRV records by Christopher Faulet · 3 years, 9 months ago
- 132d25f BUG/MINOR: resolvers: new callback to properly handle SRV record errors by Baptiste Assmann · 4 years ago
- 05813ef BUG/MINOR: proxy: wake up all threads when sending the hard-stop signal by Willy Tarreau · 3 years, 9 months ago
- 013fea4 BUG/MEDIUM: cli/shutdown sessions: make it thread-safe by Willy Tarreau · 3 years, 9 months ago
- 6faa909 BUG/MEDIUM: proxy: use thread-safe stream killing on hard-stop by Willy Tarreau · 3 years, 9 months ago
- e980ca9 BUG/MEDIUM: vars: make functions vars_get_by_{name,desc} thread-safe by Dragan Dosen · 3 years, 9 months ago
- e06e064 BUG/MINOR: sample: secure convs that accept base64 string and var name as args by Dragan Dosen · 3 years, 9 months ago
- 6d2abd7 BUG/MEDIUM: mux-h1: Fix handling of responses to CONNECT other than 200-ok by Christopher Faulet · 3 years, 9 months ago
- d54cc60 BUG/MINOR: server: Be sure to cut the last parsed field of a server-state line by Christopher Faulet · 3 years, 9 months ago
- 6656972 BUG/MINOR: server: Init params before parsing a new server-state line by Christopher Faulet · 3 years, 9 months ago
- d027f8c BUG/MINOR: checks: properly handle wrapping time in __health_adjust() by Willy Tarreau · 3 years, 9 months ago
- e0523d5 BUG/MINOR: session: atomically increment the tracked sessions counter by Willy Tarreau · 3 years, 9 months ago
- f02bcb9 BUG/MINOR: server: Remove RMAINT from admin state when loading server state by Christopher Faulet · 3 years, 9 months ago
- bb13ea6 CLEANUP: channel: fix comment in ci_putblk. by Emeric Brun · 3 years, 10 months ago
- 559a6d3 BUG/MINOR: server: Don't call fopen() with server-state filepath set to NULL by Christopher Faulet · 3 years, 9 months ago
- 904a86c BUG/MINOR: cfgparse: do not mention "addr:port" as supported on proxy lines by Willy Tarreau · 3 years, 9 months ago
- 7811c53 BUG/MEDIUM: config: don't pick unset values from last defaults section by Willy Tarreau · 3 years, 9 months ago
- 127bfb3 CLEANUP: deinit: release global and per-proxy server-state variables on deinit by Christopher Faulet · 3 years, 9 months ago
- ea1300f BUG/MINOR: server: Fix server-state-file-name directive by Christopher Faulet · 3 years, 9 months ago
- dc1e55a BUG/MINOR: backend: hold correctly lock when killing idle conn by Amaury Denoyelle · 3 years, 10 months ago
- 21471ef BUG/MINOR: tools: Fix a memory leak on error path in parse_dotted_uints() by Christopher Faulet · 3 years, 9 months ago
- 71a5a75 BUG/MEDIUM: mux-h1: Always set CS_FL_EOI for response in MSG_DONE state by Christopher Faulet · 3 years, 9 months ago
- 8f304a6 BUG/MEDIUM: mux-h2: Be sure to enter in demux loop even if dbuf is empty by Christopher Faulet · 3 years, 9 months ago
- df203d8 BUG/MEDIUM: mux-h2: do not quit the demux loop before setting END_REACHED by Willy Tarreau · 3 years, 9 months ago
- e70050e BUG/MEDIUM: mux-h2: handle remaining read0 cases by Willy Tarreau · 3 years, 9 months ago
- c02437c BUG/MINOR: xxhash: make sure armv6 uses memcpy() by Willy Tarreau · 3 years, 9 months ago
- 7a466f6 BUG/MEDIUM: ssl: check a connection's status before computing a handshake by Willy Tarreau · 3 years, 9 months ago
- 3b4bec1 BUG/MINOR: stick-table: Always call smp_fetch_src() with a valid arg list by Christopher Faulet · 3 years, 9 months ago
- 9cb8cf2 BUG/MINOR: config: fix leak on proxy.conn_src.bind_hdr_name by Amaury Denoyelle · 3 years, 10 months ago
- f127c3e BUG/MEDIUM: filters/htx: Fix data forwarding when payload length is unknown by Christopher Faulet · 3 years, 10 months ago
- 3ad7b3d BUG/MEDIUM: stats: add missing INF_BUILD_INFO definition by Adis Nezirovic · 3 years, 10 months ago
- 892e4fd BUILD/MINOR: lua: define _GNU_SOURCE for LLONG_MAX by Bertrand Jacquin · 3 years, 10 months ago
- 3b94d98 BUG/MEDIUM: mux-h2: fix read0 handling on partial frames by Willy Tarreau · 3 years, 10 months ago
- 294b766 BUG/MINOR: mworker: define _GNU_SOURCE for strsignal() by Bertrand Jacquin · 3 years, 10 months ago
- 5415271 BUG/MINOR: peers: Wrong "new_conn" value for "show peers" CLI command. by Frédéric Lécaille · 3 years, 10 months ago
- 08d25df BUG/MINOR: init: Use a dynamic buffer to set HAPROXY_CFGFILES env variable by Christopher Faulet · 3 years, 10 months ago
- 007178c BUG/MINOR: sample: Memory leak of sample_expr structure in case of error by Remi Tricot-Le Breton · 3 years, 10 months ago
- e68e631 BUG/MINOR: sample: check alloc_trash_chunk return value in concat() by William Dauchy · 3 years, 10 months ago
- f004859 [RELEASE] Released version 2.0.20 by Willy Tarreau · 3 years, 10 months ago
- 385369f BUG/MINOR: sample: fix concat() converter's corruption with non-string variables by Willy Tarreau · 3 years, 10 months ago
- 2f55daf BUG/MINOR: srv: do not init address if backend is disabled by Amaury Denoyelle · 3 years, 10 months ago
- 5975180 BUG/MINOR: cfgparse: Fail if the strdup() for `rule->be.name` for `use_backend` fails by Tim Duesterhus · 3 years, 10 months ago
- 86c8220 BUG/MEDIUM: http-ana: Never for sending data in TUNNEL mode by Christopher Faulet · 3 years, 11 months ago
- 1cf96cd BUG/MINOR: mux-h1: Don't set CS_FL_EOI too early for protocol upgrade requests by Christopher Faulet · 4 years ago
- 2ecaf84 BUG/MEDIUM: lb-leastconn: Reposition a server using the right eweight by Christopher Faulet · 4 years ago
- ef83dd6 BUG/MINOR: tools: Reject size format not starting by a digit by Christopher Faulet · 4 years ago
- 582baa5 BUG/MINOR: tools: make parse_time_err() more strict on the timer validity by Christopher Faulet · 4 years ago
- a9230f8 BUG/MINOR: lua: warn when registering action, conv, sf, cli or applet multiple times by Thierry Fournier · 4 years ago
- 5622e16 MINOR: cli: add a function to look up a CLI service description by Thierry Fournier · 4 years ago
- a706b00 MINOR: actions: add a function returning a service pointer from its name by Thierry Fournier · 4 years ago
- 20ad136 MINOR: actions: Export actions lookup functions by Thierry Fournier · 4 years ago
- a5d6258 BUG/MINOR: lua: Some lua init operation are processed unsafe by Thierry Fournier · 4 years ago
- 65588c9 BUG/MINOR: lua: Post init register function are not executed beyond the first one by Thierry Fournier · 4 years ago
- e667950 BUG/MINOR: lua: lua-load doesn't check its parameters by Thierry Fournier · 4 years ago
- 3660fae BUG/MAJOR: peers: fix partial message decoding by Willy Tarreau · 4 years ago
- 7102f54 BUG/MAJOR: filters: Always keep all offsets up to date during data filtering by Christopher Faulet · 4 years ago
- 1c8288d BUG/MINOR: http-ana: Don't wait for the body of CONNECT requests by Christopher Faulet · 4 years ago
- da4576d BUG/MEDIUM: filters: Forward all filtered data at the end of http filtering by Christopher Faulet · 4 years ago
- 37f44ac BUILD: http-htx: fix build warning regarding long type in printf by Willy Tarreau · 4 years ago
- 6e134fe MINOR: cfgparse: tighten the scope of newnameserver variable, free it on error. by Eric Salama · 4 years ago
- f4e5251 MINOR: spoe: Don't close connection in sync mode on processing timeout by Christopher Faulet · 4 years ago
- 746326a BUG/MAJOR: spoe: Be sure to remove all references on a released spoe applet by Christopher Faulet · 4 years ago
- 08f475b BUG/MINOR: http-fetch: Fix calls w/o parentheses of the cookie sample fetches by Christopher Faulet · 4 years ago
- 22dc68b BUG/MINOR: http-fetch: Extract cookie value even when no cookie name by Maciej Zdeb · 4 years ago
- e6ea2a6 BUG/MEDIUM: peers: fix decoding of multi-byte length in stick-table messages by Willy Tarreau · 4 years ago
- d31dc82 BUG/MINOR: peers: Missing TX cache entries reset. by Frédéric Lécaille · 4 years ago
- 506fe34 BUG/MINOR: peers: Do not ignore a protocol error for dictionary entries. by Frédéric Lécaille · 4 years ago
- 8e55384 BUG/MINOR: lua: set buffer size during map lookups by Thierry Fournier · 4 years ago
- 80100d8 BUG/MINOR: pattern: a sample marked as const could be written by Thierry Fournier · 4 years ago
- d57402d BUG/MINOR: http-htx: Just warn if payload of an errorfile doesn't match the C-L by Christopher Faulet · 4 years ago
- 7509aba MINOR: http-htx: Add understandable errors for the errorfiles parsing by Christopher Faulet · 4 years ago
- d0526c6 BUG/MEDIUM: stick-table: limit the time spent purging old entries by Willy Tarreau · 4 years ago
- df36d43 BUG/MINOR: filters: Skip disabled proxies during startup only by Christopher Faulet · 4 years ago
- 612e307 BUG/MEDIUM: mux-pt: Release the tasklet during an HTTP upgrade by Christopher Faulet · 4 years ago
- fa31ae9 MINOR: server: Copy configuration file and line for server templates by Christopher Faulet · 4 years ago
- f7474aa BUG/MINOR: server: Set server without addr but with dns in RMAINT on startup by Christopher Faulet · 4 years ago
- 73e7d1c BUG/MEDIUM: filters: Don't try to init filters for disabled proxies by Christopher Faulet · 4 years ago
- 5f4168f BUG/MINOR: cache: Inverted variables in http_calc_maxage function by Remi Tricot-Le Breton · 4 years ago
- ca492f3 BUG/MINOR: lua: initialize sample before using it by Amaury Denoyelle · 4 years ago
- 13ed503 BUG/MINOR: server: fix down_time report for stats by Amaury Denoyelle · 4 years ago
- c1bd4bd BUG/MINOR: server: fix srv downtime calcul on starting by Amaury Denoyelle · 4 years ago
- 06274b9 BUG/MINOR: log: fix memory leak on logsrv parse error by Willy Tarreau · 4 years ago
- 2814afb BUG/MINOR: extcheck: add missing checks on extchk_setenv() by Willy Tarreau · 4 years, 1 month ago
- 7163351 BUG/MAJOR: mux-h2: Don't try to send data if we know it is no longer possible by Christopher Faulet · 4 years, 1 month ago
- e6ee465 BUG/MINOR: http-ana: Don't send payload for internal responses to HEAD requests by Christopher Faulet · 4 years, 1 month ago
- 228d60e BUG/MEDIUM: server: support changing the slowstart value from state-file by Willy Tarreau · 4 years, 1 month ago
- 440839b BUG/MINOR: queue: properly report redistributed connections by Willy Tarreau · 4 years, 1 month ago
- c77aa3b BUG/MINOR: peers: Possible unexpected peer seesion reset after collisions. by Frédéric Lécaille · 4 years, 1 month ago
- 028d185 BUG/MEDIUM: lb: Always lock the server when calling server_{take,drop}_conn by Christopher Faulet · 4 years, 1 month ago
- 8ec3d24 BUG/MEDIUM: mux-h1: Get the session from the H1S when capturing bad messages by Christopher Faulet · 4 years, 1 month ago
- b135abc BUG/MEDIUM: spoe: Unset variable instead of set it if no data provided by Christopher Faulet · 4 years, 1 month ago
- 6fa5a96 BUG/MEDIUM: task: bound the number of tasks picked from the wait queue at once by Willy Tarreau · 4 years, 1 month ago
- 3ae2fd6 MINOR: fd: report an error message when failing initial allocations by Willy Tarreau · 4 years, 1 month ago
- 318822b BUG/MINOR: mux-h2: do not stop outgoing connections on stopping by Willy Tarreau · 4 years, 1 month ago