]> granicus.if.org Git - apache/history - modules/lua
Enable SetEnv to set PATH
[apache] / modules / lua /
2010-07-18 Guenter KnaufAdded casts to make strict compilers happy.
2010-06-10 Rainer JungNo need for trailing semicolon after APR_DECLARE_EXTERN...
2010-06-10 William A. Rowe JrMop up more than a dozen const'ness faults
2010-06-10 William A. Rowe JrDrop ap_body_to_table due to missing constraints; a...
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2010-06-06 Stefan FritschFix some modules to make them compile with per-module...
2010-05-24 Jeff Trawickodd assortment of spelling fixes
2010-05-06 Daniel Earl PoirierNote that it would be nice if we could write authn...
2010-05-01 Daniel Earl PoirierAdd info to debug logging.
2010-05-01 Daniel Earl PoirierLog error if unable to load lua file.
2010-05-01 Daniel Earl PoirierAn uninitialized pointer in ap_lua_mapped_handler_spec...
2010-04-30 Daniel Earl PoirierChange references from mod_wombat to mod_lua.
2009-12-08 Rainer JungUse "=" instead of "==" in test condition for
2009-11-05 Brian McCallisterexpose r->notes to lua
2009-11-04 Joe Orton* modules/lua/: s/apr_strnatcmp/strcmp/ - strnat*cmp...
2009-11-04 Brian McCallisterallow setting of r->user from lua
2009-11-04 Brian McCallistermap r->err_headers_out into lua
2009-08-28 William A. Rowe Jrpush_connection, push_server also targetted for export...
2009-08-28 William A. Rowe JrNot static; trusting this targetted for export?
2009-08-28 William A. Rowe JrAlways make mod_*.h files available where they exist...
2009-07-13 Guenter Knaufskip another lua source file with NetWare build.
2009-07-13 Guenter Knaufand another NetWare build fix for mod_lua.
2009-07-13 Guenter Knauffinal NetWare mod_lua build fixes.
2009-07-12 Guenter Knaufadded NetWare makefile for mod_lua.
2009-06-15 Brian McCallisterchange use of luaL_openlib to luaL_register via path...
2009-06-15 Brian McCallisterchange use of luaL_openlib to luaL_register via path...
2009-06-15 Brian McCallisterremove unusable test file
2009-05-08 William A. Rowe JrAdd . 'default' test first before searching paths,...
2009-03-26 William A. Rowe Jrheaders are nice too
2009-03-25 William A. Rowe Jrfix symbol space and exports
2009-03-25 William A. Rowe Jradd lua
2009-03-01 Brian McCallisterremove leftover debug statement
2009-03-01 Brian McCallisterchange syntax for getting document root in mod_lua...
2009-03-01 Brian McCallisterchange r.content_type = "something" to use ap_set_conte...
2009-01-24 Brian McCallisterchanges headers_in and headers_out handling in mod_lua...
2009-01-24 Brian McCallisterminor edit to lua readme
2009-01-03 Rainer JungUse LDADD mechanism to only link mod_serf resp.
2009-01-02 Rainer JungUse APACHE_HELP_STRING() for --enable-luajit in configure
2008-12-24 Paul QuernaAdd in the ability to fetch from headers_in.
2008-12-22 Paul QuernaHack to add basic support for LuaJIT.
2008-12-22 Ruediger Pluem* Comment out unused pstack_dump for the time being...
2008-12-22 Ruediger Pluem* Remove unused variable
2008-12-22 Paul QuernaUse the HTTP_INTERNAL_SERVER_ERROR define instead of...
2008-12-21 Paul QuernaFix more ISO C90 forbids mixed declarations and code...
2008-12-21 Paul QuernaRename rstack_dump to apl_rstack_dump.
2008-12-21 Paul QuernaAttempt to make mod_lua compile under a strict c89...
2008-12-21 Paul QuernaRemove some extra logging, and make it more debug inste...
2008-12-21 Paul QuernaChange apl_get_lua_state to take a apl_vm_spec instead...
2008-12-21 Paul QuernaReformat mod_lua according to the HTTP Server Project...
2008-12-21 Paul QuernaInclude standard ASF license block.
2008-12-21 Paul QuernaMake all of the hook callbacks static functions.
2008-12-21 Paul QuernaFixup lua_config.c with prefix rename, and make mod_lua...
2008-12-21 Paul QuernaRename all files in mod_lua to have a lua_ prefix,...
2008-12-21 Paul QuernaRename most of the module formally known as mod_wombat...
2008-12-21 Paul QuernaMake pstack_dump a static function.
2008-12-21 Paul QuernaRemove old commented out code, if we need any of this...
2008-12-21 Paul QuernaRename mod_wombat -> mod_lua.