dumping ground for random patches and texts
 help / color / mirror / Atom feed
 messages from 2017-05-23 02:27:22 to 2017-12-26 04:39:39 UTC [more...]

[PATCH 1/2] webrick: favor .write over << method
 2017-12-26  4:39 UTC 

[PATCH 0/6] webrick: audit and fix Kernel#open misuse
 2017-12-21 11:55 UTC  (7+ messages)
` [PATCH 1/6] webrick: httpauth requires regular files
` [PATCH 2/6] webrick/httpservlet/cgi_runner.rb: remove unnecessary open
` [PATCH 3/6] webrick: add test for WEBrick::HTTPServlet::ERBHandler
` [PATCH 4/6] webrick: WEBrick::Log requires path arg when given string
` [PATCH 5/6] webrick/httpservlet/*handler: use File.open
` [PATCH 6/6] webrick/httputils: note Kernel#open behavior

[PATCH] socket: use frozen string buffer when releasing GVL
 2017-12-19  7:45 UTC 

[PATCH] io.c: IO#pwrite uses tmp buffer to avoid parallel modification
 2017-12-17 22:21 UTC 

[PATCH] git-svn: convert CRLF to LF in commit message to SVN
 2017-12-13 21:41 UTC 

[PATCH 0/2] thriber: rebased against r61067
 2017-12-07  4:18 UTC 

[PATCH 1/2] thriber: green threads implemented using fibers
 2017-12-06 22:16 UTC  (2+ messages)
` [PATCH 2/2] thriber: non-native fiber support

[PATCH] WIP-mbox-dl-search
 2017-11-29  9:33 UTC 

[PATCH] file: release GVL for access(2) syscalls
 2017-11-28  3:06 UTC 

[PATCH] File.mkfifo releases GVL
 2017-11-19  5:29 UTC 

[PATCH] file.c (rb_file_s_mkfifo): use mode_t instead of int
 2017-11-19  5:22 UTC 

[PATCH] file.c: fix 64-bit conversion warnings
 2017-11-19  5:00 UTC 

[PATCH] File.readlink and rb_readlink releases GVL
 2017-11-19  4:53 UTC 

[PATCH] fix manpage warning: "table wider than line width"
 2017-11-18 23:05 UTC 

[PATCH] remove joke instructions from the VM
 2017-11-15  7:01 UTC 

[PATCH] adpcm: fix stack overflow (CVE-2017-15372)
 2017-11-07  1:09 UTC 

[PATCH] adpcm: fix stack overflow (CVE-2017-15372)
 2017-11-07  1:04 UTC 

[PATCH] io.c: fix IO.copy_stream on O_APPEND destination on Linux
 2017-10-27 18:15 UTC 

[PATCH] socket: fix BasicSocket#*_nonblock buffering bugs from r58400
 2017-10-27 17:56 UTC 

[PATCH] webrick: body proc
 2017-10-27 17:43 UTC 

[PATCH] socket: fix BasicSocket#*_nonblock buffering bugs from r58400
 2017-10-26 22:54 UTC 

[PATCH] file.c: fix possible alignment bugs in r60386
 2017-10-24 23:19 UTC 

[PATCH] Dir.chdir releases GVL
 2017-10-18  0:12 UTC 

[PATCH 1/4] file.c: apply2files releases GVL
 2017-10-17 21:51 UTC  (4+ messages)
` [PATCH 2/4] dir.c: release GVL around remaining readdir calls
` [PATCH 3/4] dir: release GVL on opendir
` [PATCH 4/4] dir.c: openat calls release GVL, too

[PATCH] file.c: apply2files releases GVL
 2017-10-12 19:12 UTC 

[PATCH] webrick: do not hang acceptor on slow TLS connections
 2017-10-11 23:12 UTC 

[PATCH] file.c: apply2files releases GVL
 2017-10-10 19:12 UTC 

[PATCH] file.c: apply2files releases GVL
 2017-10-06 18:04 UTC 

[PATCH] apply2files no gvl
 2017-10-05 22:46 UTC 

[PATCH] apply2files no gvl
 2017-10-05 21:39 UTC 

