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
*
Ensure Fiber storage is only accessed from the Fiber it belongs to
Benoit Daloze
2022-12-20
1
-0
/
+12
*
Use an experimental warning for Fiber#storage=
Benoit Daloze
2022-12-20
1
-2
/
+5
*
Never use the storage of another Fiber, that violates the whole design
Benoit Daloze
2022-12-20
1
-2
/
+1
*
Add tests for `Queue#pop` with fiber scheduler. (#6953)
Samuel Williams
2022-12-17
1
-0
/
+42
*
Wait killed threads
Nobuyoshi Nakada
2022-12-02
1
-0
/
+2
*
Introduce `Fiber#storage` for inheritable fiber-scoped variables. (#6612)
Samuel Williams
2022-12-01
1
-0
/
+101
*
Add support for `sockaddr_un` on Windows. (#6513)
Samuel Williams
2022-11-17
2
-19
/
+10
*
mutex: Raise a ThreadError when detecting a fiber deadlock (#6680)
Jean byroot Boussier
2022-11-09
1
-1
/
+21
*
We don't care about actual hostname resolution. (#6652)
Samuel Williams
2022-11-01
1
-1
/
+1
*
Avoid missed wakeup with fiber scheduler and Fiber.blocking. (#6588)
Samuel Williams
2022-10-20
2
-0
/
+53
*
Introduce `Fiber::Scheduler#io_select` hook for non-blocking `IO.select`. (#6...
Samuel Williams
2022-10-15
2
-0
/
+29
*
Add missing `f.resume` to fiber test. (#6539)
Samuel Williams
2022-10-13
1
-0
/
+1
*
Simplify implementation of scheduler `io_read` and `io_write`. (#6527)
Samuel Williams
2022-10-12
1
-6
/
+4
*
Improvements to IO::Buffer implementation and documentation. (#6525)
Samuel Williams
2022-10-12
1
-47
/
+34
*
Introduce `Fiber.blocking{}` for bypassing the fiber scheduler. (#6498)
Samuel Williams
2022-10-06
1
-0
/
+11
*
Retain reference to blocking fibers.
Samuel Williams
2022-05-25
2
-18
/
+22
*
test/fiber/test_scheduler.rb: Remove the test file from $LOADED_FEATURES
Yusuke Endoh
2022-05-09
1
-0
/
+1
*
Use a proper mutex for autoloading features. (#5788)
Samuel Williams
2022-05-08
2
-0
/
+22
*
`rb_fiber_terminate` must not return [Bug #18497]
Nobuyoshi Nakada
2022-01-19
1
-0
/
+15
*
Use omit instead of skip without the default gems tests
Hiroshi SHIBATA
2022-01-11
4
-13
/
+13
*
Improve interface for get/set/copy.
Samuel Williams
2021-12-21
1
-2
/
+2
*
test/fiber/test_io_buffer.rb: fix file descriptor leaks
Kazuki Yamaguchi
2021-12-21
1
-1
/
+12
*
Introduce io_result wrapper for passing `[-errno, size]` in VALUE.
Samuel Williams
2021-12-18
3
-0
/
+228
*
Suppress the “experimental" warnings for `IO::Buffer`
Nobuyoshi Nakada
2021-11-23
1
-0
/
+8
*
Mark IO::Buffer as experimental.
Samuel Williams
2021-11-10
1
-0
/
+1
*
Add alternative optional hook for `scheduler_close` to allow public usage of ...
Samuel Williams
2021-09-20
1
-3
/
+15
*
Fix example fiber scheduler reg. writable events
Lars Kanis
2021-08-26
2
-1
/
+46
*
Fix potential hang when joining threads.
Samuel Williams
2021-08-03
2
-2
/
+53
*
Revert "Fix potential hang when joining threads."
Yusuke Endoh
2021-07-28
2
-28
/
+2
*
Fix potential hang when joining threads.
Samuel Williams
2021-07-27
2
-2
/
+28
*
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
[next]