1. 330af2d REGTESTS: 4be_1srv_smtpchk_httpchk_layer47errors: Return valid SMTP replies by Christopher Faulet · 2 years, 2 months ago
  2. 4eaf85f MINOR: clock: do not update the global date too often by Willy Tarreau · 2 years, 2 months ago
  3. 58b73f9 MINOR: pollers: only update the local date during busy polling by Willy Tarreau · 2 years, 2 months ago
  4. a700420 MINOR: clock: split local and global date updates by Willy Tarreau · 2 years, 2 months ago
  5. ae1e14d CLEANUP: tools: removing escape_chunk() function by Aurelien DARRAGON · 2 years, 2 months ago
  6. c5bff8e BUG/MINOR: log: improper behavior when escaping log data by Aurelien DARRAGON · 2 years, 2 months ago
  7. b0b8e9b BUG/MINOR: mux-h1: Account consumed output data on synchronous connection error by Christopher Faulet · 2 years, 2 months ago
  8. 0ed617a BUG/MEDIUM: mux-quic: properly trim HTX buffer on snd_buf reset by Amaury Denoyelle · 2 years, 2 months ago
  9. 9534e59 MINOR: mux-quic: refactor snd_buf by Amaury Denoyelle · 2 years, 2 months ago
  10. d80fbca REORG: mux-quic: export HTTP related function in a dedicated file by Amaury Denoyelle · 2 years, 2 months ago
  11. 36d50bf REORG: mux-quic: extract traces in a dedicated source file by Amaury Denoyelle · 2 years, 2 months ago
  12. 3dc4e5a BUG/MINOR: mux-quic: do not keep detached qcs with empty Tx buffers by Amaury Denoyelle · 2 years, 2 months ago
  13. 9f4f6b0 OPTIM: hpack-huff: reduce the cache footprint of the huffman decoder by Willy Tarreau · 2 years, 2 months ago
  14. cbfee3a MINOR: httpclient: enabled the use of SNI presets by Miroslav Zagorac · 2 years, 2 months ago
  15. 133e2a2 CLEANUP: httpclient: deleted unused variables by Miroslav Zagorac · 2 years, 2 months ago
  16. afb7b9d BUG/MEDIUM: mux-quic: fix nb_hreq decrement by Amaury Denoyelle · 2 years, 2 months ago
  17. 4b10a5c [RELEASE] Released version 2.7-dev6 by Willy Tarreau · 2 years, 2 months ago
  18. 68b3e13 SCRIPTS: announce-release: update some URLs to https by Willy Tarreau · 2 years, 2 months ago
  19. b0c0501 MINOR: config: add command-line -dC to dump the configuration file by Erwan Le Goas · 2 years, 2 months ago
  20. acfdf76 MINOR: cli: anonymize 'show servers state' and 'show servers conn' by Erwan Le Goas · 2 years, 2 months ago
  21. 57e35f4 MINOR: cli: anonymize commands 'show sess' and 'show sess all' by Erwan Le Goas · 2 years, 2 months ago
  22. 54966df MINOR: anon: store the anonymizing key in the CLI's appctx by Erwan Le Goas · 2 years, 2 months ago
  23. fad9da8 MINOR: anon: store the anonymizing key in the global structure by Erwan Le Goas · 2 years, 2 months ago
  24. 9c76637 MINOR: anon: add new macros and functions to anonymize contents by Erwan Le Goas · 2 years, 2 months ago
  25. 85af760 BUILD: fd: fix a build warning on the DWCAS by Willy Tarreau · 2 years, 2 months ago
  26. da9f258 BUG/MEDIUM: captures: free() an error capture out of the proxy lock by Willy Tarreau · 2 years, 2 months ago
  27. a94bedc CLEANUP: quic,ssl: fix tiny typos in C comments by cui fliter · 2 years, 3 months ago
  28. 8d0ff28 BUG/MEDIUM: server: segv when adding server with hostname from CLI by Aurelien DARRAGON · 2 years, 2 months ago
  29. e3e3121 CLEANUP: exclude udp-perturb with .gitignore by Amaury Denoyelle · 2 years, 2 months ago
  30. d1310f8 BUG/MINOR: mux-quic: do not remotely close stream too early by Amaury Denoyelle · 2 years, 2 months ago
  31. 8d4ac48 CLEANUP: mux-quic: remove stconn usage in h3/hq by Amaury Denoyelle · 2 years, 2 months ago
  32. 7c4b2ec MINOR: flags/mux-h1: decode H1C and H1S flags by Christopher Faulet · 2 years, 2 months ago
  33. 18ad15f REORG: mux-h1: extract flags and enums into mux_h1-t.h by Christopher Faulet · 2 years, 2 months ago
  34. f8aaf8b BUG/MEDIUM: mux-quic: fix crash on early app-ops release by Amaury Denoyelle · 2 years, 2 months ago
  35. 95fc737 MEDIUM: quic: separate path for rx and tx with set_encryption_secrets by William Lallemand · 2 years, 2 months ago
  36. 1c8f3b3 MINOR: httpclient: export httpclient_create_proxy() by William Lallemand · 2 years, 2 months ago
  37. 243c2d1 DOC: fix TOC in starter guide for subsection 3.3.8. Statistics by Mathias Weiersmueller · 2 years, 2 months ago
  38. 992ad62 MEDIUM: httpclient: allow to use another proxy by William Lallemand · 2 years, 2 months ago
  39. 54aec5f MEDIUM: httpclient: httpclient_create_proxy() creates a proxy for httpclient by William Lallemand · 2 years, 2 months ago
  40. 23bc0b2 REGTESTS: ssl/log: test the log-forward with SSL by William Lallemand · 2 years, 2 months ago
  41. d6e581d BUG/MEDIUM: sink: bad init sequence on tcp sink from a ring. by Emeric Brun · 2 years, 2 months ago
  42. ebf600a REGTESTS: log: test the log-forward feature by William Lallemand · 2 years, 2 months ago
  43. 439be58 MINOR: flags/mux-h2: decode H2C and H2S flags by Willy Tarreau · 2 years, 2 months ago
  44. 6c0fadf REORG: mux-h2: extract flags and enums into mux_h2-t.h by Willy Tarreau · 2 years, 2 months ago
  45. 799e541 MINOR: flags/fd: decode FD flags states by Willy Tarreau · 2 years, 2 months ago
  46. a57786e BUG/MINOR: listener: null pointer dereference suspected by coverity by Aurelien DARRAGON · 2 years, 2 months ago
  47. 187396e CLEANUP: listener: function comment typo in stop_listener() by Aurelien DARRAGON · 2 years, 2 months ago
  48. 28bc152 REGTESTS: healthcheckmail: Relax matching on the healthcheck log message by Christopher Faulet · 2 years, 2 months ago
  49. af5336f BUG/MINOR: mux-h1: Increment open_streams counter when H1 stream is created by Christopher Faulet · 2 years, 2 months ago
  50. af985e0 CLEANUP: pollers: remove dead code in the polling loop by Willy Tarreau · 2 years, 2 months ago
  51. 62bde43 BUILD: flags: fix the fallback macros for missing stdio by Willy Tarreau · 2 years, 3 months ago
  52. 233c0a5 BUILD: flags: fix build warning in some macros used by show_flags by Willy Tarreau · 2 years, 3 months ago
  53. cddec0a BUG/MINOR: stats: fixing stat shows disabled frontend status as 'OPEN' by Aurelien DARRAGON · 2 years, 3 months ago
  54. d46f437 MINOR: proxy/listener: support for additional PAUSED state by Aurelien DARRAGON · 2 years, 3 months ago
  55. 0013288 MINOR: listener: small API change by Aurelien DARRAGON · 2 years, 3 months ago
  56. 7d00077 BUG/MEDIUM: proxy: ensure pause_proxy() and resume_proxy() own PROXY_LOCK by Aurelien DARRAGON · 2 years, 3 months ago
  57. 6edae6f MINOR: flags/http_ana: use flag dumping to show http msg states by Willy Tarreau · 2 years, 3 months ago
  58. 5349779 MINOR: flags/htx: use flag dumping to show htx and start-line flags by Willy Tarreau · 2 years, 3 months ago
  59. cdefa80 DEV: flags: remove the now useless intermediary functions by Willy Tarreau · 2 years, 3 months ago
  60. a8db91f DEV: flags: remove the now unused SHOW_FLAG() definition by Willy Tarreau · 2 years, 3 months ago
  61. e2afad0 MINOR: flags/http_ana: use flag dumping for txn flags by Willy Tarreau · 2 years, 3 months ago
  62. 92a2d3c MINOR: flags/task: use flag dumping for task state by Willy Tarreau · 2 years, 3 months ago
  63. e9d1283 MINOR: flags/stream: use flag dumping for stream flags by Willy Tarreau · 2 years, 3 months ago
  64. f4cb98c MINOR: flags/stream: use flag dumping for stream error type by Willy Tarreau · 2 years, 3 months ago
  65. 4bab7d8 MINOR: flags/stconn: use flag dumping for stconn and sedesc flags by Willy Tarreau · 2 years, 3 months ago
  66. 9d9e101 MINOR: flags/connection: use flag dumping for connection flags by Willy Tarreau · 2 years, 3 months ago
  67. cdc9ddc MINOR: flags/channel: use flag dumping for channel flags and analysers by Willy Tarreau · 2 years, 3 months ago
  68. 7a955b5 MINOR: flags: implement a macro used to dump enums inside masks by Willy Tarreau · 2 years, 3 months ago
  69. 77acaf5 MINOR: flags: add a new file to host flag dumping macros by Willy Tarreau · 2 years, 3 months ago
  70. 20273ce DEV: flags: add missing CO_FL_FDLESS connection flag by Willy Tarreau · 2 years, 3 months ago
  71. c7ac174 DEV: flags: fix usage message to reflect available options by Willy Tarreau · 2 years, 3 months ago
  72. b0ab121 CI: cirrus-ci: bump FreeBSD image to 13-1 by Ilya Shipitsin · 2 years, 3 months ago
  73. eea152e BUG/MINOR: signals/poller: ensure wakeup from signals by Matthias Wirth · 2 years, 3 months ago
  74. ef2d234 BUILD: udp-perturb: Add a make target for udp-perturb tool by Frédéric Lécaille · 2 years, 3 months ago
  75. 192093b MINOR: dev/udp: Apply the corruption to both directions by Frédéric Lécaille · 2 years, 3 months ago
  76. 3dd79d3 MINOR: h3: Send the h3 settings with others streams (requests) by Frédéric Lécaille · 2 years, 3 months ago
  77. befcf70 MINOR: h3: Missing connection argument for a TRACE_LEAVE() argument by Frédéric Lécaille · 2 years, 3 months ago
  78. 2eb5faa MINOR: h3: Add the quic_conn object to h3 traces by Frédéric Lécaille · 2 years, 3 months ago
  79. 1c725aa BUG/MINOR: h3: Crash when h3 trace verbosity is "minimal" by Frédéric Lécaille · 2 years, 3 months ago
  80. 3c1b81f BUG/MINOR: quic: Trace fix about packet number space information. by Frédéric Lécaille · 2 years, 3 months ago
  81. bb995ea BUG/MINOR: quic: Speed up the handshake completion only one time by Frédéric Lécaille · 2 years, 3 months ago
  82. 43c891d BUG/MINOR: signals/poller: set the poller timeout to 0 when there are signals by William Lallemand · 2 years, 3 months ago
  83. e86bc35 MINOR: activity/cli: support sorting task profiling by total CPU time by Willy Tarreau · 2 years, 3 months ago
  84. dc89b18 MINOR: activity/cli: support aggregating task profiling outputs by Willy Tarreau · 2 years, 3 months ago
  85. 64435aa MINOR: tasks/activity: improve the caller-callee activity hash by Willy Tarreau · 2 years, 3 months ago
  86. 3d4cdb1 MEDIUM: tasks/activity: combine the called function with the caller by Willy Tarreau · 2 years, 3 months ago
  87. 41e701e DEBUG: quic: export the few task handlers that often appear in task dumps by Willy Tarreau · 2 years, 3 months ago
  88. 0fbc16c DEBUG: resolvers: unstatify process_resolvers() to make it appear in profiling by Willy Tarreau · 2 years, 3 months ago
  89. a342387 CLEANUP: activity: make the number of sched activity entries more configurable by Willy Tarreau · 2 years, 3 months ago
  90. a9a2384 CLEANUP: sched: remove duplicate code in run_tasks_from_list() by Willy Tarreau · 2 years, 3 months ago
  91. e0e6d81 CLEANUP: task: move tid and wake_date into the common part by Willy Tarreau · 2 years, 3 months ago
  92. 2830d28 DEBUG: task: simplify the caller recording in DEBUG_TASK by Willy Tarreau · 2 years, 3 months ago
  93. 8d71abf DEBUG: applet: instrument appctx_wakeup() to log the caller's location by Willy Tarreau · 2 years, 3 months ago
  94. e08af9a DEBUG: task: use struct ha_caller instead of arrays of file:line by Willy Tarreau · 2 years, 3 months ago
  95. d2b2ad9 DEBUG: task: define a series of wakeup types for tasks and tasklets by Willy Tarreau · 2 years, 3 months ago
  96. d96d214 CLEANUP: debug: use struct ha_caller for memstat by Willy Tarreau · 2 years, 3 months ago
  97. 7f2f1f2 MINOR: debug: add struct ha_caller to describe a calling location by Willy Tarreau · 2 years, 3 months ago
  98. 4c1bc01 CLEANUP: activity: make taskprof use ptr_hash() by Willy Tarreau · 2 years, 3 months ago
  99. 245d32f CLEANUP: activity: make memprof use the generic ptr_hash() function by Willy Tarreau · 2 years, 3 months ago
  100. 4a39076 MINOR: tools: add generic pointer hashing functions by Willy Tarreau · 2 years, 3 months ago