[PATCH] webrick: avoid unnecessary IO#sync= call
 2017-10-05 19:15 UTC 

[PATCH] webrick: avoid needless wakeup from IO.select
 2017-10-04 23:57 UTC 

[PATCH] file.c: document File.{setuid?,setgid?,sticky?} support for IO objects
 2017-10-04 20:53 UTC 

[PATCH] mbox: start supporting filenames for downloads
 2017-10-04  3:00 UTC 

[PATCH] Dir.empty? releases GVL
 2017-10-03 23:55 UTC 

[PATCH] Dir.empty? releases GVL
 2017-10-03 23:51 UTC 

[PATCH] file.c: simplify eaccess(3) callers
 2017-10-03 23:46 UTC 

[PATCH] file.c: release GVL in File.{setuid?,setgid?,sticky?}
 2017-10-03 23:46 UTC 

[PATCH] file.c: release GVL around lstat(2)
 2017-10-03 23:01 UTC 

[PATCH] search: try to fill in ghosts when generating thread skeleton
 2017-10-02 22:21 UTC 

[PATCH] Dir.empty? releases GVL
 2017-10-02 18:33 UTC 

[PATCH] file.c: release GVL around lstat(2)
 2017-10-01 22:03 UTC 

[PATCH] Dir.empty? releases GVL
 2017-10-01  4:03 UTC 

[PATCH] File#rename releases GVL
 2017-10-01  4:01 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] Dir.empty? releases GVL
 2017-10-01  1:47 UTC 

[PATCH 1/3] thriber: green threads implemented using fibers
 2017-09-28  0:42 UTC  (3+ messages)
` [PATCH 2/3] thread_pthread: do not corrupt stack
` [PATCH 3/3] thriber: non-native fiber support

[PATCH 1/7] thriber: green threads implemented using fibers
 2017-09-27  2:51 UTC  (7+ messages)
` [PATCH 2/7] thread_pthread: do not corrupt stack
` [PATCH 3/7] WIP thriber: non-native fiber support
` [PATCH 4/7] cast fix
` [PATCH 5/7] kq heap fixes
` [PATCH 6/7] io.c on heap
` [PATCH 7/7] wip-kq

[PATCH 0/3] implement IO.writev method
 2017-09-26  0:55 UTC 

[PATCH v3] process: block/unblock signals around fork
 2017-09-20  8:22 UTC 

[PATCH] process: block/unblock signals around fork
 2017-09-20  8:07 UTC 

