haproxy-2.3.git
2021-03-03 Christopher... BUG/MINOR: http-ana: Don't increment HTTP error counter...
2021-03-03 Tim DuesterhusBUG/MINOR: mux-h2: Fix typo in scheme adjustment
2021-03-03 Christopher... DOC: spoe: Add a note about fragmentation support in...
2021-03-01 Christopher... BUG/MEDIUM: spoe: Kill applets if there are pending...
2021-03-01 Christopher... BUG/MINOR: connection: Use the client's dst family...
2021-03-01 Christopher... BUG/MINOR: tcp-act: Don't forget to set the original...
2021-03-01 Christopher... BUG/MINOR: http-ana: Only consider dst address to proce...
2021-03-01 Christopher... BUG/MINOR: mux-h1: Immediately report H1C errors from...
2021-02-26 Amaury DenoyelleBUG/MINOR: stats: fix compare of no-maint url suffix
2021-02-26 Christopher... CLEANUP: muxes: Remove useless if condition in show_fd...
2021-02-26 Eric SalamaBUG/MINOR: ssl: potential null pointer dereference...
2021-02-24 Christopher... BUG/MEDIUM: resolvers: Reset address for unresolved...
2021-02-24 Christopher... BUG/MEDIUM: resolvers: Reset server address and port...
2021-02-24 Baptiste AssmannBUG/MINOR: resolvers: new callback to properly handle...
2021-02-24 Christopher... BUG/MINOR: resolvers: Only renew TTL for SRV records...
2021-02-24 Christopher... BUG/MINOR: resolvers: Fix condition to release received...
2021-02-24 Willy TarreauBUG/MINOR: fd: properly wait for !running_mask in fd_se...
2021-02-24 Willy TarreauBUG/MINOR: proxy: wake up all threads when sending...
2021-02-24 Willy TarreauBUG/MEDIUM: cli/shutdown sessions: make it thread-safe
2021-02-24 Willy TarreauBUG/MEDIUM: proxy: use thread-safe stream killing on...
2021-02-24 Dragan DosenBUG/MEDIUM: vars: make functions vars_get_by_{name...
2021-02-24 Dragan DosenBUG/MINOR: sample: secure convs that accept base64...
2021-02-24 Tim DuesterhusMINOR: Configure the `cpp` userdiff driver for *.[ch...
2021-02-23 William LallemandBUG/MINOR: ssl/cli: potential null pointer dereference...
2021-02-22 Christopher... BUG/MEDIUM: mux-h1: Fix handling of responses to CONNEC...
2021-02-22 Christopher... BUG/MINOR: server: Be sure to cut the last parsed field...
2021-02-22 Christopher... BUG/MINOR: server: Init params before parsing a new...
2021-02-22 Christopher... BUG/MINOR: http-rules: Always replace the response...
2021-02-22 Christopher... BUG/MEDIUM: spoe: Resolve the sink if a SPOE logs in...
2021-02-22 Olivier HouchardBUG/MEDIUM: lists: Avoid an infinite loop in MT_LIST_TR...
2021-02-22 Willy TarreauDOC: explain the relation between pool-low-conn and...
2021-02-22 Ilya ShipitsinBUILD: ssl: introduce fine guard for OpenSSL specific...
2021-02-22 Christopher... BUG/MINOR: sample: Always consider zero size string...
2021-02-22 Willy TarreauBUG/MEDIUM: checks: don't needlessly take the server...
2021-02-22 Willy TarreauBUG/MINOR: checks: properly handle wrapping time in...
2021-02-22 Willy TarreauBUG/MINOR: session: atomically increment the tracked...
2021-02-22 Christopher... BUG/MINOR: server: Remove RMAINT from admin state when...
2021-02-22 Emeric BrunCLEANUP: channel: fix comment in ci_putblk.
2021-02-22 William DauchyDOC: tune: explain the origin of block size for ssl...
2021-02-22 Christopher... BUG/MINOR: server: Don't call fopen() with server-state...
2021-02-22 Willy TarreauBUG/MINOR: cfgparse: do not mention "addr:port" as...
2021-02-22 Willy TarreauBUG/MINOR: stats: revert the change on ST_CONVDONE
2021-02-22 Willy TarreauBUG/MEDIUM: config: don't pick unset values from last...
2021-02-22 Christopher... CLEANUP: deinit: release global and per-proxy server...
2021-02-22 Christopher... BUG/MINOR: server: Fix server-state-file-name directive
2021-02-22 Amaury DenoyelleBUG/MINOR: backend: hold correctly lock when killing...
2021-02-22 Christopher... BUG/MINOR: tools: Fix a memory leak on error path in...
2021-02-22 William DauchyBUG/MINOR: server: re-align state file fields number
2021-02-22 Christopher... BUG/MEDIUM: mux-h1: Always set CS_FL_EOI for response...
2021-02-22 Christopher... BUG/MINOR: http-ana: Don't increment HTTP error counter...
2021-02-22 Willy TarreauBUG/MINOR: intops: fix mul32hi()'s off-by-one
2021-02-22 Ilya ShipitsinBUILD: ssl: guard SSL_CTX_set_msg_callback with SSL_CTR...
2021-02-22 Ilya ShipitsinBUILD: ssl: guard SSL_CTX_add_server_custom_ext with...
2021-02-22 Ilya ShipitsinBUILD: ssl: fix typo in HAVE_SSL_CTX_ADD_SERVER_CUSTOM_...
2021-02-09 Amaury DenoyelleMINOR: check: do not ignore a connection header for...
2021-02-06 Willy Tarreau[RELEASE] Released version 2.3.5 v2.3.5
2021-02-06 Christopher... MINOR: config: Deprecate and ignore tune.chksize global...
2021-02-05 Remi Tricot... BUG/MINOR: sock: Unclosed fd in case of connection...
2021-02-05 Willy TarreauBUG/MEDIUM: mux-h2: do not quit the demux loop before...
2021-02-05 Willy TarreauBUG/MEDIUM: mux-h2: handle remaining read0 cases
2021-02-05 William LallemandBUILD: Makefile: move REGTESTST_TYPE default setting
2021-02-05 Willy TarreauMINOR: cli/show_fd: report local and report ports when...
2021-02-05 Willy TarreauBUILD: ssl: fix build breakage with last commit
2021-02-05 Willy TarreauBUG/MINOR: ssl: do not try to use early data if not...
2021-02-04 Willy TarreauBUG/MINOR: xxhash: make sure armv6 uses memcpy()
2021-02-04 Amaury DenoyelleBUG/MINOR: mux_h2: fix incorrect stat titles
2021-02-04 Willy TarreauBUG/MEDIUM: ssl: check a connection's status before...
2021-02-04 William LallemandBUG/MEDIUM: ssl/cli: abort ssl cert is freeing the...
2021-02-04 Christopher... BUG/MINOR: stick-table: Always call smp_fetch_src(...
2021-02-04 Willy TarreauDOC: management: fix "show resolvers" alphabetical...
2021-02-04 Christopher... MINOR: h1: Raise the chunk size limit up to (2^52 - 1)
2021-01-28 Willy TarreauMINOR: mux-h1/show_fd: report as suspicious an entry...
2021-01-28 Willy TarreauMINOR: mux-h2/show_fd: report as suspicious an entry...
2021-01-28 Willy TarreauMINOR: ssl/show_fd: report some FDs as suspicious when...
2021-01-28 Willy TarreauMINOR: cli/show_fd: report some easily detectable suspi...
2021-01-28 Willy TarreauMINOR: cli: give the show_fd helpers the ability to...
2021-01-28 Willy TarreauMINOR: mux-fcgi: make the "show fd" helper also decode...
2021-01-28 Willy TarreauMINOR: mux-h1: make the "show fd" helper also decode...
2021-01-28 Willy TarreauMINOR: mux-h2: make the "show fd" helper also decode...
2021-01-28 Willy TarreauMINOR: xprt/mux: export all *_io_cb functions so that...
2021-01-28 Willy TarreauMINOR: ssl: provide a "show fd" helper to report import...
2021-01-28 Willy TarreauMINOR: xprt: add a new show_fd() helper to complete...
2021-01-28 Willy TarreauMINOR: cli: make "show fd" also report the xprt and...
2021-01-28 Willy TarreauCLEANUP: cli: make "show fd" use a const connection...
2021-01-28 Willy TarreauCLEANUP: tools: make resolve_sym_name() take a const...
2021-01-28 Frédéric LécailleMINOR: contrib: Make the wireshark peers dissector...
2021-01-28 Amaury DenoyelleBUG/MINOR: backend: check available list allocation...
2021-01-28 Amaury DenoyelleBUG/MEDIUM: backend: never reuse a connection for tcp...
2021-01-28 Amaury DenoyelleREORG: backend: simplify conn_backend_get
2021-01-28 Amaury DenoyelleBUG/MEDIUM: session: only retrieve ready idle conn...
2021-01-28 William LallemandBUG/MINOR: ssl: init tmp chunk correctly in ssl_sock_lo...
2021-01-28 Amaury DenoyelleBUG/MINOR: config: fix leak on proxy.conn_src.bind_hdr_name
2021-01-26 Christopher... BUG/MEDIUM: filters/htx: Fix data forwarding when paylo...
2021-01-26 Tim DuesterhusDOC: Improve documentation of the various hdr() fetches
2021-01-26 Bertrand JacquinBUILD/MINOR: lua: define _GNU_SOURCE for LLONG_MAX
2021-01-26 Willy TarreauBUG/MEDIUM: mux-h2: fix read0 handling on partial frames
2021-01-26 Christopher... BUG/MEDIUM: tcpcheck: Don't destroy connection in the...
2021-01-26 Bertrand JacquinBUG/MINOR: mworker: define _GNU_SOURCE for strsignal()
2021-01-26 Willy TarreauBUG/MINOR: mux_h2: missing space between "st" and ...
2021-01-26 Frédéric LécailleBUG/MINOR: peers: Wrong "new_conn" value for "show...
next