summaryrefslogtreecommitdiff
path: root/includes/HttpServer.h
AgeCommit message (Expand)Author
2014-08-08Finalizing cares integration.Nicolas Noble
2013-12-21Preliminary WebSocket protocol support.Nicolas "Pixel" Noble
2013-12-18Removing Atomic.h and all volatiles.Nicolas Noble
2013-01-22Removing some more cruft.Pixel
2012-08-30Adding a few virtual destructors.Nicolas "Pixel" Noble
2012-02-28Having a slightly better approach for writing Http responses.Nicolas "Pixel" Noble
2011-12-05Adding read-write locks, and applying them immediately to the http server.Pixel
2011-12-04Adding at least one TAssert into test-Threads, and fixing a typo.Pixel
2011-12-04Reworked some things in the architecture, mainly exceptions and asserts.Pixel
2011-11-29Getting rid of the std::pair; they are ugly as hell.Pixel
2011-11-25Consts are good.Pixel
2011-11-21GeneralException() will now trace the callstack and store this, for debugging...Pixel
2011-11-18Starting to re-organize the HTTP code a bit. Sharing code between the server ...Pixel
2011-11-18Got this one wrong; one need to get the refcount to 0 to delete itself.Pixel
2011-11-17HTTP server's first real test, alongside multiple taskmanager threads.Pixel
2011-11-14Some more basic work on the HTTP server. Some of the main ideas are not flesh...Pixel
2011-11-13Adding the skeleton of an HTTP server; still work in progress though: it stil...Pixel