Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace copy coroutine with pthread implementation. | Samuel Williams | 2021-07-01 | 2 | -0/+2 |
* | 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 |
* | function pointers are not void* | 卜部昌平 | 2020-02-06 | 1 | -1/+1 |
* | Remove "All Rights Reserved." from Copyright statement. | Samuel Williams | 2019-12-28 | 1 | -1/+1 |
* | Remove "All Rights Reserved." from Copyright statement. | Samuel Williams | 2019-12-28 | 1 | -1/+1 |
* | coroutine/ucontext/Context.c: define __EXTENSIONS__ explicitly | Yusuke Endoh | 2019-12-05 | 1 | -1/+6 |
* | coroutine/ucontext/Context.c: Include "ruby/config.h" for Solaris | Yusuke Endoh | 2019-12-04 | 1 | -0/+1 |
* | Make fiber_pool more conservative on platforms with limited address space. | Samuel Williams | 2019-07-18 | 1 | -0/+4 |
* | Add `ucontext` coroutine implementation for generic fallback. | Samuel Williams | 2019-06-26 | 2 | -0/+82 |