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
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix documentation for Net::SMTPServerBusy
Jeremy Evans
2019-06-27
1
-1
/
+1
*
Avoid verbose warning when using Net::POP3 with SSL
Jeremy Evans
2019-06-20
1
-0
/
+1
*
Support SNI (Reapplying r67488)
knu
2019-04-15
1
-0
/
+1
*
Reverting all commits from r67479 to r67496 because of CI failures
kazu
2019-04-10
1
-1
/
+0
*
Support SNI
shugo
2019-04-09
1
-0
/
+1
*
* lib/net/http.rb: handle Errno::ETIMEDOUT in Net::HTTP#transport_request
glass
2019-01-21
1
-1
/
+1
*
Revert "lib/net/http.rb: use connect_timeout instead of Timeout"
glass
2018-12-31
4
-27
/
+18
*
lib/net/http.rb: use connect_timeout instead of Timeout
glass
2018-12-31
4
-18
/
+27
*
Fix Net::Protocol::BufferedIO#write when sending large multi-byte string
nobu
2018-12-27
1
-1
/
+1
*
Move autoload to toplevel
naruse
2018-12-14
1
-1
/
+1
*
ReFix r663197
nobu
2018-12-11
1
-10
/
+10
*
Fix r663197
nobu
2018-12-11
1
-10
/
+10
*
Preserve HTTP header key as string [Bug #15394]
naruse
2018-12-10
1
-12
/
+14
*
Net::ReadTimeout and Net::WriteTimeout should tell the cause socket
usa
2018-12-10
1
-5
/
+31
*
Use delete_prefix instead of `sub(/\Afixed-pattern/, '')`
kazu
2018-12-04
1
-1
/
+1
*
Fix up r65505 [ci skip]
kazu
2018-11-05
1
-1
/
+1
*
lib/*: Prefer require_relative over require.
marcandre
2018-11-02
6
-7
/
+7
*
lib/net/http.rb: [DOC] fix typos
stomar
2018-10-21
1
-6
/
+6
*
Add negotiated SSL protocol and cipher to Net::HTTP debug output
naruse
2018-10-20
1
-1
/
+1
*
Improve doc of multipart/form-data [Bug #15019]
aycabta
2018-10-20
1
-5
/
+2
*
net/http: Improve net/http header error message.
marcandre
2018-09-19
1
-1
/
+1
*
Use unpack1 instead of unpack and `[0]`
kazu
2018-09-03
1
-1
/
+1
*
net/http, net/ftp: fix session resumption with TLS 1.3
rhe
2018-08-08
2
-3
/
+9
*
Get rid of warnings of test/spec
usa
2018-06-14
1
-1
/
+0
*
write_timeout doc upates [skip ci]
naruse
2018-06-08
2
-2
/
+3
*
Fix typos [ci skip]
kazu
2018-06-07
1
-1
/
+1
*
Use `Net::HTTPClientException` instead of `Net::HTTPServerException`
naruse
2018-06-06
1
-1
/
+1
*
Add Net::HTTPClientException [Bug #14688]
naruse
2018-06-06
1
-0
/
+8
*
fix r63587
naruse
2018-06-06
1
-18
/
+18
*
fix r63587 with temporal patch to pass the tests. please re-fix it.
ko1
2018-06-06
1
-1
/
+1
*
Introduce write_timeout to Net::HTTP [Feature #13396]
naruse
2018-06-06
2
-5
/
+51
*
net/imap: Fix ArgumentError in send_string_data
shugo
2018-05-11
1
-7
/
+7
*
net/imap: set SO_KEEPALIVE on TCP sockets
normal
2018-04-22
1
-1
/
+3
*
Raise ArgumentError if host component is nil
naruse
2018-03-08
1
-0
/
+2
*
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
*
Fix warning
kazu
2018-01-19
1
-1
/
+1
*
net/http: use writev for HTTP chunked request bodies
normal
2018-01-14
2
-8
/
+7
*
Add `103 Early Hints` to `Net::HTTP::STATUS_CODES` [ci skip]
kazu
2018-01-12
1
-0
/
+1
*
net/http: clear compressed chunk after decompression
normal
2018-01-08
1
-0
/
+1
*
net/protocol: read directly into rbuf if it's empty
normal
2018-01-08
1
-1
/
+3
*
net/protocol: use binary string buffers
normal
2018-01-08
1
-5
/
+5
*
Revert "net/protocol: use binary string buffers"
normal
2018-01-06
1
-5
/
+5
*
net/ftp: fix FrozenError in BufferedSocket
normal
2018-01-06
1
-1
/
+1
*
net/protocol: use binary string buffers
normal
2018-01-06
1
-5
/
+5
*
Update Status Code
kazu
2018-01-06
1
-11
/
+15
*
Add 103 Early Hints
kazu
2018-01-06
1
-0
/
+4
*
Specify frozen_string_literal: true
kazu
2018-01-06
1
-1
/
+1
*
net/protocol: optimize large read case
normal
2018-01-05
1
-1
/
+6
*
raise error if value contains CR/LF in iniheader of initialize_http_header
naruse
2017-12-20
1
-3
/
+7
[next]