[PATCH] [Bug #13916] attempted fix - lightly tested
 2017-09-19 22:32 UTC 

2.73 Patch Roll-up and Release
 2017-09-19  7:45 UTC 

[PATCH] thriber: green threads implemented using fibers
 2017-09-12  5:30 UTC 

[PATCH 1/8] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid
 2017-09-12  2:38 UTC  (8+ messages)
` [PATCH 2/8] wip-select-select
` [PATCH 3/8] select-with-epoll
` [PATCH 4/8] avoid infinite wait due to untracked resume
` [PATCH 5/8] kqueue: emulate select (WIP)
` [PATCH 6/8] rename auto-Fiber to Thriber
` [PATCH 7/8] cleanup
` [PATCH 8/8] fix?

[PATCH] fiber: fix machine stack marking when FIBER_USE_NATIVE is 0
 2017-09-08  6:28 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 1/4] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid
 2017-09-01  2:30 UTC  (4+ messages)
` [PATCH 2/4] wip-select-select
` [PATCH 3/4] select-with-epoll
` [PATCH 4/4] avoid infinite wait due to untracked resume

[PATCH] thread_pthread.c: do not wakeup inside child processes
 2017-08-28 23:47 UTC  (3+ messages)
` [PATCH v2?] thread_pthread.c: avoid infinite loop

cflow thread/sig
 2017-08-23 23:31 UTC 

[PATCH] dir.c (ruby_brace_expand): RB_GC_GUARD safety
 2017-07-25  5:37 UTC 

[PATCH] avoid garbage from Symbol#to_s in interpolation
 2017-07-18  6:49 UTC 

[PATCH] WIP
 2017-07-15  1:42 UTC 

[PATCH] prevent premature GC of string buffer in parse_pg_array
 2017-07-14 21:09 UTC 

[PATCH] avoid garbage from Symbol#to_s in interpolation
 2017-07-13  8:05 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] avoid garbage from Symbol#to_s in interpolation
 2017-07-13  7:54 UTC 

[PATCH] hash: keep fstrings of tainted strings for string keys
 2017-07-13  2:56 UTC  (2+ messages)
` [PATCH] instrumentation patch

[PATCH] Hash#[]= deduplicates string keys if (and only if)fstring exists
 2017-07-07  0:06 UTC 

[PATCH] net/imap: dedupe attr keys in Net::IMAP::FetchData
 2017-07-06  9:08 UTC 

[PATCH] net/http: allow existing socket arg for Net::HTTP.start
 2017-07-05 11:24 UTC 

[PATCH] avoid garbage from Symbol#to_s in interpolation
 2017-07-04 19:25 UTC 

[PATCH 1/2] tostring
 2017-07-04 19:16 UTC  (2+ messages)
` [PATCH 2/2] dbg

[PATCH] hot arming
 2017-07-04  4:25 UTC 

[PATCH 1/4] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid
 2017-07-04  2:17 UTC  (4+ messages)
` [PATCH 2/4] cpu usage adjust
` [PATCH 3/4] wip-select-select
` [PATCH 4/4] select-with-epoll

[PATCH v3] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid
 2017-07-02 21:55 UTC 

[PATCH] select: lazy allocate and on-stack
 2017-07-02  9:14 UTC 

[PATCH 1/6] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid
 2017-07-02  5:26 UTC  (6+ messages)
` [PATCH 2/6] iom_schedule_pid: fix race
` [PATCH 3/6] iom_common: wip
` [PATCH 4/6] dbg
` [PATCH 5/6] test: increase CPU usage check time
` [PATCH 6/6] avoid race in waitpid

[PATCH 1/5] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid
 2017-07-01  2:43 UTC  (5+ messages)
` [PATCH 2/5] iom_schedule_pid: fix race
` [PATCH 3/5] dbg
` [PATCH 4/5] iom_common: wip
` [PATCH 5/5] wip-select-select

[PATCH] array.c: more predefined IDs
 2017-06-29 22:18 UTC 

[PATCH] remove unused rb_obj_basic_to_s_p function
 2017-06-29 22:17 UTC 

[PATCH v2] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid
 2017-06-29  4:35 UTC 

[PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid
 2017-06-29  3:58 UTC 

[PATCH] thread: futex based thread primitives: another take
 2017-06-29  3:07 UTC 

[PATCH] deflater: avoid block capture in each
 2017-06-29  1:50 UTC 

[PATCH] deflater: avoid block capture in each
 2017-06-28 21:18 UTC 

FUTEX_REQUEUE.test
 2017-06-27  1:39 UTC 

[PATCH] thread: futex based GVL: another take
 2017-06-27  0:58 UTC 

[PATCH 0/2] fix [Bug #13632] for older releases
 2017-06-07 19:59 UTC  (3+ messages)
` [PATCH 1/2] speed up IO#close with many threads
` [PATCH 2/2] IO#close: do not enqueue redundant interrupts (take #2)

[PATCH] tool/runruby.rb: test with smallest possible machine stack
 2017-06-06 22:55 UTC 

[PATCH] IO#close: do not enqueue redundant interrupts (take #2)
 2017-06-06 22:34 UTC 

[PATCH] mjit: fix -Werror=Wshorten-64-to-32 errors on clang
 2017-06-06  1:29 UTC 

[PATCH] configure.in: use AC_C_RESTRICT macro
 2017-06-06  1:29 UTC 

[PATCH] IO#close: do not enqueue redundant interrupts [backport 2.4]
 2017-06-06  0:16 UTC 

[PATCH] IO#close: do not enqueue redundant interrupts
 2017-06-06  0:06 UTC 

[PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid
 2017-06-01  0:07 UTC 

[PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid
 2017-05-31 23:37 UTC 

[PATCH 1/6] auto fiber scheduling for I/O
 2017-05-31  5:53 UTC  (6+ messages)
` [PATCH 2/6] iom: implement waitpid generically
` [PATCH 3/6] kqueue: multisleep
` [PATCH 4/6] CPU usage
` [PATCH 5/6] CPU
` [PATCH 6/6] fix waitpid

[PATCH 1/7] auto fiber scheduling for I/O
 2017-05-30 19:03 UTC  (7+ messages)
` [PATCH 2/7] iom: implement waitpid generically
` [PATCH 3/7] iom: move to fdmap
` [PATCH 4/7] epoll fdmap inversion
` [PATCH 5/7] kq-share
` [PATCH 6/7] wip
` [PATCH 7/7] wip

[PATCH] fix conditions for long sleep
 2017-05-27  7:25 UTC 

[PATCH] test for IO.copy_stream CPU usage (r58534)
 2017-05-27  7:11 UTC 

[PATCH] return value epoll
 2017-05-27  6:33 UTC 

[PATCH] single FD test
 2017-05-27  6:31 UTC 

[PATCH] common: "test-all" depends on "exts" target
 2017-05-27  4:21 UTC 

[PATCH 1/4] auto fiber scheduling for I/O
 2017-05-26  8:17 UTC  (4+ messages)
` [PATCH 2/4] iom: implement waitpid generically
` [PATCH 3/4] fdmap
` [PATCH 4/4] wip-kqfdmap

[PATCH 1/4] auto fiber scheduling for I/O
 2017-05-26  5:34 UTC  (4+ messages)
` [PATCH 2/4] iom: implement waitpid generically
` [PATCH 3/4] fdmap
` [PATCH 4/4] wip-kqfdmap

[PATCH 1/4] auto fiber scheduling and friends (VERY LIGHTLY TESTED)
 2017-05-25 18:48 UTC  (4+ messages)
` [PATCH 2/4] iom: implement waitpid
` [PATCH 3/4] libkqueue support
` [PATCH 4/4] sleep

[PATCH] iom_epoll: reduce max potetial stack usage
 2017-05-25  3:20 UTC 

[PATCH] string.c: fix String#crypt leak introduced in r58866
 2017-05-24 21:23 UTC 

[PATCH] thread_pthread: retry timer thread creation w/o attr on EINVAL:
 2017-05-24 10:19 UTC 

[PATCH 01/10] string.c (rb_str_crypt): fix excessive stack use with crypt_r
 2017-05-24  9:07 UTC  (10+ messages)
` [PATCH 02/10] Add debug counters
` [PATCH 03/10] string.c: for small crypt_data
` [PATCH 04/10] Improve performance in where push the element into non shared Array object
` [PATCH 05/10] auto fiber scheduling and friends (VERY LIGHTLY TESTED)
` [PATCH 06/10] iom: implement waitpid
` [PATCH 07/10] avoid redefinition
` [PATCH 08/10] fix waitpid on freebsd
` [PATCH 09/10] wip
` [PATCH 10/10] kq works

[PATCH] string.c (rb_str_crypt): fix excessive stack use with crypt_r
 2017-05-24  2:53 UTC 

[PATCH] rubyspec/core/io/popen_spec: avoid lingering "ruby -e sleep" process
 2017-05-24  0:14 UTC 

[PATCH 01/19] auto fiber scheduling and friends (VERY LIGHTLY TESTED)
 2017-05-23  2:27 UTC  (13+ messages)
` [PATCH 08/19] O3
` [PATCH 09/19] compact waiter structure, timer holds fibval
` [PATCH 10/19] wip
` [PATCH 11/19] epworks
` [PATCH 12/19] ep cleanups - need testing
` [PATCH 13/19] epoll pingers need to notify the waiter
` [PATCH 14/19] less mem
` [PATCH 15/19] epoll: do not sleep with no timers or waiters
` [PATCH 16/19] epoll: track FD list anyways
` [PATCH 17/19] fork + retry
` [PATCH 18/19] iom_select: fix empty case
` [PATCH 19/19] iom: implement waitpid


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).