Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix -Wundef warnings in coroutine/*/Context.h | Benoit Daloze | 2021-05-04 | 1 | -0/+3 |
* | Added include guards to coroutine headers | Nobuyoshi Nakada | 2021-01-22 | 1 | -0/+5 |
* | Protoized old pre-ANSI K&R style definitions | Nobuyoshi Nakada | 2020-12-05 | 1 | -3/+3 |
* | Rework the order of operations to avoid stack smashing. | Samuel Williams | 2020-12-05 | 1 | -19/+40 |
* | Remove "All Rights Reserved." from Copyright statement. | Samuel Williams | 2019-12-28 | 2 | -2/+2 |
* | Fix coroutine copy implementation on OpenBSD | Jeremy Evans | 2019-12-27 | 1 | -0/+4 |
* | Add assertions to `coroutine_initialize_main`. | Samuel Williams | 2019-07-19 | 1 | -2/+3 |
* | Split assertions to check which one fails. | Samuel Williams | 2019-07-19 | 1 | -1/+3 |
* | Make fiber_pool more conservative on platforms with limited address space. | Samuel Williams | 2019-07-18 | 1 | -0/+4 |
* | Stack copying implementation of coroutines. | Samuel Williams | 2019-07-18 | 2 | -0/+220 |