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
infinite loop is bad.
Daniel Gruno
as Humbedooh
More... almost 13 years ago
Forgot to init the delimiter string :(
Daniel Gruno
as Humbedooh
More... almost 13 years ago
forgot to add prototype
Daniel Gruno
as Humbedooh
More... almost 13 years ago
Experimenting with a new string.explode function
Daniel Gruno
as Humbedooh
More... almost 13 years ago
forgot to add a "c" to that sscanf :(
Daniel Gruno
as Humbedooh
More... almost 13 years ago
the pLuaIgnoreLibrary directive now used sscanf to read the value instead, to avoid buffer overflow
Daniel Gruno
as Humbedooh
More... almost 13 years ago
removed the preappended "0x" from the print-outs, as some systems already add those
Daniel Gruno
as Humbedooh
More... almost 13 years ago
- updated ChangeLog.txt - Added addresses to function, table and userdata values on print()
Daniel Gruno
as Humbedooh
More... almost 13 years ago
print() will not properly print boolean values as well as nil, table, function and userdata references
Daniel Gruno
as Humbedooh
More... almost 13 years ago
Fixed a typo updated ChangeLog.txt
Daniel Gruno
as Humbedooh
More... almost 13 years ago
Calling sleep() with a negative number will now resort to sleeping for 1 second
Daniel Gruno
as Humbedooh
More... almost 13 years ago
Updated ChangeLog.txt to reflect the new file.send function.
Daniel Gruno
as Humbedooh
More... almost 13 years ago
File should only be sent if it opens correctly, obviously.
Daniel Gruno
as Humbedooh
More... almost 13 years ago
Added file.send(filename) for sending files using the sendfile system.
Daniel Gruno
as Humbedooh
More... almost 13 years ago
Fixed an error in mod_plua.h where pLua_create_state had the wrong prototype name.
Daniel Gruno
as Humbedooh
More... almost 13 years ago
Updated ChangeLog.txt
Daniel Gruno
as Humbedooh
More... almost 13 years ago
Removed the last remnants of the explode() function
Daniel Gruno
as Humbedooh
More... almost 13 years ago
Code cleanup
Daniel Gruno
as Humbedooh
More... almost 13 years ago
Fixed the issue with Lua 5.2 not loading libraries properly.
Daniel Gruno
as Humbedooh
More... almost 13 years ago
Add a kludge for Lua 5.2 on Windows, since it doesn't seem to like the manual loading of libraries at the moment.
Daniel Gruno
as Humbedooh
More... almost 13 years ago
sleep() now accepts floating point values
Daniel Gruno
as Humbedooh
More... almost 13 years ago
Testing using apr_sleep instead of std sleep
Daniel Gruno
as Humbedooh
More... almost 13 years ago
Assume text/html as content type unless otherwise specified
Daniel Gruno
as Humbedooh
More... almost 13 years ago
Check for string type on arg 2 should only be performed if db driver works
Daniel Gruno
as Humbedooh
More... almost 13 years ago
2nd parameter for dbopen() should only be checked if the driver is working
Daniel Gruno
as Humbedooh
More... almost 13 years ago
- Using mod_dbd in dbopen() no longer requires a second argument
Daniel Gruno
as Humbedooh
More... almost 13 years ago
Updated ChangeLog.txt
Daniel Gruno
as Humbedooh
More... almost 13 years ago
Code cleanup (as usual)
Daniel Gruno
as Humbedooh
More... almost 13 years ago
- The value set by the pLuaRuns directive is now correctly followed instead of pLuaRuns+1 as it was earlier.
Daniel Gruno
as Humbedooh
More... almost 13 years ago
Added some comments to the new pLua_openlibs function
Daniel Gruno
as Humbedooh
More... almost 13 years ago