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: net/https is merged.
aamine
2004-03-05
1
-5
/
+90
*
* lib/net/http.rb: support WebDAV methods, PROPPATCH, LOCK, UNLOCK, OPTIONS, ...
aamine
2004-03-05
1
-0
/
+108
*
* lib/net/http.rb: Net::HTTPResponse#response is obsolete. [ruby-core:02592]
aamine
2004-03-05
1
-2
/
+10
*
* lib/net/http.rb (HTTPResponse#to_ary): should return an object which does n...
aamine
2004-03-05
1
-1
/
+5
*
* lib/net/protocol.rb (WriteAdapater#puts): must append "\n" to the string, d...
aamine
2004-02-12
1
-1
/
+1
*
* lib/net/http.rb (HTTP#request): should not overwrite Connection header. (ru...
aamine
2004-02-08
1
-10
/
+10
*
From ruby_1_8 branch:
gsinclair
2004-02-01
1
-4
/
+4
*
* lib/net/http.rb (Request#initialize): reject only when a path is empty. [ru...
aamine
2004-01-29
1
-1
/
+1
*
* lib/net/imap.rb (BEG_REGEXP): allow 8-bit characters in quoted strings for ...
shugo
2004-01-22
1
-2
/
+2
*
* parse.y (newline_node): do not use NODE_NEWLINE node anymore,
matz
2004-01-21
1
-2
/
+2
*
* lib/net/imap.rb (envelope): allow NIL.
shugo
2004-01-21
1
-32
/
+52
*
* lib/net/http.rb (HTTPHeader#content_length): should return nil unless heade...
aamine
2004-01-07
1
-1
/
+2
*
* lib/net/http.rb (GenericRequest#initialize): check if path begins with '/'.
aamine
2003-12-29
1
-152
/
+135
*
* lib/net/imap.rb (authenticate): remove "\n" from base64 encoded
shugo
2003-12-24
1
-1
/
+1
*
Document Class and Dir
dave
2003-12-19
1
-9
/
+9
*
* 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
[prev]
[next]