summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2008-10-07Typo.Pixel
2008-10-07Fixing a few warnings.Pixel
2008-10-06Changing the way LoadLuaLib is generated, in order to be more compatible with...Pixel
2008-10-06Consolidation.Pixel
2008-10-07Various bugfixes around the bush.Pixel
2008-10-06Adding options field to selects.Pixel
2008-10-06Consolidating foreign key system by enhancing restrictions with tablenames.Pixel
2008-10-06Adding some early foreign key system.Pixel
2008-10-06Adding protected equivalents of functionsPixel
2008-10-06Adding 'timestamp' type.Pixel
2008-10-06Adding 'text' type.Pixel
2008-10-06Changing slightly the primary key syntax, allowing multiple columns.Pixel
2008-10-04Adding number of operations done during opentablePixel
2008-10-03One last example with nextrowPixel
2008-10-03More solid example, and a couple more functionsPixel
2008-10-03Moving 'SafeQuery' to the private part.Pixel
2008-10-03Adding more examples, and fixing a few bugs.Pixel
2008-10-03Returning nil on 'FetchRow' if we don't have any more row to return.Pixel
2008-10-03Returning nil on 'FetchRow' if we don't have any more row to return.Pixel
2008-10-03Fixing update's fields check.Pixel
2008-10-03Fixing select's fields check.Pixel
2008-10-03Forgot the select and update methods.Pixel
2008-10-03Fixing multiple fields SQL syntax.Pixel
2008-10-03Adding 'default' field to ddl.Pixel
2008-10-03Moving _luadb to private.Pixel
2008-10-03Adding dblib.luaPixel
2008-10-03Adding the dtable function.Pixel
2008-09-29Quick-fix for MySQL NULL values.Pixel
2008-09-29Bumping Copyright date.Pixel
2008-09-29Getting rid of these nasty expanded keywords.Pixel
2008-09-26Adding the ability to hash data from handles.Pixel
2008-09-26Increasing buffersize of the HashFunction, and removing the lock.Pixel
2008-09-26Fixing MSVC whinnings.Pixel
2008-09-23Compiler bitching fix.pixel