Forgot to include headers for set/getuid and comment out the code on Windows systems |
|
More...
|
almost 13 years ago
|
bleh, forgot a semicolon |
|
More...
|
almost 13 years ago
|
Forgot to make a prototype for the UID function :( |
|
More...
|
almost 13 years ago
|
Testing whether it's possible to set the UID of a script or not |
|
More...
|
almost 13 years ago
|
Changed the output procedure for end contents to use `[===[ ]===]` like the rest. |
|
More...
|
almost 13 years ago
|
I hope this fixes the mod_dbd segfaults |
|
More...
|
almost 13 years ago
|
Trying to see if pool destruction is the culprit here |
|
More...
|
almost 13 years ago
|
typo fix |
|
More...
|
almost 13 years ago
|
debugging an issue with mod_dbd |
|
More...
|
almost 13 years ago
|
Trying a different fix |
|
More...
|
almost 13 years ago
|
moar fixings for the previous issue |
|
More...
|
almost 13 years ago
|
Trying to fix an issue where `<?lua` tags will make `<?` tags remain unparsed |
|
More...
|
almost 13 years ago
|
Updated ChangeLog.txt to be compatible with Allura |
|
More...
|
almost 13 years ago
|
- Added support for disabling short hand opening tags ( <? ) |
|
More...
|
almost 13 years ago
|
- Removed the forced output flushing at 20KB data, as it doesn't seem to be needed |
|
More...
|
almost 13 years ago
|
Updated Makefile with more instructions on how to compile with mod_dbd support |
|
More...
|
almost 13 years ago
|
- Fixed a bug (presumably) where db:close() could cause a segfault when using a mod_dbd handle |
|
More...
|
almost 13 years ago
|
more debugging with mod_dbd |
|
More...
|
almost 13 years ago
|
Debugging some segfaults from mod_dbd |
|
More...
|
almost 13 years ago
|
- fixed a deliberate typo in dbopen() |
|
More...
|
almost 13 years ago
|
- Build system now supports building against mod_dbd using the WITHDBD variable |
|
More...
|
almost 13 years ago
|
nailed it |
|
More...
|
almost 13 years ago
|
more make tests |
|
More...
|
almost 13 years ago
|
Testing makefile directive for compiling with mod_dbd |
|
More...
|
almost 13 years ago
|
Nevermind that, seems luajit is called libluajit-5.1 from scratch |
|
More...
|
almost 13 years ago
|
Updating Makefile to account for building on both debian and non-debian distros with LuaJIT |
|
More...
|
almost 13 years ago
|
changing revision back to 44 to update the source balls |
|
More...
|
almost 13 years ago
|
version inc for next revision |
|
More...
|
almost 13 years ago
|
Updating Makefile |
|
More...
|
almost 13 years ago
|
removed an unused return code from lua_dbgc() |
|
More...
|
almost 13 years ago
|