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
*
* ext/pathname/lib/pathname.rb: Fix typos and grammar mistakes. Patch
drbrain
2011-08-26
1
-2
/
+2
*
* lib/net/imap.rb (idle): raises a Net::IMAP::Error when the
shugo
2011-08-19
1
-3
/
+13
*
* lib/net/imap.rb (msg_att): accepts extra space before ')'.
shugo
2011-08-19
1
-1
/
+1
*
* lib/net/pop.rb: fix typo in document.
akr
2011-08-10
3
-4
/
+4
*
* lib/net/http.rb: come back autoload. OpenSSL constant is used
naruse
2011-08-09
1
-6
/
+2
*
* lib/net/http.rb: Net::HTTP#finish is used to manually close
drbrain
2011-07-22
1
-1
/
+1
*
* lib/net/http.rb (Net::HTTP.post_form): Do not ignore query part of
nahi
2011-06-21
1
-1
/
+1
*
* lib/timeout.rb: Clarify timeout duration types. Patch by Alf Mikula.
drbrain
2011-06-16
1
-4
/
+6
*
* lib/net/imap.rb (search_response): parses SEARCH responses from
shugo
2011-06-16
1
-1
/
+2
*
Additional fix for r31933.
naruse
2011-06-13
1
-6
/
+7
*
* lib/net/http.rb (Net::HTTP#use_ssl?): require 'openssl' only when
naruse
2011-06-13
1
-2
/
+4
*
* lib/net/http.rb: don't use autoload.
naruse
2011-06-06
1
-3
/
+7
*
* lib/net/http.rb, lib/net/protocol.rb: Allow to configure to wait
nahi
2011-05-31
2
-6
/
+41
*
* lib/net/pop.rb: Hide implementation details from RDoc.
drbrain
2011-05-25
1
-4
/
+4
*
* lib/net/ftp.rb: Add :nodoc: for private methods.
drbrain
2011-05-25
1
-34
/
+39
*
* lib/net/smtp.rb: Document Net::SMTP::Response. Patch by J.R. Garcia.
drbrain
2011-05-23
1
-0
/
+25
*
* lib: revert r31635-r31638 and untabify with expand(1).
nobu
2011-05-19
3
-363
/
+363
*
* lib/benchmark.rb: Fix indentation.
drbrain
2011-05-18
1
-44
/
+44
*
* lib/net/imap.rb: Fix indentation of EOF for heredoc.
drbrain
2011-05-18
1
-2
/
+2
*
* lib: Convert tabs to spaces for ruby files per
drbrain
2011-05-18
3
-639
/
+639
*
* lib/net/ftp.rb (module Net):
drbrain
2011-05-17
1
-1
/
+54
*
* lib/net/http.rb: Improve documentation of proxy configuration
drbrain
2011-05-16
1
-4
/
+12
*
* lib/net/pop.rb: Improve documentation. Patch by Vincent Batts.
drbrain
2011-05-16
2
-0
/
+22
*
* lib/net/http.rb: Fix nodoc for Net::HTTP::version_1_1?. Patch by
drbrain
2011-05-16
1
-2
/
+1
*
* remove trailing spaces.
nobu
2011-05-15
1
-1
/
+1
*
* lib/net/http.rb (Net::HTTP#connect): support SNI (Server Name
akr
2011-02-07
1
-0
/
+2
*
* lib/net/imap.rb: use bytesize for binary strings.
naruse
2011-01-14
1
-2
/
+2
*
* lib/net/http.rb (Net::HTTP#connect): makes it timeout during
yugui
2011-01-12
1
-14
/
+20
*
* lib/net/protocol.rb (eof?): BufferedIO should proxy eof? to the
tenderlove
2011-01-06
1
-0
/
+4
*
* lib/net/http.rb (Net::HTTP#get): A header hash given should not
knu
2011-01-05
1
-1
/
+3
*
adding more tests for Net::SMTP::Response class
tenderlove
2010-12-22
1
-1
/
+1
*
passing nil to split is not necessary
tenderlove
2010-12-22
1
-1
/
+1
*
* lib/net/smtp.rb: refactoring Net::SMTP#esmtp= to use an
tenderlove
2010-12-22
1
-9
/
+3
*
* lib/net/smtp.rb: Net::SMTP should close the SSL connection if the
tenderlove
2010-12-22
1
-2
/
+14
*
* lib/net/http.rb (Net::HTTPRequest#send_request_body_data):
naruse
2010-12-14
1
-0
/
+1
*
* lib/net/http.rb (Net::HTTPRequest#set_form): Added to support
naruse
2010-12-13
2
-1
/
+138
*
Add doc to warn the userinfo for auth. [ruby-core:33255]
naruse
2010-12-10
1
-0
/
+2
*
* lib/net/http.rb: remove version 1.1 features.
naruse
2010-12-10
1
-92
/
+12
*
* lib/net/imap.rb (xlist): supported the XLIST command, which is an
shugo
2010-12-07
1
-1
/
+33
*
* lib/net/http.rb (Net::HTTP#set_form_data):
naruse
2010-12-02
1
-11
/
+3
*
Fix positional wording in lib/net/http.rb to match revised order
drbrain
2010-12-01
1
-11
/
+9
*
Improve rdoc of net/http/http.rb.
naruse
2010-12-01
1
-24
/
+22
*
* lib/net/http.rb: improve rdoc.
naruse
2010-12-01
2
-323
/
+289
*
* lib/net/http.rb: improve rdoc.
naruse
2010-11-30
1
-10
/
+65
*
* lib/net/http.rb: improve rdoc.
naruse
2010-11-30
1
-142
/
+273
*
* lib/net/http.rb: improve rdoc.
naruse
2010-11-27
1
-66
/
+60
*
* lib/*.rb: Remove unused variable warnings.
marcandre
2010-11-08
3
-3
/
+2
*
* lib/net/telnet.rb (Net::Telnet#close): added.
naruse
2010-10-21
1
-0
/
+4
*
* lib/net/http.rb (transport_request): @socket may be nil.
naruse
2010-10-18
1
-1
/
+1
*
* lib/net/http.rb (HTTP.get): specify ASCII-8BIT as the result
naruse
2010-10-11
1
-1
/
+1
[next]