Age | Commit message (Expand) | Author |
2015-04-04 | Removing libcoro.HEADmaster | Nicolas "Pixel" Noble |
2014-05-25 | Creating a Balau project file. | Nicolas "Pixel" Noble |
2014-01-03 | Few harmless tweaks to debug logging. | Nicolas "Pixel" Noble |
2013-12-21 | WebSockets can now send frames. | Nicolas "Pixel" Noble |
2013-12-20 | A few more Win32 / VisualStudio fixes. | Nicolas "Pixel" Noble |
2013-12-18 | Visual Studio port. | Nicolas "Pixel" Noble |
2013-08-13 | Fixing rare multithreading crash. | Nicolas "Pixel" Noble |
2013-08-05 | Let's be a bit more explicit about the effects of not catching EAgain. | Nicolas "Pixel" Noble |
2013-08-05 | Impressive all of this worked so far. The Async event needs to be reset other... | Nicolas "Pixel" Noble |
2013-08-05 | Relaxing the simple context rules a bit. | Nicolas "Pixel" Noble |
2013-08-01 | When creating a new Task, steal the TLS values from its creator. | Nicolas Noble |
2013-08-01 | Slightly more useful debugging messages in operationYield. | Nicolas Noble |
2013-08-01 | I'm surprised this worked so far. The yield / EAgain mechanism was pretty muc... | Nicolas Noble |
2013-08-01 | Minor optimisation in operationYield. | Nicolas Noble |
2013-01-18 | Adding a sleep() paradigm to tasks. | Nicolas 'Pixel' Noble |
2012-09-01 | Merge commit '06674e57649d536cf19715524ee40c5ad4a9026d' | Nicolas "Pixel" Noble |
2012-08-31 | Simplifying TLS code a bit (removing createTLS...) and making the PthreadsTLS... | Nicolas "Pixel" Noble |
2012-04-08 | Redifining yielding for operations a bit, making further refinements. | Pixel |
2012-04-08 | Making TaskEvents being able to be re-used for different tasks. | Pixel |
2012-04-08 | Few more quirks into the stackless mode; we don't want to allocate stacks nor... | Pixel |
2012-04-08 | Further refinements and protections in the stackless base. | Pixel |
2012-04-08 | Putting the bases for stackless co-routines. | Pixel |
2012-04-06 | Making it simplier to register a task and wait for it. Also renamed createTas... | Pixel |
2012-04-06 | Fixing multithreading issue... | Pixel |
2012-04-03 | Slightly more change to the Queue system, so Debug mode doesn't freak pout. | Pixel |
2012-04-03 | Reworking a bit the way the queues are working, and thus, the way the LuaTMai... | Pixel |
2012-04-01 | More code cleanup. | Pixel |
2012-04-01 | The TaskEvent wasn't thread-safe. | Pixel |
2012-03-27 | More code cleanup | Nicolas "Pixel" Noble |
2011-12-11 | Added the ability for a task or an operation to yield. Also optimized some bi... | Pixel |
2011-12-04 | Reworked some things in the architecture, mainly exceptions and asserts. | Pixel |
2011-11-28 | Fixing a debug message. | Pixel |
2011-11-21 | GeneralException() will now trace the callstack and store this, for debugging... | Pixel |
2011-11-17 | Forgot to remove this; we shouldn't free the stack from the Task itself anymo... | 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 | Kind of a big revamp of the TaskMan / Task model, in order to introduce a Tas... | Pixel |
2011-11-15 | Moving the static yield from Task.h to Task.cc. You don't want to throw an ex... | Pixel |
2011-10-18 | libcoro seems to be doing really spurious things when not using the standard ... | Pixel |
2011-10-17 | Adding the Async event, and tweaking the others a bit. | Pixel |
2011-10-17 | Removing the 'non-preemptible' madness before it could even be used. | Pixel |
2011-10-17 | Adding an early version of the 'engine debug' facility. | Pixel |
2011-10-14 | Fixing a few bugs. | Pixel |
2011-10-14 | Further tweaks to the Task class: now a Task can declare being smart, and say... | Pixel |
2011-10-14 | Tweaking the Task class a bit. | Pixel |
2011-10-14 | The tasks can now set themselves to be non-preemptible. Also implemented a me... | Pixel |
2011-10-10 | Adding the basic "Handle" structure, and adding an early version of Input. | Pixel |
2011-10-09 | Starting to integrate libev; timer event works. | Pixel |
2011-10-09 | More work on the Task manager. | Pixel |