]> granicus.if.org Git - apache/history - modules/lua/lua_request.c
Introduce a per connection "peer_ip" and a per request "client_ip" to
[apache] / modules / lua / lua_request.c
2011-11-25 Graham LeggettIntroduce a per connection "peer_ip" and a per request...
2011-11-10 Joe Orton* modules/lua/mod_lua.c (ap_lua_ssl_is_https): New...
2011-11-10 Eric Covenerexpose r:trace1-8
2011-11-08 Eric Covenermod_lua: Expose SSL variables via r:ssl_var_lookup()
2011-11-08 Eric Covenercorrect return val, the char* is pushed on the lua...
2011-11-05 Eric Covenerprovide ap_escape_html as r:escape_html()
2011-10-30 Eric Covenermake r.handler and r.proxyreq readable too
2011-10-30 Eric Coveneradd constants for PROXYREQ_* to the apache2 global...
2011-10-30 Eric Coveneralphabetize writable lua properties and use strcmp...
2011-10-29 Eric Covenermake r.args read/write for rewrite refugees.
2011-10-22 Eric Covenerexpose ap_construct_url to lua scripts
2011-10-08 Stefan FritschFix format string bugs in mod_lua. Found by gcc and...
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2010-07-23 Brian McCallisterexpose subprocess_env on lua request object
2010-07-18 Guenter KnaufAdded casts to make strict compilers happy.
2010-06-10 William A. Rowe JrMop up more than a dozen const'ness faults
2010-06-10 William A. Rowe JrDrop ap_body_to_table due to missing constraints; a...
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2010-06-06 Stefan FritschFix some modules to make them compile with per-module...
2009-11-05 Brian McCallisterexpose r->notes to lua
2009-11-04 Joe Orton* modules/lua/: s/apr_strnatcmp/strcmp/ - strnat*cmp...
2009-11-04 Brian McCallisterallow setting of r->user from lua
2009-11-04 Brian McCallistermap r->err_headers_out into lua
2009-08-28 William A. Rowe Jrpush_connection, push_server also targetted for export...
2009-03-25 William A. Rowe Jrfix symbol space and exports
2009-03-01 Brian McCallisterremove leftover debug statement
2009-03-01 Brian McCallisterchange syntax for getting document root in mod_lua...
2009-03-01 Brian McCallisterchange r.content_type = "something" to use ap_set_conte...
2009-01-24 Brian McCallisterchanges headers_in and headers_out handling in mod_lua...
2008-12-24 Paul QuernaAdd in the ability to fetch from headers_in.
2008-12-21 Paul QuernaFix more ISO C90 forbids mixed declarations and code...
2008-12-21 Paul QuernaRename rstack_dump to apl_rstack_dump.
2008-12-21 Paul QuernaAttempt to make mod_lua compile under a strict c89...
2008-12-21 Paul QuernaReformat mod_lua according to the HTTP Server Project...
2008-12-21 Paul QuernaRename all files in mod_lua to have a lua_ prefix,...