summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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 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-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 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-16Fixing exception prototype under Linux.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
2008-10-08Fixing ReadJob to work better with partial input buffers.Pixel
2008-10-08Avoiding passing on strings by copy during exceptions.Pixel
2008-10-08Bouncing IOAgain from the >> operator.Pixel
2008-10-08Resetting buffers between reads and writes.Pixel
2008-10-08Adding a consolidating case to the extract method.Pixel
2008-10-07Merge branch 'master' of ssh+git://pixel@git.grumpycoder.net/pub/repo.git/Bal...Pixel
2008-10-07Adding early MailServer system.Pixel