1. d2ae385 CLEANUP: mux_fcgi: remove dependency on ssl_sock by Willy Tarreau · Wed Oct 06 11:40:11 2021 +0200
  2. 1057bee REORG: ssl: move ssl_sock_is_ssl() to connection.h and rename it by Willy Tarreau · Wed Oct 06 11:38:44 2021 +0200
  3. 63617db BUILD: idleconns: include missing ebmbtree.h at several places by Willy Tarreau · Wed Oct 06 18:23:40 2021 +0200
  4. beeabf5 MINOR: task: provide 3 task_new_* wrappers to simplify the API by Willy Tarreau · Fri Oct 01 18:23:30 2021 +0200
  5. da3adeb BUG/MEDIUM: mux-h1/mux-fcgi: Reject messages with unknown transfer encoding by Christopher Faulet · Tue Sep 28 09:50:07 2021 +0200
  6. f56e846 BUG/MINOR: mux-h1/mux-fcgi: Sanitize TE header to only send "trailers" by Christopher Faulet · Tue Sep 28 10:56:36 2021 +0200
  7. 564e39c MINOR: stream-int: Notify mux when the buffer is not stuck when calling rcv_buf by Christopher Faulet · Tue Sep 21 15:50:55 2021 +0200
  8. 0188108 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sat Aug 07 14:41:56 2021 +0500
  9. c453f95 MINOR: http: use http uri parser for path by Amaury Denoyelle · Tue Jul 06 11:40:12 2021 +0200
  10. 5cd0e52 BUG/MINOR: mux-fcgi: Expose SERVER_SOFTWARE parameter by default by Christopher Faulet · Fri Jun 11 13:34:42 2021 +0200
  11. bf77430 CLEANUP: mux-fcgi: Don't needlessly store result of data/trailers parsing by Christopher Faulet · Wed Jun 02 12:04:40 2021 +0200
  12. 00d7cde MINOR: muxes/h1-htx: Realign input buffer using b_slow_realign_ofs() by Christopher Faulet · Thu Feb 04 11:01:51 2021 +0100
  13. 16a524c MINOR: mux-h1/mux-fcgi: Don't needlessly loop on data parsing by Christopher Faulet · Tue Feb 02 21:16:03 2021 +0100
  14. de471a4 MINOR: h1-htx: Update h1 parsing functions to return result as a size_t by Christopher Faulet · Mon Feb 01 16:37:28 2021 +0100
  15. 714f345 DOC: fix a few remainig cases of "Haproxy" and "HAproxy" in doc and comments by Willy Tarreau · Sun May 09 06:47:26 2021 +0200
  16. c5396bd BUILD: mux-fcgi: include proxy.h from mux-fcgi.c by Willy Tarreau · Sat May 08 20:28:54 2021 +0200
  17. fb38c91 BUG/MINOR: mux-fcgi: Don't send normalized uri to FCGI application by Christopher Faulet · Mon Apr 26 09:38:55 2021 +0200
  18. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · Wed Apr 21 07:32:39 2021 +0200
  19. 6eb3d37 MINOR: trace: make trace sources read_mostly by Willy Tarreau · Sat Apr 10 19:29:26 2021 +0200
  20. a460057 MINOR: muxes: Add a flag to notify a mux does not support any upgrade by Christopher Faulet · Mon Mar 08 15:28:28 2021 +0100
  21. d68d4f1 MEDIUM: dynbuf: remove last usages of b_alloc_margin() by Willy Tarreau · Mon Mar 22 14:44:31 2021 +0100
  22. 7416314 CLEANUP: task: make sure tasklet handlers always indicate their statuses by Willy Tarreau · Sat Mar 13 11:30:19 2021 +0100
  23. 430bf4a MINOR: server: allocate a per-thread struct for the per-thread connections stuff by Willy Tarreau · Thu Mar 04 09:45:32 2021 +0100
  24. 4f8cd43 MINOR: xprt: add new xprt_set_idle and xprt_set_used methods by Willy Tarreau · Tue Mar 02 17:27:58 2021 +0100
  25. e388f2f MEDIUM: muxes: mark idle conns tasklets with TASK_F_USR1 by Willy Tarreau · Tue Mar 02 16:51:09 2021 +0100
  26. 144f84a MEDIUM: task: extend the state field to 32 bits by Willy Tarreau · Tue Mar 02 16:09:26 2021 +0100
  27. dcf753a CLEANUP: Use the ist() macro whenever possible by Tim Duesterhus · Thu Mar 04 17:31:47 2021 +0100
  28. 6c93c4e CLEANUP: muxes: Remove useless if condition in show_fd function by Christopher Faulet · Thu Feb 25 10:06:29 2021 +0100
  29. 4d77bbf MINOR: dynbuf: pass offer_buffers() the number of buffers instead of a threshold by Willy Tarreau · Sat Feb 20 12:02:46 2021 +0100
  30. 90f366b MINOR: dynbuf: use regular lists instead of mt_lists for buffer_wait by Willy Tarreau · Sat Feb 20 11:49:49 2021 +0100
  31. e8e5091 MINOR: dynbuf: make the buffer wait queue per thread by Willy Tarreau · Sat Feb 20 11:38:56 2021 +0100
  32. 8990b01 MINOR: connection: allocate dynamically hash node for backend conns by Amaury Denoyelle · Fri Feb 19 15:29:16 2021 +0100
  33. f232cb3 MEDIUM: connection: replace idle conn lists by eb trees by Amaury Denoyelle · Wed Jan 06 16:14:12 2021 +0100
  34. 5c7086f MEDIUM: connection: protect idle conn lists with locks by Amaury Denoyelle · Mon Jan 11 09:21:52 2021 +0100
  35. 0aeaa29 CLEANUP: muxes: Remove useless calls to b_realign_if_empty() by Christopher Faulet · Thu Feb 04 11:13:43 2021 +0100
  36. ac6322d MINOR: muxes: export the timeout and shutr task handlers by Willy Tarreau · Fri Jan 29 12:33:46 2021 +0100
  37. 73518be MINOR: mux-fcgi/trace: add traces at level ERROR for all kind of errors by Christopher Faulet · Wed Jan 27 12:06:54 2021 +0100
  38. d1ac2b9 MAJOR: htx: Remove the EOM block type and use HTX_FL_EOM instead by Christopher Faulet · Wed Dec 02 19:12:22 2020 +0100
  39. 1e85778 MINOR: mux-h1/mux-fcgi: Don't set TUNNEL mode if payload length is unknown by Christopher Faulet · Tue Dec 08 10:38:22 2020 +0100
  40. 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
  41. 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
  42. 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
  43. f38a018 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Mon Dec 21 01:16:17 2020 +0500
  44. 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
  45. 46f041d MEDIUM: fcgi: remove conn from session on detach by Amaury Denoyelle · Wed Oct 14 18:17:11 2020 +0200
  46. 3d3c091 MINOR: mux/connection: add a new mux flag for HOL risk by Amaury Denoyelle · Wed Oct 14 18:17:06 2020 +0200
  47. c3914d4 MEDIUM: proxy: replace proxy->state with proxy->disabled by Willy Tarreau · Thu Sep 24 08:39:22 2020 +0200
  48. 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
  49. 022e5e5 BUILD: traces: don't pass an empty argument for missing ones by Willy Tarreau · Thu Sep 10 09:33:15 2020 +0200
  50. 477757c CLEANUP: fix all duplicated semicolons by William Dauchy · Fri Aug 07 22:19:23 2020 +0200
  51. 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
  52. 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
  53. 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
  54. 7f85433 BUG/MINOR: mux-fcgi: Handle empty STDERR record by Christopher Faulet · Wed Jul 15 15:46:30 2020 +0200
  55. 236c93b MINOR: connection: Set the conncetion target during its initialisation by Christopher Faulet · Thu Jul 02 09:19:54 2020 +0200
  56. 08016ab MEDIUM: connection: Add private connections synchronously in session server list by Christopher Faulet · Wed Jul 01 16:10:06 2020 +0200
  57. 21ddc74 MINOR: connection: Add a wrapper to mark a connection as private by Christopher Faulet · Wed Jul 01 15:26:14 2020 +0200
  58. c64badd MINOR: connection: Set new connection as private on reuse never by Christopher Faulet · Wed Jul 01 15:12:43 2020 +0200
  59. 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
  60. a9d7b76 MINOR: connection: use MT_LIST_ADDQ() to add connections to idle lists by Willy Tarreau · Fri Jul 10 08:28:20 2020 +0200
  61. 8689127 MINOR: buffer: use MT_LIST_ADDQ() for buffer_wait lists additions by Willy Tarreau · Fri Jul 10 08:22:26 2020 +0200
  62. de4db17 MINOR: lists: rename some MT_LIST operations to clarify them by Willy Tarreau · Fri Jul 10 08:10:29 2020 +0200
  63. a74bb7e BUG/MEDIUM: connections: Let the xprt layer know a takeover happened. by Olivier Houchard · Fri Jul 03 14:01:21 2020 +0200
  64. 1662cdb BUG/MEDIUM: connections: Set the tid for the old tasklet on takeover. by Olivier Houchard · Fri Jul 03 14:04:37 2020 +0200
  65. 48ce6a3 BUG/MEDIUM: muxes: Make sure nobody stole the connection before using it. by Olivier Houchard · Thu Jul 02 11:58:05 2020 +0200
  66. f8f4c2e CLEANUP: connections: rename the toremove_lock to takeover_lock by Olivier Houchard · Mon Jun 29 20:15:59 2020 +0200
  67. 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
  68. 60814ff MINOR: mux-fcgi: avoid taking the toremove_lock in on dying tasks by Willy Tarreau · Tue Jun 30 11:19:23 2020 +0200
  69. 4d82bf5 MINOR: connection: align toremove_{lock,connections} and cleanup into idle_conns by Willy Tarreau · Sun Jun 28 00:19:17 2020 +0200
  70. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · Tue Jun 09 09:07:15 2020 +0200
  71. 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
  72. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · Fri Jun 05 00:00:29 2020 +0200
  73. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · Thu Jun 04 23:46:14 2020 +0200
  74. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · Thu Jun 04 22:29:18 2020 +0200
  75. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · Thu Jun 04 22:01:04 2020 +0200
  76. c659968 REORG: include: move fcgi-app.h to haproxy/fcgi-app{,-t}.h by Willy Tarreau · Thu Jun 04 21:33:21 2020 +0200
  77. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · Thu Jun 04 20:45:39 2020 +0200
  78. 209108d REORG: include: move ssl_sock.h to haproxy/ssl_sock{,-t}.h by Willy Tarreau · Thu Jun 04 20:30:20 2020 +0200
  79. c6d61d7 REORG: include: move trace.h to haproxy/trace{,-t}.h by Willy Tarreau · Thu Jun 04 19:02:42 2020 +0200
  80. 48d25b3 REORG: include: move session.h to haproxy/session{,-t}.h by Willy Tarreau · Thu Jun 04 18:58:52 2020 +0200
  81. 7ea393d REORG: include: move connection.h to haproxy/connection{,-t}.h by Willy Tarreau · Thu Jun 04 18:02:10 2020 +0200
  82. 8773533 REORG: include: move http_htx.h to haproxy/http_htx{,-t}.h by Willy Tarreau · Thu Jun 04 09:08:41 2020 +0200
  83. c6fe884 REORG: include: move h1_htx.h to haproxy/h1_htx.h by Willy Tarreau · Thu Jun 04 09:00:02 2020 +0200
  84. fa2ef5b REORG: include: move common/fcgi.h to haproxy/ by Willy Tarreau · Wed Jun 03 14:56:08 2020 +0200
  85. 16f958c REORG: include: split common/htx.h into haproxy/htx{,-t}.h by Willy Tarreau · Wed Jun 03 08:44:35 2020 +0200
  86. 5413a87 REORG: include: move common/h1.h to haproxy/h1.h by Willy Tarreau · Tue Jun 02 19:33:08 2020 +0200
  87. 7cd8b6e REORG: include: split common/regex.h into haproxy/regex{,-t}.h by Willy Tarreau · Tue Jun 02 17:32:26 2020 +0200
  88. 6131d6a REORG: include: move common/net_helper.h to haproxy/net_helper.h by Willy Tarreau · Tue Jun 02 16:48:09 2020 +0200
  89. 853b297 REORG: include: split mini-clist into haproxy/list and list-t.h by Willy Tarreau · Wed May 27 18:01:47 2020 +0200
  90. eb6f701 REORG: include: move ist.h from common/ to import/ by Willy Tarreau · Wed May 27 16:21:26 2020 +0200
  91. 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
  92. 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
  93. 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
  94. 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
  95. 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
  96. 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
  97. 62ba9ba BUG/MINOR: http: make url_decode() optionally convert '+' to SP by Willy Tarreau · Thu Apr 23 17:54:47 2020 +0200
  98. 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
  99. 6fb0f21 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Thu Apr 02 15:25:26 2020 +0500
  100. 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