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
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