summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2007-05-30Compilation fix.pixel
2007-05-30Swapping argument order.pixel
2007-05-30Introducing objnames.pixel
2007-05-29Slightly changes of loadlualibs: now generating automatically the list of files.pixel
2007-05-29Fixing a stupid display bug.pixel
2007-05-29Improving/Debugging XmlMarkup engine - now we are using a real tree in memory...pixel
2007-05-29Fixing deadly bug - can't pushdestruct a static object.pixel
2007-05-29Improving a bit the XmlMarkup object.pixel
2007-05-29Creating basic XmlMarkup object.pixel
2007-05-28Adding split function.pixel
2007-05-28Adding small helper function to mass-load the lua support libs.pixel
2007-05-27Fixing lua support lib a bit.pixel
2007-05-27Improving a bit the lua support files.pixel
2007-05-27Spawning threads for each call to a LuaDomain.pixel
2007-05-27Fixing thread saving system.pixel
2007-05-27Adding better threading support for LuaTask, and fixing LuaTask a bit.pixel
2007-05-27RegisterDomain replaced by Domain, which will handle destruction of the objec...pixel
2007-05-26Compilation fix.pixel
2007-05-25Removing debug messages.pixel
2007-05-25De-dumbifying the code a bit.pixel
2007-05-25Adding some very basic lua support file.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-25Chaining the pushstatics.pixel
2007-05-25Having LuaXML into a class. Non-tested modification, but should be harmless.pixel
2007-05-24LuaTask's "Command" is now able to return the stdout's output.pixel
2007-05-24Adding the "Command" LuaTask.pixel
2007-05-24Fixed timeout handling code.pixel
2007-05-23Code fixes on the new Domain system, in order to allow the 'builder'pixel
2007-05-23LuaHttp is now switching itself to an LuaTask. And fixed a small stackpixel
2007-05-23LuaTask is now able to work on the current stack instead of taking apixel
2007-05-23ChainTasks will now stop the tasks, resume them before waiting for them,pixel
2007-05-23Adding "remove", "insert" and "replace" methods.pixel
2007-05-22Fixing stack work.pixel
2007-05-22Adding showstack() method.pixel
2007-05-22Fixing regex's constructor-per-copy.pixel
2007-05-21Adding GetPattern to Regex, mostly for debugging purposes.pixel
2007-05-21Fixing chained-list creation.pixel
2007-05-21Forgot to export "RegisterDomain" properly.pixel
2007-05-21Adding full LUA control for HTTP requests.pixel
2007-05-09Made further progress into the implementation of a more generic HTTP action h...pixel
2007-05-09First new bricks of a more global domain system.pixel
2007-05-02Adding basic auth support.pixel
2007-04-30Base64 added into the mess.pixel
2007-04-23First steps towards a new HTTP backend.pixel
2007-04-22Fixing timeouts causing issues with task deletions.pixel
2007-04-20Microsoft's STL iterators are not behaving correctly. Fixing a bit the way we...pixel
2007-04-18HtmlSkinner broke the 404 error. Restoring.pixel
2007-04-14Creation of the HtmlSkinner class.pixel
2007-04-14Adding exports for the methods...pixel