summaryrefslogtreecommitdiff
path: root/modules/lua/lua_request.c
Commit message (Expand)AuthorAgeFilesLines
* use filters consistentlyEric Covener2022-06-011-91/+53
* cast firstEric Covener2022-06-011-1/+1
* * Avoid "may be uninitialized" warningRuediger Pluem2022-03-081-1/+2
* mod_lua: Error out if lua_read_body() or lua_write_body() fail.Yann Ylavic2022-03-071-13/+20
* * Improve error handlingRuediger Pluem2021-12-151-0/+1
* add r/o iterable tablesEric Covener2020-01-071-0/+44
* Fix comment in mod_lua and docs.Christophe Jaillet2018-08-041-1/+1
* Fix PR54848 in a 2.4.x backportable format. Ideally deprecating the useJim Jagielski2018-08-011-0/+4
* Fix some typos reported in PR 59998Christophe Jaillet2018-03-241-2/+2
* Fix new compilation breakage in mod_lua.Rainer Jung2017-07-041-6/+6
* More mod_lua compat for Lua 5.1, 5.2, 5.3.Rainer Jung2017-07-041-3/+3
* mod_lua: Improve compatibility with Lua 5.1, 5.2 and 5.3.Rainer Jung2017-07-041-4/+4
* Save a few bytes in the request pool.Christophe Jaillet2017-02-151-4/+4
* https://bz.apache.org/bugzilla/show_bug.cgi?id=58855Jim Jagielski2017-01-091-3/+3
* Fix typo in comment (s/patterm/pattern/).Rainer Jung2016-01-211-1/+1
* Added some more log numbers to log statements thatRainer Jung2016-01-191-0/+1
* Added many log numbers to log statements thatRainer Jung2016-01-191-6/+6
* Added many log numbers to log statements thatRainer Jung2016-01-191-24/+25
* 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
* 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-221-2/+2
* Add missing APLOGNO.Christophe Jaillet2014-07-201-3/+3
* 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
* 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
* mod_lua: Redesign the table construction/access mechanism, so we pass on a st...Daniel Gruno2014-03-281-13/+38
* mod_lua: escape key/value pairs when setting cookies to prevent header splitt...Daniel Gruno2014-03-271-0/+4
* 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
* mod_lua: Add r:wspeek for checking if data is available to be read.Daniel Gruno2014-02-201-0/+23
* mod_lua: Slight null-check fix on setcookie.Daniel Gruno2014-02-201-2/+2
* use err_headers_out for setting cookies instead of headers_out, so they persi...Daniel Gruno2014-02-111-1/+1
* mod_lua: Upgrade r:setcookie to accept a table of arguments, and add domain, ...Daniel Gruno2014-02-111-11/+85
* mod_lua: Fix r:setcookie() to add, rather than replace,Eric Covener2014-02-111-1/+1
* Fix support for uploading files by using pushlstring instead of pushstring wh...Daniel Gruno2014-02-051-1/+50
* mod_lua: Detect "All" or "None" before putting together a potentially blank (...Daniel Gruno2014-01-031-1/+8
* get arpa/inet.h from apr_want.h for htons where applicableEric Covener2013-12-181-0/+2
* mod_lua: Fix compiler warning by using correctRainer Jung2013-11-231-4/+4
* apr_file_write_full() simplification (like r1542413 and r1542416)Jeff Trawick2013-11-161-4/+3
* mod_lua: Use a (new) global pool/mutex setup for IVM rather than a per-proces...Daniel Gruno2013-09-271-11/+16
* mod_lua: ap_ntoh64 endianess testDaniel Gruno2013-09-181-1/+4
* mod_lua: Figure out a way to read from SSL connections with WebSockets. Briga...Daniel Gruno2013-09-151-17/+63
* Use APR type; rename var.Guenter Knauf2013-09-141-3/+3
* Fixed ap_ntoh64 argument.Guenter Knauf2013-09-141-1/+1
* mod_lua: Add rudimentary WebSocket support. This is a WIP (emphasis on the W,...Daniel Gruno2013-09-111-2/+327