| - Fixed an error where mod_pLua would require mod_dbd even though it was not built for dbd support. - Added string.md5() as a function |
|
More...
|
about 14 years ago
|
| Fixed an issue where compiling without mod_dbd support would still require mod_dbd |
|
More...
|
about 14 years ago
|
| Fixed a memory leak when using mod_dbd as database connector |
|
More...
|
about 14 years ago
|
| Added Auth-User to the list of environment variables (to avoid having to parse the Authorization var) Changed mod_dbd implementation so it uses ap_dbd_open instead of ap_dbd_acquire. |
|
More...
|
about 14 years ago
|
| The Per-thread system will now automatically adapt to the max number of threads allowed per process. |
|
More...
|
about 14 years ago
|
| Added a per-thread state pool for testing purposes. This can be enabled by setting pLuaStates to 0. |
|
More...
|
about 14 years ago
|
| Added getCookie() and setCookie() tot he list of functions |
|
More...
|
over 14 years ago
|
| Added readme for GitHub |
|
More...
|
over 14 years ago
|
| Fix a compiler warning |
|
More...
|
over 14 years ago
|
| Fixed some warnings about type mismatch |
|
More...
|
over 14 years ago
|
| Updated some comments |
|
More...
|
over 14 years ago
|
| - Removed some comment lines - Updated ChangeLog.txt |
|
More...
|
over 14 years ago
|
| - Fixed an issue where POST data from XMLHttpRequests were not properly parsed. |
|
More...
|
over 14 years ago
|
| - Removed some unused code segments - Changed the error messages for include() slightly |
|
More...
|
over 14 years ago
|
| Fixed a typo - #end should be #endif :( |
|
More...
|
over 14 years ago
|
| Fixed a formatting error. |
|
More...
|
over 14 years ago
|
| Replace tabs with spaces, gah. |
|
More...
|
over 14 years ago
|
| Some minor adjustments to the new code style |
|
More...
|
over 14 years ago
|
| Changing the code style to better comply with the Apache Developer's Style Guide. |
|
More...
|
over 14 years ago
|
| Binaries built with mod_dbd support will no longer complain that mod_dbd isn't enabled when a connection fails |
|
More...
|
over 14 years ago
|
| this should make apxs -i work again |
|
More...
|
over 14 years ago
|
| set xStart and xEnd to const char* to avoid warnings |
|
More...
|
over 14 years ago
|
| Checking against the wrong filename, oops. |
|
More...
|
over 14 years ago
|
| forgot to set xEnd to a char* |
|
More...
|
over 14 years ago
|
| - Updating ChangeLog.txt - Removed a line that shouldn't be there |
|
More...
|
over 14 years ago
|
| Add support for including raw lua files using the include() function |
|
More...
|
over 14 years ago
|
| Updated ChangeLog.txt and Makefile |
|
More...
|
over 14 years ago
|
| Trying with RSRC_CONF instead. |
|
More...
|
over 14 years ago
|
| Configuration directives should only be allowed in the main config space |
|
More...
|
over 14 years ago
|
| Updated ChangeLog.txt |
|
More...
|
over 14 years ago
|