Log

description author age
net.server_epoll: Log epoll_ctl() calls and return values Kim Alvefur 2016-08-10
net.server_epoll: Rename arguments and varibles for consistensy Kim Alvefur 2016-08-10
net.server_epoll: Remove last traces of code for bypassing buffering on writable sockets Kim Alvefur 2016-08-10
Merge 0.10->trunk Kim Alvefur 2016-08-10
configure: Remove C++ compiler variable, not used Kim Alvefur 2016-08-10
net.server_epoll: New experimental server backend Kim Alvefur 2016-08-10
net.server: Monkey-patch in a fallback get_backend method if missing Kim Alvefur 2016-08-10
net.server: Allow arbitrary network backends to be configured Kim Alvefur 2016-08-10
net.server: Only update configuration if server backend supports changing settings Kim Alvefur 2016-08-10
net.server: Fix whitespace Kim Alvefur 2016-08-10
Merge 0.10->trunk Kim Alvefur 2016-08-08
net.http.server: Set blocksize for serving data from FDs to 64k (sweet spot of efficiency according to a recent study) Kim Alvefur 2016-08-08
mod_c2s: Don't try to keep alive sessions where the stream is not (yet) open Kim Alvefur 2016-08-07
mod_c2s: Fix whitespace (why does it keep getting messed up?) Kim Alvefur 2016-08-07
util.table: Move loop variable to top of function for C89 compatibility Kim Alvefur 2016-08-07
mod_s2s: Index session after checking if it exists (fixes traceback in case of a connection without a session having a read timeout) Kim Alvefur 2016-08-07
MUC: Pass room JID instead of room itself to logger, fixes traceback (thanks damencho) Kim Alvefur 2016-08-06
doc/session: As far as I remember, sessions have had a close method, not disconnect Kim Alvefur 2016-08-03
Merge 0.10 -> trunk Matthew Wild 2016-07-29
statsmanager: Refactor to simplify logic. Notably renames 'statistics_provider' to 'statistics', and external libs now just begin with ':' Matthew Wild 2016-07-29
Merge 0.10->trunk Kim Alvefur 2016-07-29
certmanager: Assume default config path of '.' (fixes prosodyctl check certs when not installed) Kim Alvefur 2016-07-29
Merge 0.10 -> trunk Matthew Wild 2016-07-28
util.openssl: rename variable to not collide with other 'k's [luacheck] Anton Shestakov 2016-07-28
prosodyctl: remove unused variables [luacheck] Anton Shestakov 2016-07-28
net.dns: remove unused variable unpack [luacheck] Anton Shestakov 2016-07-28
net.server_select: remove unused import [luacheck] Anton Shestakov 2016-07-28
Merge 0.10->trunk Matthew Wild 2016-07-27
statsmanager: If provider doesn't offer a get_stats method, still fire the stats-update event if stats_interval is specified (however stats-updated will not fire) Matthew Wild 2016-07-27
Merge 0.10 -> trunk Matthew Wild 2016-07-27
statsmanager, util.statsd: Add built-in statsd provider Matthew Wild 2016-07-27
statsmanager: Add 'stats_provider' option, to allow selecting alternative API providers to util.statistics Matthew Wild 2016-07-27
net.http: Add quotes around ids in log messages Matthew Wild 2016-07-27
util.table: Add pack() function (this is already available in Lua 5.2+) Matthew Wild 2016-07-27
mod_http: Fix indentation in redir_handler Emmanuel Gil Peyrot 2016-07-24
Default configuration: Remove trailing whitespaces Emmanuel Gil Peyrot 2016-07-24
Merge 0.10->trunk Kim Alvefur 2016-07-23
test_utf8: remove 2 unused variables and an undefined variable [luacheck] Anton Shestakov 2016-07-23
test_util_http: wrap individual test blocks in do-end [luacheck] Anton Shestakov 2016-07-23
util.sql: remove unused one-letter loop variables [luacheck] Anton Shestakov 2016-07-23
test_util_uuid: remove unused one-letter loop variable [luacheck] Anton Shestakov 2016-07-23
test_util_multitable: remove unused one-letter loop variable [luacheck] Anton Shestakov 2016-07-23
Merge 0.10->trunk Matthew Wild 2016-07-21
test_util_queue: finish stress-test by emptying the queue Anton Shestakov 2016-07-20
test_util_queue: Reduce iteration count of loop and add asserts Kim Alvefur 2016-07-20
tests: Adapt test for util.queue to the test framework Kim Alvefur 2016-07-20
mod_bosh: Fix merge mistakes from c8923f882274 Kim Alvefur 2016-07-14
Merge 0.10->trunk Kim Alvefur 2016-07-14
test_util_cache: wrap individual test blocks in do-end [luacheck] Anton Shestakov 2016-07-14
test_util_stanza: wrap individual test blocks in do-end [luacheck] Anton Shestakov 2016-07-14
mod_net_multiplex: remove unused one-letter loop variable [luacheck] Anton Shestakov 2016-07-14
net.server_select: remove unused one-letter loop variable [luacheck] Anton Shestakov 2016-07-14
net.dns: remove unused one-letter loop variables [luacheck] Anton Shestakov 2016-07-14
fallbacks.bit: remove unused one-letter loop variables [luacheck] Anton Shestakov 2016-07-14
run_tests: use "$@" for passing arguments [shellcheck] Anton Shestakov 2016-07-14
Merge 0.10->trunk Kim Alvefur 2016-07-13