| Commit message (Expand) | Author | Age | Files | Lines |
| * | use filters consistently | Eric Covener | 2022-06-01 | 1 | -91/+53 |
| * | cast first | Eric Covener | 2022-06-01 | 1 | -1/+1 |
| * | * Avoid "may be uninitialized" warning | Ruediger Pluem | 2022-03-08 | 1 | -1/+2 |
| * | mod_lua: Error out if lua_read_body() or lua_write_body() fail. | Yann Ylavic | 2022-03-07 | 1 | -13/+20 |
| * | * Improve error handling | Ruediger Pluem | 2021-12-15 | 1 | -0/+1 |
| * | add r/o iterable tables | Eric Covener | 2020-01-07 | 1 | -0/+44 |
| * | Fix comment in mod_lua and docs. | Christophe Jaillet | 2018-08-04 | 1 | -1/+1 |
| * | Fix PR54848 in a 2.4.x backportable format. Ideally deprecating the use | Jim Jagielski | 2018-08-01 | 1 | -0/+4 |
| * | Fix some typos reported in PR 59998 | Christophe Jaillet | 2018-03-24 | 1 | -2/+2 |
| * | Fix new compilation breakage in mod_lua. | Rainer Jung | 2017-07-04 | 1 | -6/+6 |
| * | More mod_lua compat for Lua 5.1, 5.2, 5.3. | Rainer Jung | 2017-07-04 | 1 | -3/+3 |
| * | mod_lua: Improve compatibility with Lua 5.1, 5.2 and 5.3. | Rainer Jung | 2017-07-04 | 1 | -4/+4 |
| * | Save a few bytes in the request pool. | Christophe Jaillet | 2017-02-15 | 1 | -4/+4 |
| * | https://bz.apache.org/bugzilla/show_bug.cgi?id=58855 | Jim Jagielski | 2017-01-09 | 1 | -3/+3 |
| * | Fix typo in comment (s/patterm/pattern/). | Rainer Jung | 2016-01-21 | 1 | -1/+1 |
| * | Added some more log numbers to log statements that | Rainer Jung | 2016-01-19 | 1 | -0/+1 |
| * | Added many log numbers to log statements that | Rainer Jung | 2016-01-19 | 1 | -6/+6 |
| * | Added many log numbers to log statements that | Rainer Jung | 2016-01-19 | 1 | -24/+25 |
| * | 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 |
| * | 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 | 1 | -2/+2 |
| * | Add missing APLOGNO. | Christophe Jaillet | 2014-07-20 | 1 | -3/+3 |
| * | 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 |
| * | 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 |
| * | mod_lua: Redesign the table construction/access mechanism, so we pass on a st... | Daniel Gruno | 2014-03-28 | 1 | -13/+38 |
| * | mod_lua: escape key/value pairs when setting cookies to prevent header splitt... | Daniel Gruno | 2014-03-27 | 1 | -0/+4 |
| * | 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 |
| * | mod_lua: Add r:wspeek for checking if data is available to be read. | Daniel Gruno | 2014-02-20 | 1 | -0/+23 |
| * | mod_lua: Slight null-check fix on setcookie. | Daniel Gruno | 2014-02-20 | 1 | -2/+2 |
| * | use err_headers_out for setting cookies instead of headers_out, so they persi... | Daniel Gruno | 2014-02-11 | 1 | -1/+1 |
| * | mod_lua: Upgrade r:setcookie to accept a table of arguments, and add domain, ... | Daniel Gruno | 2014-02-11 | 1 | -11/+85 |
| * | mod_lua: Fix r:setcookie() to add, rather than replace, | Eric Covener | 2014-02-11 | 1 | -1/+1 |
| * | Fix support for uploading files by using pushlstring instead of pushstring wh... | Daniel Gruno | 2014-02-05 | 1 | -1/+50 |
| * | mod_lua: Detect "All" or "None" before putting together a potentially blank (... | Daniel Gruno | 2014-01-03 | 1 | -1/+8 |
| * | get arpa/inet.h from apr_want.h for htons where applicable | Eric Covener | 2013-12-18 | 1 | -0/+2 |
| * | mod_lua: Fix compiler warning by using correct | Rainer Jung | 2013-11-23 | 1 | -4/+4 |
| * | apr_file_write_full() simplification (like r1542413 and r1542416) | Jeff Trawick | 2013-11-16 | 1 | -4/+3 |
| * | mod_lua: Use a (new) global pool/mutex setup for IVM rather than a per-proces... | Daniel Gruno | 2013-09-27 | 1 | -11/+16 |
| * | mod_lua: ap_ntoh64 endianess test | Daniel Gruno | 2013-09-18 | 1 | -1/+4 |
| * | mod_lua: Figure out a way to read from SSL connections with WebSockets. Briga... | Daniel Gruno | 2013-09-15 | 1 | -17/+63 |
| * | Use APR type; rename var. | Guenter Knauf | 2013-09-14 | 1 | -3/+3 |
| * | Fixed ap_ntoh64 argument. | Guenter Knauf | 2013-09-14 | 1 | -1/+1 |
| * | mod_lua: Add rudimentary WebSocket support. This is a WIP (emphasis on the W,... | Daniel Gruno | 2013-09-11 | 1 | -2/+327 |