summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2008-09-29Bumping Copyright date.Pixel
2008-09-29Getting rid of these nasty expanded keywords.Pixel
2008-08-11Adding the ability to read / write floats and doublespixel
2008-07-18Adding the ISAAC Random generator.pixel
2008-07-16Adding basic cookies support.pixel
2008-07-02Fixing code for the latests mingw32 compilers.pixel
2008-05-13Adding basic inflate / deflate support.pixel
2008-03-17Adding first version of the Lua <--> OCCI bindings.pixel
2008-02-18Providing the 'Yield' method for tasks.pixel
2008-01-28Adding a shortcut for domains to directly specify a filename to copy.pixel
2008-01-25Trying better string handling method - allowing embedded zeroes.pixel
2008-01-23Deffering the deletion of the thread to the garbage collector, through the ↵pixel
weaken() method, just introduced.
2008-01-23Trying to reduce VM leaks.pixel
2008-01-21Adding even more debug stats.pixel
2008-01-21Adding the possibility to count the number of handles.pixel
2007-12-25Introducing some bits of task status.pixel
2007-12-25Adding more stats pulling.pixel
2007-12-25Adding small runner helper.pixel
2007-12-20Trying to add support for better children support - workaround for the late ↵pixel
<defunc> bug.
2007-12-20Forgot to commit these.pixel
2007-10-12Adding SocketClient and MailClient.pixel
2007-09-24Adding begin/end iterators for config files.pixel
2007-09-23Adding SetMsg to the Message class.pixel
2007-09-17Adding hashing from Handles.pixel
2007-09-17Adding "GetRemaining" to Buffer class, and enabling the read method to allow ↵pixel
null buffers.
2007-09-05Fixing virtual heritage.pixel
2007-09-05*** empty log message ***pixel
2007-09-05Adding upper and lower methods.pixel
2007-08-07Adding the printr function.pixel
2007-07-27Upgrading to Lua-5.1.2pixel
2007-07-23Adding support for the digest auth method.pixel
2007-07-23Having some consts in the code never hurts...pixel
2007-06-23Adding "GetBuffer" accessor.pixel
2007-06-19Adding the possibility to browse and inspect the domains.pixel
2007-06-19Allowing the USERDATA type in LuaObjectspixel
2007-06-19Work around to avoid dummy #defines...pixel
2007-06-17Adding POST system to the HttpClient, and variables and headers sent from Luapixel
2007-06-17Adding source and dest IP/port.pixel
2007-06-17Adding method "next".pixel
2007-06-17Adding some useful socket functions.pixel
2007-06-14Consolidating usage of SQL ressources.pixel
2007-06-11Adding missing header files.pixel
2007-06-11Adding login and password fields.pixel
2007-06-11Fixing base64 a bit - definition troubles, and padding.pixel
2007-05-31Adding a telnet command-line to the Lua system.pixel
2007-05-31Implementing print inside of the Lua object, and using LuaPrinter object in ↵pixel
order to redirect prints on a per-VM basis.
2007-05-30Trying to work around a spawn-Domain-from-thread issue, but doesn't really ↵pixel
seem to fix it.
2007-05-30Updating / inserting copyright header.pixel
2007-05-30Swapping argument order.pixel
2007-05-30Introducing objnames.pixel