Age | Commit message (Expand) | Author |
---|
2022-06-09 | [ruby/timeout] Keep a private reference to `Process.clock_gettime` | Jean Boussier |
2022-05-25 | [ruby/timeout] Set the flag surely before return | Nobuyoshi Nakada |
2022-05-25 | [ruby/timeout] Hack to avoid checker | Nobuyoshi Nakada |
2022-05-25 | [ruby/timeout] Bump version to 0.3.0 | Hiroshi SHIBATA |
2022-05-19 | [ruby/timeout] Remove redundant done? check | Benoit Daloze |
2022-05-19 | [ruby/timeout] Synchronize all accesses to @done | Benoit Daloze |
2022-05-19 | [ruby/timeout] Handle Timeout + fork and add test for it | Benoit Daloze |
2022-05-19 | [ruby/timeout] Reimplement Timeout.timeout with a single thread and a Queue | Benoit Daloze |
2021-10-14 | [ruby/timeout] Bump up timeout version to 0.2.0 | Hiroshi SHIBATA |
2021-09-27 | [ruby/timeout] Freeze VERSION | rm155 |
2021-05-06 | [ruby/timeout] Only run timeout_after hook on fiber scheduler if scheduler ex... | Jeremy Evans |
2021-05-06 | [ruby/timeout] Avoid unnecessary object allocation | Jeremy Evans |
2021-05-06 | [ruby/timeout] Make Timeout::Error#exception with multiple arguments not igno... | Jeremy Evans |
2021-03-30 | Fix handling of timeout accessing scheduler outside of non-blocking context. | Samuel Williams |
2021-03-30 | Update method name and add documentation. | Samuel Williams |
2021-03-30 | Update lib/timeout.rb | Samuel Williams |
2021-03-30 | Add hook for `Timeout.timeout`. | Samuel Williams |
2021-01-03 | [ruby/timeout] Removed deprecated names that had been warned for 5 years | Nobuyoshi Nakada |
2020-12-22 | Update library versions of the default gems. | Hiroshi SHIBATA |
2020-07-30 | Extract version number from the source | Nobuyoshi Nakada |
2019-06-04 | Add some documentation to Timeout#timeout about possible issues | Jeremy Evans |
2017-12-12 | Add uplevel keyword to Kernel#warn and use it | shyouhei |
2017-11-17 | Fix typo in `Timeout` doc [ci skip] | kazu |
2016-09-07 | fix a typo [ci skip] | kazu |
2016-09-07 | timeout.rb: custom error message | nobu |
2015-12-18 | timeout.rb: watcher thread name | nobu |
2015-12-16 | Add frozen_string_literal: false for all files | naruse |
2015-08-13 | timeout.rb: freeze a string message | nobu |
2015-07-30 | variable.c: Module#deprecate_constant | nobu |
2015-07-14 | timeout.rb: suppress a warning | nobu |
2015-07-13 | timeout.rb: warn deprecated method | nobu |
2015-07-13 | timeout.rb: internal constants | nobu |
2015-07-11 | timeout.rb: fix backtrace | nobu |
2015-07-10 | timeout.rb: removed and use Timeout::Error | nobu |
2014-11-17 | timeout.rb: same object across fiber | nobu |
2014-11-16 | timeout.rb: use UncaughtThrowError | nobu |
2014-01-08 | lib/timeout.rb: fallback to Timeout::Error | nobu |
2014-01-07 | timeout.rb: revert r44520 | nobu |
2014-01-07 | timeout.rb: current_target | nobu |
2014-01-07 | timeout.rb: unused attribute | nobu |
2014-01-07 | timeout.rb: fix for ExitException | nobu |
2014-01-07 | timeout.rb: defer creating custom exception | nobu |
2013-11-10 | * lib/timeout.rb: Added note about change from #8730 [Fixes GH-440] | zzak |
2013-08-27 | timeout.rb: raise given exception | nobu |
2013-08-26 | timeout.rb: skip rescue | nobu |
2013-03-31 | doumentation by @toolmantim [GH fixes #270] | hsbt |
2012-12-07 | Revert r38216 and r38221. Release manager mark this feature as "next minor". | kosaki |
2012-12-07 | timeout.rb: replace deferred exception after async_interrupt_timing | nobu |
2012-12-05 | * lib/timeout.rb (Timeout#timeout): specify a exception | tarui |
2012-12-05 | adjust style and fix typo and indent | kazu |