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