- 8050efe MINOR: cli: give the show_fd helpers the ability to report a suspicious entry by Willy Tarreau · Thu Jan 21 08:26:06 2021 +0100
- 1776ffb MINOR: mux-fcgi: make the "show fd" helper also decode the fstrm subscriber when known by Willy Tarreau · Wed Jan 20 17:10:46 2021 +0100
- 691d503 MINOR: xprt/mux: export all *_io_cb functions so that "show fd" resolves them by Willy Tarreau · Wed Jan 20 14:55:01 2021 +0100
- f38a018 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Mon Dec 21 01:16:17 2020 +0500
- 4c8ad84 MINOR: mux: Add a ctl parameter to get the exit status of the multiplexers by Christopher Faulet · Tue Oct 06 14:59:17 2020 +0200
- 46f041d MEDIUM: fcgi: remove conn from session on detach by Amaury Denoyelle · Wed Oct 14 18:17:11 2020 +0200
- 3d3c091 MINOR: mux/connection: add a new mux flag for HOL risk by Amaury Denoyelle · Wed Oct 14 18:17:06 2020 +0200
- c3914d4 MEDIUM: proxy: replace proxy->state with proxy->disabled by Willy Tarreau · Thu Sep 24 08:39:22 2020 +0200
- 6670e3e BUG/MEDIUM: mux-fcgi: Don't handle pending read0 too early on streams by Christopher Faulet · Thu Oct 08 15:26:33 2020 +0200
- 022e5e5 BUILD: traces: don't pass an empty argument for missing ones by Willy Tarreau · Thu Sep 10 09:33:15 2020 +0200
- 477757c CLEANUP: fix all duplicated semicolons by William Dauchy · Fri Aug 07 22:19:23 2020 +0200
- 0f17a44 BUG/MINOR: mux-fcgi: Don't url-decode the QUERY_STRING parameter anymore by Christopher Faulet · Thu Jul 23 15:44:37 2020 +0200
- 3b3096e BUG/MINOR: mux-fcgi: Set flags on the right stream field for empty FCGI_STDOUT by Christopher Faulet · Wed Jul 15 16:04:49 2020 +0200
- 6c99d3b BUG/MINOR: mux-fcgi: Set conn state to RECORD_P when skipping the record padding by Christopher Faulet · Wed Jul 15 15:55:52 2020 +0200
- 7f85433 BUG/MINOR: mux-fcgi: Handle empty STDERR record by Christopher Faulet · Wed Jul 15 15:46:30 2020 +0200
- 236c93b MINOR: connection: Set the conncetion target during its initialisation by Christopher Faulet · Thu Jul 02 09:19:54 2020 +0200
- 08016ab MEDIUM: connection: Add private connections synchronously in session server list by Christopher Faulet · Wed Jul 01 16:10:06 2020 +0200
- 21ddc74 MINOR: connection: Add a wrapper to mark a connection as private by Christopher Faulet · Wed Jul 01 15:26:14 2020 +0200
- c64badd MINOR: connection: Set new connection as private on reuse never by Christopher Faulet · Wed Jul 01 15:12:43 2020 +0200
- 29ae7ff BUG/MEDIUM: mux-fcgi: Don't add private connections in available connection list by Christopher Faulet · Wed Jul 01 15:51:46 2020 +0200
- a9d7b76 MINOR: connection: use MT_LIST_ADDQ() to add connections to idle lists by Willy Tarreau · Fri Jul 10 08:28:20 2020 +0200
- 8689127 MINOR: buffer: use MT_LIST_ADDQ() for buffer_wait lists additions by Willy Tarreau · Fri Jul 10 08:22:26 2020 +0200
- de4db17 MINOR: lists: rename some MT_LIST operations to clarify them by Willy Tarreau · Fri Jul 10 08:10:29 2020 +0200
- a74bb7e BUG/MEDIUM: connections: Let the xprt layer know a takeover happened. by Olivier Houchard · Fri Jul 03 14:01:21 2020 +0200
- 1662cdb BUG/MEDIUM: connections: Set the tid for the old tasklet on takeover. by Olivier Houchard · Fri Jul 03 14:04:37 2020 +0200
- 48ce6a3 BUG/MEDIUM: muxes: Make sure nobody stole the connection before using it. by Olivier Houchard · Thu Jul 02 11:58:05 2020 +0200
- f8f4c2e CLEANUP: connections: rename the toremove_lock to takeover_lock by Olivier Houchard · Mon Jun 29 20:15:59 2020 +0200
- 88d18f8 MEDIUM: mux-fcgi: use task_kill() during fcgi_takeover() instead of task_wakeup() by Willy Tarreau · Wed Jul 01 16:39:33 2020 +0200
- 60814ff MINOR: mux-fcgi: avoid taking the toremove_lock in on dying tasks by Willy Tarreau · Tue Jun 30 11:19:23 2020 +0200
- 4d82bf5 MINOR: connection: align toremove_{lock,connections} and cleanup into idle_conns by Willy Tarreau · Sun Jun 28 00:19:17 2020 +0200
- b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · Tue Jun 09 09:07:15 2020 +0200
- 36979d9 REORG: include: move the error reporting functions to from log.h to errors.h by Willy Tarreau · Fri Jun 05 17:27:29 2020 +0200
- 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · Fri Jun 05 00:00:29 2020 +0200
- dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · Thu Jun 04 23:46:14 2020 +0200
- a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · Thu Jun 04 22:29:18 2020 +0200
- aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · Thu Jun 04 22:01:04 2020 +0200
- c659968 REORG: include: move fcgi-app.h to haproxy/fcgi-app{,-t}.h by Willy Tarreau · Thu Jun 04 21:33:21 2020 +0200
- 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · Thu Jun 04 20:45:39 2020 +0200
- 209108d REORG: include: move ssl_sock.h to haproxy/ssl_sock{,-t}.h by Willy Tarreau · Thu Jun 04 20:30:20 2020 +0200
- c6d61d7 REORG: include: move trace.h to haproxy/trace{,-t}.h by Willy Tarreau · Thu Jun 04 19:02:42 2020 +0200
- 48d25b3 REORG: include: move session.h to haproxy/session{,-t}.h by Willy Tarreau · Thu Jun 04 18:58:52 2020 +0200
- 7ea393d REORG: include: move connection.h to haproxy/connection{,-t}.h by Willy Tarreau · Thu Jun 04 18:02:10 2020 +0200
- 8773533 REORG: include: move http_htx.h to haproxy/http_htx{,-t}.h by Willy Tarreau · Thu Jun 04 09:08:41 2020 +0200
- c6fe884 REORG: include: move h1_htx.h to haproxy/h1_htx.h by Willy Tarreau · Thu Jun 04 09:00:02 2020 +0200
- fa2ef5b REORG: include: move common/fcgi.h to haproxy/ by Willy Tarreau · Wed Jun 03 14:56:08 2020 +0200
- 16f958c REORG: include: split common/htx.h into haproxy/htx{,-t}.h by Willy Tarreau · Wed Jun 03 08:44:35 2020 +0200
- 5413a87 REORG: include: move common/h1.h to haproxy/h1.h by Willy Tarreau · Tue Jun 02 19:33:08 2020 +0200
- 7cd8b6e REORG: include: split common/regex.h into haproxy/regex{,-t}.h by Willy Tarreau · Tue Jun 02 17:32:26 2020 +0200
- 6131d6a REORG: include: move common/net_helper.h to haproxy/net_helper.h by Willy Tarreau · Tue Jun 02 16:48:09 2020 +0200
- 853b297 REORG: include: split mini-clist into haproxy/list and list-t.h by Willy Tarreau · Wed May 27 18:01:47 2020 +0200
- eb6f701 REORG: include: move ist.h from common/ to import/ by Willy Tarreau · Wed May 27 16:21:26 2020 +0200
- 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · Wed May 27 12:58:42 2020 +0200
- fe410d6 BUG/MAJOR: mux-fcgi: Stop sending loop if FCGI stream is blocked for any reason by Christopher Faulet · Tue May 19 15:13:00 2020 +0200
- 9bcd973 BUG/MEDIUM: mux-fcgi: Fix wrong test on FCGI_CF_KEEP_CONN in fcgi_detach() by Christopher Faulet · Sat May 02 09:21:24 2020 +0200
- 8694f25 BUG/MEDIUM: mux_fcgi: Free the FCGI connection at the end of fcgi_release() by Christopher Faulet · Sat May 02 09:17:52 2020 +0200
- 66cd57e BUG/MEDIUM: mux-fcgi: Return from detach if server don't keep the connection by Christopher Faulet · Sat May 02 09:08:54 2020 +0200
- bb86a0f BUG/MINOR: mux-fcgi: Be sure to have a connection as session's origin to use it by Christopher Faulet · Fri Apr 24 07:19:04 2020 +0200
- 62ba9ba BUG/MINOR: http: make url_decode() optionally convert '+' to SP by Willy Tarreau · Thu Apr 23 17:54:47 2020 +0200
- bf5b491 BUG/MINOR: mux-fcgi/trace: fix wrong set of trace flags in fcgi_strm_add_eom() by Willy Tarreau · Thu Apr 23 17:24:59 2020 +0200
- 6fb0f21 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Thu Apr 02 15:25:26 2020 +0500
- 199d4fa MINOR: muxes: Note that we can't usee a connection when added to the srv idle. by Olivier Houchard · Sun Mar 22 23:25:51 2020 +0100
- a41bb0b MEDIUM: mux_fcgi: Implement the takeover() method. by Olivier Houchard · Tue Mar 10 18:46:06 2020 +0100
- f0d4dff MINOR: connections: Make the "list" element a struct mt_list instead of list. by Olivier Houchard · Fri Mar 06 18:12:03 2020 +0100
- dc2f275 MEDIUM: servers: Split the connections into idle, safe, and available. by Olivier Houchard · Thu Feb 13 19:12:07 2020 +0100
- 2444aa5 MEDIUM: sessions: Don't be responsible for connections anymore. by Olivier Houchard · Mon Jan 20 13:56:01 2020 +0100
- bdb00c5 BUG/MEDIUM: connections: Don't assume the connection has a valid session. by Olivier Houchard · Thu Mar 12 15:30:17 2020 +0100
- 8676514 MINOR: servers: Kill priv_conns. by Olivier Houchard · Thu Jan 02 18:10:17 2020 +0100
- f4629a5 BUG/MINOR: connection/debug: do not enforce !event_type on subscribe() anymore by Willy Tarreau · Thu Mar 05 07:41:20 2020 +0100
- 2104659 MEDIUM: buffer: remove the buffer_wq lock by Willy Tarreau · Wed Feb 26 10:39:36 2020 +0100
- d57e349 BUG/MINOR: mux: do not call conn_xprt_stop_recv() on buffer shortage by Willy Tarreau · Fri Feb 21 09:44:39 2020 +0100
- 6c57f2d MINOR: mux-fcgi: Make the capture of the path-info optional in pathinfo regex by Christopher Faulet · Fri Feb 14 16:55:52 2020 +0100
- 28cb366 BUG/MINOR: mux-fcgi: Forbid special characters when matching PATH_INFO param by Christopher Faulet · Fri Feb 14 14:47:37 2020 +0100
- 12ffab0 BUG/MEDIUM: muxes: Use the right argument when calling the destroy method. by Olivier Houchard · Fri Feb 14 13:23:45 2020 +0100
- 911db9b MEDIUM: connection: use CO_FL_WAIT_XPRT more consistently than L4/L6/HANDSHAKE by Willy Tarreau · Thu Jan 23 16:27:54 2020 +0100
- c192b0a MEDIUM: connection: remove CO_FL_CONNECTED and only rely on CO_FL_WAIT_* by Willy Tarreau · Thu Jan 23 09:11:58 2020 +0100
- ee1a6fc MINOR: connection: make the last arg of subscribe() a struct wait_event* by Willy Tarreau · Fri Jan 17 07:52:13 2020 +0100
- 8907e4d MEDIUM: mux-fcgi: merge recv_wait and send_wait event notifications by Willy Tarreau · Thu Jan 16 17:55:37 2020 +0100
- 7aad703 MEDIUM: mux-fcgi: do not make an fstrm subscribe to itself on deferred shut by Willy Tarreau · Thu Jan 16 17:20:57 2020 +0100
- f11be0e MEDIUM: mux-fcgi: do not try to stop sending streams on blocked mux by Willy Tarreau · Thu Jan 16 16:59:45 2020 +0100
- 76014fd MEDIUM: h1-htx: Add HTX EOM block when the message is in H1_MSG_DONE state by Christopher Faulet · Tue Dec 10 11:47:22 2019 +0100
- f950c2e BUG/MEDIUM: mux-fcgi: Handle cases where the HTX EOM block cannot be inserted by Christopher Faulet · Fri Dec 06 16:20:49 2019 +0100
- e18f53e BUILD/MINOR: trace: fix use of long type in a few printf format strings by Willy Tarreau · Wed Nov 27 15:41:31 2019 +0100
- 9b8e11e MINOR: mux: Add a new method to get informations about a mux. by Olivier Houchard · Fri Oct 25 16:19:26 2019 +0200
- 08618a7 BUG/MINOR: mux-h1/mux-fcgi/trace: Fix position of the 4th arg in some traces by Christopher Faulet · Tue Oct 08 11:59:47 2019 +0200
- 5c0f859 MINOR: mux-fcgi/trace: Register a new trace source with its events by Christopher Faulet · Fri Oct 04 15:21:17 2019 +0200
- 67d5809 MINOR: http: Remove headers matching the name of http-send-name-header option by Christopher Faulet · Wed Oct 02 10:51:38 2019 +0200
- af54263 MINOR: h1-htx: Update h1_copy_msg_data() to ease the traces in the mux-h1 by Christopher Faulet · Tue Oct 01 21:52:49 2019 +0200
- 72ba6cd MINOR: http: Add server name header from HTTP multiplexers by Christopher Faulet · Tue Sep 24 16:20:05 2019 +0200
- 13ed9fa BUG/MINOR: mux-fcgi: silence a gcc warning about null dereference by William Lallemand · Wed Sep 25 21:21:57 2019 +0200
- c45791a BUG/MINOR: mux-fcgi: Use a literal string as format in app_log() by Christopher Faulet · Tue Sep 24 14:30:46 2019 +0200
- 82c798a CLEANUP: mux-fcgi: Remove the unused function fcgi_strm_id() by Christopher Faulet · Tue Sep 24 14:10:59 2019 +0200
- a99db93 BUG/MINOR: mux-fcgi: Be sure to have a connection to unsubcribe by Christopher Faulet · Wed Sep 18 11:11:46 2019 +0200
- d66700a BUG/MINOR: build: Fix compilation of mux_fcgi.c when compiled without SSL by Christopher Faulet · Tue Sep 17 13:46:47 2019 +0200
- 99eff65 MEDIUM: mux-fcgi: Add the FCGI multiplexer by Christopher Faulet · Sun Aug 11 23:11:30 2019 +0200