]> granicus.if.org Git - apache/history - modules/lua/lua_apr.c
* modules/lua/config.m4: Use liblua paths from pkg-config if
[apache] / modules / lua / lua_apr.c
2017-07-14 Jacob Championhttpdunit: merge CVE-2017-9788 regression tests from...
2017-07-12 Jacob ChampionMakefile.in: merge typo fix from test-integration branch
2017-07-04 Rainer JungFix last compat issue with Lua 5.2 and 5.3.
2014-07-20 Christophe JailletAdd missing APLOGNO.
2014-03-28 Daniel GrunoAdd a note on t->r checking, as per RĂ¼diger's email.
2014-03-28 Daniel Grunomod_lua: Since c->notes is the only place where r will...
2014-03-28 Daniel Grunomod_lua: Redesign the table construction/access mechani...
2014-03-27 Daniel Grunomod_lua: Prevent HTTP Response Splitting by not allowin...
2013-05-30 Guenter KnaufRemove unneeded exports from mod_lua.
2013-05-22 Guenter KnaufRemoved obsolete define (already exists in mod_lua.h).
2013-01-16 Daniel GrunoUsing the traditional way of declaring Lua functions...
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-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...
2012-12-15 Daniel Grunomod_lua: If a regex fails, return false plus an error...
2012-12-14 Daniel Grunomod_lua: Fix Windows compatibility issues and remove...
2012-12-14 Daniel Grunomod_lua: Oops, there was a stray 'int i' in the middle...
2012-12-14 Daniel Grunomod_lua: Fix signedness/other small bugs as per cjaille...
2012-12-11 Daniel Grunomod_lua: Add a lot of core httpd/apr functionality...
2012-02-01 Rainer JungluaL_reg was already deprecated in Lua 5.1.4.
2011-09-23 Stefan FritschMore cleanup: Expand tabs and some more indentation...
2009-08-28 William A. Rowe JrNot static; trusting this targetted for export?
2009-06-15 Brian McCallisterchange use of luaL_openlib to luaL_register via path...
2009-06-15 Brian McCallisterchange use of luaL_openlib to luaL_register via path...
2009-03-25 William A. Rowe Jrfix symbol space and exports
2009-01-24 Brian McCallisterchanges headers_in and headers_out handling in mod_lua...
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 QuernaInclude standard ASF license block.
2008-12-21 Paul QuernaRename all files in mod_lua to have a lua_ prefix,...