index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
lua
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Text, please
William A. Rowe Jr
2010-12-21
1
-272
/
+272
*
add support for trace loglevels in mod_lua
Stefan Fritsch
2010-11-06
1
-0
/
+48
*
save some memory by using cmd->temp_pool instead of cmd->pool in some places
Stefan Fritsch
2010-09-28
1
-1
/
+1
*
expose subprocess_env on lua request object
Brian McCallister
2010-07-23
1
-1
/
+7
*
Removed obsolete include paths from NetWare makefiles.
Guenter Knauf
2010-07-23
1
-5
/
+4
*
Added casts to make strict compilers happy.
Guenter Knauf
2010-07-19
1
-5
/
+5
*
No need for trailing semicolon after APR_DECLARE_EXTERNAL_HOOK.
Rainer Jung
2010-06-10
1
-2
/
+2
*
Mop up more than a dozen const'ness faults
William A. Rowe Jr
2010-06-10
2
-2
/
+2
*
Drop ap_body_to_table due to missing constraints; a DoS waiting
William A. Rowe Jr
2010-06-10
2
-16
/
+1
*
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
Stefan Fritsch
2010-06-06
4
-1
/
+7
*
Fix some modules to make them compile with per-module loglevels.
Stefan Fritsch
2010-06-06
2
-2
/
+2
*
odd assortment of spelling fixes
Jeff Trawick
2010-05-24
1
-1
/
+1
*
Note that it would be nice if we could write authn and authz providers
Daniel Earl Poirier
2010-05-06
1
-0
/
+1
*
Add info to debug logging.
Daniel Earl Poirier
2010-05-01
1
-3
/
+14
*
Log error if unable to load lua file.
Daniel Earl Poirier
2010-05-01
1
-1
/
+25
*
An uninitialized pointer in ap_lua_mapped_handler_spec was causing
Daniel Earl Poirier
2010-05-01
1
-2
/
+2
*
Change references from mod_wombat to mod_lua.
Daniel Earl Poirier
2010-04-30
5
-15
/
+10
*
Use "=" instead of "==" in test condition for
Rainer Jung
2009-12-08
1
-1
/
+1
*
expose r->notes to lua
Brian McCallister
2009-11-05
1
-0
/
+8
*
* modules/lua/: s/apr_strnatcmp/strcmp/ - strnat*cmp functions are
Joe Orton
2009-11-05
3
-16
/
+16
*
allow setting of r->user from lua
Brian McCallister
2009-11-05
1
-0
/
+6
*
map r->err_headers_out into lua
Brian McCallister
2009-11-05
1
-3
/
+7
*
push_connection, push_server also targetted for export, no?
William A. Rowe Jr
2009-08-28
2
-3
/
+5
*
Not static; trusting this targetted for export?
William A. Rowe Jr
2009-08-28
1
-3
/
+3
*
Always make mod_*.h files available where they exist, modpath by modpath
William A. Rowe Jr
2009-08-28
1
-0
/
+2
*
skip another lua source file with NetWare build.
Guenter Knauf
2009-07-13
1
-1
/
+1
*
and another NetWare build fix for mod_lua.
Guenter Knauf
2009-07-13
1
-1
/
+1
*
final NetWare mod_lua build fixes.
Guenter Knauf
2009-07-13
1
-4
/
+5
*
added NetWare makefile for mod_lua.
Guenter Knauf
2009-07-13
1
-0
/
+272
*
change use of luaL_openlib to luaL_register via path from Arfrever Frehtes Ta...
Brian McCallister
2009-06-15
1
-1
/
+1
*
change use of luaL_openlib to luaL_register via path from Arfrever Frehtes Ta...
Brian McCallister
2009-06-15
1
-1
/
+1
*
remove unusable test file
Brian McCallister
2009-06-15
1
-64
/
+0
*
Add . 'default' test first before searching paths, to determine if the
William A. Rowe Jr
2009-05-08
1
-16
/
+37
*
headers are nice too
William A. Rowe Jr
2009-03-26
1
-0
/
+20
*
fix symbol space and exports
William A. Rowe Jr
2009-03-25
10
-160
/
+167
*
add lua
William A. Rowe Jr
2009-03-25
1
-0
/
+127
*
remove leftover debug statement
Brian McCallister
2009-03-01
1
-1
/
+0
*
change syntax for getting document root in mod_lua to r.document_root, sugges...
Brian McCallister
2009-03-01
1
-9
/
+7
*
change r.content_type = "something" to use ap_set_content_type, which it shou...
Brian McCallister
2009-03-01
3
-20
/
+5
*
changes headers_in and headers_out handling in mod_lua to map apr_table_t ins...
Brian McCallister
2009-01-24
4
-28
/
+34
*
minor edit to lua readme
Brian McCallister
2009-01-24
1
-0
/
+1
*
Use LDADD mechanism to only link mod_serf resp.
Rainer Jung
2009-01-03
1
-1
/
+1
*
Use APACHE_HELP_STRING() for --enable-luajit in configure
Rainer Jung
2009-01-02
1
-1
/
+3
*
Add in the ability to fetch from headers_in.
Paul Querna
2008-12-24
1
-1
/
+23
*
Hack to add basic support for LuaJIT.
Paul Querna
2008-12-22
2
-0
/
+26
*
* Comment out unused pstack_dump for the time being until it is used, a better
Ruediger Pluem
2008-12-22
1
-0
/
+2
*
* Remove unused variable
Ruediger Pluem
2008-12-22
1
-2
/
+1
*
Use the HTTP_INTERNAL_SERVER_ERROR define instead of 500 directly.
Paul Querna
2008-12-22
1
-5
/
+5
*
Fix more ISO C90 forbids mixed declarations and code...
Paul Querna
2008-12-21
3
-28
/
+41
*
Rename rstack_dump to apl_rstack_dump.
Paul Querna
2008-12-21
2
-4
/
+4
[next]