summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-05-12Typo.HEADmasterNicolas "Pixel" Noble
2013-05-12Mingw32 doesn't like my ssize_t...Nicolas "Pixel" Noble
2010-11-28Changing the hashmap in LuaTask to a true C++ map.Nicolas "Pixel" Noble
2010-11-27Adding SetFakeName system to help with the built-ins luas loads.Nicolas "Pixel" Noble
2010-09-16Making LuaOCCI using the new OCCI-gateway system.Nicolas "Pixel" Noble
2010-08-16Forgot to change the prototype.Nicolas "Pixel" Noble
2010-07-01Adding gzip generation from zlib_deflate.Nicolas "Pixel" Noble
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-09Adding the ability to declare subfunctions.Nicolas "Pixel" Noble
2010-06-08Fixing bug in Lua::next.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-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-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-10Merge branch 'master' of ssh+git://pixel@git.grumpycoder.net/pub/repo.git/Bal...Pixel
2009-11-10Adding socketpair support.Pixel
2009-11-09Removing the Lua lock system, and switching to a true Lua C++ inclusion philo...Pixel
2009-11-08Adding jit and bit opens to the Lua class.Nicolas "Pixel" Noble
2009-11-05Adding wrap_open, in order to be able to call third party lua libraries.Pixel
2009-10-21Adding a few much needed consts.Pixel
2009-10-05Some sanity changes.Pixel
2009-09-21Inlining the tolittle and tobig functions.Nicolas "Pixel" Noble
2009-06-06Tweaking Base85 with a different charset, and a lookup table.Pixel
2009-06-06Adding Base85 code.Pixel
2009-06-03Adding ucl_overlap, and improving / fix a bit the other ucl features.Pixel
2009-06-01What a horrible bug... you can not deterministically have the output size of ...Pixel
2009-06-01Better handling of lenghts in the ucl part.Pixel
2009-06-01Typo, bis.Pixel
2009-06-01Typo.Pixel
2009-06-01Seems mingw32 wants its typeinfo header badly.Pixel