aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net
Commit message (Expand)AuthorAgeFilesLines
* * lib/net/http.rb: HTTPHeader did not initialized correctly.aamine2004-03-081-13/+14
* * lib/net/http.rb (add_header): remove warning. [ruby-dev:23170]aamine2004-03-081-1/+1
* * lib/net/http.rb: HTTPHeader keeps its header fields as an array.aamine2004-03-061-43/+136
* * lib/net/http.rb: new method Net::HTTPRequest#body(=).aamine2004-03-061-19/+70
* * lib/net/http.rb: spin off https code again.aamine2004-03-065-226/+350
* * lib/net/protocol.rb: remove method: InternetMessageIO#address, port, ip_add...aamine2004-03-061-120/+74
* * lib/net/http.rb: net/https is merged.aamine2004-03-051-5/+90
* * lib/net/http.rb: support WebDAV methods, PROPPATCH, LOCK, UNLOCK, OPTIONS, ...aamine2004-03-051-0/+108
* * lib/net/http.rb: Net::HTTPResponse#response is obsolete. [ruby-core:02592]aamine2004-03-051-2/+10
* * lib/net/http.rb (HTTPResponse#to_ary): should return an object which does n...aamine2004-03-051-1/+5
* * lib/net/protocol.rb (WriteAdapater#puts): must append "\n" to the string, d...aamine2004-02-121-1/+1
* * lib/net/http.rb (HTTP#request): should not overwrite Connection header. (ru...aamine2004-02-081-10/+10
* From ruby_1_8 branch:gsinclair2004-02-011-4/+4
* * lib/net/http.rb (Request#initialize): reject only when a path is empty. [ru...aamine2004-01-291-1/+1
* * lib/net/imap.rb (BEG_REGEXP): allow 8-bit characters in quoted strings for ...shugo2004-01-221-2/+2
* * parse.y (newline_node): do not use NODE_NEWLINE node anymore,matz2004-01-211-2/+2
* * lib/net/imap.rb (envelope): allow NIL.shugo2004-01-211-32/+52
* * lib/net/http.rb (HTTPHeader#content_length): should return nil unless heade...aamine2004-01-071-1/+2
* * lib/net/http.rb (GenericRequest#initialize): check if path begins with '/'.aamine2003-12-291-152/+135
* * lib/net/imap.rb (authenticate): remove "\n" from base64 encodedshugo2003-12-241-1/+1
* Document Class and Dirdave2003-12-191-9/+9
* * lib/net/http.rb: update hyperlink to the Japanese document.aamine2003-12-041-1/+1
* * lib/net/http.rb: wrote the warning about HTTP_PROXY environment variable.aamine2003-12-021-1/+3
* * lib/net/http.rb (to_ary): print more friendly warning message.aamine2003-11-191-1/+1
* * lib/net/protocol.rb: logging response body. [experimental] [ruby-list:38800]aamine2003-11-161-4/+4
* * lib/net/http.rb (set_debug_output): last commit was wrong.aamine2003-11-161-1/+1
* * lib/net/http.rb (set_debug_output): warn if method is called after #start. ...aamine2003-11-161-0/+1
* consistent parentheses in assignment RHS.matz2003-10-161-1/+1
* * lib/net/http.rb (finish): revert to 1.93.aamine2003-09-293-9/+34
* * lib/net/http.rb (finish): does not raise IOError even if !started?, to allo...aamine2003-09-293-12/+5
* * lib/net/http.rb: cosmetic improvements to documentationgsinclair2003-08-312-316/+318
* * lib/net/smtp.rb (check_response): AUTH CRAM-MD5 returns 334 response. [ruby...aamine2003-08-271-1/+1
* Small documentation update, including source attribution.gsinclair2003-08-211-2/+5
* Small changes to documentation; mainly hiding things from RDoc.gsinclair2003-08-215-21/+43
* RD -> RDoc by William Webbergsinclair2003-08-111-248/+381
* RD -> RDoc by William Webbergsinclair2003-08-061-326/+302
* * lib/net/http.rb: update document.aamine2003-08-053-69/+80
* RDoc updated by William Webbergsinclair2003-08-051-135/+204
* RDoc comments provided by William Webber <wew@williamwebber.com>gsinclair2003-08-051-467/+405
* * lib/net/imap.rb (receive_responses): raise exception toshugo2003-08-041-17/+33
* * lib/net/imap.rb: convert RD to RDoc.shugo2003-08-041-812/+871
* * lib/net/smtp.rb: respond_to? needs 2nd argument. [ruby-talk:77796]aamine2003-08-021-1/+1
* * lib/net/http.rb: refine document.aamine2003-08-011-118/+174
* * lib/net/http.rb: convert RD to RDoc. Thanks William Webber. [ruby-doc:456]aamine2003-08-011-591/+566
* * lib/net/ftp.rb (return_code): obsolete.shugo2003-07-301-26/+28
* * lib/net/ftp.rb (get): fix wrong argument name. Thanks to Williamshugo2003-07-301-3/+3
* Small documentation correction.gsinclair2003-07-291-1/+1
* * lib/net/smtp.rb (send0): do taint check only when $SAFE > 0aamine2003-07-291-3/+5
* * lib/net/smtp.rb: unify coding style.aamine2003-07-292-4/+4
* * lib/net/smtp.rb (Net::SMTP::send0): add taint check.matz2003-07-291-0/+4