summaryrefslogtreecommitdiff
path: root/includes/TaskMan.h
AgeCommit message (Expand)Author
2015-04-04Removing libcoro.HEADmasterNicolas "Pixel" Noble
2014-08-11Better TaskMan destroy; let's proprely stop all events before closing the lib...Nicolas "Pixel" Noble
2014-08-08Fixing Linux build.Nicolas "Pixel" Noble
2014-08-07Adding full c-ares support into Balau - untested.Nicolas "Pixel" Noble
2014-07-31Fixing stupid typo.Nicolas "Pixel" Noble
2014-06-19Finishing up basic curl integration and adding a basic DownloadTask.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-06-03Removing tabs.Nicolas "Pixel" Noble
2013-12-18Visual Studio port.Nicolas "Pixel" Noble
2013-01-22Another pass of cruft cleaning.Pixel
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-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-06A few improvements over how a threaded TaskMan works. Now its own exported cl...Pixel
2012-04-03Reworking a bit the way the queues are working, and thus, the way the LuaTMai...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-17HTTP server's first real test, alongside multiple taskmanager threads.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-16Seems clang is picky. I don't know if I like or hate this compiler yet.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-11-16This function doesn't exist.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-09Adding basic locks from libpthread. Also, that 'pending' loop belongs after w...Pixel
2011-10-09Starting to integrate libev; timer event works.Pixel
2011-10-09More work on the Task manager.Pixel
2011-10-07More work in the Task manager.Pixel
2011-10-07Preliminary work for the Task manager.Pixel