index
:
Baltisot
master
Unnamed repository; edit this file to name it for gitweb.
Pixel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
LuaHttp.cc
Age
Commit message (
Expand
)
Author
2009-06-06
Adding Base85 code.
Pixel
2009-06-01
This couldn't possibly have been merged properly...
Pixel
2009-05-28
Merge branch 'master' of ssh+git://pixel@git.grumpycoder.net/pub/repo.git/Bal...
Pixel
2009-05-28
Stupid typo...
Pixel
2009-05-28
Uniformizing the usage of luarecast.
Pixel
2009-05-26
Merge branch 'master' of ssh+git://git.grumpycoder.net/pub/repo.git/Baltisot
Pixel
2009-05-26
Typo fixing Base64DecodeBin
Pixel
2009-05-25
Typo.
Pixel
2009-05-25
Adding Base64DecodeBin, and fixing memory leak.
Pixel
2008-10-17
Fixing various regex issues with the new matches method.
Pixel
2008-10-15
Adding matches into the LuaDomain controler, in order to handle submatches di...
Pixel
2008-09-29
Bumping Copyright date.
Pixel
2008-09-29
Getting rid of these nasty expanded keywords.
Pixel
2008-09-26
Adding the ability to hash data from handles.
Pixel
2008-09-26
Fixing MSVC whinnings.
Pixel
2008-07-27
Fix for badly formatted query strings.
pixel
2008-07-18
Adding the GenTicket function, using the ISAAC random generator.
pixel
2008-07-16
Adding basic cookies support.
pixel
2008-02-26
Improving Base64's arguments
pixel
2008-01-28
Adding a shortcut for domains to directly specify a filename to copy.
pixel
2008-01-23
Trying to reduce VM leaks.
pixel
2008-01-21
Removing debug messages.
pixel
2007-10-12
Adding the missing (?!!) 'domain' variable.
pixel
2007-09-28
Having HashFunction used in the various Http classes
pixel
2007-07-27
Upgrading to Lua-5.1.2
pixel
2007-07-23
Adding support for the digest auth method.
pixel
2007-07-12
Swapping declaration order.
pixel
2007-07-12
Will produce a bit of memory overhead probably, but we need to try and fix th...
pixel
2007-06-19
Removing inline declaration, to avoid half-definition of the class.
pixel
2007-06-17
Adding source and dest IP/port.
pixel
2007-06-11
Fixing LUA MD5 code.
pixel
2007-06-11
Adding some functions to LuaHttp, and including some basic math
pixel
2007-06-04
Forwarding login and password to LUA.
pixel
2007-05-30
Trying to work around a spawn-Domain-from-thread issue, but doesn't really se...
pixel
2007-05-30
Updating / inserting copyright header.
pixel
2007-05-30
Swapping argument order.
pixel
2007-05-30
Introducing objnames.
pixel
2007-05-27
Spawning threads for each call to a LuaDomain.
pixel
2007-05-27
RegisterDomain replaced by Domain, which will handle destruction of the objec...
pixel
2007-05-25
Various fixes from unchecked commits.
pixel
2007-05-25
Slightly better stack handling, and adding support for LuaDomain's destructor.
pixel
2007-05-23
LuaHttp is now switching itself to an LuaTask. And fixed a small stack
pixel
2007-05-22
Fixing stack work.
pixel
2007-05-21
Forgot to export "RegisterDomain" properly.
pixel
2007-05-21
Adding full LUA control for HTTP requests.
pixel