summaryrefslogtreecommitdiff
path: root/ext/ffi_c/Thread.c
Commit message (Expand)AuthorAgeFilesLines
* Remove win32/stdint.h and stdbool.hLars Kanis2020-09-231-5/+0
* Remove code required for ruby prior 2.3Lars Kanis2020-06-011-3/+0
* Remove old code for 'blocking: true' on Ruby before 2.0Lars Kanis2019-02-211-218/+0
* Query ruby thread and GVL states instead of relying on our call frame for cal...Lars Kanis2019-01-251-10/+12
* Make sure size_t is defined in Thread.cLars Kanis2018-06-011-0/+1
* Fix bad search and replace in C code.1.9.2Charles Oliver Nutter2013-10-291-1/+0
* Switch license to BSD throughout codebase. See #288.Charles Oliver Nutter2013-10-291-12/+22
* Fix compile error for cygwin1.7.18, add check __CYGWIN_ macro.KUWASHIMA yuichiro2013-05-051-1/+1
* Re-work exception saving & non-gil function callbacksWayne Meissner2013-04-231-20/+66
* Extract all win32 MSC stdbool compat typedefs into win32/stdbool.hWayne Meissner2013-04-221-3/+2
* Fix warningsWayne Meissner2013-03-051-0/+1
* Trap & save exceptions from ruby callbacks.Wayne Meissner2013-02-151-30/+1
* Convert C++ style comments to C /* */ styleWayne Meissner2012-08-041-2/+2
* Mods to fix compilation on i386-mingw32Wayne Meissner2012-02-021-3/+1
* initial releaseunknown2012-01-091-0/+9
* Add rbffi_thread_blocking_region and DEFER_ASYNC_CALLBACK for Ruby 1.8 on win32Lars Kanis2011-09-081-0/+107
* fix blocking function call for Ruby 1.8 on win32Lars Kanis2011-09-081-1/+16
* _WINSOCKAPI_ has to be defined before including <windows.h> to avoid redefini...Charlie Savage2011-08-171-0/+1
* Make ffi build for 1.8.x on win32 againWayne Meissner2011-01-091-9/+34
* Add newlines to the end of every fileWayne Meissner2010-12-301-0/+1
* Fix a bunch of warnings from solaris. From https://github.com/mmayerWayne Meissner2010-12-301-1/+1
* Add #include <signal.h> to fix the build on linux. From Eric Wong <normalper...Wayne Meissner2010-12-281-0/+1
* Better cleanup of resources in callbacks and blocking functions.Wayne Meissner2010-12-271-12/+14
* Implement rbffi_thread_blocking_region() to enable blocking function calls on...Wayne Meissner2010-12-271-2/+120
* Add rbffi_thread_has_gvl_p() and associated machinery to detect non-ruby thre...Wayne Meissner2010-12-271-0/+49