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
/
net
/
http
Commit message (
Expand
)
Author
Age
Files
Lines
*
s/MJIT/RJIT/
Takashi Kokubun
2023-03-06
1
-1
/
+1
*
[ruby/net-http] Fix test for Ruby head
Peter Zhu
2022-11-26
1
-1
/
+5
*
Make String#rstrip{,!} raise Encoding::CompatibilityError for broken coderange
Jeremy Evans
2022-11-24
1
-1
/
+1
*
[ruby/net-http] Remove ENVIRONMENT_VARIABLE_IS_MULTIUSER_SAFE
Jeremy Evans
2022-09-28
1
-14
/
+4
*
[ruby/net-http] Make `Net::HTTPHeader#content_range` return nil on non-byte u...
Shishir Joshi
2022-06-16
1
-0
/
+21
*
Revert "HTTPHeader.content_range throws error on non-byte units"
Nobuyoshi Nakada
2022-06-16
1
-10
/
+0
*
HTTPHeader.content_range throws error on non-byte units
Shishir Joshi
2022-06-16
1
-0
/
+10
*
[ruby/net-http] Feature detect to make net/http usable with JRuby
Karol Bucek
2022-04-20
1
-3
/
+5
*
[ruby/net-http] Add ignore_eof access to HTTP and HTTPResponse
Jeremy Evans
2022-04-20
1
-0
/
+30
*
[ruby/net-http] Update the content-length heading when decoding bodies
Jeremy Evans
2022-04-14
1
-0
/
+13
*
[ruby/net-http] Add HTTP#response_body_encoding for setting response body enc...
Jeremy Evans
2022-04-12
2
-0
/
+289
*
[ruby/net-http] Revert "Update the content-length heading when decoding bodies"
Jeremy Evans
2022-04-03
1
-13
/
+0
*
[ruby/net-http] Update the content-length heading when decoding bodies
Jeremy Evans
2022-04-02
1
-0
/
+13
*
[ruby/net-http] Do not set SNI hostname if connecting to IP address
Jeremy Evans
2022-02-03
1
-1
/
+1
*
[ruby/net-http] Remove redundant MJIT condition
Kazuhiro NISHIYAMA
2022-01-17
1
-1
/
+1
*
[ruby/net-http] Fix unescaped `.` in Regexp
Kazuhiro NISHIYAMA
2022-01-14
1
-2
/
+2
*
[ruby/net-http] Use omit instead of skip for test-unit
Hiroshi SHIBATA
2022-01-11
2
-3
/
+3
*
[ruby/net-http] Handle invalid use of IP addresses in SNI
Jeremy Evans
2022-01-04
1
-1
/
+1
*
Prepare for removing RubyVM::JIT (#5262)
Takashi Kokubun
2021-12-13
1
-1
/
+1
*
Sync test_http_request.rb after fix to net-http
Jeremy Evans
2021-11-15
1
-1
/
+1
*
[ruby/net-http] Fix tests after change to allow HEAD to send Accept-Encoding
Jeremy Evans
2021-11-16
1
-2
/
+3
*
quick fix for `test_initialize_HEAD`
Koichi Sasada
2021-11-11
1
-1
/
+1
*
[ruby/net-http] Reset keep_alive timer on new connection
Kazuki Yamaguchi
2021-11-04
1
-0
/
+24
*
[ruby/net-http] Use omit instead of skip for test-unit
Hiroshi SHIBATA
2021-09-11
1
-1
/
+1
*
Fix test failure of 60b02db5161625dd5f7d22d31989dd966837333c with Windows
Hiroshi SHIBATA
2021-07-29
1
-2
/
+1
*
[ruby/net-http] Enforce write timeout when body_stream is used
Miguel Teixeira
2021-07-29
1
-0
/
+28
*
[ruby/net-http] Do not require stringio
Kazuki Yamaguchi
2021-05-06
1
-1
/
+0
*
Fix test/net/http/test_https.rb host naming for Windows
MSP-Greg
2021-05-04
1
-43
/
+25
*
Workaround failures on Windows
Nobuyoshi Nakada
2021-05-04
1
-0
/
+2
*
[ruby/net-http] Decode user and password from env configured proxy
Lukas Eipert
2021-04-28
1
-0
/
+17
*
Fix a warning
Kazuhiro NISHIYAMA
2021-01-23
1
-1
/
+1
*
[ruby/net-http] RubyVM::MJIT is deprecated, prefer RubyVM::JIT now
Nobuyoshi Nakada
2021-01-21
1
-1
/
+3
*
Rename RubyVM::MJIT to RubyVM::JIT
Takashi Kokubun
2021-01-13
1
-1
/
+1
*
Guard all accesses to RubyVM::MJIT with defined?(RubyVM::MJIT) &&
Benoit Daloze
2020-12-04
1
-1
/
+1
*
test/net/http/test_https.rb: The test logic was buggy
Yusuke Endoh
2020-09-24
1
-4
/
+4
*
test/net/http/test_https.rb: the order of verify_callback seems to vary
Yusuke Endoh
2020-09-24
1
-4
/
+4
*
test/net/http/test_https.rb: Stop the error due to openssl 1.1.1h
Yusuke Endoh
2020-09-24
1
-4
/
+8
*
[ruby/net-http] Fix SSL session reuse test with LibreSSL 3.2+
Jeremy Evans
2020-08-03
1
-0
/
+8
*
[ruby/net-http] Switch invalid server name format
Jeremy Evans
2020-08-03
1
-5
/
+5
*
Skip test_read_body_block_mod for --jit-wait
Takashi Kokubun
2020-06-22
1
-1
/
+2
*
Try increasing read_timeout a little more
Takashi Kokubun
2020-06-21
1
-1
/
+1
*
Increase read_timeout for --jit-wait
Takashi Kokubun
2020-06-21
1
-0
/
+1
*
test/net/http/test_http.rb: relax open_timeout limit
Yusuke Endoh
2020-03-21
1
-1
/
+1
*
Let Net::HTTP.get take request headers (#2957)
Takashi Kokubun
2020-03-10
2
-1
/
+26
*
Fixed FD leak
Nobuyoshi Nakada
2020-03-04
1
-0
/
+2
*
Promote net-http to the default gems.
Hiroshi SHIBATA
2020-02-21
1
-5
/
+5
*
Add #verify_hostname= and #verify_hostname to skip hostname verification (#2858)
Yuta Iwama
2020-01-23
1
-0
/
+23
*
Revert "lib/net/http/response.rb: support raw deflate correctly"
Yusuke Endoh
2019-12-16
1
-16
/
+16
*
lib/net/http/response.rb: support raw deflate correctly
Yusuke Endoh
2019-12-16
1
-16
/
+16
*
fix ipaddr parameter of Net::HTTP.start to support proxy
NARUSE, Yui
2019-12-10
1
-0
/
+39
[next]