Age | Commit message (Expand) | Author |
---|
2024-10-08 | Substitute `coroutine_transfer` with prefixed symbol in Makefile | Nobuyoshi Nakada |
2024-10-08 | Cast via `uintptr_t` function pointer between object pointer | Nobuyoshi Nakada |
2021-07-01 | Replace copy coroutine with pthread implementation. | Samuel Williams |
2021-03-05 | Generating note.GNU-stack section for FreeBSD on x86. | David Carlier |
2021-01-22 | Added include guards to coroutine headers | Nobuyoshi Nakada |
2019-12-28 | Remove "All Rights Reserved." from Copyright statement. | Samuel Williams |
2019-12-28 | Remove "All Rights Reserved." from Copyright statement. | Samuel Williams |
2019-12-26 | decouple internal.h headers | 卜部昌平 |
2019-07-18 | Make fiber_pool more conservative on platforms with limited address space. | Samuel Williams |
2019-06-26 | Add `ucontext` coroutine implementation for generic fallback. | Samuel Williams |
2019-05-16 | Remove unused symbols | Nobuyoshi Nakada |
2019-05-16 | Make COROUTINE_REGISTERS compile-time only not to be a global symbol | Nobuyoshi Nakada |
2018-12-11 | Ensure x86 stack is fortified, fixed #15335. | samuel |
2018-11-24 | Change Makefile rule for assembly to use .S rather than .s | samuel |
2018-11-20 | Fix indentation. | samuel |
2018-11-20 | * expand tabs. | svn |
2018-11-20 | Prefer "static inline" to avoid duplicate symbols. | samuel |
2018-11-20 | Ensure start function has correct declaration. | samuel |
2018-11-20 | Mark COROUTINE as noreturn. | samuel |
2018-11-20 | Tidy up comments. | samuel |
2018-11-20 | * expand tabs. | svn |
2018-11-20 | Initial effort to support 32-bit Linux. | samuel |