.luacheckrc: Correct indentation of 'exclude_files' list
|
Kim Alvefur |
Mon, 01 Apr 2019 21:15:47 +0200 |
doc/coding_style: apply consistent semi-colon usage
|
marc0s |
Sat, 30 Mar 2019 18:44:34 +0100 |
core.s2smanager: Fix previous commit (Thanks Martin)
|
Kim Alvefur |
Sat, 30 Mar 2019 09:04:33 +0100 |
core.sessionmanager: Use util.session to create sessions
|
Kim Alvefur |
Fri, 29 Mar 2019 23:05:08 +0100 |
core.s2smanager: Use util.session to create sessions
|
Kim Alvefur |
Fri, 29 Mar 2019 22:40:53 +0100 |
core.s2smanager: Spread out session tables over multiple lines
|
Kim Alvefur |
Fri, 29 Mar 2019 22:37:12 +0100 |
core.s2smanager: Rename variable to be same in two functions
|
Kim Alvefur |
Fri, 29 Mar 2019 22:45:54 +0100 |
Merge 0.11->trunk
|
Kim Alvefur |
Thu, 28 Mar 2019 17:28:20 +0100 |
net.server_epoll: Skip delayed continuation read on paused connections
0.11
|
Kim Alvefur |
Thu, 28 Mar 2019 12:52:55 +0100 |
net.server_epoll: Handle LuaSec wantread/wantwrite conditions before callbacks (fixes #1333)
0.11
|
Kim Alvefur |
Thu, 28 Mar 2019 12:31:14 +0100 |
moduleapi: Log suppressed status priority and message when not overriding
|
Matthew Wild |
Tue, 26 Mar 2019 17:22:56 +0000 |
moduleapi: Remove overly-verbose debug logging on module status change
|
Matthew Wild |
Tue, 26 Mar 2019 17:22:25 +0000 |
mod_posix: Remove unnecessary import of util.format (thanks luacheck and buildbot)
|
Matthew Wild |
Tue, 26 Mar 2019 14:59:42 +0000 |
loggingmanager, mod_posix: Move syslog to core, fixes #541 (in a way)
|
Matthew Wild |
Tue, 26 Mar 2019 14:48:21 +0000 |
util.queue: Update :items() to consistently use private data directly
|
Matthew Wild |
Tue, 26 Mar 2019 13:54:14 +0000 |
Backed out changeset 3eea63a68e0f
|
Matthew Wild |
Tue, 26 Mar 2019 13:51:06 +0000 |
util.stanza: Fix :top_tag() handling of namespaced attributes
|
Matthew Wild |
Mon, 25 Mar 2019 14:37:43 +0000 |
mod_csi_simple: Include queue size in debug messages
|
Kim Alvefur |
Mon, 25 Mar 2019 15:20:28 +0100 |
mod_csi_simple: Fix type in function name
|
Matthew Wild |
Mon, 25 Mar 2019 10:32:39 +0000 |
mod_csi_simple: Improve debug logs by mentioing why the buffer gets flushed
|
Kim Alvefur |
Sun, 24 Mar 2019 22:01:36 +0100 |
mod_csi_simple: Add some debug logging
|
Kim Alvefur |
Sun, 24 Mar 2019 20:53:49 +0100 |
mod_csi_simple: Disable optimizations on unload and re-enable on load
|
Kim Alvefur |
Sun, 24 Mar 2019 20:43:15 +0100 |
mod_csi_simple: Separate out functions to enable/disable optimizations
|
Kim Alvefur |
Sun, 24 Mar 2019 20:41:25 +0100 |
mod_csi_simple: Remove old "pump" queue/buffer method, handled in net.server now
|
Kim Alvefur |
Sun, 24 Mar 2019 20:22:01 +0100 |
net.server_select: Fix write pause/resume functions
|
Kim Alvefur |
Sun, 24 Mar 2019 20:12:22 +0100 |
net.server_event: Allow writing into buffer of write-locked connections
|
Kim Alvefur |
Sun, 24 Mar 2019 19:07:39 +0100 |
mod_csi_simple: Also flush buffer in "pump" mode
|
Kim Alvefur |
Sun, 24 Mar 2019 19:02:40 +0100 |
mod_csi_simple: Trigger buffer flush on seeing incoming data
|
Kim Alvefur |
Sun, 24 Mar 2019 18:58:53 +0100 |
mod_csi_simple: Count buffered items and flush when it reaches configured limit
|
Kim Alvefur |
Sun, 24 Mar 2019 18:33:38 +0100 |
mod_csi_simple: Break out stanza timestamping into a function for future reuse
|
Kim Alvefur |
Sun, 24 Mar 2019 18:32:50 +0100 |