summaryrefslogtreecommitdiff
path: root/lib/LuaHttp.cc
AgeCommit message (Collapse)Author
2009-06-06Adding Base85 code.Pixel
2009-06-01This couldn't possibly have been merged properly...Pixel
2009-05-28Merge branch 'master' of ↵Pixel
ssh+git://pixel@git.grumpycoder.net/pub/repo.git/Baltisot
2009-05-28Stupid typo...Pixel
2009-05-28Uniformizing the usage of luarecast.Pixel
2009-05-26Merge branch 'master' of ssh+git://git.grumpycoder.net/pub/repo.git/BaltisotPixel
2009-05-26Typo fixing Base64DecodeBinPixel
2009-05-25Typo.Pixel
2009-05-25Adding Base64DecodeBin, and fixing memory leak.Pixel
2008-10-17Fixing various regex issues with the new matches method.Pixel
2008-10-15Adding matches into the LuaDomain controler, in order to handle submatches ↵Pixel
directly at Domain matches.
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-26Fixing MSVC whinnings.Pixel
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 ↵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