summaryrefslogtreecommitdiff
path: root/modules/lua/lua_apr.c
Commit message (Expand)AuthorAgeFilesLines
* PR63971 expose apr_table_unset for headers/envvarsEric Covener2019-11-301-1/+7
* Fix last compat issue with Lua 5.2 and 5.3.Rainer Jung2017-07-041-0/+4
* Add missing APLOGNO.Christophe Jaillet2014-07-201-2/+2
* Add a note on t->r checking, as per RĂ¼diger's email.Daniel Gruno2014-03-281-0/+4
* mod_lua: Since c->notes is the only place where r will be NULL, we don't need...Daniel Gruno2014-03-281-3/+1
* mod_lua: Redesign the table construction/access mechanism, so we pass on a st...Daniel Gruno2014-03-281-14/+24
* mod_lua: Prevent HTTP Response Splitting by not allowing tables in the reques...Daniel Gruno2014-03-271-1/+8
* Remove unneeded exports from mod_lua.Guenter Knauf2013-05-301-3/+3
* Removed obsolete define (already exists in mod_lua.h).Guenter Knauf2013-05-221-10/+0
* Using the traditional way of declaring Lua functions does not seem to work wi...Daniel Gruno2013-01-161-1032/+0
* fix typo: || not |Stefan Fritsch2013-01-041-1/+1
* Style tweaks, remove add_version_component and fix up some sloppy code. Many ...Daniel Gruno2012-12-231-117/+83
* Style tweaks, no functional change.Daniel Gruno2012-12-221-342/+400
* use ap_bin2hex() to simplify md5/sha1 codeStefan Fritsch2012-12-161-44/+11
* remove unused variableStefan Fritsch2012-12-161-1/+0
* mod_lua: Fix unitialized variable in lua_ap_send_interim_response.Daniel Gruno2012-12-161-1/+1
* mod_lua: If a regex fails, return false plus an error message as second retur...Daniel Gruno2012-12-151-9/+17
* mod_lua: Fix Windows compatibility issues and remove an unused variable. Than...Daniel Gruno2012-12-141-9/+10
* mod_lua: Oops, there was a stray 'int i' in the middle of lua_ap_regex.Daniel Gruno2012-12-141-2/+1
* mod_lua: Fix signedness/other small bugs as per cjaillet/fuankg's emails - th...Daniel Gruno2012-12-141-36/+26
* mod_lua: Add a lot of core httpd/apr functionality to mod_luaDaniel Gruno2012-12-111-2/+1047
* luaL_reg was already deprecated in Lua 5.1.4.Rainer Jung2012-02-011-1/+1
* More cleanup: Expand tabs and some more indentation fixesStefan Fritsch2011-09-231-1/+1
* Not static; trusting this targetted for export?William A. Rowe Jr2009-08-281-3/+3
* 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
* fix symbol space and exportsWilliam A. Rowe Jr2009-03-251-5/+3
* changes headers_in and headers_out handling in mod_lua to map apr_table_t ins...Brian McCallister2009-01-241-2/+1
* Attempt to make mod_lua compile under a strict c89 compiler by moving all var...Paul Querna2008-12-211-1/+2
* Reformat mod_lua according to the HTTP Server Project C Style Guide:Paul Querna2008-12-211-12/+16
* Include standard ASF license block.Paul Querna2008-12-211-0/+16
* Rename all files in mod_lua to have a lua_ prefix, as things like 'config.h' ...Paul Querna2008-12-211-0/+72