summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
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-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-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.
2009-07-07Adding get/set/unsetenv to Lua.Pixel
2009-06-06Fixing / improving decoding with the new charset.Pixel
2009-06-06Tweaking Base85 with a different charset, and a lookup table.Pixel
2009-06-06Fixing Base85 code.Pixel
2009-06-06Adding Base85 code.Pixel
2009-06-03Adding ucl_overlap, and improving / fix a bit the other ucl features.Pixel
2009-06-02Typo...Pixel
2009-06-02Protecting Buffers against erratic seeks.Pixel
2009-06-01Merge branch 'master' of ↵Pixel
ssh+git://pixel@git.grumpycoder.net/pub/repo.git/Baltisot
2009-06-01Full control over ucl_compress/decompress from Lua.Pixel
2009-06-01Fixing win32 handle leak bug.Pixel
2009-06-01What a horrible bug... you can not deterministically have the output size of ↵Pixel
ucl_decompress...
2009-06-01Better handling of lenghts in the ucl part.Pixel
2009-06-01This couldn't possibly have been merged properly...Pixel
2009-06-01How is linux handling that ? dumpvar is static, we shouldn't be able to call ↵Pixel
this method.
2009-05-28Merge branch 'master' of ↵Pixel
ssh+git://pixel@git.grumpycoder.net/pub/repo.git/Baltisot
2009-05-28Stupid typo...Pixel
2009-05-28Uniformizing the usage of luarecast.Pixel
2009-05-26Merge branch 'master' of ssh+git://git.grumpycoder.net/pub/repo.git/BaltisotPixel
2009-05-26Typo fixing Base64DecodeBinPixel
2009-05-25Typo.Pixel
2009-05-25Adding Base64DecodeBin, and fixing memory leak.Pixel
2009-05-24Moving lua_recast out of LuaOCCI into BLua.hPixel
2009-05-15Making UCL optionnal.Pixel
2009-04-30Adding UCL n2e compression support.Pixel
2009-04-21Adding flatten_xml() function.Pixel
2009-04-17Adding Clob support.Pixel
2009-04-14Adding a hack to have getFieldsInfo for OCCI's ResultSets; partial support ↵Pixel
of the MetaData call that is.
2009-04-14Having the ability to mask off OCCI'S SQLException and return the codes instead.Pixel
2009-02-12Indentation fix...Pixel