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
/
protocol.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib/net/protocol.rb: account read_bytes before caller sees it
normal
2017-05-22
1
-3
/
+6
*
lib/net/protocol: clear short-lived read buffer
normal
2017-05-21
1
-1
/
+3
*
lib/net/protocol.rb: preserve backtrace information
shugo
2017-01-12
1
-2
/
+1
*
lib/net/protocol.rb: Specify frozen_string_literal: true.
kazu
2017-01-11
1
-5
/
+5
*
net/protocol.rb: kwargs
nobu
2016-11-14
1
-5
/
+5
*
* lib/net/smtp.rb (tlsconnect): support timeout for TLS handshake.
shugo
2016-11-05
1
-0
/
+18
*
Add frozen_string_literal: false for all files
naruse
2015-12-16
1
-0
/
+1
*
lib/net/*: use io/wait methods instead of IO.select
normal
2015-04-15
1
-2
/
+3
*
lib/net/protocol.rb (rbuf_fill): avoid exception with read_nonblock
normal
2015-04-10
1
-15
/
+13
*
net/protocol.rb: fix SMTP dot stuffing
nobu
2014-05-23
1
-2
/
+6
*
* lib/net/protocol.rb (Net::InternetMessageIO#each_crlf_line):
naruse
2012-11-08
1
-1
/
+1
*
* lib/net/protocol.rb (Net::InternetMessageIO#each_crlf_line):
naruse
2012-11-06
1
-1
/
+1
*
* lib/net/protocol.rb (module Net): Added ReadTimeout to match
drbrain
2012-04-11
1
-2
/
+13
*
* lib/net/protocol.rb: Add OpenTimeout subclass of Timeout::Error
drbrain
2012-02-28
1
-0
/
+1
*
* lib/net/http.rb, lib/net/protocol.rb: Allow to configure to wait
nahi
2011-05-31
1
-0
/
+2
*
* lib/net/protocol.rb (eof?): BufferedIO should proxy eof? to the
tenderlove
2011-01-06
1
-0
/
+4
*
* lib/net/http.rb (Net::HTTPRequest#set_form): Added to support
naruse
2010-12-13
1
-0
/
+2
*
* lib/net/protocol.rb (Net::BufferedIO#rbuf_fill): TimeoutError is
nobu
2009-06-12
1
-2
/
+2
*
* io.c (rb_mWaitReadable): defined.
akr
2009-03-19
1
-1
/
+9
*
* {ext,lib,test}/**/*.rb: removed trailing spaces.
nobu
2009-03-06
1
-2
/
+2
*
* lib/net/protocol.rb (Net::BufferedIO#rbuf_fill): avoid calling
matz
2008-12-23
1
-1
/
+1
*
* lib/net/protocol.rb (Net::BufferedIO#rbuf_fill): use
matz
2008-12-02
1
-3
/
+9
*
* lib/net/protocol.rb (rbuf_read): extend buffer size for speed.
aamine
2007-03-19
1
-1
/
+3
*
* lib/net/smtp.rb: support automatic STARTTLS.
aamine
2007-03-05
1
-2
/
+2
*
* lib/net/protocol.rb (rbuf_fill): OpenSSL::SSLSocket has its own buffer, sel...
aamine
2004-08-18
1
-4
/
+3
*
* lib/net/protocol.rb (each_crlf_line): remove junk line.
aamine
2004-05-10
1
-1
/
+0
*
* lib/net/http.rb: spin off https code again.
aamine
2004-03-06
1
-124
/
+103
*
* lib/net/protocol.rb: remove method: InternetMessageIO#address, port, ip_add...
aamine
2004-03-06
1
-120
/
+74
*
* lib/net/protocol.rb (WriteAdapater#puts): must append "\n" to the string, d...
aamine
2004-02-12
1
-1
/
+1
*
* lib/net/protocol.rb: logging response body. [experimental] [ruby-list:38800]
aamine
2003-11-16
1
-4
/
+4
*
Small changes to documentation; mainly hiding things from RDoc.
gsinclair
2003-08-21
1
-1
/
+1
*
* lib/net/http.rb: update document.
aamine
2003-08-05
1
-28
/
+23
*
* lib/net/smtp.rb: unify SMTP and SMTPCommand.
aamine
2003-07-02
1
-153
/
+149
*
* lib/net/http.rb: set old class aliases for backward compatibility. [ruby-ta...
aamine
2003-07-02
1
-0
/
+6
*
* lib/net/http.rb: define Net::HTTPResponse#to_ary for backward compatibility...
aamine
2003-06-06
1
-4
/
+4
*
* lib/net/protocol.rb: reintroduce Protocol.protocol_param.
aamine
2003-05-02
1
-0
/
+11
*
* lib/net/protocol.rb: remove Protocol class.
aamine
2003-05-02
1
-341
/
+2
*
* lib/net/smtp.rb: changes coding style.
aamine
2002-11-21
1
-60
/
+55
*
use Object#class instead of deprecated Object#type.
nobu
2002-10-02
1
-4
/
+4
*
* string.c (rb_str_slice_bang): if there's no corresponding
matz
2002-07-11
1
-1
/
+1
*
* lib/net/http.rb: HTTP.get accepts URI.
aamine
2002-03-26
1
-42
/
+47
*
net/protocol.rb: Protocol#start should return self.
aamine
2002-03-22
1
-1
/
+1
*
* lib/net/protocol.rb: set read_timeout dynamically.
aamine
2002-02-22
1
-1
/
+8
*
aamine
aamine
2002-02-19
1
-177
/
+134
*
aamine
aamine
2002-02-07
1
-1
/
+1
*
aamine
aamine
2001-12-30
1
-212
/
+202
*
aamine
aamine
2001-12-20
1
-4
/
+4
*
aamine
aamine
2001-12-13
1
-56
/
+45
*
aamine
aamine
2001-12-09
1
-1
/
+1
*
aamine
aamine
2001-12-07
1
-6
/
+5
[next]