summaryrefslogtreecommitdiff
path: root/lib/LuaHttp.cc
AgeCommit message (Collapse)Author
2008-02-26Improving Base64's argumentspixel
2008-01-28Adding a shortcut for domains to directly specify a filename to copy.pixel
2008-01-23Trying to reduce VM leaks.pixel
2008-01-21Removing debug messages.pixel
2007-10-12Adding the missing (?!!) 'domain' variable.pixel
2007-09-28Having HashFunction used in the various Http classespixel
2007-07-27Upgrading to Lua-5.1.2pixel
2007-07-23Adding support for the digest auth method.pixel
2007-07-12Swapping declaration order.pixel
2007-07-12Will produce a bit of memory overhead probably, but we need to try and fix ↵pixel
this damn bug...
2007-06-19Removing inline declaration, to avoid half-definition of the class.pixel
2007-06-17Adding source and dest IP/port.pixel
2007-06-11Fixing LUA MD5 code.pixel
2007-06-11Adding some functions to LuaHttp, and including some basic mathpixel
functions, such as md5.
2007-06-04Forwarding login and password to LUA.pixel
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
2007-05-27Spawning threads for each call to a LuaDomain.pixel
2007-05-27RegisterDomain replaced by Domain, which will handle destruction of the ↵pixel
object from the LUA Stack.
2007-05-25Various fixes from unchecked commits.pixel
2007-05-25Slightly better stack handling, and adding support for LuaDomain's destructor.pixel
2007-05-23LuaHttp is now switching itself to an LuaTask. And fixed a small stackpixel
bug.
2007-05-22Fixing stack work.pixel
2007-05-21Forgot to export "RegisterDomain" properly.pixel
2007-05-21Adding full LUA control for HTTP requests.pixel