summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
time.
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; ↵Pixel
less generic, but appropriate to the messagebox-type system I want.
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 ↵Pixel
ssh+git://pixel@git.grumpycoder.net/pub/repo.git/Baltisot
2009-11-10Adding socketpair support.Pixel
2009-11-09Removing the Lua lock system, and switching to a true Lua C++ inclusion ↵Pixel
philosophie.
2009-11-08Adding the ability to open archives from Lua.Pixel
2009-11-08Typo...Pixel
2009-11-08Adding jit and bit opens to the Lua class.Nicolas "Pixel" Noble
2009-11-08Adding a few tools.Pixel
2009-11-08Removing zlib; it's useless since a long while.Nicolas "Pixel" Noble
2009-11-08Small adjustments preparing for LuaJIT.Nicolas "Pixel" Noble
2009-11-05Adding wrap_open, in order to be able to call third party lua libraries.Pixel
2009-11-03Adding paq.cpp from Jes.Pixel
2009-10-21Fixing one more const.Pixel
2009-10-21Merge branch 'master' of ↵Pixel
ssh+git://pixel@git.grumpycoder.net/pub/repo.git/Baltisot
2009-10-21Adding a few much needed consts.Pixel
2009-10-20Supporting win32's getenv/setenv.Pixel
2009-10-18Fixing some codepath.Nicolas "Pixel" Noble
2009-10-08This lock isn't necessary anymore, and it now produces deadlocks.Pixel
2009-10-08Fixing once and for all that ugly baby of to_charp and extract from String, ↵Pixel
and fixing a couple of minor issues with dblib.lua
2009-10-05Some sanity changes.Pixel
- Making the whole library a little bit more threadsafe. - Truly deprecating the to_charp() call - let's see what will break now, and fix it. - Adding the "sleep" call to Lua, in ms.
2009-09-30Fixing a few bugs, moving Desc from hitten to public, and adding the ↵Pixel
rawselect methods.
2009-09-29First overhaul of the dblib, in order to add oracle support.Pixel
The Oracle support isn't yet complete or functionnal, but the bases are there, and the MySQL layer still works fine.