summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2007-04-144-spaces per tab is one of the biggest absurdity on earth.pixel
2007-04-14Adding methods to Image class to enable caller to know which formats are supp...yazoo
2007-04-14MySQL under windows needs winsock.hyazoo
2007-04-12Third and last attempt.pixel
2007-04-12Second tentative...pixel
2007-04-12Tentatively adding support for the whole SQL class.pixel
2007-04-12Introducing LuaSQL.pixel
2007-04-12Beeing a bit nicer with memory.pixel
2007-04-12'query' now returns an error code instead of throwing an exception.pixel
2007-04-12Adding error message support.pixel
2007-04-12Fix...pixel
2007-04-12Adding numaffectedrows() and insertid() into the SQL class. Also havingpixel
2007-04-11Timeout handling into HttpClient.pixel
2007-04-11Slightly better timeout support.pixel
2007-04-11Inverting the notion of fakehost in HttpClient.pixel
2007-04-11Adding LuaTask class.pixel
2007-04-11Introducing "safe" mode for openio (even though it's not used yet) andpixel
2007-04-10Grammatical fix :)pixel
2007-04-09Removing libjpeg's debugging messages.pixel
2007-04-08Basic jpeg support now working.pixel
2007-04-07Basic JPEG support - unworking.pixel
2007-04-05Removing the old http-get system, and removing definitively all the debug mes...pixel
2007-04-05Bug fixes in HttpClient: no more double buffering needed.pixel
2007-04-02Consolidating the Lua-XML parser a bit more.pixel
2007-04-02Adding the status method to the Lua class, useless for now, as this only exis...pixel
2007-04-01Changing method to read hexadecimal numbers - vsscanf not available under win...pixel
2007-04-01Having a "format" to the "to_int" method.pixel
2007-03-27Improving LuaXML a bit.pixel
2007-03-27Still not working properly, but this will do for now.pixel
2007-03-26Almost-working HttpClient.pixel
2007-03-25Having some preliminary work on a HttpClient class.pixel
2007-03-25Commiting first LuaXML shot, non compiling.pixel
2007-03-05Socket now have non-blocking connect() support.pixel
2007-03-05Adding (bad) support for non-blocking mode under win32.pixel