index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
lua
/
mod_lua.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Correctly define lua_resume for Lua <= 5.1
Ruediger Pluem
2020-08-17
1
-0
/
+1
*
Support building against Lua 5.4 by adjusting to the 3-arg form of
Joe Orton
2020-08-07
1
-1
/
+9
*
Fix another mod_lua compile error.
Rainer Jung
2017-07-05
1
-1
/
+1
*
Fix new compilation breakage in mod_lua.
Rainer Jung
2017-07-04
1
-4
/
+2
*
More mod_lua compat for Lua 5.1, 5.2, 5.3.
Rainer Jung
2017-07-04
1
-10
/
+10
*
Drop redundant and harmful macro, API change correctly toggled in mod_lua.c
William A. Rowe Jr
2015-08-26
1
-4
/
+0
*
Enable to build mod_lua against Lua 5.3.
Guenter Knauf
2015-01-19
1
-0
/
+8
*
Switch from lua_objlen() to Lua 5.2 preferred
Rainer Jung
2014-07-22
1
-0
/
+2
*
mod_lua: Remove dead code left over from the old code cache.
Ben Reser
2014-06-30
1
-3
/
+0
*
Remove unneeded exports from mod_lua - part 2.
Guenter Knauf
2013-05-31
1
-2
/
+3
*
mod_lua: Fix signedness/other small bugs as per cjaillet/fuankg's emails - th...
Daniel Gruno
2012-12-14
1
-1
/
+1
*
Add new directives, LuaInputFilter/LuaOutputFilter for creating content filte...
Daniel Gruno
2012-08-26
1
-1
/
+3
*
There is only one global provider name space, therefore allow
Stefan Fritsch
2012-08-07
1
-2
/
+0
*
Add a server scope for Lua states (in LuaScope), which creates a pool of sta...
Daniel Gruno
2012-08-05
1
-0
/
+3
*
Add LuaCodeCache directive for controlling in-memory caching.
Daniel Gruno
2012-07-29
1
-0
/
+5
*
LUA_COMPAT_ALL should be defined _before_ including lua headers
Daniel Gruno
2012-07-28
1
-2
/
+3
*
- Define LUA_COMPAT_ALL so mod_lua will be compatible with Lua 5.2
Daniel Gruno
2012-07-13
1
-0
/
+2
*
Add new directive LuaAuthzProvider to allow implementing an
Stefan Fritsch
2012-06-17
1
-0
/
+2
*
change various strings from char * to const char *
Stefan Fritsch
2012-06-17
1
-3
/
+3
*
Remove luaL_reg macro definition no longer needed
Rainer Jung
2012-02-01
1
-3
/
+1
*
Make mod_lua compile with lua 5.2.x.
Guenter Knauf
2011-12-20
1
-0
/
+7
*
add per-dir config merging to mod_lua so LuaHook* in multiple per-dir sections
Eric Covener
2011-11-13
1
-0
/
+10
*
remove ability to set min and max pool sizes for server scope in prep for rem...
Brian McCallister
2011-11-11
1
-2
/
+0
*
remove some debug logging which snuck in
Brian McCallister
2011-11-11
1
-2
/
+1
*
* modules/lua/mod_lua.c (ap_lua_ssl_is_https): New function.
Joe Orton
2011-11-10
1
-0
/
+2
*
remove last traces of the code cache
Brian McCallister
2011-11-10
1
-5
/
+0
*
mod_lua: Expose SSL variables via r:ssl_var_lookup()
Eric Covener
2011-11-08
1
-0
/
+2
*
More cleanup: Expand tabs and some more indentation fixes
Stefan Fritsch
2011-09-23
1
-1
/
+1
*
Cleanup effort in prep for GA push:
Jim Jagielski
2011-09-23
1
-2
/
+2
*
No need for trailing semicolon after APR_DECLARE_EXTERNAL_HOOK.
Rainer Jung
2010-06-10
1
-2
/
+2
*
fix symbol space and exports
William A. Rowe Jr
2009-03-25
1
-27
/
+31
*
Rename rstack_dump to apl_rstack_dump.
Paul Querna
2008-12-21
1
-1
/
+1
*
Reformat mod_lua according to the HTTP Server Project C Style Guide:
Paul Querna
2008-12-21
1
-17
/
+21
*
Rename all files in mod_lua to have a lua_ prefix, as things like 'config.h' ...
Paul Querna
2008-12-21
1
-2
/
+2
*
Rename most of the module formally known as mod_wombat to mod_lua conventions...
Paul Querna
2008-12-21
1
-23
/
+23
*
Rename mod_wombat -> mod_lua.
Paul Querna
2008-12-21
1
-0
/
+143