Commit Graph

6981 Commits (8370703ece4eef92aa1b96cc39f4886ae2af01ac)
 

Author SHA1 Message Date
Kim Alvefur 8370703ece configure: Add --compiler-wrapper flag for using things like ccache or distcc 10 years ago
Kim Alvefur 74635e9edb configure: Add initial attempt at pkg-config preset 10 years ago
Kim Alvefur bfb6b3b7e0 configure: Do the same to CFLAGS and LDFLAGS in linux preset as for debian 10 years ago
Kim Alvefur cf3f198a22 configure: Move -ggdb flag here from util-src/Make 10 years ago
Kim Alvefur 22b52c77ce configure: Add C compiler flag to indicate C89 10 years ago
Kim Alvefur 0606152051 Move C compiler flag -pedantic from Makefile to configure 10 years ago
Kim Alvefur 7373788d27 util-src/Makefile: Remove redundant -Wall (already set by configure) 10 years ago
Kim Alvefur 565a640638 configure: Remove unused 'find_helper' function 10 years ago
Kim Alvefur 8e3f4f30e8 configure: Indicate that LUA_INCDIR is set in openbsd preset 10 years ago
Kim Alvefur 4725db3f2f configure: Quote strings 10 years ago
Kim Alvefur 4a913a573e configure: Respect Lua suffix in Debian preset if already set 10 years ago
Kim Alvefur 75e3245592 configure: Normalize whitespace 10 years ago
Kim Alvefur 33a8994b3c net.http.server: Add luacheck annotations 10 years ago
Kim Alvefur 34f704bbe7 Merge 0.9->0.10 10 years ago
Kim Alvefur e9341ec413 mod_http: Allow configuring http parser size limits 10 years ago
Kim Alvefur 369c2c0550 net.http.server: Expose way to set http server options 10 years ago
Kim Alvefur c3ed163682 net.http.parser: Allow limits to be configurable via options callback 10 years ago
Kim Alvefur 113551b7c8 net.http.parser: Add a limit on maximum buffer size, default to 20M 10 years ago
Kim Alvefur 3f97ca99c3 net.http.parser: Add a limit on content length, default to 10M 10 years ago
Kim Alvefur 6bfab345b9 net.http.parser: Buffer into a table to reduce GC pressure, collapse to string when needed (fixes #603) 10 years ago
Kim Alvefur 8165818e26 net.http.codes: Add HTTP status code 451 Unavailable For Legal Reasons from RFC 7725 10 years ago
Kim Alvefur 96e44863cf net.http.codes: Remove used argument 10 years ago
Kim Alvefur 3edcb947b2 mod_register: Fix inverted throttle check (fixes #724) 10 years ago
Kim Alvefur d3a6c7549a net.http.parser: Remove unused argument [luacheck] 10 years ago
Anton Shestakov 12daa02c0c ejabberdsql2prosody: rename variable 't' to prevent shadowing upvalues [luacheck] 10 years ago
Anton Shestakov 727e4c4f90 ejabberdsql2prosody: rename variable 'host' to prevent shadowing upvalue [luacheck] 10 years ago
Anton Shestakov 09bd46d141 ejabberdsql2prosody: remove unused one-letter loop variables [luacheck] 10 years ago
Anton Shestakov 268ca4db81 ejabberdsql2prosody: remove unused function pushback() [luacheck] 10 years ago
Kim Alvefur 3429c471cf mod_s2s: Set read mode for s2sout sockets to the same as s2sins 10 years ago
Kim Alvefur d28e584ecc configure: Remove C++ compiler variable, not used 10 years ago
Kim Alvefur 8499f4e721 net.http.server: Set blocksize for serving data from FDs to 64k (sweet spot of efficiency according to a recent study) 10 years ago
Kim Alvefur 797d1592b9 mod_c2s: Don't try to keep alive sessions where the stream is not (yet) open 10 years ago
Kim Alvefur e7fdb25bea mod_c2s: Fix whitespace (why does it keep getting messed up?) 10 years ago
Kim Alvefur abc0f19d31 util.table: Move loop variable to top of function for C89 compatibility 10 years ago
Kim Alvefur abb6df1c2b mod_s2s: Index session after checking if it exists (fixes traceback in case of a connection without a session having a read timeout) 10 years ago
Matthew Wild 1eb4ec4922 statsmanager: Refactor to simplify logic. Notably renames 'statistics_provider' to 'statistics', and external libs now just begin with ':' 10 years ago
Kim Alvefur c4d9a997e5 certmanager: Assume default config path of '.' (fixes prosodyctl check certs when not installed) 10 years ago
Anton Shestakov 81e867eb41 util.openssl: rename variable to not collide with other 'k's [luacheck] 10 years ago
Anton Shestakov ed9fdb01d1 prosodyctl: remove unused variables [luacheck] 10 years ago
Anton Shestakov 5543c03c4b net.dns: remove unused variable unpack [luacheck] 10 years ago
Anton Shestakov 4653e9d8ab net.server_select: remove unused import [luacheck] 10 years ago
Matthew Wild a5e5091b70 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) 10 years ago
Matthew Wild f78f6631d3 statsmanager, util.statsd: Add built-in statsd provider 10 years ago
Matthew Wild e0d892cac3 statsmanager: Add 'stats_provider' option, to allow selecting alternative API providers to util.statistics 10 years ago
Matthew Wild 85547f3e74 net.http: Add quotes around ids in log messages 10 years ago
Matthew Wild 63f6018ef9 util.table: Add pack() function (this is already available in Lua 5.2+) 10 years ago
Anton Shestakov f0e16572c0 test_utf8: remove 2 unused variables and an undefined variable [luacheck] 10 years ago
Anton Shestakov 27b642fd2d test_util_http: wrap individual test blocks in do-end [luacheck] 10 years ago
Anton Shestakov 5742b659ac util.sql: remove unused one-letter loop variables [luacheck] 10 years ago
Anton Shestakov e86cf5f8cb test_util_uuid: remove unused one-letter loop variable [luacheck] 10 years ago