1. 8bca3cc MEDIUM: checks: Stop scheduling healthchecks during stopping stage by Christopher Faulet · 1 year, 7 months ago
  2. c8a7bb1 CLEANUP: fcgi-app; Remove useless assignment to NULL by Christopher Faulet · 1 year, 7 months ago
  3. c7b9308 BUG/MINOR: clock: automatically adjust the internal clock with the boot time by Willy Tarreau · 1 year, 7 months ago
  4. 5345490 MINOR: clock: provide a function to automatically adjust now_offset by Willy Tarreau · 1 year, 7 months ago
  5. 8e978a0 BUG/MINOR: checks: postpone the startup of health checks by the boot time by Willy Tarreau · 1 year, 7 months ago
  6. 5723b38 MINOR: stats: report the boot time in "show info" by Willy Tarreau · 1 year, 7 months ago
  7. da4aa69 MINOR: clock: measure the total boot time by Willy Tarreau · 1 year, 7 months ago
  8. 52fd879 CLEANUP: stats: update the trash chunk where it's used by Willy Tarreau · 1 year, 7 months ago
  9. cb76030 CLEANUP: check; Remove some useless assignments to NULL by Christopher Faulet · 1 year, 7 months ago
  10. 0d2f1ac BUG/MINOR: server: memory leak in _srv_update_status_op() on server DOWN by Aurelien DARRAGON · 1 year, 7 months ago
  11. 22d584a CLEANUP: server: remove useless tmptrash assigments in srv_update_status() by Aurelien DARRAGON · 1 year, 7 months ago
  12. 2d5a566 BUG/MINOR: tcp-rules: Don't shortened the inspect-delay when EOI is set by Christopher Faulet · 1 year, 7 months ago
  13. b93758c MINOR: checks: make sure spread-checks is used also at boot time by Willy Tarreau · 1 year, 7 months ago
  14. bf86d89 BUG/MEDIUM: mux-quic: fix EOI for request without payload by Amaury Denoyelle · 1 year, 7 months ago
  15. 1a2faef MINOR: mux-quic: uninline qc_attach_sc() by Amaury Denoyelle · 1 year, 7 months ago
  16. 3cb7814 MINOR: mux-quic: properly report end-of-stream on recv by Amaury Denoyelle · 1 year, 7 months ago
  17. 1649469 MINOR: mux-quic: add trace to stream rcv_buf operation by Amaury Denoyelle · 1 year, 7 months ago
  18. 6133aba BUG/MINOR: h3: missing goto on buf alloc failure by Amaury Denoyelle · 1 year, 7 months ago
  19. 1611a76 BUG/MINOR: mux-quic: handle properly Tx buf exhaustion by Amaury Denoyelle · 1 year, 7 months ago
  20. 6e0c39d BUILD: ssl: ssl_c_r_dn fetches uses functiosn only available since 1.1.1 by William Lallemand · 1 year, 7 months ago
  21. d38d8c6 BUG/MEDIUM: mux-h2: make sure control frames do not refresh the idle timeout by Willy Tarreau · 1 year, 7 months ago
  22. df97f47 MINOR: ssl: add new sample ssl_c_r_dn by Abhijeet Rastogi · 1 year, 7 months ago
  23. 7f95469 MEDIUM: proxy: stop emitting logs for internal proxies when stopping by William Lallemand · 1 year, 7 months ago
  24. 6eb53b1 MINOR: stconn: Remove useless test on sedesc on detach to release the xref by Christopher Faulet · 1 year, 7 months ago
  25. 1601eeb MEDIUM: mworker/cli: does not disconnect the master CLI upon error by William Lallemand · 1 year, 7 months ago
  26. 4adb4b9 MEDIUM: session/ssl: return the SSL error string during a SSL handshake error by William Lallemand · 1 year, 7 months ago
  27. ee65efb BUG/MINOR: mux-quic: free task on qc_init() app ops failure by Amaury Denoyelle · 1 year, 7 months ago
  28. 6c501ed BUG/MINOR: mux-quic: differentiate failure on qc_stream_desc alloc by Amaury Denoyelle · 1 year, 7 months ago
  29. 50fe006 BUG/MINOR: quic: do not alloc buf count on alloc failure by Amaury Denoyelle · 1 year, 7 months ago
  30. d00b309 BUG/MINOR: mux-quic: handle properly recv ncbuf alloc failure by Amaury Denoyelle · 1 year, 7 months ago
  31. 0abde9d BUG/MINOR: mux-quic: properly handle buf alloc failure by Amaury Denoyelle · 1 year, 7 months ago
  32. 93dd23c MINOR: mux-quic: remove dedicated function to handle standalone FIN by Amaury Denoyelle · 1 year, 7 months ago
  33. 25cf19d MINOR: htx: add function to set EOM reliably by Amaury Denoyelle · 1 year, 7 months ago
  34. 76d5025 BUG/MINOR: quic: Wrong redispatch for external data on connection socket by Frédéric Lécaille · 1 year, 7 months ago
  35. 256d581 BUG/MINOR: log: fix memory error handling in parse_logsrv() by Aurelien DARRAGON · 1 year, 7 months ago
  36. d4dba38 BUG/MINOR: errors: handle malloc failure in usermsgs_put() by Aurelien DARRAGON · 1 year, 7 months ago
  37. ceb13b5 MINOR: ncbuf: missing malloc checks in standalone code by Aurelien DARRAGON · 1 year, 7 months ago
  38. 94df1b5 BUILD: debug: fix build issue on 32-bit platforms in "debug dev task" by Willy Tarreau · 1 year, 7 months ago
  39. e279f59 MINOR: httpclient: allow to disable the DNS resolvers of the httpclient by William Lallemand · 1 year, 7 months ago
  40. fe0ba0e MINOR: cli: make "show fd" identify QUIC connections and listeners by Willy Tarreau · 1 year, 7 months ago
  41. ea07715 MINOR: master/cli: also implement the timed prompt on the master CLI by Willy Tarreau · 1 year, 7 months ago
  42. 2255557 MINOR: cli: add an option to display the uptime in the CLI's prompt by Willy Tarreau · 1 year, 7 months ago
  43. 21d7125 BUG/MINOR: cli: don't complain about empty command on empty lines by Willy Tarreau · 1 year, 7 months ago
  44. 31b23ae CLEANUP: acl: discard prune_acl_cond() function by Aurelien DARRAGON · 1 year, 7 months ago
  45. c610095 MINOR: tree-wide: use free_acl_cond() where relevant by Aurelien DARRAGON · 1 year, 7 months ago
  46. cd9aff1 CLEANUP: http_act: use http_free_redirect_rule() to clean redirect act by Aurelien DARRAGON · 1 year, 7 months ago
  47. 5313570 BUG/MINOR: http_rules: fix errors paths in http_parse_redirect_rule() by Aurelien DARRAGON · 1 year, 7 months ago
  48. 7abc922 MINOR: proxy: add http_free_redirect_rule() function by Aurelien DARRAGON · 1 year, 7 months ago
  49. 8dfc249 BUG/MINOR: proxy: missing free in free_proxy for redirect rules by Aurelien DARRAGON · 1 year, 7 months ago
  50. 7542fb4 MINOR: stconn: Add a cross-reference between SE descriptor by Christopher Faulet · 1 year, 7 months ago
  51. efebff3 BUG/MEDIUM: mux-fcgi: Don't request more room if mux is waiting for more data by Christopher Faulet · 1 year, 7 months ago
  52. a272c39 BUG/MEDIUM: mux-fcgi: Never set SE_FL_EOS without SE_FL_EOI or SE_FL_ERROR by Christopher Faulet · 1 year, 7 months ago
  53. 4cfb001 MINOR: stats: report the listener's protocol along with the address in stats by Willy Tarreau · 1 year, 7 months ago
  54. 5f67b17 MEDIUM: mux-quic: adjust transport layer error handling by Amaury Denoyelle · 1 year, 7 months ago
  55. b2e31d3 MEDIUM: quic: streamline error notification by Amaury Denoyelle · 1 year, 7 months ago
  56. 2ad41b8 MINOR: mux-quic: simplify return path of qc_send() by Amaury Denoyelle · 1 year, 7 months ago
  57. b35e32e MINOR: mux-quic: factorize send subscribing by Amaury Denoyelle · 1 year, 7 months ago
  58. 04b2208 MINOR: mux-quic: do not send STREAM frames if already subscribe by Amaury Denoyelle · 1 year, 7 months ago
  59. 2d5c3f5 MINOR: mux-quic: add traces for stream wake by Amaury Denoyelle · 1 year, 7 months ago
  60. 69670e8 BUG/MINOR: mux-quic: no need to subscribe for detach streams by Amaury Denoyelle · 1 year, 7 months ago
  61. 131f2d9 BUG/MINOR: mux-quic: do not free frame already released by quic-conn by Amaury Denoyelle · 1 year, 7 months ago
  62. 3fd4093 BUG/MINOR: mux-quic: do not prevent shutw on error by Amaury Denoyelle · 1 year, 7 months ago
  63. 9615102 MINOR: stats: report the number of times the global maxconn was reached by Willy Tarreau · 1 year, 7 months ago
  64. 3c4a297 MINOR: stats: report the total number of warnings issued by Willy Tarreau · 1 year, 7 months ago
  65. 0dd4fa5 BUG/MINOR: quic: Buggy acknowlegments of acknowlegments function by Frédéric Lécaille · 1 year, 7 months ago
  66. d7d507a CLEANUP: hlua_fcn/queue: make queue:push() easier to read by Aurelien DARRAGON · 1 year, 7 months ago
  67. c0af7cd BUG/MINOR: hlua_fcn/queue: fix reference leak by Aurelien DARRAGON · 1 year, 7 months ago
  68. bd8a94a BUG/MINOR: hlua_fcn/queue: fix broken pop_wait() by Aurelien DARRAGON · 1 year, 7 months ago
  69. 0fda8d2 BUG/MEDIUM: filters: Don't deinit filters for disabled proxies during startup by Christopher Faulet · 1 year, 7 months ago
  70. 7f4ffad MINOR: spoe: Don't stop disabled proxies by Christopher Faulet · 1 year, 7 months ago
  71. 16e3141 BUILD: mjson: Fix warning about unused variables by Christopher Faulet · 1 year, 7 months ago
  72. 83f54b9 CLEANUP: src/listener.c: remove redundant NULL check by Ilya Shipitsin · 1 year, 7 months ago
  73. bd90a16 MEDIUM: stream: Resync analyzers at the end of process_stream() on change by Christopher Faulet · 1 year, 7 months ago
  74. b1368ad BUG/MEDIUM: stream: Forward shutdowns when unhandled errors are caught by Christopher Faulet · 1 year, 7 months ago
  75. 862588a BUG/MINOR: config: make compression work again in defaults section by Willy Tarreau · 1 year, 7 months ago
  76. b971696 BUG/MINOR: quic: Possible crash when dumping version information by Frédéric Lécaille · 1 year, 7 months ago
  77. da24bcf BUG/MEDIUM: mux-quic: wakeup tasklet to close on error by Amaury Denoyelle · 1 year, 7 months ago
  78. 58721f2 BUG/MINOR: mux-quic: fix transport VS app CONNECTION_CLOSE by Amaury Denoyelle · 1 year, 7 months ago
  79. a236c58 BUG/MEDIUM: stats: Require more room if buffer is almost full by Christopher Faulet · 1 year, 7 months ago
  80. 930afdf BUILD: ssl: buggy -Werror=dangling-pointer since gcc 13.0 by William Lallemand · 1 year, 7 months ago
  81. d6f0557 BUG/MEDIUM: cache: Don't request more room than the max allowed by Christopher Faulet · 1 year, 7 months ago
  82. 7a01ff7 BUG/MINOR: quic: Wrong key update cipher context initialization for encryption by Frédéric Lécaille · 1 year, 7 months ago
  83. a946125 CLEANUP: quic: Typo fix for quic_connection_id pool by Frédéric Lécaille · 1 year, 7 months ago
  84. 1bc6e31 CLEANUP: quic: Rename several <buf> variables in quic_frame.(c|h) by Frédéric Lécaille · 1 year, 7 months ago
  85. 95e6c99 BUILD: debug: do not check the isolated_thread variable in non-threaded builds by Willy Tarreau · 1 year, 7 months ago
  86. dd9f921 CLEANUP: fix a few reported typos in code comments by Willy Tarreau · 1 year, 7 months ago
  87. 615c301 MINOR: config: allow cpu-map to take commas in lists of ranges by Willy Tarreau · 1 year, 7 months ago
  88. 2273af1 MINOR: quic: implement oneline format for "show quic" by Amaury Denoyelle · 1 year, 7 months ago
  89. bc1f5fe MINOR: quic: add format argument for "show quic" by Amaury Denoyelle · 1 year, 7 months ago
  90. 86fb22c MINOR: hlua_fcn: add Queue class by Aurelien DARRAGON · 1 year, 7 months ago
  91. 40cd44f MINOR: hlua: declare hlua_gethlua() function by Aurelien DARRAGON · 1 year, 7 months ago
  92. e0b1635 CLEANUP: hlua: hlua_register_task() may longjmp by Aurelien DARRAGON · 1 year, 7 months ago
  93. 977688b MINOR: server: fix message report when IDRAIN is set and MAINT is cleared by Aurelien DARRAGON · 1 year, 7 months ago
  94. a2c5321 BUG/MINOR: hlua: spinning loop in hlua_socket_handler() by Aurelien DARRAGON · 1 year, 7 months ago
  95. 717a38d MINOR: hlua: expose proxy mailers by Aurelien DARRAGON · 1 year, 7 months ago
  96. 5bed48f MINOR: mailers/hlua: disable email sending from lua by Aurelien DARRAGON · 1 year, 7 months ago
  97. 0bd53b2 MINOR: hlua/event_hdl: expose SERVER_CHECK event by Aurelien DARRAGON · 1 year, 8 months ago
  98. dcbc2d2 MINOR: checks/event_hdl: SERVER_CHECK event by Aurelien DARRAGON · 1 year, 8 months ago
  99. 948dd3d MINOR: hlua: expose SERVER_ADMIN event by Aurelien DARRAGON · 1 year, 7 months ago
  100. a163d65 MINOR: server/event_hdl: add SERVER_ADMIN event by Aurelien DARRAGON · 1 year, 7 months ago