1. 62ba9ba BUG/MINOR: http: make url_decode() optionally convert '+' to SP by Willy Tarreau · 4 years, 2 months ago
  2. 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
  3. 6fb0f21 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 3 months ago
  4. 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
  5. a41bb0b MEDIUM: mux_fcgi: Implement the takeover() method. by Olivier Houchard · 4 years, 4 months ago
  6. f0d4dff MINOR: connections: Make the "list" element a struct mt_list instead of list. by Olivier Houchard · 4 years, 4 months ago
  7. dc2f275 MEDIUM: servers: Split the connections into idle, safe, and available. by Olivier Houchard · 4 years, 5 months ago
  8. 2444aa5 MEDIUM: sessions: Don't be responsible for connections anymore. by Olivier Houchard · 4 years, 5 months ago
  9. bdb00c5 BUG/MEDIUM: connections: Don't assume the connection has a valid session. by Olivier Houchard · 4 years, 4 months ago
  10. 8676514 MINOR: servers: Kill priv_conns. by Olivier Houchard · 4 years, 6 months ago
  11. f4629a5 BUG/MINOR: connection/debug: do not enforce !event_type on subscribe() anymore by Willy Tarreau · 4 years, 4 months ago
  12. 2104659 MEDIUM: buffer: remove the buffer_wq lock by Willy Tarreau · 4 years, 4 months ago
  13. d57e349 BUG/MINOR: mux: do not call conn_xprt_stop_recv() on buffer shortage by Willy Tarreau · 4 years, 4 months ago
  14. 6c57f2d MINOR: mux-fcgi: Make the capture of the path-info optional in pathinfo regex by Christopher Faulet · 4 years, 5 months ago
  15. 28cb366 BUG/MINOR: mux-fcgi: Forbid special characters when matching PATH_INFO param by Christopher Faulet · 4 years, 5 months ago
  16. 12ffab0 BUG/MEDIUM: muxes: Use the right argument when calling the destroy method. by Olivier Houchard · 4 years, 5 months ago
  17. 911db9b MEDIUM: connection: use CO_FL_WAIT_XPRT more consistently than L4/L6/HANDSHAKE by Willy Tarreau · 4 years, 5 months ago
  18. c192b0a MEDIUM: connection: remove CO_FL_CONNECTED and only rely on CO_FL_WAIT_* by Willy Tarreau · 4 years, 5 months ago
  19. ee1a6fc MINOR: connection: make the last arg of subscribe() a struct wait_event* by Willy Tarreau · 4 years, 6 months ago
  20. 8907e4d MEDIUM: mux-fcgi: merge recv_wait and send_wait event notifications by Willy Tarreau · 4 years, 6 months ago
  21. 7aad703 MEDIUM: mux-fcgi: do not make an fstrm subscribe to itself on deferred shut by Willy Tarreau · 4 years, 6 months ago
  22. f11be0e MEDIUM: mux-fcgi: do not try to stop sending streams on blocked mux by Willy Tarreau · 4 years, 6 months ago
  23. 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
  24. f950c2e BUG/MEDIUM: mux-fcgi: Handle cases where the HTX EOM block cannot be inserted by Christopher Faulet · 4 years, 7 months ago
  25. e18f53e BUILD/MINOR: trace: fix use of long type in a few printf format strings by Willy Tarreau · 4 years, 7 months ago
  26. 9b8e11e MINOR: mux: Add a new method to get informations about a mux. by Olivier Houchard · 4 years, 8 months ago
  27. 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
  28. 5c0f859 MINOR: mux-fcgi/trace: Register a new trace source with its events by Christopher Faulet · 4 years, 9 months ago
  29. 67d5809 MINOR: http: Remove headers matching the name of http-send-name-header option by Christopher Faulet · 4 years, 9 months ago
  30. 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
  31. 72ba6cd MINOR: http: Add server name header from HTTP multiplexers by Christopher Faulet · 4 years, 9 months ago
  32. 13ed9fa BUG/MINOR: mux-fcgi: silence a gcc warning about null dereference by William Lallemand · 4 years, 9 months ago
  33. c45791a BUG/MINOR: mux-fcgi: Use a literal string as format in app_log() by Christopher Faulet · 4 years, 9 months ago
  34. 82c798a CLEANUP: mux-fcgi: Remove the unused function fcgi_strm_id() by Christopher Faulet · 4 years, 9 months ago
  35. a99db93 BUG/MINOR: mux-fcgi: Be sure to have a connection to unsubcribe by Christopher Faulet · 4 years, 10 months ago
  36. d66700a BUG/MINOR: build: Fix compilation of mux_fcgi.c when compiled without SSL by Christopher Faulet · 4 years, 10 months ago
  37. 99eff65 MEDIUM: mux-fcgi: Add the FCGI multiplexer by Christopher Faulet · 5 years ago