summaryrefslogtreecommitdiff
path: root/modules/lua/mod_lua.h
Commit message (Expand)AuthorAgeFilesLines
* Fixing mod_lua to use new http_ssl.h header file as well.Stefan Eissing2021-03-261-0/+1
* * Correctly define lua_resume for Lua <= 5.1Ruediger Pluem2020-08-171-0/+1
* Support building against Lua 5.4 by adjusting to the 3-arg form ofJoe Orton2020-08-071-1/+9
* Fix another mod_lua compile error.Rainer Jung2017-07-041-1/+1
* Fix new compilation breakage in mod_lua.Rainer Jung2017-07-041-4/+2
* More mod_lua compat for Lua 5.1, 5.2, 5.3.Rainer Jung2017-07-041-10/+10
* Drop redundant and harmful macro, API change correctly toggled in mod_lua.cWilliam A. Rowe Jr2015-08-261-4/+0
* Enable to build mod_lua against Lua 5.3.Guenter Knauf2015-01-191-0/+8
* Switch from lua_objlen() to Lua 5.2 preferredRainer Jung2014-07-221-0/+2
* mod_lua: Remove dead code left over from the old code cache.Ben Reser2014-06-301-3/+0
* Remove unneeded exports from mod_lua - part 2.Guenter Knauf2013-05-311-2/+3
* mod_lua: Fix signedness/other small bugs as per cjaillet/fuankg's emails - th...Daniel Gruno2012-12-141-1/+1
* Add new directives, LuaInputFilter/LuaOutputFilter for creating content filte...Daniel Gruno2012-08-261-1/+3
* There is only one global provider name space, therefore allowStefan Fritsch2012-08-071-2/+0
* Add a server scope for Lua states (in LuaScope), which creates a pool of sta...Daniel Gruno2012-08-051-0/+3
* Add LuaCodeCache directive for controlling in-memory caching.Daniel Gruno2012-07-291-0/+5
* LUA_COMPAT_ALL should be defined _before_ including lua headersDaniel Gruno2012-07-281-2/+3
* - Define LUA_COMPAT_ALL so mod_lua will be compatible with Lua 5.2Daniel Gruno2012-07-131-0/+2
* Add new directive LuaAuthzProvider to allow implementing anStefan Fritsch2012-06-161-0/+2
* change various strings from char * to const char *Stefan Fritsch2012-06-161-3/+3
* Remove luaL_reg macro definition no longer neededRainer Jung2012-02-011-3/+1
* Make mod_lua compile with lua 5.2.x.Guenter Knauf2011-12-201-0/+7
* add per-dir config merging to mod_lua so LuaHook* in multiple per-dir sectionsEric Covener2011-11-131-0/+10
* remove ability to set min and max pool sizes for server scope in prep for rem...Brian McCallister2011-11-101-2/+0
* remove some debug logging which snuck inBrian McCallister2011-11-101-2/+1
* * modules/lua/mod_lua.c (ap_lua_ssl_is_https): New function.Joe Orton2011-11-101-0/+2
* remove last traces of the code cacheBrian McCallister2011-11-101-5/+0
* mod_lua: Expose SSL variables via r:ssl_var_lookup()Eric Covener2011-11-081-0/+2
* More cleanup: Expand tabs and some more indentation fixesStefan Fritsch2011-09-231-1/+1
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-2/+2
* No need for trailing semicolon after APR_DECLARE_EXTERNAL_HOOK.Rainer Jung2010-06-101-2/+2
* fix symbol space and exportsWilliam A. Rowe Jr2009-03-251-27/+31
* Rename rstack_dump to apl_rstack_dump.Paul Querna2008-12-211-1/+1
* Reformat mod_lua according to the HTTP Server Project C Style Guide:Paul Querna2008-12-211-17/+21
* Rename all files in mod_lua to have a lua_ prefix, as things like 'config.h' ...Paul Querna2008-12-211-2/+2
* Rename most of the module formally known as mod_wombat to mod_lua conventions...Paul Querna2008-12-211-23/+23
* Rename mod_wombat -> mod_lua.Paul Querna2008-12-211-0/+143