summaryrefslogtreecommitdiff
path: root/modules/lua
Commit message (Expand)AuthorAgeFilesLines
...
* accept both 5.1 and 5.2, so make messages clearJim Jagielski2015-09-171-5/+5
* Add in finding LUA installed via Macports and othersJim Jagielski2015-09-161-0/+43
* just a noteDaniel Gruno2015-08-281-0/+1
* we have this nwo, don't we?Daniel Gruno2015-08-281-7/+0
* tiny nit.Daniel Gruno2015-08-281-1/+1
* Drop redundant and harmful macro, API change correctly toggled in mod_lua.cWilliam A. Rowe Jr2015-08-261-4/+0
* * mod_lua: fix compilation with lua-5.3Jan Kaluža2015-03-241-0/+4
* followup to r1657261 whitespace only -- reindent body of while loop.Eric Covener2015-02-041-120/+120
* *) SECURITY: CVE-2015-0228 (cve.mitre.org)Eric Covener2015-02-041-1/+5
* Fix bit-shifting of websockets frame fields that would yield wrong opcodesEric Covener2015-02-041-5/+12
* Enable to build mod_lua against Lua 5.3.Guenter Knauf2015-01-192-0/+11
* now it's actually fixed (The URL)Daniel Gruno2014-12-051-1/+0
* fixed it!Daniel Gruno2014-12-051-0/+1
* another blank commit...Daniel Gruno2014-12-051-1/+0
* another blank change, ignore.Daniel Gruno2014-12-051-0/+1
* more blank changes to set up viewvc, ignore.Daniel Gruno2014-12-051-2/+0
* blank change to test commit mail URL is properly working.Daniel Gruno2014-12-051-1/+0
* testing eu <-> us syncDaniel Gruno2014-12-051-1/+0
* more noise againDaniel Gruno2014-12-051-0/+1
* more testsDaniel Gruno2014-12-051-1/+0
* bit more noise... (still testing)Daniel Gruno2014-12-051-0/+1
* more testsDaniel Gruno2014-12-041-1/+0
* trying eu svn...Daniel Gruno2014-12-041-0/+1
* More dead birds in the sky...is it summer already?Daniel Gruno2014-12-041-0/+2
* Is it a bird? Is it a plane? Is it a giant flying pony??!Daniel Gruno2014-12-041-0/+1
* *) SECURITY: CVE-2014-8109 (cve.mitre.org)Eric Covener2014-11-301-10/+17
* mod_lua: Initial attempt at passing on the configuration tree to Lua.Daniel Gruno2014-11-251-1/+72
* Switch from lua_objlen() to Lua 5.2 preferredRainer Jung2014-07-222-2/+4
* Add missing APLOGNO.Christophe Jaillet2014-07-203-10/+10
* mod_lua: Don't quote values in cookies; Make IE happy again [#56734]Daniel Gruno2014-07-181-2/+2
* SECURITY (CVE-2014-0226): Fix a race condition in scoreboard handling,Joe Orton2014-07-141-4/+10
* mod_lua: Remove dead code left over from the old code cache.Ben Reser2014-06-302-5/+0
* Follow up to r1604336: Comment out hooks whose only references areJeff Trawick2014-06-221-0/+4
* Revert early|late argument for LuaHookCheckUserID as it does not work right now.Daniel Gruno2014-06-211-5/+8
* back to c89Jeff Trawick2014-04-211-1/+2
* mod_lua: stop complainingDaniel Gruno2014-04-201-1/+1
* mod_lua: Use binary strstr for finding endpoints of a multipart object. (How ...Daniel Gruno2014-04-201-3/+17
* 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-284-29/+73
* mod_lua: Prevent HTTP Response Splitting by not allowing tables in the reques...Daniel Gruno2014-03-271-1/+8
* mod_lua: escape key/value pairs when setting cookies to prevent header splitt...Daniel Gruno2014-03-271-0/+4
* mod_lua: Reformat and escape script error output.Daniel Gruno2014-03-271-4/+4
* fix message numberDaniel Gruno2014-03-181-1/+1
* mod_lua: Actually check whether interpreting the base structure of a file wor...Daniel Gruno2014-03-181-1/+6
* mod_lua: be a bit more verbose in error logging.Daniel Gruno2014-03-181-7/+10
* mod_lua: Add a fixups hook that checks if the original request is intended fo...Daniel Gruno2014-03-121-0/+29
* this wasn't supposed to be a pointer, thanks Yann!Daniel Gruno2014-02-271-1/+1
* Remove bad line that snuck into the commitDaniel Gruno2014-02-271-2/+0
* mod_lua: Only read up to whatever the user defines as max size when using r:p...Daniel Gruno2014-02-271-3/+9