Mon, 13 Jun 2022 21:25:42 +0200 mod_admin_shell: Show session id ping reply came
Kim Alvefur <zash@zash.se> [Mon, 13 Jun 2022 21:25:42 +0200] rev 12555
mod_admin_shell: Show session id ping reply came To point out which one when more than one connection was established, or if it's an existing connection, allows correlation with s2s:show() or with logs.
Mon, 13 Jun 2022 19:17:36 +0200 Merge 0.12->trunk
Kim Alvefur <zash@zash.se> [Mon, 13 Jun 2022 19:17:36 +0200] rev 12554
Merge 0.12->trunk
Sun, 12 Jun 2022 01:50:33 +0200 mod_smacks: Fix #1761 by setting a flag earlier 0.12
Kim Alvefur <zash@zash.se> [Sun, 12 Jun 2022 01:50:33 +0200] rev 12553
mod_smacks: Fix #1761 by setting a flag earlier This ensures that the flag is set even if the pre-drain callback is called from send(), as would be the case if opportunistic writes are enabled.
Mon, 13 Jun 2022 18:41:13 +0200 net.http.codes: Refresh from registry, many refs now point to RFC9110
Kim Alvefur <zash@zash.se> [Mon, 13 Jun 2022 18:41:13 +0200] rev 12552
net.http.codes: Refresh from registry, many refs now point to RFC9110
Sat, 11 Jun 2022 22:15:31 +0100 util.watchdog: Allow passing a new timeout to :reset()
Matthew Wild <mwild1@gmail.com> [Sat, 11 Jun 2022 22:15:31 +0100] rev 12551
util.watchdog: Allow passing a new timeout to :reset()
Sat, 11 Jun 2022 22:15:14 +0100 util.watchdog: Allow :reset() to restart a cancelled watchdog
Matthew Wild <mwild1@gmail.com> [Sat, 11 Jun 2022 22:15:14 +0100] rev 12550
util.watchdog: Allow :reset() to restart a cancelled watchdog
Sat, 11 Jun 2022 21:11:01 +0100 util.watchdog: Update to use "new" util.timer API
Matthew Wild <mwild1@gmail.com> [Sat, 11 Jun 2022 21:11:01 +0100] rev 12549
util.watchdog: Update to use "new" util.timer API When this module was written, it wasn't possible to cancel or reschedule a timer. Times have changed, and we should take advantage of those new methods. This module becomes a very thin wrapper around util.timer now, but I'd argue it's still a very common and useful concept/abstraction to have around. Possible API change: this removes the 'last_reset' field of the watchdog. This was never really intended as a public thing, and I can't find any code that uses it, so I consider removal to be safe.
Thu, 09 Jun 2022 12:43:43 +0100 Merge 0.12->trunk
Matthew Wild <mwild1@gmail.com> [Thu, 09 Jun 2022 12:43:43 +0100] rev 12548
Merge 0.12->trunk
Thu, 09 Jun 2022 12:42:57 +0100 Added tag 0.12.1 for changeset 252ed01896dd 0.12
Matthew Wild <mwild1@gmail.com> [Thu, 09 Jun 2022 12:42:57 +0100] rev 12547
Added tag 0.12.1 for changeset 252ed01896dd
Fri, 03 Jun 2022 17:51:42 +0200 net.server: Fix multiple return values
Kim Alvefur <zash@zash.se> [Fri, 03 Jun 2022 17:51:42 +0200] rev 12546
net.server: Fix multiple return values return foo and foo() crops multiple return values to a single one, so any second return values etc were last, mostly error details. Introduced in 7e9ebdc75ce4
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 tip