| Commit message (Expand) | Author | Age | Files | Lines |
* | Axe the README a bit, add fuankg as contributor. This will need a complete re... | Daniel Gruno | 2013-09-28 | 1 | -26/+3 |
* | r1526906 followup: | Eric Covener | 2013-09-27 | 1 | -2/+3 |
* | mod_lua: Use a (new) global pool/mutex setup for IVM rather than a per-proces... | Daniel Gruno | 2013-09-27 | 3 | -17/+102 |
* | 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 mod_lua NetWare build. | Guenter Knauf | 2013-09-14 | 1 | -1/+8 |
* | 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 |
* | mod_lua: init cookie as NULL. | Daniel Gruno | 2013-09-05 | 1 | -0/+1 |
* | remove an unneeded variable I just added, oops. | Daniel Gruno | 2013-09-05 | 1 | -1/+0 |
* | mod_lua: Use ap_cookie_read for reading cookie values, since it's already there. | Daniel Gruno | 2013-09-05 | 1 | -7/+5 |
* | Add r:setcookie(key, val, secure, expires) and r:getcookie(key) to the reques... | Daniel Gruno | 2013-09-04 | 1 | -0/+51 |
* | mod_lua: If the first yield() of a LuaOutputFilter returns a string, it should | Eric Covener | 2013-09-02 | 1 | -12/+33 |
* | mod_lua: Remove ETAG, Content-Length, and Content-MD5 when a LuaOutputFilter | Eric Covener | 2013-09-02 | 1 | -0/+6 |
* | register LuaOutputFilters with AP_FILTER_PROTO_CHANGE|AP_FILTER_PROTO_CHANGE... | Eric Covener | 2013-09-02 | 1 | -2/+6 |
* | Return a 500 error instead of DECLINED when LuaHook* script does not | Eric Covener | 2013-09-02 | 1 | -0/+5 |
* | trace4 logging of return codes from LuaHook* functions. | Eric Covener | 2013-09-02 | 1 | -0/+2 |
* | Removed comment which should never have been committed. | Guenter Knauf | 2013-09-01 | 1 | -1/+0 |
* | Adding a simple logging hook for mod_lua, which allows users to create their ... | Daniel Gruno | 2013-09-01 | 1 | -0/+23 |
* | remove c++ comment | Eric Covener | 2013-08-31 | 1 | -1/+1 |
* | Fix some compiler warnings. | Guenter Knauf | 2013-07-07 | 1 | -1/+1 |
* | Added new r:touch() function. | Guenter Knauf | 2013-06-21 | 1 | -0/+21 |
* | Return with error if we dont support an algorithm. | Guenter Knauf | 2013-06-07 | 1 | -1/+2 |
* | * truncpw was allocated from a pool and not via malloc | Ruediger Pluem | 2013-06-06 | 1 | -1/+0 |
* | tolerate LuaMapHandler scripts that don't return anything | Eric Covener | 2013-06-06 | 1 | -2/+8 |
* | Follow-up to r1488773 for configure builds. | Guenter Knauf | 2013-06-04 | 1 | -1/+1 |
* | Added new function r.date_parse_rfc() to mod_lua. | Guenter Knauf | 2013-06-04 | 1 | -0/+20 |
* | Fixed crash condition when r.module_info() is called | Guenter Knauf | 2013-06-04 | 1 | -1/+1 |
* | Added new functions r:mkdir(), r:mkrdir(), r:rmdir() to mod_lua. | Guenter Knauf | 2013-06-03 | 1 | -0/+62 |
* | Added new function r:htpassword() to mod_lua. | Guenter Knauf | 2013-06-02 | 5 | -0/+307 |
* | Added optional parameter wanted to r:stat(). | Guenter Knauf | 2013-06-01 | 1 | -24/+35 |
* | cosmetics. | Guenter Knauf | 2013-05-31 | 1 | -0/+2 |
* | Remove unneeded exports from mod_lua - part 2. | Guenter Knauf | 2013-05-31 | 2 | -4/+7 |
* | Remove unneeded exports from mod_lua. | Guenter Knauf | 2013-05-30 | 10 | -24/+24 |
* | Provide proper module extension. | Guenter Knauf | 2013-05-30 | 1 | -2/+17 |
* | Removed non-existent funcions from header. | Guenter Knauf | 2013-05-30 | 1 | -6/+0 |
* | Removed non-existent funcion from header. | Guenter Knauf | 2013-05-30 | 1 | -1/+0 |
* | Use proper type to kill compiler warning. | Guenter Knauf | 2013-05-27 | 1 | -1/+1 |
* | Whoops - one empty line too much. | Guenter Knauf | 2013-05-25 | 1 | -0/+1 |
* | Removed a bunch of empty lines. | Guenter Knauf | 2013-05-25 | 1 | -16/+1 |
* | Changed r.sleep(s) to r.usleep(ms). | Guenter Knauf | 2013-05-25 | 1 | -4/+8 |
* | Removed obsolete define (already exists in mod_lua.h). | Guenter Knauf | 2013-05-22 | 1 | -10/+0 |
* | Removed obsolete header include. | Guenter Knauf | 2013-05-22 | 1 | -1/+0 |
* | Cast uint16 return value to int. | Guenter Knauf | 2013-05-16 | 1 | -1/+6 |
* | Fixed Lua type. | Guenter Knauf | 2013-05-16 | 1 | -1/+1 |
* | Fixed compiler warning; sorted includes. | Guenter Knauf | 2013-05-16 | 1 | -6/+5 |
* | Moved header protection to the top. | Guenter Knauf | 2013-05-16 | 1 | -2/+3 |
* | Typo in comment | Christophe Jaillet | 2013-05-15 | 1 | -2/+2 |
* | Revert part of r1476482 which disabled fractions of seconds with r.sleep(). | Guenter Knauf | 2013-05-10 | 1 | -1/+1 |