Log

description author age
luacheckrc: Declare known global functions in config file Kim Alvefur 2018-03-01
util.logger: Import globals (fixes on Lua 5.2) Kim Alvefur 2018-02-28
vairious: Add annotation when an empty environment is set [luacheck] Kim Alvefur 2018-02-28
Makefile: Also package /net/resolvers Michel Le Bihan 2018-02-28
util.logger: New method 'add_simple_sink', logger.add_simple_sink(print) works Matthew Wild 2018-02-27
server_epoll: Onconnect should happen before first attempt to write to socket Kim Alvefur 2018-02-26
net.http: Refactor to use new net.connect API, brings support for async DNS Matthew Wild 2018-02-26
net.connect: Fix to store correct parameter Matthew Wild 2018-02-26
net.connect: Improve error message Matthew Wild 2018-02-26
net.connect: Handle immediate failures of server.addclient Matthew Wild 2018-02-26
net.connect: Handle case when resolver runs out of targets Matthew Wild 2018-02-26
net.connect: Track last connection error Matthew Wild 2018-02-26
mod_s2s: Don't use string concatenation when passing values to logging Kim Alvefur 2018-02-25
util.ringbuffer: Add method for discarding buffered data without returning it to lua Kim Alvefur 2018-02-24
util.ringbuffer: Add various comments Kim Alvefur 2018-02-24
net.server_epoll: Spelling writeable -> writable Kim Alvefur 2018-02-24
net.server_epoll: Remove special casing for having sent an empty write buffer because the wantwrite flag must be unset regardless Kim Alvefur 2018-02-24
net.server_epoll: Call onconnect listener on first successful read or write Kim Alvefur 2018-02-24
Merge 0.10->trunk Kim Alvefur 2018-02-24
mod_mam: Implement option to enable MAM implicitly when client support is detected (#867) Kim Alvefur 2018-02-21
mod_storage_sql: Catch and report value deserialization errors Kim Alvefur 2018-02-24
net.connect: Default to *a pattern if none provided Matthew Wild 2018-02-23
net.http: Rename handler to conn, for consistency with all our other code Matthew Wild 2018-02-23
net.http: Remove use of 'conn' (raw socket object returned by addclient) Matthew Wild 2018-02-23
moduleapi: Remove unused and undocumented :has_feature and :has_identity Kim Alvefur 2018-02-23
doc: Add template / API specification for net.server (thanks Daurnimator) Kim Alvefur 2018-02-23
net.connect: New API for outgoing connections, based on 'service resolvers' Matthew Wild 2018-02-23
net.server_event: Not every instantly-readable connection is an error, continue if possible Matthew Wild 2018-02-23
net.server_event: Better outgoing connection error handling Matthew Wild 2018-02-23
net.server_select: Better detection of errors for outgoing connections Matthew Wild 2018-02-23