summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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 ssh+git://pixel@git.grumpycoder.net/pub/repo.git/Bal...Pixel
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
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
2009-05-28Merge branch 'master' of ssh+git://pixel@git.grumpycoder.net/pub/repo.git/Bal...Pixel
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 of...Pixel
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 bu...Pixel
2009-02-02Merge branch 'master' of ssh+git://pixel@git.grumpycoder.net/pub/repo.git/Bal...Pixel
2009-02-02Awful typo.Pixel
2008-12-03Fixing va_list warning.Nicolas Noble
2008-11-28Adding Darwin support:Nicolas Noble
2008-11-05Adding base64 lookup table.Nicolas "Pixel" Noble
2008-10-23Auto-destroying the mail processor objects upon completion.Pixel
2008-10-17Fixing various regex issues with the new matches method.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 di...Pixel
2008-10-15Adding the reset method to Lua Buffers, and fixing a couple of typos.Pixel
2008-10-15Fixing an awful lot of typos / mistakes.Pixel
2008-10-16Adding submatches system.Pixel
2008-10-09Having Lua interfering with the MailHandler now, and switching the MailProces...Pixel
2008-10-09Finishing creating the first version of LuaSmtp and the associate MailServer ...Pixel
2008-10-08Adding the MailHandler system for SMTP server.Pixel
2008-10-08Fixing a bit the reset command.Pixel
2008-10-08Be nicer with windows telnet by changing the LuaPrinter behavior: now puts ha...Pixel
2008-10-08Obviously, the buffer has to be emptied AFTER we check it...Pixel
2008-10-08Typo - forgot a CR.Pixel
2008-10-08Obviously, buffers need to be emptied at each loop...Pixel