summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-09-21Inlining the tolittle and tobig functions.Nicolas "Pixel" Noble
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-06-01Typo, bis.Pixel
2009-06-01Typo.Pixel
2009-06-01Seems mingw32 wants its typeinfo header badly.Pixel
2009-06-01Mingw32 doesn't like LuaObject::getme without LuaObject defined before.Pixel
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
2009-02-12This file parser was stupid. Fixing by loading the whole file in a dynamic ↵Pixel
buffer.
2009-02-02Merge branch 'master' of ↵Pixel
ssh+git://pixel@git.grumpycoder.net/pub/repo.git/Baltisot
2009-02-02Awful typo.Pixel
2008-12-03Fixing va_list warning.Nicolas Noble
2008-11-28Adding Darwin support:Nicolas Noble
-) iconv is broken on Darwin as well -) ppoll doesn't exist under Darwin
2008-11-05Adding base64 lookup table.Nicolas "Pixel" Noble
2008-10-23Auto-destroying the mail processor objects upon completion.Pixel
2008-10-23Adding more doc.Pixel
2008-10-17Fixing various regex issues with the new matches method.Pixel
2008-10-17Merge branch 'master' of ssh+git://git-g/pub/repo.git/BaltisotPixel
2008-10-17First step of a Lua-API documentation.Pixel
2008-10-17Linux compilation fix.Pixel
2008-10-17Fixing SafeQuery's auto-reconnect.Pixel
2008-10-15Adding matches into the LuaDomain controler, in order to handle submatches ↵Pixel
directly at Domain matches.