]> granicus.if.org Git - apache/history - modules/lua
WebSocket support requires Winsock2
[apache] / modules / lua /
2013-10-04 Gregg Lewis SmithWebSocket support requires Winsock2
2013-09-28 Daniel GrunoAxe the README a bit, add fuankg as contributor. This...
2013-09-27 Eric Covenerr1526906 followup:
2013-09-27 Daniel Grunomod_lua: Use a (new) global pool/mutex setup for IVM...
2013-09-18 Daniel Grunomod_lua: ap_ntoh64 endianess test
2013-09-15 Daniel Grunomod_lua: Figure out a way to read from SSL connections...
2013-09-14 Guenter KnaufUse APR type; rename var.
2013-09-14 Guenter KnaufFixed mod_lua NetWare build.
2013-09-14 Guenter KnaufFixed ap_ntoh64 argument.
2013-09-11 Daniel Grunomod_lua: Add rudimentary WebSocket support. This is...
2013-09-05 Daniel Grunomod_lua: init cookie as NULL.
2013-09-05 Daniel Grunoremove an unneeded variable I just added, oops.
2013-09-05 Daniel Grunomod_lua: Use ap_cookie_read for reading cookie values...
2013-09-04 Daniel GrunoAdd r:setcookie(key, val, secure, expires) and r:getcoo...
2013-09-02 Eric Covenermod_lua: If the first yield() of a LuaOutputFilter...
2013-09-02 Eric Covenermod_lua: Remove ETAG, Content-Length, and Content-MD5...
2013-09-02 Eric Covenerregister LuaOutputFilters with AP_FILTER_PROTO_CHANGE...
2013-09-02 Eric CovenerReturn a 500 error instead of DECLINED when LuaHook...
2013-09-02 Eric Covenertrace4 logging of return codes from LuaHook* functions.
2013-09-01 Guenter KnaufRemoved comment which should never have been committed.
2013-09-01 Daniel GrunoAdding a simple logging hook for mod_lua, which allows...
2013-08-31 Eric Covenerremove c++ comment
2013-07-07 Guenter KnaufFix some compiler warnings.
2013-06-21 Guenter KnaufAdded new r:touch() function.
2013-06-07 Guenter KnaufReturn with error if we dont support an algorithm.
2013-06-06 Ruediger Pluem* truncpw was allocated from a pool and not via malloc
2013-06-06 Eric Covenertolerate LuaMapHandler scripts that don't return anything
2013-06-04 Guenter KnaufFollow-up to r1488773 for configure builds.
2013-06-04 Guenter KnaufAdded new function r.date_parse_rfc() to mod_lua.
2013-06-03 Guenter KnaufFixed crash condition when r.module_info() is called
2013-06-03 Guenter KnaufAdded new functions r:mkdir(), r:mkrdir(), r:rmdir...
2013-06-02 Guenter KnaufAdded new function r:htpassword() to mod_lua.
2013-06-01 Guenter KnaufAdded optional parameter wanted to r:stat().
2013-05-31 Guenter Knaufcosmetics.
2013-05-31 Guenter KnaufRemove unneeded exports from mod_lua - part 2.
2013-05-30 Guenter KnaufRemove unneeded exports from mod_lua.
2013-05-30 Guenter KnaufProvide proper module extension.
2013-05-30 Guenter KnaufRemoved non-existent funcions from header.
2013-05-30 Guenter KnaufRemoved non-existent funcion from header.
2013-05-27 Guenter KnaufUse proper type to kill compiler warning.
2013-05-25 Guenter KnaufWhoops - one empty line too much.
2013-05-25 Guenter KnaufRemoved a bunch of empty lines.
2013-05-25 Guenter KnaufChanged r.sleep(s) to r.usleep(ms).
2013-05-22 Guenter KnaufRemoved obsolete define (already exists in mod_lua.h).
2013-05-22 Guenter KnaufRemoved obsolete header include.
2013-05-16 Guenter KnaufCast uint16 return value to int.
2013-05-16 Guenter KnaufFixed Lua type.
2013-05-16 Guenter KnaufFixed compiler warning; sorted includes.
2013-05-16 Guenter KnaufMoved header protection to the top.
2013-05-15 Christophe JailletTypo in comment
2013-05-10 Guenter KnaufRevert part of r1476482 which disabled fractions of...
2013-05-06 Rainer Junglua header update part 1: EDOESNOTBUILD.
2013-04-28 Guenter KnaufFixed the base64 functions.
2013-04-27 Guenter KnaufAdded function to get all entries of a directory.
2013-04-27 Guenter KnaufReduce compiler warnings.
2013-04-20 Guenter KnaufFixed r.started value to return seconds.
2013-04-20 Daniel GrunoUse a mutex to control read/write for IVM values, so...
2013-04-20 Daniel Grunouse ap_varbuf instead of allocating new strings each...
2013-04-20 Daniel Grunor.started already exists as a built in variable, so...
2013-04-19 Daniel Grunoexists_config_define should return a boolean, not a...
2013-04-19 Daniel Grunoremove redundant code
2013-04-19 Daniel GrunoRemove lua_ap_banner, as it's no longer being used.
2013-04-14 Guenter KnaufOnly ask for the stat info we really use.
2013-04-14 Guenter KnaufReturn early with an error instead of returning an...
2013-04-14 Guenter KnaufWhoops, one AP_MAX_REG_MATCH not caught.
2013-04-14 Guenter KnaufDecouple mod_lua max regex matches from AP_MAX_REG_MATCH.
2013-04-13 Daniel Grunosilly me
2013-04-13 Daniel Grunofix some bugs reported by fuankg on Windows release...
2013-04-13 Daniel Grunofix up r.banner and r.port so they work like variables...
2013-04-13 Daniel Grunofix docs on regex matching, change the actual ordering...
2013-04-12 Guenter KnaufMOdified r:stat() to return finer time granularity.
2013-04-12 Guenter KnaufFixed typo; followup to r1467188.
2013-04-12 Guenter KnaufAdded optional parameter flags to lua_ap_regex().
2013-04-12 Guenter KnaufIncreased stacksize for mod_lua on NetWare.
2013-04-11 Guenter KnaufFixed Lua r:stat() time values.
2013-02-13 Daniel Grunor:regex was not returning the last captured group,...
2013-01-27 Daniel Grunoapr dbd and mod dbd have been mixed up in the handle...
2013-01-16 Daniel GrunoIf r:regex does not match, only return 'false', don...
2013-01-16 Daniel GrunoUsing the traditional way of declaring Lua functions...
2013-01-14 Daniel GrunoThe pool and db object to be used should be created...
2013-01-14 Daniel Grunorevert r1432881 - t'wasn't a bug after all.
2013-01-14 Daniel Grunomod_lua/dbd: Only 2 arguments are passed, so let's...
2013-01-12 Daniel GrunoShamelessly add some people to the contributors list...
2013-01-12 Daniel GrunoThis stuff is now in trunk.
2013-01-12 Daniel GrunoDebian doesn't like pushing statically defined function...
2013-01-11 Daniel GrunoSince functions are now pushed solely in lua_dbd.c...
2013-01-10 Gregg Lewis Smithinform compiler where mod_dbd.h is located
2013-01-10 Guenter KnaufAdded include path for mod_dbd.h.
2013-01-10 Daniel GrunoCodeWarrior workaround for lua_dbd
2013-01-08 Daniel GrunoFix typo in comment, as per bugzilla #54388
2013-01-08 Daniel GrunoAdd database features for mod_lua (apr_dbd + mod_dbd).
2013-01-04 Stefan Fritschfix typo: || not |
2012-12-23 Daniel GrunoStyle tweaks, remove add_version_component and fix...
2012-12-22 Daniel GrunoStyle tweaks, no functional change.
2012-12-21 Daniel Gruno- return NULL if apr_reslist_acquire fails, so we don...
2012-12-21 Daniel GrunoRemove reference to top secret project! You did not...
2012-12-20 Daniel Grunomod_lua: Fix multipart post parsing, so it doesn't...
2012-12-16 Stefan Fritschuse ap_bin2hex() to simplify md5/sha1 code
2012-12-16 Stefan Fritschremove unused variable
2012-12-16 Daniel Grunomod_lua: Fix unitialized variable in lua_ap_send_interi...
next