1. 63fc900 BUG/MEDIUM: ssl: fix the gcc-12 broken fix :-( by Willy Tarreau · 2 years, 7 months ago
  2. d867934 BUILD: listener: shut report of possible null-deref in listener_accept() by Willy Tarreau · 2 years, 7 months ago
  3. 8a0fd3a BUILD: debug: work around gcc-12 excessive -Warray-bounds warnings by Willy Tarreau · 2 years, 7 months ago
  4. 393e42a BUILD: ssl: work around bogus warning in gcc 12's -Wformat-truncation by Willy Tarreau · 2 years, 7 months ago
  5. ecab71f BUILD: stats: conditionally mark obsolete stats states as deprecated by Willy Tarreau · 2 years, 7 months ago
  6. 4fc2cd7 MINOR: compiler: add a new macro to set an attribute on an enum when possible by Willy Tarreau · 2 years, 7 months ago
  7. 444d702 BUG/MINOR: ssl: Fix typos in crl-file related CLI commands by Remi Tricot-Le Breton · 2 years, 7 months ago
  8. 589570d MEDIUM: ssl: ignore dotfiles when loading a dir w/ crt by William Lallemand · 2 years, 7 months ago
  9. e4b93eb MINOR: ssl: ignore dotfiles when loading a dir w/ ca-file by William Lallemand · 2 years, 7 months ago
  10. e979796 [RELEASE] Released version 2.6-dev9 by Willy Tarreau · 2 years, 7 months ago
  11. 0a80211 CI: dynamically determine actual version of h2spec by Ilya Shipitsin · 2 years, 7 months ago
  12. 2b4dc5c DOC: fix typo "ant" for "and" in INSTALL by Willy Tarreau · 2 years, 7 months ago
  13. 4aed40e MINOR: tcp: socket translate TCP_KEEPIDLE for macOs equivalent by David CARLIER · 2 years, 7 months ago
  14. 8f7133e DOC: internal: document the new cleaner approach to the appctx by Willy Tarreau · 2 years, 7 months ago
  15. 6ef1648 CLEANUP: stats: rename the stats state values an mark the old ones deprecated by Willy Tarreau · 2 years, 7 months ago
  16. 1c0715b CLEANUP: cli: move the status print context into its own context by Willy Tarreau · 2 years, 7 months ago
  17. aa229cc MINOR: lua: move the http service context out of appctx.ctx by Willy Tarreau · 2 years, 7 months ago
  18. e23f33b MINOR: lua: move the tcp service storage outside of appctx.ctx by Willy Tarreau · 2 years, 7 months ago
  19. 5321da9 MEDIUM: lua: move the cosocket storage outside of appctx.ctx by Willy Tarreau · 2 years, 7 months ago
  20. f61494c CLEANUP: cache: take the context out of appctx.ctx by Willy Tarreau · 2 years, 7 months ago
  21. c7afedc BUILD: applet: mark the appctx's st2 variable as deprecated by Willy Tarreau · 2 years, 7 months ago
  22. f50da2c BUILD: applet: mark the CLI's generic variables as deprecated by Willy Tarreau · 2 years, 7 months ago
  23. 23a2407 CLEANUP: spoe: do not use appctx.ctx anymore by Willy Tarreau · 2 years, 7 months ago
  24. 455caef CLEANUP: peers: do not use appctx.ctx anymore by Willy Tarreau · 2 years, 7 months ago
  25. 1eea665 CLEANUP: httpclient: do not use the appctx.ctx anymore by Willy Tarreau · 2 years, 7 months ago
  26. 89a7c41 CLEANUP: httpclient/cli: use a locally-defined context instead of ctx.cli by Willy Tarreau · 2 years, 7 months ago
  27. b128f49 CLEANUP: cli: make "show cli sockets" use its own context by Willy Tarreau · 2 years, 7 months ago
  28. 4df54eb CLEANUP: cli: simplify the "show cli sockets" I/O handler by Willy Tarreau · 2 years, 7 months ago
  29. 307dbb3 CLEANUP: cli: make "show env" use its own context by Willy Tarreau · 2 years, 7 months ago
  30. 741a5a9 CLEANUP: cli: make "show fd" use its own context by Willy Tarreau · 2 years, 7 months ago
  31. acf6a44 CLEANUP: proxy/cli: make "show backend" only use the generic context by Willy Tarreau · 2 years, 7 months ago
  32. d741e9c CLEANUP: proxy/cli: get rid of appctx->st2 in "show servers" by Willy Tarreau · 2 years, 7 months ago
  33. 72a0423 CLEANUP: proxy/cli: make use of a locally defined context for "show servers" by Willy Tarreau · 2 years, 7 months ago
  34. c6dfef7 CLEANUP: cache/cli: make use of a locally defined context for "show cache" by Willy Tarreau · 2 years, 7 months ago
  35. 12d5228 CLEANUP: resolvers/cli: remove the unneeded appctx->st2 from "show resolvers" by Willy Tarreau · 2 years, 7 months ago
  36. db933d6 CLEANUP: resolvers/cli: make "show resolvers" use a locally-defined context by Willy Tarreau · 2 years, 7 months ago
  37. 6e3fc48 CLEANUP: ring/cli: use a locally-defined context instead of using ctx.cli by Willy Tarreau · 2 years, 7 months ago
  38. cba8838 CLEANUP: ring: pass the ring watch flags to ring_attach_cli(), not in ctx.cli by Willy Tarreau · 2 years, 7 months ago
  39. 40e952f CLEANUP: debug/cli: make "debug dev memstats" not use ctx.cli anymore by Willy Tarreau · 2 years, 7 months ago
  40. e06bbf3 CLEANUP: debug/cli: make "debug dev fd" not use ctx.cli anymore by Willy Tarreau · 2 years, 7 months ago
  41. e8d006a CLEANUP: activity/cli: make "show profiling" not use ctx.cli anymore by Willy Tarreau · 2 years, 7 months ago
  42. 42cc831 CLEANUP: sink: use the generic context to store the forwarder's context by Willy Tarreau · 2 years, 7 months ago
  43. 0d626a5 CLEANUP: dns: stop abusing the sink forwarder's context by Willy Tarreau · 2 years, 7 months ago
  44. fa11df5 CLEANUP: ssl/cli: make "add ssl crtlist" not use st2 anymore by Willy Tarreau · 2 years, 7 months ago
  45. 6b6c363 CLEANUP: ssl/cli: make "add ssl crtlist" use its own context by Willy Tarreau · 2 years, 7 months ago
  46. a2fcca0 CLEANUP: ssl/cli: make "{show|dump} ssl crtlist" use its own context by Willy Tarreau · 2 years, 7 months ago
  47. 170b35b CLEANUP: ssl/cli: make "show ssl ocsp-response" not use cli.p0 anymore by Willy Tarreau · 2 years, 7 months ago
  48. 9c5a38c CLEANUP: ssl/cli: make "show tlskeys" not use appctx->st2 anymore by Willy Tarreau · 2 years, 7 months ago
  49. bd33864 CLEANUP: ssl/cli: add a new "dump_entries" field to "show_keys_ref" by Willy Tarreau · 2 years, 7 months ago
  50. a938052 CLEANUP: ssl/cli: stop using ctx.cli.i0/i1/p0 for "show tls-keys" by Willy Tarreau · 2 years, 7 months ago
  51. 1d6dd80 CLEANUP: ssl/cli: stop using appctx->st2 for "commit ssl ca/crl" by Willy Tarreau · 2 years, 7 months ago
  52. dec23dc CLEANUP: ssl/cli: use a local context for "commit ssl {ca|crl}file" by Willy Tarreau · 2 years, 7 months ago
  53. a06b9a5 CLEANUP: ssl/cli: use a local context for "set ssl crlfile" by Willy Tarreau · 2 years, 7 months ago
  54. a37693f CLEANUP: ssl/cli: use a local context for "set ssl cafile" by Willy Tarreau · 2 years, 7 months ago
  55. 329f4b4 CLEANUP: ssl/cli: use a local context for "set ssl cert" by Willy Tarreau · 2 years, 7 months ago
  56. cb1b4ed CLEANUP: ssl/cli: stop using appctx->st2 for "commit ssl cert" by Willy Tarreau · 2 years, 7 months ago
  57. a645b6a CLEANUP: ssl/cli: use a local context for "commit ssl cert" by Willy Tarreau · 2 years, 7 months ago
  58. 96c9a6c CLEANUP: ssl/cli: use a local context for "show ssl cert" by Willy Tarreau · 2 years, 7 months ago
  59. f3e8b3e CLEANUP: ssl/cli: use a local context for "show crlfile" by Willy Tarreau · 2 years, 7 months ago
  60. 50c2f1e CLEANUP: ssl/cli: use a local context for "show cafile" by Willy Tarreau · 2 years, 7 months ago
  61. bcda5f6 CLEANUP: hlua/cli: take the hlua_cli context definition out of the appctx by Willy Tarreau · 2 years, 7 months ago
  62. 41f8852 CLEANUP: stats/cli: stop using appctx->st2 by Willy Tarreau · 2 years, 7 months ago
  63. 91cefca CLEANUP: stats/cli: take the "show stat" context definition out of the appctx by Willy Tarreau · 2 years, 7 months ago
  64. de58d24 CLEANUP: promex: stop using appctx->st2 by Willy Tarreau · 2 years, 7 months ago
  65. ae1747d CLEANUP: promex: make the applet use its own context by Willy Tarreau · 2 years, 7 months ago
  66. 7bf20ca CLEANUP: cli: initialize the whole appctx->ctx, not just the stats part by Willy Tarreau · 2 years, 7 months ago
  67. ce9123c CLEANUP: peers/cli: remove unneeded state STATE_INIT by Willy Tarreau · 2 years, 7 months ago
  68. 3a31e37 CLEANUP: peers/cli: stop using appctx->st2 for the dump state by Willy Tarreau · 2 years, 7 months ago
  69. cb8bf17 CLEANUP: peers/cli: take the "show peers" context definition out of the appctx by Willy Tarreau · 2 years, 7 months ago
  70. c7e9706 CLEANUP: map/cli: always detach the backref from the list after "show map" by Willy Tarreau · 2 years, 7 months ago
  71. a0d6280 CLEANUP: map/cli: stop using appctx->st2 for the dump state by Willy Tarreau · 2 years, 7 months ago
  72. 76f771e CLEANUP: map/cli: stop using cli.i0/i1 to store the generation numbers by Willy Tarreau · 2 years, 7 months ago
  73. 0fcecc6 CLEANUP: map/cli: take the "show map" context definition out of the appctx by Willy Tarreau · 2 years, 7 months ago
  74. 0f154ed CLEANUP: stick-table/cli: remove the unneeded STATE_INIT for "show table" by Willy Tarreau · 2 years, 7 months ago
  75. 7849d4c CLEANUP: stick-table/cli: stop using appctx->st2 for the dump state by Willy Tarreau · 2 years, 7 months ago
  76. 3c69e08 CLEANUP: stick-table/cli: take the "show table" context definition out of the appctx by Willy Tarreau · 2 years, 7 months ago
  77. 0fd8f0e CLEANUP: proxy/cli: take the "show errors" context definition out of the appctx by Willy Tarreau · 2 years, 7 months ago
  78. 6177cfc CLEANUP: stream/cli: remove the now unneeded dump state from "show sess" by Willy Tarreau · 2 years, 7 months ago
  79. bb4e289 CLEANUP: stream/cli: remove the unneeded STATE_FIN state from "show sess" by Willy Tarreau · 2 years, 7 months ago
  80. f3629f8 CLEANUP: stream/cli: remove the unneeded init state from "show sess" by Willy Tarreau · 2 years, 7 months ago
  81. 7fb591a CLEANUP: stream/cli: stop using appctx->st2 for the dump state by Willy Tarreau · 2 years, 7 months ago
  82. 39f097d CLEANUP: stream/cli: take the "show sess" context definition out of the appctx by Willy Tarreau · 2 years, 7 months ago
  83. 009e42b CLEANUP: applet: make appctx_new() initialize the whole appctx by Willy Tarreau · 2 years, 7 months ago
  84. f12f32a MINOR: applet: reserve some generic storage in the applet's context by Willy Tarreau · 2 years, 7 months ago
  85. 1b948ef CLEANUP: ssl/cli: do not loop on unknown states in "add ssl crt-list" handler by Willy Tarreau · 2 years, 7 months ago
  86. 4fd9b4d BUG/MINOR: ssl/cli: fix "show ssl cert" not to mix cli+ssl contexts by Willy Tarreau · 2 years, 7 months ago
  87. 4cf3ef8 BUG/MINOR: ssl/cli: fix "show ssl crl-file" not to mix cli+ssl contexts by Willy Tarreau · 2 years, 7 months ago
  88. 0630579 BUG/MINOR: ssl/cli: fix "show ssl ca-file <name>" not to mix cli+ssl contexts by Willy Tarreau · 2 years, 7 months ago
  89. 821c3b0 BUG/MINOR: ssl/cli: fix "show ssl ca-file/crl-file" not to mix cli+ssl contexts by Willy Tarreau · 2 years, 7 months ago
  90. 1ae0c43 BUG/MINOR: map/cli: make sure patterns don't vanish under "show map"'s init by Willy Tarreau · 2 years, 7 months ago
  91. 2edaace BUG/MINOR: map/cli: protect the backref list during "show map" errors by Willy Tarreau · 2 years, 7 months ago
  92. 4f9f157 BUG/MINOR: proxy/cli: don't enumerate internal proxies on "show backend" by Willy Tarreau · 2 years, 7 months ago
  93. 241a006 BUG/MEDIUM: cli: make "show cli sockets" really yield by Willy Tarreau · 2 years, 7 months ago
  94. 4e047e7 BUG/MEDIUM: resolvers: make "show resolvers" properly yield by Willy Tarreau · 2 years, 7 months ago
  95. 89e236f BUG/MINOR: startup: usage() when no -cc arguments by William Lallemand · 2 years, 7 months ago
  96. c33df2e DOC: resolvers: default resolvers section by William Lallemand · 2 years, 7 months ago
  97. 7867f63 MEDIUM: resolvers: create a "default" resolvers section at startup by William Lallemand · 2 years, 7 months ago
  98. 0164a40 BUG/MINOR: tcp/http: release the expr of set-{src,dst}[-port] by William Lallemand · 2 years, 7 months ago
  99. 7831e02 BUILD: debug: unify the definition of ha_backtrace_to_stderr() by Willy Tarreau · 2 years, 7 months ago
  100. e7f5776 MINOR: resolvers: resolvers_new() create a resolvers with default values by William Lallemand · 2 years, 7 months ago