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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
get rid of test error/failure on Windows introduced at r62955
usa
2018-03-28
2
-2
/
+12
*
Use Regexp#match? in time.rb for conditionals
nobu
2018-03-28
1
-8
/
+4
*
Ignore file separator from tmpfile/tmpdir name.
hsbt
2018-03-28
1
-0
/
+2
*
webrick: prevent response splitting and header injection
normal
2018-03-28
1
-2
/
+17
*
webrick/httpproxy: stream request and response bodies
normal
2018-03-28
2
-31
/
+69
*
webrick/httpauth/digestauth: stream req.body
normal
2018-03-28
1
-3
/
+5
*
webrick/httprequest: use InputBufferSize for chunked requests
normal
2018-03-28
1
-5
/
+9
*
webrick/httprequest: raise correct exception
normal
2018-03-28
1
-1
/
+1
*
webrick/httpservlet/cgihandler: reduce memory use
normal
2018-03-28
1
-3
/
+1
*
webrick/httprequest: limit request headers size
normal
2018-03-28
1
-1
/
+8
*
webrick: use IO.copy_stream for multipart response
normal
2018-03-28
1
-15
/
+31
*
webrick/httpresponse: make ChunkedWrapper copy_stream-compatible
normal
2018-03-28
1
-2
/
+7
*
webrick: quiet warning for multi-part ranges
normal
2018-03-28
1
-0
/
+5
*
webrick: use IO.copy_stream for single range response
normal
2018-03-28
2
-11
/
+10
*
webrick/httpresponse: IO.copy_stream for regular files
normal
2018-03-28
1
-24
/
+3
*
webrick: favor .write over << method
normal
2018-03-28
2
-10
/
+15
*
fix regexp introduced at recent RDoc update (r62924).
ko1
2018-03-28
1
-1
/
+1
*
* remove trailing spaces.
svn
2018-03-26
2
-108
/
+108
*
Merge RDoc 6.0.3 from upstream.
hsbt
2018-03-26
24
-413
/
+302
*
set UTF-8 if given URI string is ASCII
naruse
2018-03-22
1
-1
/
+3
*
Docs and tests on URI.hierarchical?, URI.absolute?
nobu
2018-03-21
1
-3
/
+21
*
Improve CSV performance
watson1978
2018-03-18
1
-7
/
+7
*
If host of URI is omitted, make it with IP address.
seki
2018-03-17
1
-1
/
+5
*
Introduce URI::File to handle file URI scheme
naruse
2018-03-15
2
-1
/
+98
*
Fix typos [ci skip]
kazu
2018-03-13
1
-3
/
+3
*
Add FileUtils#cp_lr
mame
2018-03-13
1
-0
/
+69
*
Hash instead of Set
nobu
2018-03-13
1
-3
/
+2
*
Speed up func1.func2 completion by using Set for ignored modules
nobu
2018-03-13
1
-11
/
+28
*
Raise ArgumentError if host component is nil
naruse
2018-03-08
1
-0
/
+2
*
fix error if the input is mixed Unicode and percent-escapes
naruse
2018-03-08
1
-3
/
+3
*
resolv.rb: remove rangerand
nobu
2018-03-06
1
-12
/
+2
*
resolv.rb: close socket
nobu
2018-03-06
1
-33
/
+69
*
Clarify the documentation of the YAML module [Misc #14567]
eregon
2018-03-02
1
-3
/
+4
*
erb.rb: relax warn level of ERB.new
k0kubun
2018-02-28
1
-3
/
+3
*
Add a new #filter alias for #select
eregon
2018-02-25
1
-0
/
+3
*
lib/erb.rb: Add uplevel to warn
kazu
2018-02-24
1
-3
/
+3
*
erb.rb: deprecate safe_level of ERB.new
k0kubun
2018-02-22
3
-7
/
+32
*
Merge RubyGems 2.7.6 from upstream.
hsbt
2018-02-16
8
-22
/
+77
*
lib/ostruct.rb: Use `FrozenError` instead of `RuntimeError`.
marcandre
2018-02-06
1
-1
/
+1
*
lib/matrix.rb: Document deprecated methods [#12032] [doc] [ci-skip]
marcandre
2018-02-06
1
-0
/
+9
*
Merge RubyGems-2.7.5 from upstream.
hsbt
2018-02-06
20
-45
/
+69
*
net/http: fix documentation for HTTP connection reuse
normal
2018-01-30
1
-5
/
+4
*
net/pop: make modified strings mutable
normal
2018-01-30
1
-6
/
+6
*
uri/common: reduce allocations and retained objects
normal
2018-01-28
1
-8
/
+8
*
optparse.rb: froze string literals
nobu
2018-01-26
1
-4
/
+4
*
optparse.rb: literal newline
nobu
2018-01-25
1
-1
/
+2
*
revert r62032 because it refers to a undefined variable
ko1
2018-01-25
1
-1
/
+1
*
optparse.rb: literal newline
nobu
2018-01-24
1
-1
/
+1
*
mkmf.rb: werror on mswin
nobu
2018-01-24
1
-0
/
+1
*
mkmf.rb: ignore linker warnings
nobu
2018-01-22
1
-1
/
+1
[next]