summaryrefslogtreecommitdiff
path: root/modules/lua/lua_config.c
Commit message (Expand)AuthorAgeFilesLines
* Fix new compilation breakage in mod_lua.Rainer Jung2017-07-041-2/+2
* More mod_lua compat for Lua 5.1, 5.2, 5.3.Rainer Jung2017-07-041-2/+2
* Added some more log numbers to log statements thatRainer Jung2016-01-191-0/+1
* Fix some style issues on files that can easily be synch'ed with 2.4.xChristophe Jaillet2015-09-301-1/+2
* Remove unneeded exports from mod_lua.Guenter Knauf2013-05-301-2/+2
* allow tail call optimization in log methods, remove foo methodStefan Fritsch2012-06-161-42/+16
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-021-1/+1
* remove lingering reslist references before killing server scopeBrian McCallister2011-11-101-2/+2
* remove some debug logging which snuck inBrian McCallister2011-11-101-8/+7
* fix issue with incorrect munging of the lua package path -- LuaPackagePath di...Brian McCallister2011-11-101-1/+0
* Fix format string bugs in mod_lua. Found by gcc and pointed out by Igor Galic.Stefan Fritsch2011-10-081-1/+2
* add support for trace loglevels in mod_luaStefan Fritsch2010-11-061-0/+48
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-0/+2
* Fix some modules to make them compile with per-module loglevels.Stefan Fritsch2010-06-061-1/+1
* An uninitialized pointer in ap_lua_mapped_handler_spec was causingDaniel Earl Poirier2010-05-011-2/+2
* * modules/lua/: s/apr_strnatcmp/strcmp/ - strnat*cmp functions areJoe Orton2009-11-041-5/+5
* fix symbol space and exportsWilliam A. Rowe Jr2009-03-251-18/+19
* Fix more ISO C90 forbids mixed declarations and code...Paul Querna2008-12-211-2/+4
* Attempt to make mod_lua compile under a strict c89 compiler by moving all var...Paul Querna2008-12-211-2/+4
* Reformat mod_lua according to the HTTP Server Project C Style Guide:Paul Querna2008-12-211-67/+117
* Fixup lua_config.c with prefix rename, and make mod_lua.c so it compiles again.Paul Querna2008-12-211-22/+22
* Rename all files in mod_lua to have a lua_ prefix, as things like 'config.h' ...Paul Querna2008-12-211-0/+197