summaryrefslogtreecommitdiff
path: root/tests/test-Http.cc
AgeCommit message (Expand)Author
2013-08-02Using SimpleContext in SimpleMustache's setTemplate, as it reads from a Handl...Nicolas "Pixel" Noble
2013-01-18Adding a sleep() paradigm to tasks.Nicolas 'Pixel' Noble
2012-09-01Unless reset, async events will continuously return true on gotSignal().Nicolas "Pixel" Noble
2012-04-06This is not necessary anymore.Pixel
2012-04-06Probably better to move this before even creating the action that might trigg...Pixel
2012-04-06Making use of SimpleMustache templates into the http test.Pixel
2012-04-06Better way to write these...Pixel
2012-04-06Making it simplier to register a task and wait for it. Also renamed createTas...Pixel
2012-04-06Improving a bit the way threaded task managers are being stopped.Pixel
2012-04-06Improving a bit the http unit test.Pixel
2012-02-28Having a slightly better approach for writing Http responses.Nicolas "Pixel" Noble
2011-12-04Reworked some things in the architecture, mainly exceptions and asserts.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-17HTTP server's first real test, alongside multiple taskmanager threads.Pixel