summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-09-16Making LuaOCCI using the new OCCI-gateway system.Nicolas "Pixel" Noble
2010-08-16Seems inflateInit2 doesn't really like 0 as windowsBit, unlike what's describ...Nicolas "Pixel" Noble
2010-08-16Forgot to change the prototype.Nicolas "Pixel" Noble
2010-08-16Adding raw inflate support, also should hopefully support gz files using zlib...Nicolas "Pixel" Noble
2010-08-16Remind me... why was this a bad idea again ?Nicolas "Pixel" Noble
2010-07-02Revert "Revert "Working around a few zlib issues.""Nicolas "Pixel" Noble
2010-07-02Revert "Working around a few zlib issues."Nicolas "Pixel" Noble
2010-07-02Reverting the broken SetZ fixes, and trying another one.Nicolas "Pixel" Noble
2010-07-02Typo.Nicolas "Pixel" Noble
2010-07-01Fixing chicken'n'egg issue with the change in 556aa54.Pixel
2010-07-01Adding gzip generation from zlib_deflate.Nicolas "Pixel" Noble
2010-06-30Supposedly fixing issue with raw .gz files.Nicolas "Pixel" Noble
2010-06-21Fixing a few bugs: zlib_deflate was mischecking its arguments, and HandleLua:...Pixel
2010-06-21Yet another stack mistake in the HandleLua code...Pixel
2010-06-21Fixing stack abuses from HandleLua code...Pixel
2010-06-20Adding levels and ability to raw-compress in zlib_deflate.Pixel
2010-06-10Typo...Nicolas "Pixel" Noble
2010-06-10Merge branch 'master' of /pub/repo.git/BaltisotNicolas "Pixel" Noble
2010-06-10Unfortunately... I've reached the point where I *NEED* to know the lua_State ...Nicolas "Pixel" Noble
2010-06-09Merge branch 'master' of /pub/repo.git/BaltisotNicolas "Pixel" Noble
2010-06-09Adding the ability to declare subfunctions.Nicolas "Pixel" Noble
2010-06-09Adding an endl for better visibility of error messages.Nicolas "Pixel" Noble
2010-06-08Fixing bug in Lua::next.Nicolas "Pixel" Noble
2010-03-26Working around a few zlib issues.Nicolas "Pixel" Noble
2010-01-11Adding the clean target and the CPP flags.Nicolas "Pixel" Noble
2010-01-11Adding a Makefile for the contrib binaries.Nicolas "Pixel" Noble
2010-01-11Fixing gcc / linux compilationNicolas "Pixel" Noble
2009-12-29Typo.Nicolas "Pixel" Noble
2009-12-29Wow... what a leak.Nicolas "Pixel" Noble
2009-12-27Merge branch 'master' of /pub/repo.git/BaltisotNicolas "Pixel" Noble
2009-12-27Fixing the non-byteswap.h versions.Nicolas "Pixel" Noble
2009-12-27Fixing various extra variables, and wrongly named functions.Nicolas "Pixel" Noble
2009-12-27Fixing parameters.Nicolas "Pixel" Noble
2009-12-27Adding more reading functions to Lua, including 64 bits.Nicolas "Pixel" Noble
2009-12-27Updating a bit the reading/writing subfunctions.Nicolas "Pixel" Noble
2009-12-21Modifying slightly the format of GetName for inputs, in order to be nice with...Nicolas "Pixel" Noble
2009-12-18Fixing LuaHandle::read for real this time.Nicolas "Pixel" Noble
2009-12-18Fixing LuaHandle::readNicolas "Pixel" Noble
2009-12-18And of course, forgot a few semicolonsNicolas "Pixel" Noble
2009-12-18Getting rid of 'MIN' completely; this too much a pain.Nicolas "Pixel" Noble
2009-12-18Making msvc happyNicolas "Pixel" Noble
2009-12-17Fixing a potential issue with Buffers.Nicolas "Pixel" Noble
2009-12-17Fixing adler32 & crc32, and adding block-reading system for them, instead of ...Nicolas "Pixel" Noble
2009-12-17Adding readfile, adler32 and crc32Nicolas "Pixel" Noble
2009-12-17Forgot one element in the stack.Nicolas "Pixel" Noble
2009-12-17ACTUALLY fixing all the calls...Nicolas "Pixel" Noble
2009-12-17Fixing all the calls...Nicolas "Pixel" Noble
2009-12-17Finally adding the HandleLua object, plus a few minor tweaks to the Lua VM.Nicolas "Pixel" Noble
2009-12-07Upgrading to LuaJIT 2.0.0-beta2 - changing the callwrap support.Nicolas "Pixel" Noble
2009-12-01Whoops... was removing a biiiit too much off the stack.Nicolas "Pixel" Noble