1. 9704797 BUG/MEDIUM: http-ana: Properly switch the request in tunnel mode on upgrade by Christopher Faulet · 1 year, 8 months ago
  2. a21ca74 MINOR: ssl: remove OpenSSL 1.0.2 mention into certificate loading error by William Lallemand · 1 year, 7 months ago
  3. 2ca0158 CLEANUP: use "offsetof" where appropriate by Ilya Shipitsin · 1 year, 8 months ago
  4. b5efe79 BUG/MINOR: quic: Do not use ack delay during the handshakes by Frédéric Lécaille · 1 year, 8 months ago
  5. 75b954f BUG/MINOR: stconn: Don't set SE_FL_ERROR at the end of sc_conn_send() by Christopher Faulet · 1 year, 8 months ago
  6. 25d9fe5 MEDIUM: stconn: Rely on SC flags to handle errors instead of SE flags by Christopher Faulet · 1 year, 8 months ago
  7. e182a8e MEDIUM: stream: Stop to use SE flags to detect endpoint errors by Christopher Faulet · 1 year, 8 months ago
  8. d7bac88 MEDIUM: stream: Stop to use SE flags to detect read errors from analyzers by Christopher Faulet · 1 year, 8 months ago
  9. 725170e MEDIUM: backend: Stop to use SE flags to detect connection errors by Christopher Faulet · 1 year, 8 months ago
  10. 88d05a0 MEDIUM: tree-wide: Stop to set SE_FL_ERROR from upper layer by Christopher Faulet · 1 year, 8 months ago
  11. ad46e52 MINOR: tree-wide: Test SC_FL_ERROR with SE_FL_ERROR from upper layer by Christopher Faulet · 1 year, 8 months ago
  12. 340021b MINOR: stream: Set SC_FL_ERROR on channels' buffer allocation error by Christopher Faulet · 1 year, 8 months ago
  13. 38656f4 MINOR: backend: Set SC_FL_ERROR on connection error by Christopher Faulet · 1 year, 8 months ago
  14. a1d14a7 MINOR: stconn: Add a flag to ack endpoint errors at SC level by Christopher Faulet · 1 year, 8 months ago
  15. 638fe6a MINOR: stconn: Don't clear SE_FL_ERROR when endpoint is reset by Christopher Faulet · 1 year, 8 months ago
  16. e8bcef5 MEDIUM: stconn: Forbid applets with more to deliver if EOI was reached by Christopher Faulet · 1 year, 8 months ago
  17. 56a2b60 MINOR: stconn: Stop to set SE_FL_ERROR on sending path by Christopher Faulet · 1 year, 8 months ago
  18. d3bc340 BUG/MINOR: cli: Don't close when SE_FL_ERR_PENDING is set in cli analyzer by Christopher Faulet · 1 year, 8 months ago
  19. 214f1b5 MINOR: tree-wide: Replace several chn_prod() by the corresponding SC by Christopher Faulet · 1 year, 8 months ago
  20. 64350bb MINOR: tree-wide: Replace several chn_cons() by the corresponding SC by Christopher Faulet · 1 year, 8 months ago
  21. b2b1c3a MINOR: channel/stconn: Replace sc_shutw() by sc_shutdown() by Christopher Faulet · 1 year, 8 months ago
  22. 208c712 MINOR: stconn: Rename SC_FL_SHUTW in SC_FL_SHUT_DONE by Christopher Faulet · 1 year, 8 months ago
  23. cfc11c0 MINOR: channel/stconn: Replace sc_shutr() by sc_abort() by Christopher Faulet · 1 year, 8 months ago
  24. 0c370ee MINOR: stconn: Rename SC_FL_SHUTR in SC_FL_ABRT_DONE by Christopher Faulet · 1 year, 8 months ago
  25. df7cd71 MINOR: channel/stconn: Replace channel_shutw_now() by sc_schedule_shutdown() by Christopher Faulet · 1 year, 8 months ago
  26. e38534c MINOR: stconn: Rename SC_FL_SHUTW_NOW in SC_FL_SHUT_WANTED by Christopher Faulet · 1 year, 8 months ago
  27. 12762f0 MINOR: channel/stconn: Replace channel_shutr_now() by sc_schedule_abort() by Christopher Faulet · 1 year, 8 months ago
  28. 573ead1 MINOR: stconn: Rename SC_FL_SHUTR_NOW in SC_FL_ABRT_WANTED by Christopher Faulet · 1 year, 8 months ago
  29. 7eb837d MINOR: stream: Introduce stream_abort() to abort on both sides in same time by Christopher Faulet · 1 year, 8 months ago
  30. 3db538a MINOR: channel: Forwad close to other side on abort by Christopher Faulet · 1 year, 8 months ago
  31. c394e21 REGTESTS: fix the race conditions in log_uri.vtc by Christopher Faulet · 1 year, 8 months ago
  32. 0adffb6 MINOR: filters: Review and simplify errors handling by Christopher Faulet · 1 year, 8 months ago
  33. dbad8ec MINOR: stream: Uninline and export sess_set_term_flags() function by Christopher Faulet · 1 year, 8 months ago
  34. 9512588 BUG/MEDIUM: stconn: Do nothing in sc_conn_recv() when the SC needs more room by Christopher Faulet · 1 year, 8 months ago
  35. 915ba08 BUG/MEDIUM: stream: Report write timeouts before testing the flags by Christopher Faulet · 1 year, 8 months ago
  36. 925279c BUG/MINOR: stream: Fix test on SE_FL_ERROR on the wrong entity by Christopher Faulet · 1 year, 8 months ago
  37. ea5a5e6 CI: enable monthly test on Fedora Rawhide by Ilya Shipitsin · 1 year, 8 months ago
  38. 86a40f5 CI: bump "actions/checkout" to v3 for cross zoo matrix by Ilya Shipitsin · 1 year, 8 months ago
  39. 895700b BUG/MINOR: quic: Wrong Application encryption level selection when probing by Frédéric Lécaille · 1 year, 8 months ago
  40. a576c1b MINOR: quic: Remove a useless test about probing in qc_prep_pkts() by Frédéric Lécaille · 1 year, 8 months ago
  41. 91369cf MINOR: quic: Display the packet number space flags in traces by Frédéric Lécaille · 1 year, 8 months ago
  42. 595251f BUG/MINOR: quic: SIGFPE in quic_cubic_update() by Frédéric Lécaille · 1 year, 8 months ago
  43. 9d68c6a BUG/MINOR: quic: Possible wrapped values used as ACK tree purging limit. by Frédéric Lécaille · 1 year, 8 months ago
  44. 45bf1a8 BUG/MEDIUM: quic: Code sanitization about acknowledgements requirements by Frédéric Lécaille · 1 year, 8 months ago
  45. eb3e517 MINOR: quic: Add connection flags to traces by Frédéric Lécaille · 1 year, 8 months ago
  46. 809bd9f BUG/MINOR: quic: Ignored less than 1ms RTTs by Frédéric Lécaille · 1 year, 8 months ago
  47. fad0e6c MINOR: quic: Add packet loss and maximum cc window to "show quic" by Frédéric Lécaille · 1 year, 8 months ago
  48. f98a8c3 BUG/MEDIUM: fd: don't wait for tmask to stabilize if we're not in it. by Olivier Houchard · 1 year, 8 months ago
  49. a07635e MINOR: bind-conf: support a new shards value: "by-group" by Willy Tarreau · 1 year, 8 months ago
  50. d30e82b MINOR: receiver: reserve special values for "shards" by Willy Tarreau · 1 year, 8 months ago
  51. 53fc98c MINOR: fd: implement fd_migrate_on() to migrate on a non-local thread by Amaury Denoyelle · 1 year, 8 months ago
  52. 7b44c26 MINOR: fd: add a lock bit with the tgid by Willy Tarreau · 1 year, 8 months ago
  53. 4d882bd MINOR: fd: optimize fd_claim_tgid() for use in fd_insert() by Willy Tarreau · 1 year, 8 months ago
  54. 97da942 MINOR: thread: keep a bitmask of enabled groups in thread_set by Willy Tarreau · 1 year, 9 months ago
  55. 3f21097 BUG/MINOR: stick_table: alert when type len has incorrect characters by William Lallemand · 1 year, 8 months ago
  56. 28f2a59 MINOR: activity: add a line reporting the average CPU usage to "show activity" by Willy Tarreau · 1 year, 8 months ago
  57. 6fd2576 MINOR: quic: Add a trace for packet with an ACK frame by Frédéric Lécaille · 1 year, 8 months ago
  58. e47adca MINOR: quic: Dump more information at proto level when building packets by Frédéric Lécaille · 1 year, 8 months ago
  59. c0aaa07 MINOR: quic: Modify qc_try_rm_hp() traces by Frédéric Lécaille · 1 year, 8 months ago
  60. 6873731 BUG/MINOR: quic: Wrong packet number space probing before confirmed handshake by Frédéric Lécaille · 1 year, 8 months ago
  61. 2513b1d MINOR: quic: Trace fix in quic_pto_pktns() (handshaske status) by Frédéric Lécaille · 1 year, 8 months ago
  62. c202c74 BUG/MEDIUM: mux-h2: Never set SE_FL_EOS without SE_FL_EOI or SE_FL_ERROR by Christopher Faulet · 1 year, 8 months ago
  63. c393c9e BUG/MEDIUM: mux-h1: Report EOI when a TCP connection is upgraded to H2 by Christopher Faulet · 1 year, 8 months ago
  64. f65cf36 MINOR: hlua: Stop to check the SC state when executing a hlua cli command by Christopher Faulet · 1 year, 8 months ago
  65. 5220a8c BUG/MEDIUM: resolvers: Force the connect timeout for DNS resolutions by Christopher Faulet · 1 year, 8 months ago
  66. 142cc1b BUG/MINOR: resolvers: Wakeup DNS idle task on stopping by Christopher Faulet · 1 year, 8 months ago
  67. e0f4717 BUG/MEDIUM: dns: Kill idle DNS sessions during stopping stage by Christopher Faulet · 1 year, 8 months ago
  68. 211452e BUG/MEDIUM: log: Eat output data when waiting for appctx shutdown by Christopher Faulet · 1 year, 8 months ago
  69. 9837bd8 BUG/MEDIUM: stats: Eat output data when waiting for appctx shutdown by Christopher Faulet · 1 year, 8 months ago
  70. 1901c1b BUG/MEDIUM: http-client: Eat output data when waiting for appctx shutdown by Christopher Faulet · 1 year, 8 months ago
  71. 1fb97e4 BUG/MEDIUM: cli: Eat output data when waiting for appctx shutdown by Christopher Faulet · 1 year, 8 months ago
  72. 33af996 BUG/MEDIUM: cli: Set SE_FL_EOI flag for '_getsocks' and 'quit' commands by Christopher Faulet · 1 year, 8 months ago
  73. 768b628 [RELEASE] Released version 2.8-dev7 by Willy Tarreau · 1 year, 8 months ago
  74. 0963b8a BUG/MEDIUM: listeners: Use the right parameters for strlcpy2(). by Olivier Houchard · 1 year, 8 months ago
  75. 7f2b3f9 BUILD: bug.h: add a warning in the base API when unsafe functions are used by Willy Tarreau · 1 year, 8 months ago
  76. d499127 MINOR: compiler: define a __attribute__warning() macro by Willy Tarreau · 1 year, 8 months ago
  77. 988e19c BUILD: compiler: fix __equals_1() on older compilers by Willy Tarreau · 1 year, 8 months ago
  78. ad44939 CLEANUP: opentracing: remove the last two occurrences of strncat() by Willy Tarreau · 1 year, 8 months ago
  79. fc458ec CLEANUP: tree-wide: remove strpcy() from constant strings by Willy Tarreau · 1 year, 8 months ago
  80. 6d4c0c2 CLEANUP: ocsp: do no use strpcy() to copy a path! by Willy Tarreau · 1 year, 8 months ago
  81. a0fa577 CLEANUP: tcpcheck: remove the only occurrence of sprintf() in the code by Willy Tarreau · 1 year, 8 months ago
  82. 22450af BUG/MINOR: lua: remove incorrect usage of strncat() by Willy Tarreau · 1 year, 8 months ago
  83. ead43fe MEDIUM: compression: Make it so we can compress requests as well. by Olivier Houchard · 1 year, 8 months ago
  84. dea25f5 MINOR: compression: Count separately request and response compression by Olivier Houchard · 1 year, 8 months ago
  85. db573e9 MINOR: compression: Store algo and type for both request and response by Olivier Houchard · 1 year, 8 months ago
  86. dfc11da MINOR: compression: Prepare compression code for request compression by Olivier Houchard · 1 year, 8 months ago
  87. 3ce0f01 MINOR: compression: Make compression offload a flag by Olivier Houchard · 1 year, 8 months ago
  88. 6bb26d4 BUG/MUNOR: http-ana: Use an unsigned integer for http_msg flags by Christopher Faulet · 1 year, 8 months ago
  89. 8eeec38 MINOR: applet: Use unsafe version to get stream from SC in the trace function by Christopher Faulet · 1 year, 8 months ago
  90. b28ded1 BUG/MINOR: errors: invalid use of memprintf in startup_logs_init() by Aurelien DARRAGON · 1 year, 8 months ago
  91. b4e651f BUG/MINOR: mworker: unset more internal variables from program section by William Lallemand · 1 year, 8 months ago
  92. 15adc4c MINOR: quic: remove address concatenation to ODCID by Amaury Denoyelle · 1 year, 8 months ago
  93. 2c98209 MINOR: quic: remove ODCID dedicated tree by Amaury Denoyelle · 1 year, 8 months ago
  94. 162baaf MINOR: quic: derive first DCID from client ODCID by Amaury Denoyelle · 1 year, 8 months ago
  95. ce5c145 BUG/MINOR: quic: Possible crashes in qc_idle_timer_task() by Frédéric Lécaille · 1 year, 8 months ago
  96. 2954bcc BUG/MINOR: http-ana: Don't switch message to DATA when waiting for payload by Christopher Faulet · 1 year, 8 months ago
  97. ffcffa8 MINOR: http-ana: Add a HTTP_MSGF flag to state the Expect header was checked by Christopher Faulet · 1 year, 8 months ago
  98. 620382a EXAMPLES: add basic event_hdl lua example script by Aurelien DARRAGON · 1 year, 9 months ago
  99. 223770d MINOR: hlua/event_hdl: per-server event subscription by Aurelien DARRAGON · 1 year, 9 months ago
  100. c84899c MEDIUM: hlua/event_hdl: initial support for event handlers by Aurelien DARRAGON · 1 year, 9 months ago