summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2008-07-23Updating debug strings.pixel
2008-07-23Putting away the debug timeout...pixel
2008-07-23Creating httplib.luapixel
2008-07-22Fixing the timeout condition that could sometime fail for non-watchable handles.pixel
2008-07-22A little bit more cleaning here.pixel
2008-07-22Returning http headers and http status from HttpClient.pixel
2008-07-22Fixing HttpClient in case of less specific URLs.pixel
2008-07-22Fixing win32 SetNonBlockpixel
2008-07-18Harminizing.pixel
2008-07-18Beautifying the code a bit.pixel
2008-07-18Adding the GenTicket function, using the ISAAC random generator.pixel
2008-07-18Adding the ISAAC Random generator.pixel
2008-07-18Adding time() function.pixel
2008-07-16Adding basic cookies support.pixel
2008-07-16Switching from std::cerr to printm.pixel
2008-07-05Removing the useless lock/unlock code from the Lua interface.pixel
2008-07-02Fixing code for the latests mingw32 compilers.pixel
2008-07-02Changing slightly the way children processes are handled - should fix defunc ...pixel
2008-06-02Disregard TM9 in setNumber, and rather try to autodetect number format.pixel
2008-05-20Real string escaping this time...pixel
2008-05-18Adding getNumber and setNumber methods.pixel
2008-05-18Fixing tostring to have a more coherent behavior.pixel
2008-05-14Using default compression level for deflate algorithmpixel
2008-05-14Adding the Delay task to Lua.pixel
2008-05-13Adding basic inflate / deflate support.pixel
2008-05-12Fixing the setBlob method. The one from Statement shouldn't work, but the one...pixel
2008-03-28Forgot a break;pixel
2008-03-18Forgot getRowid for ResultSet.pixel
2008-03-17Partial Blob support; no real streaming.pixel