summaryrefslogtreecommitdiff
path: root/src/TaskMan.cc
AgeCommit message (Expand)Author
2014-06-19Using c-ares in libcurl.Nicolas "Pixel" Noble
2014-06-19Finishing up basic curl integration and adding a basic DownloadTask.Nicolas "Pixel" Noble
2014-06-19More work on integrating cURL in Balau.Nicolas "Pixel" Noble
2014-06-18Adding a bit more curl code.Nicolas "Pixel" Noble
2014-06-18Fixing mixup with the curl event bitmasks, and fixing curl's ulock code.Nicolas "Pixel" Noble
2014-06-18Adding basic CurlTask, as well as support for it in Balau. Also removing c++1...Nicolas "Pixel" Noble
2014-06-18Starting to integrate cURL into Balau.Nicolas "Pixel" Noble
2014-02-15Potentially avoiding double insert of yielded tasks.Nicolas "Pixel" Noble
2014-02-15Fixing rare bug mixup with the yielded list when a task went to sleep immedia...Nicolas "Pixel" Noble
2014-01-09Adding some debugging strings.Nicolas "Pixel" Noble
2013-12-18Visual Studio port.Nicolas "Pixel" Noble
2013-08-13Fixing rare multithreading crash.Nicolas "Pixel" Noble
2013-08-01Specifying a bit more the logs around ev_run.Nicolas Noble
2013-07-31Added a few forgotten references.Nicolas "Pixel" Noble
2012-09-01Merge commit '06674e57649d536cf19715524ee40c5ad4a9026d'Nicolas "Pixel" Noble
2012-09-01Adding async operations; first step towards tossing libeio out.Nicolas "Pixel" Noble
2012-08-29Using true C++11 initializers in classes.Nicolas "Pixel" Noble
2012-04-08Few more quirks into the stackless mode; we don't want to allocate stacks nor...Pixel
2012-04-08Putting the bases for stackless co-routines.Pixel
2012-04-08This debug message wasn't supposed to get committed...Pixel
2012-04-06Making it simplier to register a task and wait for it. Also renamed createTas...Pixel
2012-04-06Making the threads (as well as the taskman thread) a bit more exception-robust.Pixel
2012-04-06A few improvements over how a threaded TaskMan works. Now its own exported cl...Pixel
2012-04-06Anonymizing the WinSocketStartup class.Pixel
2012-04-03Making a few classes anonymous.Pixel
2012-04-03Simplifying the logic in the compuation of the noWait boolean.Pixel
2012-04-03Fixing a bug where we could have a stalled TaskMan with dead tasks pending ac...Pixel
2012-04-01More code cleanup.Pixel
2012-03-27More code cleanupNicolas "Pixel" Noble
2012-03-08Adding the ScopeLock class to simplify a bit some pieces of code.Pixel
2011-12-11Added the ability for a task or an operation to yield. Also optimized some bi...Pixel
2011-12-04Refactored the Thread code a bit, and created the GlobalThread class, for thr...Pixel
2011-12-04Reworked some things in the architecture, mainly exceptions and asserts.Pixel
2011-11-29The TaskManager no longer waits on the pop(); instead it waits in the libev l...Pixel
2011-11-19Fixing a few very stupid bugs.Pixel
2011-11-18Updating libev's timestamp after we (potentially) wait a long time for someth...Pixel
2011-11-17HTTP server's first real test, alongside multiple taskmanager threads.Pixel
2011-11-17And adding the round robin system to the task scheduler. Now to write some un...Pixel
2011-11-17Cleaning some code, redesigning a bit the stack allocation problem from the t...Pixel
2011-11-17Introducing the fact we need a more efficient stack allocator, and that it's ...Pixel
2011-11-17Since tasks can be on different task managers, one has to signal them a bit d...Pixel
2011-11-16clang actually managed to pick up a bug...Pixel
2011-11-16And with the new TaskScheduler system, let's add a way for a new task to stic...Pixel
2011-11-16Kind of a big revamp of the TaskMan / Task model, in order to introduce a Tas...Pixel
2011-10-18libcoro seems to be doing really spurious things when not using the standard ...Pixel
2011-10-17Tweaking a bit the main event loop to simplify it.Pixel
2011-10-17Adding an early version of the 'engine debug' facility.Pixel
2011-10-14Fixing a few bugs.Pixel
2011-10-12Forgot mingw32-config.h. Also fixed a couple of bugs:Pixel
2011-10-10Adding the basic "Handle" structure, and adding an early version of Input.Pixel