summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2009-12-01Protecting the pushes in order to make sure we have enough stack space every ...Nicolas "Pixel" Noble
2009-12-01Trying to better cleanup the stack after the various opens.Nicolas "Pixel" Noble
2009-12-01Adapting paq.cc to nowadays's standards.Nicolas "Pixel" Noble
2009-11-24Forgot basic LockSmith.cc file.Pixel
2009-11-23Update.Pixel
2009-11-13BigClean: adding a round of thread netsafes.Pixel
2009-11-13Typos.Pixel
2009-11-13Typo.Pixel
2009-11-13Speeding up a little bit the Lua class.Pixel
2009-11-13BigClean: Action should now be threadsafe.Pixel
2009-11-13BigClean: Input & Archive are a little bit more threadsafe now.Pixel
2009-11-12BigClean; Task pass - getting it more threadsafePixel
2009-11-12Few typos fixes.Pixel
2009-11-12Refining a little bit more the code, and stealing another queue algorithm; le...Pixel
2009-11-12Adding atomic queues.Pixel
2009-11-11Forgot cmpxchg.Pixel
2009-11-11Adding atomic operations.Pixel
2009-11-11Cleaning out crap.Pixel
2009-11-11Typo...Pixel
2009-11-11Forgot a few extern CsPixel
2009-11-10Fixing the new SocketPair functionnality...Pixel
2009-11-10Avoiding double closes, just in case.Pixel
2009-11-10Merge branch 'master' of ssh+git://pixel@git.grumpycoder.net/pub/repo.git/Bal...Pixel
2009-11-10Adding socketpair support.Pixel