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