summaryrefslogtreecommitdiff
path: root/modules/lua/mod_lua.c
Commit message (Expand)AuthorAgeFilesLines
* ap_lua_init_mutex() is not about thead only . It also callsChristophe Jaillet2022-02-271-2/+1
* core/ap_ssl_*: changes after review by rpluemStefan Eissing2021-04-201-1/+1
* Using the new ap_ssl_conn_is_ssl() and ap_ssl_var_lookup() in all internal mo...Stefan Eissing2021-03-091-11/+2
* Add missing comma in some 'apr_apr_psprintf()' call if APR_HAS_THREADS is not...Christophe Jaillet2020-09-271-2/+2
* Add missing "const" or "static const" qualifiers in some command_recChristophe Jaillet2020-09-271-1/+1
* Restore broken win32 build, include apr/std headers before httpd headersWilliam A. Rowe Jr2020-09-051-18/+17
* Support building against Lua 5.4 by adjusting to the 3-arg form ofJoe Orton2020-08-071-8/+8
* Declare pre_translate hook in lua/info/log_debug/example modules, and docs.Yann Ylavic2020-06-221-0/+31
* * modules/proxy/mod_proxy.c (create_proxy_config): Tag the pool.Joe Orton2019-06-251-0/+2
* More mod_lua compat for Lua 5.1, 5.2, 5.3.Rainer Jung2017-07-041-4/+0
* mod_lua: Improve compatibility with Lua 5.1, 5.2 and 5.3.Rainer Jung2017-07-041-1/+1
* Fix some style issue.Christophe Jaillet2016-12-031-5/+10
* The default value of 'inherit' should be AP_LUA_INHERIT_UNSET.Christophe Jaillet2016-12-031-0/+1
* Fix spelling in comments and text files.Rainer Jung2016-08-111-1/+1
* * modules/lua/mod_lua.c (lua_post_config): Use anonymous shm segmentJoe Orton2016-04-081-12/+12
* Added many log numbers to log statements thatRainer Jung2016-01-191-1/+2
* Added many log numbers to log statements thatRainer Jung2016-01-191-1/+2
* * mod_lua: fix compilation with lua-5.3Jan Kaluža2015-03-241-0/+4
* *) SECURITY: CVE-2014-8109 (cve.mitre.org)Eric Covener2014-11-301-10/+17
* Add missing APLOGNO.Christophe Jaillet2014-07-201-5/+5
* mod_lua: Remove dead code left over from the old code cache.Ben Reser2014-06-301-2/+0
* Follow up to r1604336: Comment out hooks whose only references areJeff Trawick2014-06-221-0/+4
* Revert early|late argument for LuaHookCheckUserID as it does not work right now.Daniel Gruno2014-06-211-5/+8
* mod_lua: Reformat and escape script error output.Daniel Gruno2014-03-271-4/+4
* mod_lua: be a bit more verbose in error logging.Daniel Gruno2014-03-181-7/+10
* mod_lua: Add a fixups hook that checks if the original request is intended fo...Daniel Gruno2014-03-121-0/+29
* 'ap_getword_conf' can not return NULLChristophe Jaillet2013-12-151-2/+2
* r1526906 followup:Eric Covener2013-09-271-2/+3
* mod_lua: Use a (new) global pool/mutex setup for IVM rather than a per-proces...Daniel Gruno2013-09-271-5/+69
* mod_lua: If the first yield() of a LuaOutputFilter returns a string, it shouldEric Covener2013-09-021-12/+33
* mod_lua: Remove ETAG, Content-Length, and Content-MD5 when a LuaOutputFilterEric Covener2013-09-021-0/+6
* register LuaOutputFilters with AP_FILTER_PROTO_CHANGE|AP_FILTER_PROTO_CHANGE...Eric Covener2013-09-021-2/+6
* Return a 500 error instead of DECLINED when LuaHook* script does not Eric Covener2013-09-021-0/+5
* trace4 logging of return codes from LuaHook* functions.Eric Covener2013-09-021-0/+2
* Adding a simple logging hook for mod_lua, which allows users to create their ...Daniel Gruno2013-09-011-0/+23
* tolerate LuaMapHandler scripts that don't return anythingEric Covener2013-06-061-2/+8
* Remove unneeded exports from mod_lua - part 2.Guenter Knauf2013-05-311-2/+4
* Use a mutex to control read/write for IVM values, so we can reuse the existin...Daniel Gruno2013-04-201-0/+5
* Using the traditional way of declaring Lua functions does not seem to work wi...Daniel Gruno2013-01-161-1/+0
* mod_lua: If a regex fails, return false plus an error message as second retur...Daniel Gruno2012-12-151-0/+1
* mod_lua: Add a lot of core httpd/apr functionality to mod_luaDaniel Gruno2012-12-111-0/+1
* more coding style (no logic change)Stefan Fritsch2012-09-101-9/+8
* Fix warnings about unused variable and (false positive) "'mkey' may be used u...Stefan Fritsch2012-09-101-1/+0
* Replace duplicate log msg numbersStefan Fritsch2012-09-101-4/+4
* Trying to tie up some loose ends:Daniel Gruno2012-08-271-2/+11
* Fix some style issues, use a more persistent bucket for passing along data (a...Daniel Gruno2012-08-271-16/+22
* Removing a misleading comment.Daniel Gruno2012-08-271-1/+0
* Add new directives, LuaInputFilter/LuaOutputFilter for creating content filte...Daniel Gruno2012-08-261-0/+343
* Add 'server' to scope_to_string's list of possible suspects, as to avoid an e...Daniel Gruno2012-08-261-0/+2
* Add the missing state release to the LuaMapHandler handler as well, so we won...Daniel Gruno2012-08-171-0/+1