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: update hyperlink to the Japanese document.
aamine
2003-12-04
1
-1
/
+1
*
* lib/net/http.rb: wrote the warning about HTTP_PROXY environment variable.
aamine
2003-12-02
1
-1
/
+3
*
* lib/net/http.rb (to_ary): print more friendly warning message.
aamine
2003-11-19
1
-1
/
+1
*
* lib/net/protocol.rb: logging response body. [experimental] [ruby-list:38800]
aamine
2003-11-16
1
-4
/
+4
*
* lib/net/http.rb (set_debug_output): last commit was wrong.
aamine
2003-11-16
1
-1
/
+1
*
* lib/net/http.rb (set_debug_output): warn if method is called after #start. ...
aamine
2003-11-16
1
-0
/
+1
*
consistent parentheses in assignment RHS.
matz
2003-10-16
1
-1
/
+1
*
* lib/net/http.rb (finish): revert to 1.93.
aamine
2003-09-29
3
-9
/
+34
*
* lib/net/http.rb (finish): does not raise IOError even if !started?, to allo...
aamine
2003-09-29
3
-12
/
+5
*
* lib/net/http.rb: cosmetic improvements to documentation
gsinclair
2003-08-31
2
-316
/
+318
*
* lib/net/smtp.rb (check_response): AUTH CRAM-MD5 returns 334 response. [ruby...
aamine
2003-08-27
1
-1
/
+1
*
Small documentation update, including source attribution.
gsinclair
2003-08-21
1
-2
/
+5
*
Small changes to documentation; mainly hiding things from RDoc.
gsinclair
2003-08-21
5
-21
/
+43
*
RD -> RDoc by William Webber
gsinclair
2003-08-11
1
-248
/
+381
*
RD -> RDoc by William Webber
gsinclair
2003-08-06
1
-326
/
+302
*
* lib/net/http.rb: update document.
aamine
2003-08-05
3
-69
/
+80
*
RDoc updated by William Webber
gsinclair
2003-08-05
1
-135
/
+204
*
RDoc comments provided by William Webber <wew@williamwebber.com>
gsinclair
2003-08-05
1
-467
/
+405
*
* lib/net/imap.rb (receive_responses): raise exception to
shugo
2003-08-04
1
-17
/
+33
*
* lib/net/imap.rb: convert RD to RDoc.
shugo
2003-08-04
1
-812
/
+871
*
* lib/net/smtp.rb: respond_to? needs 2nd argument. [ruby-talk:77796]
aamine
2003-08-02
1
-1
/
+1
*
* lib/net/http.rb: refine document.
aamine
2003-08-01
1
-118
/
+174
*
* lib/net/http.rb: convert RD to RDoc. Thanks William Webber. [ruby-doc:456]
aamine
2003-08-01
1
-591
/
+566
*
* lib/net/ftp.rb (return_code): obsolete.
shugo
2003-07-30
1
-26
/
+28
*
* lib/net/ftp.rb (get): fix wrong argument name. Thanks to William
shugo
2003-07-30
1
-3
/
+3
*
Small documentation correction.
gsinclair
2003-07-29
1
-1
/
+1
*
* lib/net/smtp.rb (send0): do taint check only when $SAFE > 0
aamine
2003-07-29
1
-3
/
+5
*
* lib/net/smtp.rb: unify coding style.
aamine
2003-07-29
2
-4
/
+4
*
* lib/net/smtp.rb (Net::SMTP::send0): add taint check.
matz
2003-07-29
1
-0
/
+4
*
* string.c (rb_str_chomp_bang): defer rb_str_modify() to actual
matz
2003-07-27
1
-1
/
+1
*
* string.c (rb_str_match2): add warning to "~string".
matz
2003-07-19
1
-1
/
+13
*
* lib/net/smtp.rb: synchronize document with source code.
aamine
2003-07-02
2
-171
/
+319
*
* lib/net/smtp.rb: unify SMTP and SMTPCommand.
aamine
2003-07-02
3
-327
/
+358
*
* lib/net/http.rb: set old class aliases for backward compatibility. [ruby-ta...
aamine
2003-07-02
2
-1
/
+13
*
* lib/net/pop.rb (Net::POP3#start): typofix.
eban
2003-07-01
1
-1
/
+1
*
* lib/net/http.rb (HTTPHeader#proxy_basic_auth): missing `@'.
aamine
2003-06-24
1
-1
/
+1
*
* eval.c (proc_alloc): re-unification of Block and Proc. Block
matz
2003-06-16
1
-2
/
+2
*
* lib/net/ftp.rb (storebinary): seek correctly. Thanks, William Webber.
shugo
2003-06-13
1
-1
/
+8
*
* lib/net/http.rb: define Net::HTTPResponse#to_ary for backward compatibility...
aamine
2003-06-06
2
-7
/
+17
*
* eval.c (rb_call_super): inheritance line adjustment moved from
matz
2003-06-03
2
-2
/
+10
*
* lib/net/smtp.rb: support LOGIN authentication. The patch is contributed by...
aamine
2003-05-24
1
-10
/
+40
*
* lib/net/http.rb (Net::HTTP#start): should check whether HTTP session is ope...
aamine
2003-05-14
1
-1
/
+1
*
* lib/net/http.rb: reduce warning. (ruby-bugs-ja:PR#462)
aamine
2003-05-14
1
-10
/
+0
*
* net/imap.rb: use DataFormatError in u16tou8/u8tou16.
shugo
2003-05-10
1
-9
/
+9
*
* lib/net/imap.rb (decode_utf7): new method.
shugo
2003-05-10
1
-0
/
+145
*
* lib/net/pop.rb: rename method: POP3#mail_size -> n_mails
aamine
2003-05-06
1
-26
/
+18
*
* lib/net/smtp.rb: ESMTP -> SMTP transition wrongly fails.
aamine
2003-05-04
1
-2
/
+2
*
* lib/net/pop.rb: APOP did not work. [ruby-dev:20149]
aamine
2003-05-04
1
-8
/
+8
*
* lib/net/protocol.rb: reintroduce Protocol.protocol_param.
aamine
2003-05-02
4
-3
/
+14
*
* lib/net/protocol.rb: remove Protocol class.
aamine
2003-05-02
4
-638
/
+626
[next]