index
:
ruby.git
master
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_3_3
ruby_3_4
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
net
/
http
Age
Commit message (
Expand
)
Author
2024-05-08
[ruby/net-http] Skip test_session_reuse_but_expire with OpenSSL 3.3
Xi Ruoyao
2024-03-21
merge revision(s) 64b6a018a38f200c957fdbbe7d0cbe0e64781c9f:
nagachika
2024-01-05
Bump up net-http to 0.4.1
Hiroshi SHIBATA
2023-12-16
merge revision(s) f109269a0392940df2b314e16502c4509b94a290,14fa5e39d72c84d3e1...
nagachika
2023-12-16
merge revision(s) 3dec5dc3462286cdbdb53e496e6175a82bdc39b7:
nagachika
2023-12-16
merge revision(s) 9d58f9382893a71d8badad605879c0120915fbee:
nagachika
2022-11-26
[ruby/net-http] Fix test for Ruby head
Peter Zhu
2022-11-24
Make String#rstrip{,!} raise Encoding::CompatibilityError for broken coderange
Jeremy Evans
2022-09-28
[ruby/net-http] Remove ENVIRONMENT_VARIABLE_IS_MULTIUSER_SAFE
Jeremy Evans
2022-06-16
[ruby/net-http] Make `Net::HTTPHeader#content_range` return nil on non-byte u...
Shishir Joshi
2022-06-16
Revert "HTTPHeader.content_range throws error on non-byte units"
Nobuyoshi Nakada
2022-06-16
HTTPHeader.content_range throws error on non-byte units
Shishir Joshi
2022-04-20
[ruby/net-http] Feature detect to make net/http usable with JRuby
Karol Bucek
2022-04-20
[ruby/net-http] Add ignore_eof access to HTTP and HTTPResponse
Jeremy Evans
2022-04-14
[ruby/net-http] Update the content-length heading when decoding bodies
Jeremy Evans
2022-04-12
[ruby/net-http] Add HTTP#response_body_encoding for setting response body enc...
Jeremy Evans
2022-04-03
[ruby/net-http] Revert "Update the content-length heading when decoding bodies"
Jeremy Evans
2022-04-02
[ruby/net-http] Update the content-length heading when decoding bodies
Jeremy Evans
2022-02-03
[ruby/net-http] Do not set SNI hostname if connecting to IP address
Jeremy Evans
2022-01-17
[ruby/net-http] Remove redundant MJIT condition
Kazuhiro NISHIYAMA
2022-01-14
[ruby/net-http] Fix unescaped `.` in Regexp
Kazuhiro NISHIYAMA
2022-01-11
[ruby/net-http] Use omit instead of skip for test-unit
Hiroshi SHIBATA
2022-01-04
[ruby/net-http] Handle invalid use of IP addresses in SNI
Jeremy Evans
2021-12-13
Prepare for removing RubyVM::JIT (#5262)
Takashi Kokubun
2021-11-15
Sync test_http_request.rb after fix to net-http
Jeremy Evans
2021-11-16
[ruby/net-http] Fix tests after change to allow HEAD to send Accept-Encoding
Jeremy Evans
2021-11-11
quick fix for `test_initialize_HEAD`
Koichi Sasada
2021-11-04
[ruby/net-http] Reset keep_alive timer on new connection
Kazuki Yamaguchi
2021-09-11
[ruby/net-http] Use omit instead of skip for test-unit
Hiroshi SHIBATA
2021-07-29
Fix test failure of 60b02db5161625dd5f7d22d31989dd966837333c with Windows
Hiroshi SHIBATA
2021-07-29
[ruby/net-http] Enforce write timeout when body_stream is used
Miguel Teixeira
2021-05-06
[ruby/net-http] Do not require stringio
Kazuki Yamaguchi
2021-05-04
Fix test/net/http/test_https.rb host naming for Windows
MSP-Greg
2021-05-04
Workaround failures on Windows
Nobuyoshi Nakada
2021-04-28
[ruby/net-http] Decode user and password from env configured proxy
Lukas Eipert
2021-01-23
Fix a warning
Kazuhiro NISHIYAMA
2021-01-21
[ruby/net-http] RubyVM::MJIT is deprecated, prefer RubyVM::JIT now
Nobuyoshi Nakada
2021-01-13
Rename RubyVM::MJIT to RubyVM::JIT
Takashi Kokubun
2020-12-04
Guard all accesses to RubyVM::MJIT with defined?(RubyVM::MJIT) &&
Benoit Daloze
2020-09-24
test/net/http/test_https.rb: The test logic was buggy
Yusuke Endoh
2020-09-24
test/net/http/test_https.rb: the order of verify_callback seems to vary
Yusuke Endoh
2020-09-24
test/net/http/test_https.rb: Stop the error due to openssl 1.1.1h
Yusuke Endoh
2020-08-03
[ruby/net-http] Fix SSL session reuse test with LibreSSL 3.2+
Jeremy Evans
2020-08-03
[ruby/net-http] Switch invalid server name format
Jeremy Evans
2020-06-22
Skip test_read_body_block_mod for --jit-wait
Takashi Kokubun
2020-06-21
Try increasing read_timeout a little more
Takashi Kokubun
2020-06-21
Increase read_timeout for --jit-wait
Takashi Kokubun
2020-03-21
test/net/http/test_http.rb: relax open_timeout limit
Yusuke Endoh
2020-03-10
Let Net::HTTP.get take request headers (#2957)
Takashi Kokubun
2020-03-04
Fixed FD leak
Nobuyoshi Nakada
[next]