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
*
[ruby/net-protocol] Improve BufferedIO performance
Jean Boussier
2022-08-31
1
-18
/
+64
*
[ruby/net-protocol] Bump version to 0.1.3
Hiroshi SHIBATA
2022-04-01
1
-1
/
+1
*
[ruby/net-protocol] Bump up net-protocol version to 0.1.2
Hiroshi SHIBATA
2021-10-21
1
-1
/
+1
*
[ruby/net-protocol] Get rid of `__send__`
Nobuyoshi Nakada
2021-06-16
1
-6
/
+5
*
[ruby/net-protocol] Bump version to 0.1.1
Hiroshi SHIBATA
2021-05-31
1
-1
/
+1
*
Extract version number from the source
Nobuyoshi Nakada
2020-07-30
1
-0
/
+2
*
Fix keyword argument separation issues in lib
Jeremy Evans
2019-08-30
1
-1
/
+1
*
Fix Net::Protocol::BufferedIO#write when sending large multi-byte string
nobu
2018-12-27
1
-1
/
+1
*
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
*
write_timeout doc upates [skip ci]
naruse
2018-06-08
1
-1
/
+1
*
Fix typos [ci skip]
kazu
2018-06-07
1
-1
/
+1
*
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
1
-4
/
+35
*
Fix warning
kazu
2018-01-19
1
-1
/
+1
*
net/http: use writev for HTTP chunked request bodies
normal
2018-01-14
1
-5
/
+5
*
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/protocol: use binary string buffers
normal
2018-01-06
1
-5
/
+5
*
net/protocol: optimize large read case
normal
2018-01-05
1
-1
/
+6
*
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
[next]