c4737d2670800fc4f6c7ab1b619590654c7c84b1 1487956 |
|
30-May-2013 |
fuankg |
Remove unneeded exports from mod_lua. |
4f947e3c083ecb8712e69f002f6f203661fe0d16 1351013 |
|
17-Jun-2012 |
sf |
allow tail call optimization in log methods, remove foo method |
185aa71728867671e105178b4c66fbc22b65ae26 1209766 |
|
03-Dec-2011 |
sf |
Add lots of unique tags to error log messages |
b830f030981974ed6224a02cf1ccfa36c516bd67 1200646 |
|
11-Nov-2011 |
brianm |
remove lingering reslist references before killing server scope |
2e82e0b7f60901d68ad80292a12dd983895c0355 1200614 |
|
11-Nov-2011 |
brianm |
remove some debug logging which snuck in |
2e81af32604c9525701ce1ed2bdeee63447831d0 1200475 |
|
10-Nov-2011 |
brianm |
fix issue with incorrect munging of the lua package path -- LuaPackagePath directives were not working |
3261b7df2cb7439d9171ea29cd415fced8dcd2f4 1180332 |
|
08-Oct-2011 |
sf |
Fix format string bugs in mod_lua. Found by gcc and pointed out by Igor Galic. |
4b7cc9203754372b741d8eacae9d745a0ddd1fff 1032084 |
|
06-Nov-2010 |
sf |
add support for trace loglevels in mod_lua |
36ef8f77bffe75d1aa327882be1b5bdbe2ff567a 951895 |
|
06-Jun-2010 |
sf |
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
advantage of per-module loglevels |
9f2628baf370d9cf6197b7ca9358b0fb18bd1ce3 951894 |
|
06-Jun-2010 |
sf |
Fix some modules to make them compile with per-module loglevels. |
4cb393edc90c1904d399c784bd0fc11371fc527f 939980 |
|
01-May-2010 |
poirier |
An uninitialized pointer in ap_lua_mapped_handler_spec was causing
seg faults in lua. |
c6afffe96adf806113561e604e9f8481eab49300 832910 |
|
05-Nov-2009 |
jorton |
* modules/lua/: s/apr_strnatcmp/strcmp/ - strnat*cmp functions are
for natural order string sorting. |
b4a69660c802909ef489e1b605beb2dcc9837909 758428 |
|
25-Mar-2009 |
wrowe |
fix symbol space and exports |
22368ac3329d698360f22bf1adb05825cc5d5773 728544 |
|
21-Dec-2008 |
pquerna |
Fix more ISO C90 forbids mixed declarations and code... |
21776881c58b65ff1c0a787f8412dbc83d0c5100 728539 |
|
21-Dec-2008 |
pquerna |
Attempt to make mod_lua compile under a strict c89 compiler by moving all variable declarations to be before code. |
2d8099733b19806900cb95470c5715df2e5a1f3d 728516 |
|
21-Dec-2008 |
pquerna |
Reformat mod_lua according to the HTTP Server Project C Style Guide:
<http://httpd.apache.org/dev/styleguide.html>
No functional changes. |
5e8c459cb9c7c6c9bc647ae856f4eb613f7224c1 728509 |
|
21-Dec-2008 |
pquerna |
Fixup lua_config.c with prefix rename, and make mod_lua.c so it compiles again. |
e0e7a4768845d518c21ce98d359d2ba8314832ba 728508 |
|
21-Dec-2008 |
pquerna |
Rename all files in mod_lua to have a lua_ prefix, as things like 'config.h' are way to generic and will often conflict with other include files. |