summaryrefslogtreecommitdiff
path: root/lib/LuaHttp.cc
AgeCommit message (Expand)Author
2008-07-27Fix for badly formatted query strings.pixel
2008-07-18Adding the GenTicket function, using the ISAAC random generator.pixel
2008-07-16Adding basic cookies support.pixel
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 th...pixel
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
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 se...pixel
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 objec...pixel
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
2007-05-22Fixing stack work.pixel
2007-05-21Forgot to export "RegisterDomain" properly.pixel
2007-05-21Adding full LUA control for HTTP requests.pixel