summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2008-09-23Upgrading to lua 5.1.4pixel
2008-09-22Getting rid of the nasty 'TIME_WAIT' issue when server crashes and restarts.pixel
2008-08-20Avoiding _G infinite recursion while dumping.pixel
2008-08-14Avoid returning non-initialized value on EOF.pixel
2008-08-11Adding the ability to read / write floats and doublespixel
2008-08-06Small change to avoid exceptions to go a level too high...pixel
2008-08-05Small fix for spurious C++ compilers.pixel
2008-08-05Silenting some warnings.pixel
2008-07-27Fix for badly formatted query strings.pixel
2008-07-24Bug fixes...pixel