Wed, 08 Jul 2020 21:39:10 +0200 util.indexedbheap: Add failing test case for #1572
Kim Alvefur <zash@zash.se> [Wed, 08 Jul 2020 21:39:10 +0200] rev 11002
util.indexedbheap: Add failing test case for #1572 This approximates what happens if you add a timer far in the future, then reschedule it to right now.
Wed, 08 Jul 2020 20:22:48 +0200 luacheck: Remove exception for net.cqueues since it is now clean
Kim Alvefur <zash@zash.se> [Wed, 08 Jul 2020 20:22:48 +0200] rev 11001
luacheck: Remove exception for net.cqueues since it is now clean
Wed, 08 Jul 2020 20:11:49 +0200 net.cqueues: Switch to server.watchfd for main loop integration
Kim Alvefur <zash@zash.se> [Wed, 08 Jul 2020 20:11:49 +0200] rev 11000
net.cqueues: Switch to server.watchfd for main loop integration Why? Just look at all that code deleted! watchfd is the prefered way to poll things that expose FDs for this purpose, altho it was added after net.cqueues.
Tue, 07 Jul 2020 13:52:45 +0100 Merge 0.11->trunk
Matthew Wild <mwild1@gmail.com> [Tue, 07 Jul 2020 13:52:45 +0100] rev 10999
Merge 0.11->trunk
Tue, 07 Jul 2020 13:52:25 +0100 net.http: Fix traceback on invalid URL passed to request() 0.11
Matthew Wild <mwild1@gmail.com> [Tue, 07 Jul 2020 13:52:25 +0100] rev 10998
net.http: Fix traceback on invalid URL passed to request()
Thu, 02 Jul 2020 19:03:59 +0200 mod_storage_sql: Measure hits/misses on the item count cache
Kim Alvefur <zash@zash.se> [Thu, 02 Jul 2020 19:03:59 +0200] rev 10997
mod_storage_sql: Measure hits/misses on the item count cache A cache miss can be expensive so having numbers on how often this occurs may be valuable.
Tue, 30 Jun 2020 18:31:48 +0200 net.server_epoll: Add setting for turning off callback protections
Kim Alvefur <zash@zash.se> [Tue, 30 Jun 2020 18:31:48 +0200] rev 10996
net.server_epoll: Add setting for turning off callback protections Might improve (CPU) performance at the risk of triggering top level errors.
Tue, 30 Jun 2020 17:35:07 +0200 net.server_epoll: Allow setting a custom error handler for listener
Kim Alvefur <zash@zash.se> [Tue, 30 Jun 2020 17:35:07 +0200] rev 10995
net.server_epoll: Allow setting a custom error handler for listener This lets plugins handle errors in some custom way, should they wish to.
Tue, 30 Jun 2020 17:34:39 +0200 net.server_epoll: ... and include a traceback
Kim Alvefur <zash@zash.se> [Tue, 30 Jun 2020 17:34:39 +0200] rev 10994
net.server_epoll: ... and include a traceback
Tue, 30 Jun 2020 17:33:48 +0200 net.server_epoll: Report errors in timers
Kim Alvefur <zash@zash.se> [Tue, 30 Jun 2020 17:33:48 +0200] rev 10993
net.server_epoll: Report errors in timers
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 tip