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
Add check for no message available in Lua stack on panic
Daniel Gruno
as Humbedooh
More... almost 13 years ago
- In the event of a Lua panic, errors will be copied to stderr as well
Daniel Gruno
as Humbedooh
More... almost 13 years ago
0.39: - Releasing a Lua state no longer requires a mutex lock - Garbage collection is now done less frequently, to boost performance - Various small performance tweaks - getPWD() now returns "." on failure instead of just 0
Daniel Gruno
as Humbedooh
More... almost 13 years ago
updated INSTALL.txt
Daniel Gruno
as Humbedooh
More... almost 13 years ago
Updated ChangeLog.txt
Daniel Gruno
as Humbedooh
More... almost 13 years ago
oops, forgot to set the script to use bash
Daniel Gruno
as Humbedooh
More... almost 13 years ago
- Updated the compiler script to work with LuaJIT, Lua 5.1 and Lua 5.2
Daniel Gruno
as Humbedooh
More... almost 13 years ago
- The sleep() function will no longer allow scripts to sleep for longer than pLuaTimeout specifies (if set).
Daniel Gruno
as Humbedooh
More... almost 13 years ago
- The thread struct for each Lua state is now referenced at initialization instead of at execution time
Daniel Gruno
as Humbedooh
More... almost 13 years ago
- Updated the rudimentary compiler (since I don't know how to make Makefiles) - Updated INSTALL.txt
Daniel Gruno
as Humbedooh
More... almost 13 years ago
- Added the exit() Lua function for halting a script quietly
Daniel Gruno
as Humbedooh
More... almost 13 years ago
- Added prototypes, structs and defs to mod_plua.h - Moved around some functions for a more intuitive ordering
Daniel Gruno
as Humbedooh
More... almost 13 years ago
- Added mod_plua.h for future prototypes
Daniel Gruno
as Humbedooh
More... almost 13 years ago
- Changed the hooking procedure, so directives will be caught and used before the first pool is created
Daniel Gruno
as Humbedooh
More... almost 13 years ago
- 404 errors now use apache's 404 handler instead.
Daniel Gruno
as Humbedooh
More... almost 13 years ago
Forgot to re-enable the mutex for handling domain pools, oops.
Daniel Gruno
as Humbedooh
More... almost 13 years ago
- Removed unnecessary code, cleaned the rest up a bit.
Daniel Gruno
as Humbedooh
More... about 13 years ago
- Fixed a bug that would crash mod_pLua on Apache 2.4 when a compiler or runtime error was met
Daniel Gruno
as Humbedooh
More... about 13 years ago
- The GC call for databases now has its own function for cleaning up, as opposed to using db:close()
Daniel Gruno
as Humbedooh
More... about 13 years ago
- Databases opened with dbopen() should now properly close if GC'ed
Daniel Gruno
as Humbedooh
More... about 13 years ago
tidied up code
Daniel Gruno
as Humbedooh
More... about 13 years ago
- Calling clock() and compileTime() on any platform will now return the correct unix timestamp with microsecond accuracy
Daniel Gruno
as Humbedooh
More... about 13 years ago
0.34: - Changed the clock() and compileTime() functions on UNIX systems to use apr_time_now() - The time of the initial HTTP request is now available in the getEnv() tables - pLuaMultiDomain is now enabled by default - let's see how it goes - Added pLuaLogLevel directive for setting what gets logged in the error.log file
Daniel Gruno
as Humbedooh
More... about 13 years ago
- Fixed a few realloc issues - Reverted back to pLuaMultiDomain disabled by default. If people want it enable, they can do so.
Daniel Gruno
as Humbedooh
More... about 13 years ago
0.33: - Added the sleep(N) function for primarilly testing purposes - pLuaMultiDomain will now default to 1 (enabled) - let's see how it goes - mod_pLua now uses the file information passed on by Apache to speed things up - include() now uses apr_stat instead of stat
Daniel Gruno
as Humbedooh
More... about 13 years ago
0.32: - (experimental) support for dynamically allocated per-vhost state pools - Added the pLuaMultiDomain directive for enabling multiple state pools - Removed the old hardcoded state pool generators - Added the flush() function for flushing the output buffer immediately (remember to set your content type prior to this!) - Upped the default number of states to 50 again (just because)
Daniel Gruno
as Humbedooh
More... about 13 years ago
0.31: - Added mutex support for Windows packages - Updated the mod_pLua example page (test.plua) - New pLua logo! I hope you like it :) - Added a last-minute resort to bundle up all excess vhosts into one state pool if no free pools are available - Did some rewriting to prepare for a dynamic allocation of new domain pools
Daniel Gruno
as Humbedooh
More... about 13 years ago
0.30: - Changed the html output echo function to use [===[ ]===] enclosures instead, to avoid common nesting errors. - Added the pLuaError directive for setting whether to output errors to the screen or not. - Added the showErrors(true/false) Lua call to set individual script error levels.
Daniel Gruno
as Humbedooh
More... about 13 years ago
Updated the rudimentary compile script
Daniel Gruno
as Humbedooh
More... about 13 years ago
Makefile update
Daniel Gruno
as Humbedooh
More... about 13 years ago