]> granicus.if.org Git - apache/history - docs/manual/mod/mod_lua.xml
fix mysql connection string in example
[apache] / docs / manual / mod / mod_lua.xml
2013-01-15 Daniel Grunofix mysql connection string in example
2013-01-09 Rich BowenFix xml validation
2013-01-08 Daniel GrunoRephrasing a bit of the database docs for mod_lua
2013-01-08 Daniel GrunoAdd database features for mod_lua (apr_dbd + mod_dbd).
2012-12-11 Daniel Grunomod_lua: Add a lot of core httpd/apr functionality...
2012-08-27 Daniel GrunoRearranging a section so validate-xml will stay happy...
2012-08-26 Daniel GrunoAdd new directives, LuaInputFilter/LuaOutputFilter...
2012-08-22 Daniel GrunoUpdates:
2012-08-22 Daniel Grunoelaborate on how r:parsebody() works
2012-08-14 Daniel GrunoAdd some info on the LuaQuickHandler directive, instead...
2012-08-13 Daniel Grunogrammar fix
2012-08-07 Daniel Grunofix some grammar
2012-08-07 Daniel Grunomod_lua: Add r:flush, r:sendfile as well as additional...
2012-08-06 Daniel GrunoLuaAuthzProvider also gets passed the args from the...
2012-08-05 Daniel GrunoFix some typos and wordings
2012-08-05 Daniel GrunoAdd some information about the thread and server values...
2012-08-04 Jeff Trawickfix syntax error
2012-08-03 Daniel GrunoFix up the order of hooks and separate auth and access...
2012-08-02 Daniel GrunoAdd some missing values
2012-08-02 Daniel GrunoAdd some more information about which request phases...
2012-08-02 Daniel Gruno- Add some information about the fields in the request_...
2012-08-01 Daniel GrunoAdd some info about what LuaHookTypeChecker could be...
2012-08-01 Daniel GrunoFix up some contradictory contexts
2012-07-31 Daniel GrunoRemove [max|min max] from the LuaScope syntax, since...
2012-07-31 Daniel Grunofix some xml errors
2012-07-31 Daniel GrunoAdd some examples for LuaHookMapToStorage and LuaAuthzP...
2012-07-30 Daniel GrunoMissing an 'a' in the new warning.
2012-07-30 Daniel Grunob -> strong
2012-07-30 Daniel GrunoAdd a security notice about using mod_lua on shared...
2012-07-29 Daniel Grunouncomment LuaCodeCache directive
2012-07-29 Daniel GrunoLuaQuickHandler had no syntax, which made the reference...
2012-07-29 Daniel GrunoComment out LuaCodeCache, which hasn't been implemented...
2012-07-26 Daniel GrunoLuaScope also has a 'thread' value.
2012-07-24 Daniel GrunoRemove reference to the 'server' value in LuaScope...
2012-07-01 Daniel GrunoFix titles of examples
2012-07-01 Daniel GrunoRe-add r:parsebody() as a valid function
2012-06-20 Daniel GrunoAdd back the parsebody reference in the handler example.
2012-06-16 Stefan FritschAdd new directive LuaAuthzProvider to allow implementing an
2012-06-16 Stefan Fritschmod_lua: Add a few missing request_rec fields. Rename...
2012-06-04 Daniel GrunoComment out unsupported function calls.
2012-05-24 Daniel GrunoAdd newlines to example output
2012-04-28 Daniel Grunotypo fix (/w+ should be \w+)
2012-04-27 Daniel GrunoSome final tweaks to the mod_lua doc
2012-04-26 Daniel GrunoSyntax updates for mod_l*.xml
2012-04-25 Daniel GrunoHighlight Lua source code
2012-01-31 Rainer JungSync docs with 2.4.x.
2011-11-23 Stefan FritschMake it more explicit that mod_lua may change in 2.4.x
2011-11-15 Stefan FritschFix xml
2011-11-13 Eric Coveneradd per-dir config merging to mod_lua so LuaHook* in...
2011-11-10 Rich BowenMake the contextlist agree with the comment in the...
2011-11-08 Rainer JungFix XML validation errors.
2011-11-08 Eric Coveneradd info about new early/late arguments and a note...
2011-10-30 Eric Coveneradd new properties/constants
2011-10-29 Eric Covenerr.args can be written
2011-10-22 Eric Covenerr.subprocess_env is available and writable
2011-10-16 Eric Covenerthe correct property is r.filename as used elsewhere
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-08-05 Eric CovenerTRACEN loglevels are implemented in lua scripts.
2011-08-05 Eric Covenerwent too far -- only other APR_HOOK_MIDDLE directives...
2011-08-05 Eric Covenerexplain some of the mystery quirks of the translate_nam...
2011-08-05 Eric Covenerchange the example to work with just AddHandler/SetHandler,
2011-08-05 Eric Coveneradd some text to the opening few sections of the mod_lu...
2011-03-17 Daniel Earl PoirierAdd a note that mod_lua is still experimental and changing
2011-01-24 Stefan Fritschadjust spelling
2010-05-06 Daniel Earl PoirierTypo.
2010-05-02 Daniel Earl PoirierAdd an example auth_check hook. Unfortunately without...
2010-05-02 Daniel Earl PoirierSome more updates to the mod_lua doc:
2010-05-01 Daniel Earl PoirierAdd some documentation for the request record, apache2...
2010-04-30 Daniel Earl PoirierChange references from mod_wombat to mod_lua.
2010-04-23 Igor GalićFixing up mod_lua with context and overrides
2010-04-22 Rich BowenMake 'validate-xml' happy.
2010-04-22 Rich BowenOops, missed some.
2010-04-22 Rich BowenAdd more of the descriptions from the code.
2010-04-22 Rich BowenDoesn't flow very well, but here's the info that was...
2010-04-22 Rich BowenAdd basic almost-useful usage information.
2010-04-20 Rich BowenProperty changes to get the LastRevisionModified to...
2010-04-20 Rich BowenInclude the license and the metafile.
2010-04-20 Rich BowenImproved XML.
2010-04-20 Rich BowenRemove stupid typo. Not a great way to start.
2010-04-20 Rich BowenAdding skeleton documentation for mod_lua, and all...