| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | accept both 5.1 and 5.2, so make messages clear | Jim Jagielski | 2015-09-17 | 1 | -5/+5 |
| * | Add in finding LUA installed via Macports and others | Jim Jagielski | 2015-09-16 | 1 | -0/+43 |
| * | just a note | Daniel Gruno | 2015-08-28 | 1 | -0/+1 |
| * | we have this nwo, don't we? | Daniel Gruno | 2015-08-28 | 1 | -7/+0 |
| * | tiny nit. | Daniel Gruno | 2015-08-28 | 1 | -1/+1 |
| * | Drop redundant and harmful macro, API change correctly toggled in mod_lua.c | William A. Rowe Jr | 2015-08-26 | 1 | -4/+0 |
| * | * mod_lua: fix compilation with lua-5.3 | Jan Kaluža | 2015-03-24 | 1 | -0/+4 |
| * | followup to r1657261 whitespace only -- reindent body of while loop. | Eric Covener | 2015-02-04 | 1 | -120/+120 |
| * | *) SECURITY: CVE-2015-0228 (cve.mitre.org) | Eric Covener | 2015-02-04 | 1 | -1/+5 |
| * | Fix bit-shifting of websockets frame fields that would yield wrong opcodes | Eric Covener | 2015-02-04 | 1 | -5/+12 |
| * | Enable to build mod_lua against Lua 5.3. | Guenter Knauf | 2015-01-19 | 2 | -0/+11 |
| * | now it's actually fixed (The URL) | Daniel Gruno | 2014-12-05 | 1 | -1/+0 |
| * | fixed it! | Daniel Gruno | 2014-12-05 | 1 | -0/+1 |
| * | another blank commit... | Daniel Gruno | 2014-12-05 | 1 | -1/+0 |
| * | another blank change, ignore. | Daniel Gruno | 2014-12-05 | 1 | -0/+1 |
| * | more blank changes to set up viewvc, ignore. | Daniel Gruno | 2014-12-05 | 1 | -2/+0 |
| * | blank change to test commit mail URL is properly working. | Daniel Gruno | 2014-12-05 | 1 | -1/+0 |
| * | testing eu <-> us sync | Daniel Gruno | 2014-12-05 | 1 | -1/+0 |
| * | more noise again | Daniel Gruno | 2014-12-05 | 1 | -0/+1 |
| * | more tests | Daniel Gruno | 2014-12-05 | 1 | -1/+0 |
| * | bit more noise... (still testing) | Daniel Gruno | 2014-12-05 | 1 | -0/+1 |
| * | more tests | Daniel Gruno | 2014-12-04 | 1 | -1/+0 |
| * | trying eu svn... | Daniel Gruno | 2014-12-04 | 1 | -0/+1 |
| * | More dead birds in the sky...is it summer already? | Daniel Gruno | 2014-12-04 | 1 | -0/+2 |
| * | Is it a bird? Is it a plane? Is it a giant flying pony??! | Daniel Gruno | 2014-12-04 | 1 | -0/+1 |
| * | *) SECURITY: CVE-2014-8109 (cve.mitre.org) | Eric Covener | 2014-11-30 | 1 | -10/+17 |
| * | mod_lua: Initial attempt at passing on the configuration tree to Lua. | Daniel Gruno | 2014-11-25 | 1 | -1/+72 |
| * | Switch from lua_objlen() to Lua 5.2 preferred | Rainer Jung | 2014-07-22 | 2 | -2/+4 |
| * | Add missing APLOGNO. | Christophe Jaillet | 2014-07-20 | 3 | -10/+10 |
| * | mod_lua: Don't quote values in cookies; Make IE happy again [#56734] | Daniel Gruno | 2014-07-18 | 1 | -2/+2 |
| * | SECURITY (CVE-2014-0226): Fix a race condition in scoreboard handling, | Joe Orton | 2014-07-14 | 1 | -4/+10 |
| * | mod_lua: Remove dead code left over from the old code cache. | Ben Reser | 2014-06-30 | 2 | -5/+0 |
| * | Follow up to r1604336: Comment out hooks whose only references are | Jeff Trawick | 2014-06-22 | 1 | -0/+4 |
| * | Revert early|late argument for LuaHookCheckUserID as it does not work right now. | Daniel Gruno | 2014-06-21 | 1 | -5/+8 |
| * | back to c89 | Jeff Trawick | 2014-04-21 | 1 | -1/+2 |
| * | mod_lua: stop complaining | Daniel Gruno | 2014-04-20 | 1 | -1/+1 |
| * | mod_lua: Use binary strstr for finding endpoints of a multipart object. (How ... | Daniel Gruno | 2014-04-20 | 1 | -3/+17 |
| * | Add a note on t->r checking, as per Rüdiger's email. | Daniel Gruno | 2014-03-28 | 1 | -0/+4 |
| * | mod_lua: Since c->notes is the only place where r will be NULL, we don't need... | Daniel Gruno | 2014-03-28 | 1 | -3/+1 |
| * | mod_lua: Redesign the table construction/access mechanism, so we pass on a st... | Daniel Gruno | 2014-03-28 | 4 | -29/+73 |
| * | mod_lua: Prevent HTTP Response Splitting by not allowing tables in the reques... | Daniel Gruno | 2014-03-27 | 1 | -1/+8 |
| * | mod_lua: escape key/value pairs when setting cookies to prevent header splitt... | Daniel Gruno | 2014-03-27 | 1 | -0/+4 |
| * | mod_lua: Reformat and escape script error output. | Daniel Gruno | 2014-03-27 | 1 | -4/+4 |
| * | fix message number | Daniel Gruno | 2014-03-18 | 1 | -1/+1 |
| * | mod_lua: Actually check whether interpreting the base structure of a file wor... | Daniel Gruno | 2014-03-18 | 1 | -1/+6 |
| * | mod_lua: be a bit more verbose in error logging. | Daniel Gruno | 2014-03-18 | 1 | -7/+10 |
| * | mod_lua: Add a fixups hook that checks if the original request is intended fo... | Daniel Gruno | 2014-03-12 | 1 | -0/+29 |
| * | this wasn't supposed to be a pointer, thanks Yann! | Daniel Gruno | 2014-02-27 | 1 | -1/+1 |
| * | Remove bad line that snuck into the commit | Daniel Gruno | 2014-02-27 | 1 | -2/+0 |
| * | mod_lua: Only read up to whatever the user defines as max size when using r:p... | Daniel Gruno | 2014-02-27 | 1 | -3/+9 |