1. 6e0c39d BUILD: ssl: ssl_c_r_dn fetches uses functiosn only available since 1.1.1 by William Lallemand · 1 year, 6 months ago
  2. d38d8c6 BUG/MEDIUM: mux-h2: make sure control frames do not refresh the idle timeout by Willy Tarreau · 1 year, 6 months ago
  3. df97f47 MINOR: ssl: add new sample ssl_c_r_dn by Abhijeet Rastogi · 1 year, 6 months ago
  4. 7f95469 MEDIUM: proxy: stop emitting logs for internal proxies when stopping by William Lallemand · 1 year, 6 months ago
  5. 6eb53b1 MINOR: stconn: Remove useless test on sedesc on detach to release the xref by Christopher Faulet · 1 year, 6 months ago
  6. 1601eeb MEDIUM: mworker/cli: does not disconnect the master CLI upon error by William Lallemand · 1 year, 6 months ago
  7. 5414d82 CI: enable monthly Fedora Rawhide clang builds by Ilya Shipitsin · 1 year, 7 months ago
  8. 4adb4b9 MEDIUM: session/ssl: return the SSL error string during a SSL handshake error by William Lallemand · 1 year, 7 months ago
  9. ee65efb BUG/MINOR: mux-quic: free task on qc_init() app ops failure by Amaury Denoyelle · 1 year, 7 months ago
  10. 6c501ed BUG/MINOR: mux-quic: differentiate failure on qc_stream_desc alloc by Amaury Denoyelle · 1 year, 7 months ago
  11. 50fe006 BUG/MINOR: quic: do not alloc buf count on alloc failure by Amaury Denoyelle · 1 year, 7 months ago
  12. d00b309 BUG/MINOR: mux-quic: handle properly recv ncbuf alloc failure by Amaury Denoyelle · 1 year, 7 months ago
  13. 0abde9d BUG/MINOR: mux-quic: properly handle buf alloc failure by Amaury Denoyelle · 1 year, 7 months ago
  14. 93dd23c MINOR: mux-quic: remove dedicated function to handle standalone FIN by Amaury Denoyelle · 1 year, 7 months ago
  15. 25cf19d MINOR: htx: add function to set EOM reliably by Amaury Denoyelle · 1 year, 7 months ago
  16. 76d5025 BUG/MINOR: quic: Wrong redispatch for external data on connection socket by Frédéric Lécaille · 1 year, 7 months ago
  17. 256d581 BUG/MINOR: log: fix memory error handling in parse_logsrv() by Aurelien DARRAGON · 1 year, 7 months ago
  18. d4dba38 BUG/MINOR: errors: handle malloc failure in usermsgs_put() by Aurelien DARRAGON · 1 year, 7 months ago
  19. 4cc2714 EXAMPLES: fix race condition in lua mailers script by Aurelien DARRAGON · 1 year, 7 months ago
  20. 2a29571 DOC: lua: fix core.{proxies,frontends,backends} visibility by Aurelien DARRAGON · 1 year, 7 months ago
  21. ceb13b5 MINOR: ncbuf: missing malloc checks in standalone code by Aurelien DARRAGON · 1 year, 7 months ago
  22. 94df1b5 BUILD: debug: fix build issue on 32-bit platforms in "debug dev task" by Willy Tarreau · 1 year, 7 months ago
  23. e279f59 MINOR: httpclient: allow to disable the DNS resolvers of the httpclient by William Lallemand · 1 year, 7 months ago
  24. fe0ba0e MINOR: cli: make "show fd" identify QUIC connections and listeners by Willy Tarreau · 1 year, 7 months ago
  25. ea07715 MINOR: master/cli: also implement the timed prompt on the master CLI by Willy Tarreau · 1 year, 7 months ago
  26. 2255557 MINOR: cli: add an option to display the uptime in the CLI's prompt by Willy Tarreau · 1 year, 7 months ago
  27. 21d7125 BUG/MINOR: cli: don't complain about empty command on empty lines by Willy Tarreau · 1 year, 7 months ago
  28. 31b23ae CLEANUP: acl: discard prune_acl_cond() function by Aurelien DARRAGON · 1 year, 7 months ago
  29. c610095 MINOR: tree-wide: use free_acl_cond() where relevant by Aurelien DARRAGON · 1 year, 7 months ago
  30. cd9aff1 CLEANUP: http_act: use http_free_redirect_rule() to clean redirect act by Aurelien DARRAGON · 1 year, 7 months ago
  31. 5313570 BUG/MINOR: http_rules: fix errors paths in http_parse_redirect_rule() by Aurelien DARRAGON · 1 year, 7 months ago
  32. 7abc922 MINOR: proxy: add http_free_redirect_rule() function by Aurelien DARRAGON · 1 year, 7 months ago
  33. 8dfc249 BUG/MINOR: proxy: missing free in free_proxy for redirect rules by Aurelien DARRAGON · 1 year, 7 months ago
  34. 7542fb4 MINOR: stconn: Add a cross-reference between SE descriptor by Christopher Faulet · 1 year, 7 months ago
  35. 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
  36. 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
  37. 4cfb001 MINOR: stats: report the listener's protocol along with the address in stats by Willy Tarreau · 1 year, 7 months ago
  38. 5f67b17 MEDIUM: mux-quic: adjust transport layer error handling by Amaury Denoyelle · 1 year, 7 months ago
  39. b2e31d3 MEDIUM: quic: streamline error notification by Amaury Denoyelle · 1 year, 7 months ago
  40. 2ad41b8 MINOR: mux-quic: simplify return path of qc_send() by Amaury Denoyelle · 1 year, 7 months ago
  41. b35e32e MINOR: mux-quic: factorize send subscribing by Amaury Denoyelle · 1 year, 7 months ago
  42. 04b2208 MINOR: mux-quic: do not send STREAM frames if already subscribe by Amaury Denoyelle · 1 year, 7 months ago
  43. 2d5c3f5 MINOR: mux-quic: add traces for stream wake by Amaury Denoyelle · 1 year, 7 months ago
  44. 69670e8 BUG/MINOR: mux-quic: no need to subscribe for detach streams by Amaury Denoyelle · 1 year, 7 months ago
  45. 131f2d9 BUG/MINOR: mux-quic: do not free frame already released by quic-conn by Amaury Denoyelle · 1 year, 7 months ago
  46. 3fd4093 BUG/MINOR: mux-quic: do not prevent shutw on error by Amaury Denoyelle · 1 year, 7 months ago
  47. 9615102 MINOR: stats: report the number of times the global maxconn was reached by Willy Tarreau · 1 year, 7 months ago
  48. 3c4a297 MINOR: stats: report the total number of warnings issued by Willy Tarreau · 1 year, 7 months ago
  49. 29dcc5e DEBUG: list: add DEBUG_LIST to purposely corrupt list heads after delete by Willy Tarreau · 1 year, 7 months ago
  50. 0dd4fa5 BUG/MINOR: quic: Buggy acknowlegments of acknowlegments function by Frédéric Lécaille · 1 year, 7 months ago
  51. d7d507a CLEANUP: hlua_fcn/queue: make queue:push() easier to read by Aurelien DARRAGON · 1 year, 7 months ago
  52. c0af7cd BUG/MINOR: hlua_fcn/queue: fix reference leak by Aurelien DARRAGON · 1 year, 7 months ago
  53. bd8a94a BUG/MINOR: hlua_fcn/queue: fix broken pop_wait() by Aurelien DARRAGON · 1 year, 7 months ago
  54. 0fda8d2 BUG/MEDIUM: filters: Don't deinit filters for disabled proxies during startup by Christopher Faulet · 1 year, 7 months ago
  55. 7f4ffad MINOR: spoe: Don't stop disabled proxies by Christopher Faulet · 1 year, 7 months ago
  56. 16e3141 BUILD: mjson: Fix warning about unused variables by Christopher Faulet · 1 year, 7 months ago
  57. f0e8e79 [RELEASE] Released version 2.8-dev11 by Willy Tarreau · 1 year, 7 months ago
  58. 83f54b9 CLEANUP: src/listener.c: remove redundant NULL check by Ilya Shipitsin · 1 year, 7 months ago
  59. 2fab37e DEV: flags/show-sess-to-flags: add support for color output by Willy Tarreau · 1 year, 7 months ago
  60. fd1047a DEV: flags/show-sess-to-flags: only retrieve hex digits from hex fields by Willy Tarreau · 1 year, 7 months ago
  61. 058f246 DEV: flags: add missing stream flags to show-sess-to-flags by Willy Tarreau · 1 year, 7 months ago
  62. bd90a16 MEDIUM: stream: Resync analyzers at the end of process_stream() on change by Christopher Faulet · 1 year, 7 months ago
  63. b1368ad BUG/MEDIUM: stream: Forward shutdowns when unhandled errors are caught by Christopher Faulet · 1 year, 7 months ago
  64. 862588a BUG/MINOR: config: make compression work again in defaults section by Willy Tarreau · 1 year, 7 months ago
  65. b971696 BUG/MINOR: quic: Possible crash when dumping version information by Frédéric Lécaille · 1 year, 7 months ago
  66. c147171 DEV: flags: add a script to decode most flags in the "show sess all" output by Willy Tarreau · 1 year, 7 months ago
  67. da24bcf BUG/MEDIUM: mux-quic: wakeup tasklet to close on error by Amaury Denoyelle · 1 year, 7 months ago
  68. 58721f2 BUG/MINOR: mux-quic: fix transport VS app CONNECTION_CLOSE by Amaury Denoyelle · 1 year, 7 months ago
  69. 89fb210 DOC: configuration: add info about ssl-engine for 2.6 by Aleksandar Lazic · 2 years, 4 months ago
  70. a236c58 BUG/MEDIUM: stats: Require more room if buffer is almost full by Christopher Faulet · 1 year, 7 months ago
  71. 557146c DOC: stconn: Update comments about ABRT/SHUT for stconn structure by Christopher Faulet · 1 year, 7 months ago
  72. 930afdf BUILD: ssl: buggy -Werror=dangling-pointer since gcc 13.0 by William Lallemand · 1 year, 7 months ago
  73. c75c41c EXAMPLES: fix IPV6 support for lua mailers script by Aurelien DARRAGON · 1 year, 7 months ago
  74. e59f758 MEDIUM: stconn: Be sure to always be able to unblock a SC that needs room by Christopher Faulet · 1 year, 7 months ago
  75. d6f0557 BUG/MEDIUM: cache: Don't request more room than the max allowed by Christopher Faulet · 1 year, 7 months ago
  76. 7a01ff7 BUG/MINOR: quic: Wrong key update cipher context initialization for encryption by Frédéric Lécaille · 1 year, 7 months ago
  77. a946125 CLEANUP: quic: Typo fix for quic_connection_id pool by Frédéric Lécaille · 1 year, 7 months ago
  78. 1bc6e31 CLEANUP: quic: Rename several <buf> variables in quic_frame.(c|h) by Frédéric Lécaille · 1 year, 7 months ago
  79. d19a02a CLEANUP: quic: No more used q_buf structure by Frédéric Lécaille · 1 year, 7 months ago
  80. ed79a27 CI: more granular failure on generating build matrix by Ilya Shipitsin · 1 year, 7 months ago
  81. 652d171 BUILD: quic: fix build warning when threads are disabled by Willy Tarreau · 1 year, 7 months ago
  82. 95e6c99 BUILD: debug: do not check the isolated_thread variable in non-threaded builds by Willy Tarreau · 1 year, 7 months ago
  83. d8cbfa5 [RELEASE] Released version 2.8-dev10 by Willy Tarreau · 1 year, 7 months ago
  84. 2fefab6 DOC: fix a few reported typos in the config and install doc by Willy Tarreau · 1 year, 7 months ago
  85. dd9f921 CLEANUP: fix a few reported typos in code comments by Willy Tarreau · 1 year, 7 months ago
  86. 615c301 MINOR: config: allow cpu-map to take commas in lists of ranges by Willy Tarreau · 1 year, 7 months ago
  87. 2273af1 MINOR: quic: implement oneline format for "show quic" by Amaury Denoyelle · 1 year, 7 months ago
  88. bc1f5fe MINOR: quic: add format argument for "show quic" by Amaury Denoyelle · 1 year, 7 months ago
  89. 4537ac1 EXAMPLES: mailqueue for lua mailers script by Aurelien DARRAGON · 1 year, 7 months ago
  90. 86fb22c MINOR: hlua_fcn: add Queue class by Aurelien DARRAGON · 1 year, 7 months ago
  91. fc4ec0d MINOR: hlua: declare hlua_yieldk() function by Aurelien DARRAGON · 1 year, 7 months ago
  92. 40cd44f MINOR: hlua: declare hlua_gethlua() function by Aurelien DARRAGON · 1 year, 7 months ago
  93. 34c8676 MINOR: hlua: declare hlua_{ref,pushref,unref} functions by Aurelien DARRAGON · 1 year, 7 months ago
  94. 7963fb5 REGTESTS: use lua mailer script for mailers tests by Aurelien DARRAGON · 1 year, 7 months ago
  95. e0b1635 CLEANUP: hlua: hlua_register_task() may longjmp by Aurelien DARRAGON · 1 year, 7 months ago
  96. 977688b MINOR: server: fix message report when IDRAIN is set and MAINT is cleared by Aurelien DARRAGON · 1 year, 7 months ago
  97. a2c5321 BUG/MINOR: hlua: spinning loop in hlua_socket_handler() by Aurelien DARRAGON · 1 year, 7 months ago
  98. a926948 EXAMPLES: add lua mailers script to replace tcpcheck mailers by Aurelien DARRAGON · 1 year, 7 months ago
  99. 717a38d MINOR: hlua: expose proxy mailers by Aurelien DARRAGON · 1 year, 7 months ago
  100. 5bed48f MINOR: mailers/hlua: disable email sending from lua by Aurelien DARRAGON · 1 year, 7 months ago