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