]> granicus.if.org Git - apache/history - modules/lua/lua_apr.c
fix typo: || not |
[apache] / modules / lua / lua_apr.c
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,...