Age | Commit message (Expand) | Author |
2010-11-27 | Fixing missing _luadb prefix in dblib.lua | Nicolas "Pixel" Noble |
2010-11-27 | Final syntax error in dblib.lua | Nicolas "Pixel" Noble |
2010-11-27 | else if != elseif | Nicolas "Pixel" Noble |
2010-11-27 | Fixing another syntax error in dblib.lua | Nicolas "Pixel" Noble |
2010-11-27 | Damn capitalization difference... I should make this right one day, but I'm w... | Nicolas "Pixel" Noble |
2010-11-27 | Adding SetFakeName system to help with the built-ins luas loads. | Nicolas "Pixel" Noble |
2010-11-27 | Fixing syntax error on the read_only system in dblib. | Nicolas "Pixel" Noble |
2010-10-25 | Adding 'read_only' on the opentable statement, and trying to be slightly smar... | Pixel |
2010-09-16 | Making LuaOCCI using the new OCCI-gateway system. | Nicolas "Pixel" Noble |
2010-08-16 | Seems inflateInit2 doesn't really like 0 as windowsBit, unlike what's describ... | Nicolas "Pixel" Noble |
2010-08-16 | Adding raw inflate support, also should hopefully support gz files using zlib... | Nicolas "Pixel" Noble |
2010-08-16 | Remind me... why was this a bad idea again ? | Nicolas "Pixel" Noble |
2010-07-02 | Revert "Revert "Working around a few zlib issues."" | Nicolas "Pixel" Noble |
2010-07-02 | Revert "Working around a few zlib issues." | Nicolas "Pixel" Noble |
2010-07-02 | Reverting the broken SetZ fixes, and trying another one. | Nicolas "Pixel" Noble |
2010-07-02 | Typo. | Nicolas "Pixel" Noble |
2010-07-01 | Fixing chicken'n'egg issue with the change in 556aa54. | Pixel |
2010-07-01 | Adding gzip generation from zlib_deflate. | Nicolas "Pixel" Noble |
2010-06-30 | Supposedly fixing issue with raw .gz files. | Nicolas "Pixel" Noble |
2010-06-21 | Fixing a few bugs: zlib_deflate was mischecking its arguments, and HandleLua:... | Pixel |
2010-06-21 | Yet another stack mistake in the HandleLua code... | Pixel |
2010-06-21 | Fixing stack abuses from HandleLua code... | Pixel |
2010-06-20 | Adding levels and ability to raw-compress in zlib_deflate. | Pixel |
2010-03-26 | Working around a few zlib issues. | Nicolas "Pixel" Noble |
2009-12-29 | Typo. | Nicolas "Pixel" Noble |
2009-12-29 | Wow... what a leak. | Nicolas "Pixel" Noble |
2009-12-27 | Merge branch 'master' of /pub/repo.git/Baltisot | Nicolas "Pixel" Noble |
2009-12-27 | Fixing the non-byteswap.h versions. | Nicolas "Pixel" Noble |
2009-12-27 | Fixing various extra variables, and wrongly named functions. | Nicolas "Pixel" Noble |
2009-12-27 | Fixing parameters. | Nicolas "Pixel" Noble |
2009-12-27 | Adding more reading functions to Lua, including 64 bits. | Nicolas "Pixel" Noble |
2009-12-27 | Updating a bit the reading/writing subfunctions. | Nicolas "Pixel" Noble |
2009-12-18 | Fixing LuaHandle::read for real this time. | Nicolas "Pixel" Noble |
2009-12-18 | Fixing LuaHandle::read | Nicolas "Pixel" Noble |
2009-12-18 | And of course, forgot a few semicolons | Nicolas "Pixel" Noble |
2009-12-18 | Getting rid of 'MIN' completely; this too much a pain. | Nicolas "Pixel" Noble |
2009-12-18 | Making msvc happy | Nicolas "Pixel" Noble |
2009-12-17 | Fixing a potential issue with Buffers. | Nicolas "Pixel" Noble |
2009-12-17 | Fixing adler32 & crc32, and adding block-reading system for them, instead of ... | Nicolas "Pixel" Noble |
2009-12-17 | Adding readfile, adler32 and crc32 | Nicolas "Pixel" Noble |
2009-12-17 | Forgot one element in the stack. | Nicolas "Pixel" Noble |
2009-12-17 | ACTUALLY fixing all the calls... | Nicolas "Pixel" Noble |
2009-12-17 | Fixing all the calls... | Nicolas "Pixel" Noble |
2009-12-17 | Finally adding the HandleLua object, plus a few minor tweaks to the Lua VM. | Nicolas "Pixel" Noble |
2009-12-07 | Upgrading to LuaJIT 2.0.0-beta2 - changing the callwrap support. | Nicolas "Pixel" Noble |
2009-12-01 | Whoops... was removing a biiiit too much off the stack. | Nicolas "Pixel" Noble |
2009-12-01 | Protecting the pushes in order to make sure we have enough stack space every ... | Nicolas "Pixel" Noble |
2009-12-01 | Trying to better cleanup the stack after the various opens. | Nicolas "Pixel" Noble |
2009-11-24 | Forgot basic LockSmith.cc file. | Pixel |
2009-11-13 | BigClean: adding a round of thread netsafes. | Pixel |