Fri, 12 Oct 2018 03:22:09 +0200 net.server_epoll: Special handling of signal interrupts
Kim Alvefur <zash@zash.se> [Fri, 12 Oct 2018 03:22:09 +0200] rev 9511
net.server_epoll: Special handling of signal interrupts
Fri, 12 Oct 2018 03:21:11 +0200 net.server_epoll: Ignore ENOENT when deregitering socket
Kim Alvefur <zash@zash.se> [Fri, 12 Oct 2018 03:21:11 +0200] rev 9510
net.server_epoll: Ignore ENOENT when deregitering socket It should not really happen
Fri, 12 Oct 2018 03:20:09 +0200 net.server_epoll: Graceful handling of registering already added socket
Kim Alvefur <zash@zash.se> [Fri, 12 Oct 2018 03:20:09 +0200] rev 9509
net.server_epoll: Graceful handling of registering already added socket
Sun, 14 Oct 2018 14:32:02 +0200 util.http: Add tests for normalize_path
Kim Alvefur <zash@zash.se> [Sun, 14 Oct 2018 14:32:02 +0200] rev 9508
util.http: Add tests for normalize_path
Sun, 14 Oct 2018 14:31:59 +0200 mod_http: Move normalize_path to util.http
Kim Alvefur <zash@zash.se> [Sun, 14 Oct 2018 14:31:59 +0200] rev 9507
mod_http: Move normalize_path to util.http
Sun, 14 Oct 2018 14:19:21 +0200 Merge 0.10->trunk
Kim Alvefur <zash@zash.se> [Sun, 14 Oct 2018 14:19:21 +0200] rev 9506
Merge 0.10->trunk
Sun, 14 Oct 2018 14:01:57 +0200 mod_http: Make sure path from http_external_url always ends with a slash (fixes #1183)
Kim Alvefur <zash@zash.se> [Sun, 14 Oct 2018 14:01:57 +0200] rev 9505
mod_http: Make sure path from http_external_url always ends with a slash (fixes #1183)
Sat, 13 Oct 2018 08:17:58 +0100 mod_storage_sql: Fix issue number in comment that was fixed by 55b40f3fa659 (fixes #1073)
Matthew Wild <mwild1@gmail.com> [Sat, 13 Oct 2018 08:17:58 +0100] rev 9504
mod_storage_sql: Fix issue number in comment that was fixed by 55b40f3fa659 (fixes #1073)
Fri, 12 Oct 2018 21:59:15 +0100 mod_storage_sql: Keep prosodyarchive_index unique constraint on non-MySQL DBs
Matthew Wild <mwild1@gmail.com> [Fri, 12 Oct 2018 21:59:15 +0100] rev 9503
mod_storage_sql: Keep prosodyarchive_index unique constraint on non-MySQL DBs
Fri, 12 Oct 2018 17:36:34 +0200 net.server: Swich method for connecting sockets with remotes
Kim Alvefur <zash@zash.se> [Fri, 12 Oct 2018 17:36:34 +0200] rev 9502
net.server: Swich method for connecting sockets with remotes LuaSocket TCP sockets have have both :connect and :setpeername, which are the exact same function, however UDP sockets only have :setpeername. Switching to :setpeername allows most of this code to be generic wrt TCP/UDP.
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 tip