index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
fiber
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prefer qualified names under Thread
Nobuyoshi Nakada
2021-06-29
2
-13
/
+15
*
Suppress exception report in inner thread
Nobuyoshi Nakada
2021-06-15
1
-1
/
+3
*
Close leaked file descriptors
Nobuyoshi Nakada
2021-06-15
2
-0
/
+5
*
Fix fiber scheduler address resolve solaris tests
Bruno Sutic
2021-06-14
1
-5
/
+2
*
Wake up join list within thread EC context. (#4471)
Samuel Williams
2021-06-14
4
-2
/
+66
*
Add scheduler hook `Addrinfo.getaddrinfo`. (#4375)
Samuel Williams
2021-06-14
2
-0
/
+287
*
Test incorrect behaviour of `rb_io_wait_readable/writable`.
Samuel Williams
2021-03-30
1
-0
/
+35
*
Fix handling of timeout accessing scheduler outside of non-blocking context.
Samuel Williams
2021-03-30
2
-0
/
+18
*
Improve timeout tests.
Samuel Williams
2021-03-30
1
-1
/
+20
*
Update method name and add documentation.
Samuel Williams
2021-03-30
2
-2
/
+2
*
Add hook for `Timeout.timeout`.
Samuel Williams
2021-03-30
2
-4
/
+54
*
Expose scheduler as public interface & bug fixes. (#3945)
Samuel Williams
2021-02-09
3
-9
/
+71
*
Add verbose nil in testing
Delton Ding
2020-12-23
1
-0
/
+1
*
Enable `Fiber.current` and `Fiber#alive?` call inside ractor
Delton Ding
2020-12-23
1
-0
/
+22
*
Add support for non-blocking `Process.wait`.
Samuel Williams
2020-12-09
2
-0
/
+43
*
Fix TestFiberMutex#test_condition_variable assertion
Benoit Daloze
2020-11-08
1
-5
/
+3
*
Urgent notification pipe has same lifetime as scheduler.
Samuel Williams
2020-11-08
1
-11
/
+10
*
Defer `kernel_sleep` to `block` to avoid exiting the event loop when duration...
Samuel Williams
2020-11-08
1
-6
/
+1
*
Rename to `Fiber#set_scheduler`.
Samuel Williams
2020-11-07
6
-22
/
+38
*
Refined assertions for better failure messages
Nobuyoshi Nakada
2020-10-01
1
-4
/
+4
*
strip trailing spaces [ci skip]
Nobuyoshi Nakada
2020-10-01
1
-1
/
+1
*
Remove `Thread.scheduler` from public interface.
Samuel Williams
2020-10-01
1
-7
/
+6
*
Raise an exception if the scheduler was already closed.
Samuel Williams
2020-10-01
1
-0
/
+2
*
Don't call `Scheduler#close` if it doesn't exist.
Samuel Williams
2020-10-01
1
-0
/
+8
*
Fix order of operations during `rb_ec_finalize`.
Samuel Williams
2020-09-30
1
-0
/
+14
*
Remove unnecessary executable bit [ci skip]
Kazuhiro NISHIYAMA
2020-09-28
1
-0
/
+0
*
test/fiber/scheduler.rb: Prevent "instance variable @urgent not initialized"
Yusuke Endoh
2020-09-24
1
-0
/
+2
*
strip trailing spaces [ci skip]
Nobuyoshi Nakada
2020-09-23
1
-1
/
+1
*
Simplify the implementation of Scheduler#block
Benoit Daloze
2020-09-21
1
-13
/
+15
*
Make `Thread#join` non-blocking.
Samuel Williams
2020-09-21
1
-6
/
+16
*
When setting current thread scheduler to nil, invoke `#close`.
Samuel Williams
2020-09-21
2
-0
/
+40
*
Remove from waiter in Mutex#lock with ensure when calling rb_scheduler_block()
Benoit Daloze
2020-09-20
1
-0
/
+32
*
Add missing goto found;
Benoit Daloze
2020-09-17
1
-1
/
+2
*
Fix Mutex#unlock with a scheduler and thread contention
Benoit Daloze
2020-09-17
1
-0
/
+23
*
Document the various scheduler hooks
Benoit Daloze
2020-09-17
1
-0
/
+3
*
Call scheduler.block instead of scheduler.kernel_sleep for blocking Queue/Siz...
Benoit Daloze
2020-09-17
2
-1
/
+27
*
Rename scheduler.{mutex_lock,mutex_unlock} to {block,unblock}
Benoit Daloze
2020-09-17
1
-12
/
+15
*
Use a similar pattern for waiting and ready
Benoit Daloze
2020-09-17
1
-4
/
+3
*
Add a note at the top of the test scheduler
Benoit Daloze
2020-09-16
1
-0
/
+4
*
Add support for Queue & SizedQueue.
Samuel Williams
2020-09-14
1
-0
/
+31
*
Add support for ConditionVariable.
Samuel Williams
2020-09-14
2
-1
/
+40
*
Improve handling of urgent notification pipe.
Samuel Williams
2020-09-14
1
-14
/
+12
*
Make Mutex per-Fiber instead of per-Thread
Benoit Daloze
2020-09-14
2
-7
/
+77
*
Rename `Fiber{}` to `Fiber.schedule{}`.
Samuel Williams
2020-09-14
5
-11
/
+11
*
Standardised scheduler interface.
Samuel Williams
2020-09-14
3
-76
/
+2
*
Simplify bitmasks for IO events.
Samuel Williams
2020-09-14
1
-2
/
+2
*
test/fiber/test_backtrace.rb: prevent a warning
Yusuke Endoh
2020-08-18
1
-2
/
+2
*
Expose ec -> backtrace (internal) and use it to implement fiber backtrace.
Samuel Williams
2020-08-18
1
-0
/
+22
*
Suppress "assigned but unused variable" warnings
Yusuke Endoh
2020-07-23
1
-2
/
+2
*
Remove trailing spaces [ci skip]
Nobuyoshi Nakada
2020-07-20
1
-2
/
+2
[next]