Age | Commit message (Expand) | Author |
---|---|---|
2025-01-10 | coroutine/ppc64le: fix conditional registers got clobbered unexpectedly | liushuyu |
2024-10-08 | Substitute `coroutine_transfer` with prefixed symbol in Makefile | Nobuyoshi Nakada |
2021-07-01 | Replace copy coroutine with pthread implementation. | Samuel Williams |
2021-01-22 | Added include guards to coroutine headers | Nobuyoshi Nakada |
2020-07-05 | Prefix export symbol prefix to coroutine_transfer | Nobuyoshi Nakada |
2019-12-26 | decouple internal.h headers | 卜部昌平 |
2019-06-26 | Add `ucontext` coroutine implementation for generic fallback. | Samuel Williams |
2019-05-16 | Make COROUTINE_REGISTERS compile-time only not to be a global symbol | Nobuyoshi Nakada |
2018-12-10 | Native coroutine implementation for ppc64le Linux | odaira |