Age | Commit message (Expand) | Author |
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-11-24 | Forgot basic LockSmith.cc file. | Pixel |
2009-11-13 | BigClean: adding a round of thread netsafes. | 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-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 |
2009-11-08 | Adding the ability to open archives from Lua. | Pixel |
2009-11-08 | Typo... | Pixel |
2009-11-08 | Adding jit and bit opens to the Lua class. | Nicolas "Pixel" Noble |
2009-11-08 | Removing zlib; it's useless since a long while. | Nicolas "Pixel" Noble |
2009-11-08 | Small adjustments preparing for LuaJIT. | Nicolas "Pixel" Noble |
2009-11-05 | Adding wrap_open, in order to be able to call third party lua libraries. | Pixel |
2009-10-21 | Merge branch 'master' of ssh+git://pixel@git.grumpycoder.net/pub/repo.git/Bal... | Pixel |
2009-10-21 | Adding a few much needed consts. | Pixel |
2009-10-20 | Supporting win32's getenv/setenv. | Pixel |
2009-10-18 | Fixing some codepath. | Nicolas "Pixel" Noble |
2009-10-08 | This lock isn't necessary anymore, and it now produces deadlocks. | Pixel |
2009-10-08 | Fixing once and for all that ugly baby of to_charp and extract from String, a... | Pixel |
2009-10-05 | Some sanity changes. | Pixel |
2009-09-30 | Fixing a few bugs, moving Desc from hitten to public, and adding the rawselec... | Pixel |
2009-09-29 | First overhaul of the dblib, in order to add oracle support. | Pixel |
2009-07-07 | Adding get/set/unsetenv to Lua. | Pixel |
2009-06-06 | Fixing / improving decoding with the new charset. | Pixel |
2009-06-06 | Tweaking Base85 with a different charset, and a lookup table. | Pixel |
2009-06-06 | Fixing Base85 code. | Pixel |
2009-06-06 | Adding Base85 code. | Pixel |
2009-06-03 | Adding ucl_overlap, and improving / fix a bit the other ucl features. | Pixel |
2009-06-02 | Typo... | Pixel |
2009-06-02 | Protecting Buffers against erratic seeks. | Pixel |
2009-06-01 | Merge branch 'master' of ssh+git://pixel@git.grumpycoder.net/pub/repo.git/Bal... | Pixel |
2009-06-01 | Full control over ucl_compress/decompress from Lua. | Pixel |