index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
* lib/net/http.rb (each_*): return enumerator if no block present. Patch by A...
marcandre
2009-09-13
1
-1
/
+6
*
* lib/net/http.rb (fetch): Handle properly default values; a patch by Arthur ...
marcandre
2009-09-13
1
-1
/
+1
*
Merge branch 'trunk' of git://github.com/swdyh/ruby into trunk
shyouhei
2009-09-11
1
-1
/
+1
*
* lib/net/http.rb (fetch): rdoc fix, patch by Arthur Schreiber, [ruby-core:18...
marcandre
2009-09-10
1
-2
/
+3
*
* lib/net/imap.rb (idle): leaves IDLE in a ensure clause. a patch
shugo
2009-07-24
1
-10
/
+14
*
* lib/net/imap.rb (resp_text_code): accepts response codes without
shugo
2009-07-23
1
-5
/
+55
*
* lib/net/imap.rb: added response to Net::IMAP::ResponseError.
shugo
2009-07-02
1
-4
/
+14
*
* lib/net/protocol.rb (Net::BufferedIO#rbuf_fill): TimeoutError is
nobu
2009-06-12
1
-2
/
+2
*
* lib/net/smtp.rb (Net::SMTP#check_auth_args): should not change
matz
2009-05-10
1
-1
/
+1
*
* lib/net/http.rb: documentation typo fixed. [ruby-core:23335]
matz
2009-04-30
1
-1
/
+1
*
* io.c (rb_mWaitReadable): defined.
akr
2009-03-19
1
-1
/
+9
*
* {ext,lib,test}/**/*.rb: removed trailing spaces.
nobu
2009-03-06
8
-561
/
+561
*
* lib/net/http.rb: suppress warnings of non-existing instance variable
akr
2009-02-28
1
-1
/
+4
*
* ext/openssl: avoid cyclic require.
akr
2009-02-17
2
-2
/
+2
*
Fix grammos regarding the verb "refer".
knu
2009-02-10
1
-1
/
+1
*
fixed typo
kazu
2009-02-03
1
-1
/
+1
*
* lib/net/imap.rb: validate data before sending to a server.
shugo
2009-02-03
1
-4
/
+55
*
* lib/net/imap.rb (hmac_md5): should use String#ord to get ascii
shugo
2009-02-03
1
-2
/
+2
*
* lib/net/protocol.rb (Net::BufferedIO#rbuf_fill): avoid calling
matz
2008-12-23
1
-1
/
+1
*
* lib/optparse/version.rb: remove variable shadowing to stop
matz
2008-12-18
1
-1
/
+1
*
* lib/net/protocol.rb (Net::BufferedIO#rbuf_fill): use
matz
2008-12-02
1
-3
/
+9
*
* lib/net/ftp.rb (Net::FTP#open_socket): SOCKSsocket is obsolete.
matz
2008-11-18
1
-2
/
+2
*
* lib/net/pop.rb: check for invalid APOP timestamp. (CVE-2007-1558)
kazu
2008-10-14
1
-1
/
+1
*
* lib/net/http.rb (Net::HTTP#urlencode): str[0] returns char in 1.9.
naruse
2008-08-24
1
-1
/
+1
*
* lib/webrick/server.rb (WEBrick::GenericServer#shutdown):
kazu
2008-08-22
1
-5
/
+9
*
* lib/net/pop.rb: POP3Command should export @socket since POP calls #socket.
aamine
2008-08-12
1
-0
/
+2
*
* lib/net/http.rb (send_request_with_body): Content-Length should be byte len...
aamine
2008-08-12
1
-1
/
+1
*
* lib/net/https.rb: supress syntax warning.
aamine
2008-08-12
1
-1
/
+1
*
* lib/net/http.rb (Net::HTTP#initialize): initialize net/https variables to s...
aamine
2008-08-12
1
-0
/
+5
*
* lib/net/ftp.rb (login): raise FTPReplyError if passwd or acct
shugo
2008-08-07
1
-0
/
+2
*
* lib/net/ftp.rb (chdir): handle 5xx errors correctly.
shugo
2008-08-05
1
-3
/
+3
*
* lib/net/imap.rb (disconnect): do not refer SSL::SSLSocket for
shugo
2008-08-05
1
-2
/
+4
*
* lib/net/smtp.rb (Net::SMTP::rcptto): fix a typo. a patch from
shyouhei
2008-08-04
1
-1
/
+1
*
* lib/net/ftp.rb (Net::FTP#sendport): use divmod. [ruby-core:17557]
nobu
2008-07-04
1
-5
/
+2
*
* lib/net/smtp.rb (Net::SMTP::start): use 'localhost' instead of
matz
2008-07-03
1
-3
/
+3
*
* lib/net/pop.rb (Net::POP3#set_all_uids): speed
kazu
2008-06-19
1
-3
/
+2
*
* lib/net/telnet.rb: Fixing Telnet#wairfor() which was broken by changes to
jeg2
2008-06-17
1
-2
/
+2
*
* lib/rdoc.rb: massive spelling correction patch from Evan Farrar
matz
2008-06-04
2
-3
/
+3
*
* lib/net/imap.rb: do not use Thread#raise. [ruby-dev:34739]
shugo
2008-05-21
1
-7
/
+29
*
* lib/net/telnet.rb: This patch from Brian Candler adds a FailEOF mode which
jeg2
2008-05-01
1
-0
/
+7
*
* lib/net/telnet.rb: Fixing a bug where line endings would not be properly
jeg2
2008-04-30
1
-3
/
+10
*
* lib/net/http.rb, lib/net/smtp.rb, lib/net/pop.rb: update URLs of Japanese d...
kazu
2008-04-15
3
-3
/
+3
*
* lib/net/pop.rb (Net::POP3::do_finish): clear @n_mails and
matz
2008-04-03
1
-0
/
+2
*
* ext/json/lib/json/pure/generator.rb,
naruse
2008-02-12
2
-3
/
+3
*
Fix uninitialized variable warning in Net::HTTP
drbrain
2007-12-24
1
-0
/
+1
*
* ext/openssl/lib/net/ssl.rb (OpenSSL::SSL::SSLContext.build): removed.
gotoyuzo
2007-12-22
3
-6
/
+9
*
* lib/net/imap.rb (encode_utf7): accept UTF-8 strings.
shugo
2007-12-22
1
-3
/
+3
*
* lib/net/imap.rb: fixed RDoc markups.
shugo
2007-12-22
1
-8
/
+8
*
* lib/net/imap.rb (initialize): fixed documentation.
shugo
2007-12-22
1
-11
/
+7
*
* lib/net/pop.rb (enable_ssl): use OpenSSL::SSL::SSLContext.build
shugo
2007-12-22
1
-50
/
+55
[next]