1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- 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
Daniel Gruno
as Humbedooh
More... over 12 years ago
Added readme for GitHub
Daniel Gruno
as Humbedooh
More... over 12 years ago
Fix a compiler warning
Daniel Gruno
as Humbedooh
More... over 12 years ago
Fixed some warnings about type mismatch
Daniel Gruno
as Humbedooh
More... almost 13 years ago
Updated some comments
Daniel Gruno
as Humbedooh
More... almost 13 years ago
- Removed some comment lines - Updated ChangeLog.txt
Daniel Gruno
as Humbedooh
More... almost 13 years ago
- Fixed an issue where POST data from XMLHttpRequests were not properly parsed.
Daniel Gruno
as Humbedooh
More... almost 13 years ago
- Removed some unused code segments - Changed the error messages for include() slightly
Daniel Gruno
as Humbedooh
More... almost 13 years ago
Fixed a typo - #end should be #endif :(
Daniel Gruno
as Humbedooh
More... almost 13 years ago
Fixed a formatting error.
Daniel Gruno
as Humbedooh
More... almost 13 years ago
Replace tabs with spaces, gah.
Daniel Gruno
as Humbedooh
More... almost 13 years ago
Some minor adjustments to the new code style
Daniel Gruno
as Humbedooh
More... almost 13 years ago
Changing the code style to better comply with the Apache Developer's Style Guide.
Daniel Gruno
as Humbedooh
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
Daniel Gruno
as Humbedooh
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
Daniel Gruno
as Humbedooh
More... almost 13 years ago
Checking against the wrong filename, oops.
Daniel Gruno
as Humbedooh
More... almost 13 years ago
forgot to set xEnd to a char*
Daniel Gruno
as Humbedooh
More... almost 13 years ago
- Updating ChangeLog.txt - Removed a line that shouldn't be there
Daniel Gruno
as Humbedooh
More... almost 13 years ago
Add support for including raw lua files using the include() function
Daniel Gruno
as Humbedooh
More... almost 13 years ago
Updated ChangeLog.txt and Makefile
Daniel Gruno
as Humbedooh
More... almost 13 years ago
Trying with RSRC_CONF instead.
Daniel Gruno
as Humbedooh
More... almost 13 years ago
Configuration directives should only be allowed in the main config space
Daniel Gruno
as Humbedooh
More... almost 13 years ago
Updated ChangeLog.txt
Daniel Gruno
as Humbedooh
More... almost 13 years ago