summaryrefslogtreecommitdiffstats
path: root/modules/lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* Axe the README a bit, add fuankg as contributor. This will need a complete re...Daniel Gruno2013-09-281-26/+3
* r1526906 followup:Eric Covener2013-09-271-2/+3
* mod_lua: Use a (new) global pool/mutex setup for IVM rather than a per-proces...Daniel Gruno2013-09-273-17/+102
* 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 mod_lua NetWare build.Guenter Knauf2013-09-141-1/+8
* 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
* mod_lua: init cookie as NULL.Daniel Gruno2013-09-051-0/+1
* remove an unneeded variable I just added, oops.Daniel Gruno2013-09-051-1/+0
* mod_lua: Use ap_cookie_read for reading cookie values, since it's already there.Daniel Gruno2013-09-051-7/+5
* Add r:setcookie(key, val, secure, expires) and r:getcookie(key) to the reques...Daniel Gruno2013-09-041-0/+51
* mod_lua: If the first yield() of a LuaOutputFilter returns a string, it shouldEric Covener2013-09-021-12/+33
* mod_lua: Remove ETAG, Content-Length, and Content-MD5 when a LuaOutputFilterEric Covener2013-09-021-0/+6
* register LuaOutputFilters with AP_FILTER_PROTO_CHANGE|AP_FILTER_PROTO_CHANGE...Eric Covener2013-09-021-2/+6
* Return a 500 error instead of DECLINED when LuaHook* script does not Eric Covener2013-09-021-0/+5
* trace4 logging of return codes from LuaHook* functions.Eric Covener2013-09-021-0/+2
* Removed comment which should never have been committed.Guenter Knauf2013-09-011-1/+0
* Adding a simple logging hook for mod_lua, which allows users to create their ...Daniel Gruno2013-09-011-0/+23
* remove c++ commentEric Covener2013-08-311-1/+1
* Fix some compiler warnings.Guenter Knauf2013-07-071-1/+1
* Added new r:touch() function.Guenter Knauf2013-06-211-0/+21
* Return with error if we dont support an algorithm.Guenter Knauf2013-06-071-1/+2
* * truncpw was allocated from a pool and not via mallocRuediger Pluem2013-06-061-1/+0
* tolerate LuaMapHandler scripts that don't return anythingEric Covener2013-06-061-2/+8
* Follow-up to r1488773 for configure builds.Guenter Knauf2013-06-041-1/+1
* Added new function r.date_parse_rfc() to mod_lua.Guenter Knauf2013-06-041-0/+20
* Fixed crash condition when r.module_info() is calledGuenter Knauf2013-06-041-1/+1
* Added new functions r:mkdir(), r:mkrdir(), r:rmdir() to mod_lua.Guenter Knauf2013-06-031-0/+62
* Added new function r:htpassword() to mod_lua.Guenter Knauf2013-06-025-0/+307
* Added optional parameter wanted to r:stat().Guenter Knauf2013-06-011-24/+35
* cosmetics.Guenter Knauf2013-05-311-0/+2
* Remove unneeded exports from mod_lua - part 2.Guenter Knauf2013-05-312-4/+7
* Remove unneeded exports from mod_lua.Guenter Knauf2013-05-3010-24/+24
* Provide proper module extension.Guenter Knauf2013-05-301-2/+17
* Removed non-existent funcions from header.Guenter Knauf2013-05-301-6/+0
* Removed non-existent funcion from header.Guenter Knauf2013-05-301-1/+0
* Use proper type to kill compiler warning.Guenter Knauf2013-05-271-1/+1
* Whoops - one empty line too much.Guenter Knauf2013-05-251-0/+1
* Removed a bunch of empty lines.Guenter Knauf2013-05-251-16/+1
* Changed r.sleep(s) to r.usleep(ms).Guenter Knauf2013-05-251-4/+8
* Removed obsolete define (already exists in mod_lua.h).Guenter Knauf2013-05-221-10/+0
* Removed obsolete header include.Guenter Knauf2013-05-221-1/+0
* Cast uint16 return value to int.Guenter Knauf2013-05-161-1/+6
* Fixed Lua type.Guenter Knauf2013-05-161-1/+1
* Fixed compiler warning; sorted includes.Guenter Knauf2013-05-161-6/+5
* Moved header protection to the top.Guenter Knauf2013-05-161-2/+3
* Typo in commentChristophe Jaillet2013-05-151-2/+2
* Revert part of r1476482 which disabled fractions of seconds with r.sleep().Guenter Knauf2013-05-101-1/+1