Age | Commit message (Expand) | Author |
2010-01-11 | Adding a Makefile for the contrib binaries. | Nicolas "Pixel" Noble |
2010-01-11 | Fixing gcc / linux compilation | 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-21 | Modifying slightly the format of GetName for inputs, in order to be nice with... | 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-12-01 | Adapting paq.cc to nowadays's standards. | Nicolas "Pixel" Noble |
2009-11-24 | Forgot basic LockSmith.cc file. | Pixel |
2009-11-23 | Update. | Pixel |
2009-11-13 | BigClean: adding a round of thread netsafes. | Pixel |
2009-11-13 | Typos. | Pixel |
2009-11-13 | Typo. | Pixel |
2009-11-13 | Speeding up a little bit the Lua class. | Pixel |
2009-11-13 | BigClean: Action should now be threadsafe. | Pixel |
2009-11-13 | BigClean: Input & Archive are a little bit more threadsafe now. | Pixel |
2009-11-12 | BigClean; Task pass - getting it more threadsafe | Pixel |
2009-11-12 | Few typos fixes. | Pixel |
2009-11-12 | Refining a little bit more the code, and stealing another queue algorithm; le... | Pixel |
2009-11-12 | Adding atomic queues. | Pixel |
2009-11-11 | Forgot cmpxchg. | Pixel |
2009-11-11 | Adding atomic operations. | Pixel |
2009-11-11 | Cleaning out crap. | Pixel |
2009-11-11 | Typo... | Pixel |
2009-11-11 | Forgot a few extern Cs | Pixel |
2009-11-10 | Fixing the new SocketPair functionnality... | Pixel |
2009-11-10 | Avoiding double closes, just in case. | Pixel |
2009-11-10 | Merge branch 'master' of ssh+git://pixel@git.grumpycoder.net/pub/repo.git/Bal... | Pixel |
2009-11-10 | Adding socketpair support. | Pixel |
2009-11-09 | Removing the Lua lock system, and switching to a true Lua C++ inclusion philo... | Pixel |