Age | Commit message (Expand) | Author |
2008-10-06 | Adding some early foreign key system. | Pixel |
2008-10-06 | Adding protected equivalents of functions | Pixel |
2008-10-06 | Adding 'timestamp' type. | Pixel |
2008-10-06 | Adding 'text' type. | Pixel |
2008-10-06 | Changing slightly the primary key syntax, allowing multiple columns. | Pixel |
2008-10-04 | Adding number of operations done during opentable | Pixel |
2008-10-03 | One last example with nextrow | Pixel |
2008-10-03 | More solid example, and a couple more functions | Pixel |
2008-10-03 | Moving 'SafeQuery' to the private part. | Pixel |
2008-10-03 | Adding more examples, and fixing a few bugs. | Pixel |
2008-10-03 | Returning nil on 'FetchRow' if we don't have any more row to return. | Pixel |
2008-10-03 | Returning nil on 'FetchRow' if we don't have any more row to return. | Pixel |
2008-10-03 | Fixing update's fields check. | Pixel |
2008-10-03 | Fixing select's fields check. | Pixel |
2008-10-03 | Forgot the select and update methods. | Pixel |
2008-10-03 | Fixing multiple fields SQL syntax. | Pixel |
2008-10-03 | Adding 'default' field to ddl. | Pixel |
2008-10-03 | Moving _luadb to private. | Pixel |
2008-10-03 | Adding dblib.lua | Pixel |
2008-10-03 | Adding the dtable function. | Pixel |
2008-09-29 | Quick-fix for MySQL NULL values. | Pixel |
2008-09-29 | Bumping Copyright date. | Pixel |
2008-09-29 | Getting rid of these nasty expanded keywords. | Pixel |
2008-09-26 | Adding the ability to hash data from handles. | Pixel |
2008-09-26 | Increasing buffersize of the HashFunction, and removing the lock. | Pixel |
2008-09-26 | Fixing MSVC whinnings. | Pixel |
2008-09-23 | Compiler bitching fix. | pixel |
2008-09-23 | Upgrading to lua 5.1.4 | pixel |
2008-09-22 | Getting rid of the nasty 'TIME_WAIT' issue when server crashes and restarts. | pixel |
2008-08-20 | Avoiding _G infinite recursion while dumping. | pixel |
2008-08-14 | Avoid returning non-initialized value on EOF. | pixel |
2008-08-11 | Adding the ability to read / write floats and doubles | pixel |
2008-08-06 | Small change to avoid exceptions to go a level too high... | pixel |
2008-08-05 | Small fix for spurious C++ compilers. | pixel |
2008-08-05 | Silenting some warnings. | pixel |
2008-07-27 | Fix for badly formatted query strings. | pixel |
2008-07-24 | Bug fixes... | pixel |
2008-07-23 | Updating debug strings. | pixel |
2008-07-23 | Putting away the debug timeout... | pixel |
2008-07-23 | Creating httplib.lua | pixel |
2008-07-22 | Fixing the timeout condition that could sometime fail for non-watchable handles. | pixel |
2008-07-22 | A little bit more cleaning here. | pixel |
2008-07-22 | Returning http headers and http status from HttpClient. | pixel |
2008-07-22 | Fixing HttpClient in case of less specific URLs. | pixel |
2008-07-22 | Fixing win32 SetNonBlock | pixel |
2008-07-18 | Harminizing. | pixel |
2008-07-18 | Beautifying the code a bit. | pixel |
2008-07-18 | Adding the GenTicket function, using the ISAAC random generator. | pixel |
2008-07-18 | Adding the ISAAC Random generator. | pixel |
2008-07-18 | Adding time() function. | pixel |