summaryrefslogtreecommitdiffstats
path: root/modules/lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* Text, pleaseWilliam A. Rowe Jr2010-12-211-272/+272
* add support for trace loglevels in mod_luaStefan Fritsch2010-11-061-0/+48
* save some memory by using cmd->temp_pool instead of cmd->pool in some placesStefan Fritsch2010-09-281-1/+1
* expose subprocess_env on lua request objectBrian McCallister2010-07-231-1/+7
* Removed obsolete include paths from NetWare makefiles.Guenter Knauf2010-07-231-5/+4
* Added casts to make strict compilers happy.Guenter Knauf2010-07-191-5/+5
* No need for trailing semicolon after APR_DECLARE_EXTERNAL_HOOK.Rainer Jung2010-06-101-2/+2
* Mop up more than a dozen const'ness faultsWilliam A. Rowe Jr2010-06-102-2/+2
* Drop ap_body_to_table due to missing constraints; a DoS waitingWilliam A. Rowe Jr2010-06-102-16/+1
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-064-1/+7
* Fix some modules to make them compile with per-module loglevels.Stefan Fritsch2010-06-062-2/+2
* odd assortment of spelling fixesJeff Trawick2010-05-241-1/+1
* Note that it would be nice if we could write authn and authz providersDaniel Earl Poirier2010-05-061-0/+1
* Add info to debug logging.Daniel Earl Poirier2010-05-011-3/+14
* Log error if unable to load lua file.Daniel Earl Poirier2010-05-011-1/+25
* An uninitialized pointer in ap_lua_mapped_handler_spec was causingDaniel Earl Poirier2010-05-011-2/+2
* Change references from mod_wombat to mod_lua.Daniel Earl Poirier2010-04-305-15/+10
* Use "=" instead of "==" in test condition forRainer Jung2009-12-081-1/+1
* expose r->notes to luaBrian McCallister2009-11-051-0/+8
* * modules/lua/: s/apr_strnatcmp/strcmp/ - strnat*cmp functions areJoe Orton2009-11-053-16/+16
* allow setting of r->user from luaBrian McCallister2009-11-051-0/+6
* map r->err_headers_out into luaBrian McCallister2009-11-051-3/+7
* push_connection, push_server also targetted for export, no?William A. Rowe Jr2009-08-282-3/+5
* Not static; trusting this targetted for export?William A. Rowe Jr2009-08-281-3/+3
* Always make mod_*.h files available where they exist, modpath by modpathWilliam A. Rowe Jr2009-08-281-0/+2
* skip another lua source file with NetWare build.Guenter Knauf2009-07-131-1/+1
* and another NetWare build fix for mod_lua.Guenter Knauf2009-07-131-1/+1
* final NetWare mod_lua build fixes.Guenter Knauf2009-07-131-4/+5
* added NetWare makefile for mod_lua.Guenter Knauf2009-07-131-0/+272
* change use of luaL_openlib to luaL_register via path from Arfrever Frehtes Ta...Brian McCallister2009-06-151-1/+1
* change use of luaL_openlib to luaL_register via path from Arfrever Frehtes Ta...Brian McCallister2009-06-151-1/+1
* remove unusable test fileBrian McCallister2009-06-151-64/+0
* Add . 'default' test first before searching paths, to determine if theWilliam A. Rowe Jr2009-05-081-16/+37
* headers are nice tooWilliam A. Rowe Jr2009-03-261-0/+20
* fix symbol space and exportsWilliam A. Rowe Jr2009-03-2510-160/+167
* add luaWilliam A. Rowe Jr2009-03-251-0/+127
* remove leftover debug statementBrian McCallister2009-03-011-1/+0
* change syntax for getting document root in mod_lua to r.document_root, sugges...Brian McCallister2009-03-011-9/+7
* change r.content_type = "something" to use ap_set_content_type, which it shou...Brian McCallister2009-03-013-20/+5
* changes headers_in and headers_out handling in mod_lua to map apr_table_t ins...Brian McCallister2009-01-244-28/+34
* minor edit to lua readmeBrian McCallister2009-01-241-0/+1
* Use LDADD mechanism to only link mod_serf resp.Rainer Jung2009-01-031-1/+1
* Use APACHE_HELP_STRING() for --enable-luajit in configureRainer Jung2009-01-021-1/+3
* Add in the ability to fetch from headers_in.Paul Querna2008-12-241-1/+23
* Hack to add basic support for LuaJIT.Paul Querna2008-12-222-0/+26
* * Comment out unused pstack_dump for the time being until it is used, a betterRuediger Pluem2008-12-221-0/+2
* * Remove unused variableRuediger Pluem2008-12-221-2/+1
* Use the HTTP_INTERNAL_SERVER_ERROR define instead of 500 directly.Paul Querna2008-12-221-5/+5
* Fix more ISO C90 forbids mixed declarations and code...Paul Querna2008-12-213-28/+41
* Rename rstack_dump to apl_rstack_dump.Paul Querna2008-12-212-4/+4