Add check for no message available in Lua stack on panic |
|
More...
|
almost 13 years ago
|
- In the event of a Lua panic, errors will be copied to stderr as well |
|
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 |
|
More...
|
almost 13 years ago
|
updated INSTALL.txt |
|
More...
|
almost 13 years ago
|
Updated ChangeLog.txt |
|
More...
|
almost 13 years ago
|
oops, forgot to set the script to use bash |
|
More...
|
almost 13 years ago
|
- Updated the compiler script to work with LuaJIT, Lua 5.1 and Lua 5.2 |
|
More...
|
almost 13 years ago
|
- The sleep() function will no longer allow scripts to sleep for longer than pLuaTimeout specifies (if set). |
|
More...
|
almost 13 years ago
|
- The thread struct for each Lua state is now referenced at initialization instead of at execution time |
|
More...
|
almost 13 years ago
|
- Updated the rudimentary compiler (since I don't know how to make Makefiles) - Updated INSTALL.txt |
|
More...
|
almost 13 years ago
|
- Added the exit() Lua function for halting a script quietly |
|
More...
|
almost 13 years ago
|
- Added prototypes, structs and defs to mod_plua.h - Moved around some functions for a more intuitive ordering |
|
More...
|
almost 13 years ago
|
- Added mod_plua.h for future prototypes |
|
More...
|
almost 13 years ago
|
- Changed the hooking procedure, so directives will be caught and used before the first pool is created |
|
More...
|
almost 13 years ago
|
- 404 errors now use apache's 404 handler instead. |
|
More...
|
almost 13 years ago
|
Forgot to re-enable the mutex for handling domain pools, oops. |
|
More...
|
almost 13 years ago
|
- Removed unnecessary code, cleaned the rest up a bit. |
|
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 |
|
More...
|
about 13 years ago
|
- The GC call for databases now has its own function for cleaning up, as opposed to using db:close() |
|
More...
|
about 13 years ago
|
- Databases opened with dbopen() should now properly close if GC'ed |
|
More...
|
about 13 years ago
|
tidied up code |
|
More...
|
about 13 years ago
|
- Calling clock() and compileTime() on any platform will now return the correct unix timestamp with microsecond accuracy |
|
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 |
|
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. |
|
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 |
|
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) |
|
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 |
|
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. |
|
More...
|
about 13 years ago
|
Updated the rudimentary compile script |
|
More...
|
about 13 years ago
|
Makefile update |
|
More...
|
about 13 years ago
|