aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * string.c (rb_str_chomp_bang): defer rb_str_modify() to actualmatz2003-07-271-1/+1
* * string.c (rb_str_match2): add warning to "~string".matz2003-07-191-1/+13
* * lib/net/smtp.rb: synchronize document with source code.aamine2003-07-022-171/+319
* * lib/net/smtp.rb: unify SMTP and SMTPCommand.aamine2003-07-023-327/+358
* * lib/net/http.rb: set old class aliases for backward compatibility. [ruby-ta...aamine2003-07-022-1/+13
* * lib/net/pop.rb (Net::POP3#start): typofix.eban2003-07-011-1/+1
* * lib/net/http.rb (HTTPHeader#proxy_basic_auth): missing `@'.aamine2003-06-241-1/+1
* * eval.c (proc_alloc): re-unification of Block and Proc. Blockmatz2003-06-161-2/+2
* * lib/net/ftp.rb (storebinary): seek correctly. Thanks, William Webber.shugo2003-06-131-1/+8
* * lib/net/http.rb: define Net::HTTPResponse#to_ary for backward compatibility...aamine2003-06-062-7/+17
* * eval.c (rb_call_super): inheritance line adjustment moved frommatz2003-06-032-2/+10
* * lib/net/smtp.rb: support LOGIN authentication. The patch is contributed by...aamine2003-05-241-10/+40
* * lib/net/http.rb (Net::HTTP#start): should check whether HTTP session is ope...aamine2003-05-141-1/+1
* * lib/net/http.rb: reduce warning. (ruby-bugs-ja:PR#462)aamine2003-05-141-10/+0
* * net/imap.rb: use DataFormatError in u16tou8/u8tou16.shugo2003-05-101-9/+9
* * lib/net/imap.rb (decode_utf7): new method.shugo2003-05-101-0/+145
* * lib/net/pop.rb: rename method: POP3#mail_size -> n_mailsaamine2003-05-061-26/+18
* * lib/net/smtp.rb: ESMTP -> SMTP transition wrongly fails.aamine2003-05-041-2/+2
* * lib/net/pop.rb: APOP did not work. [ruby-dev:20149]aamine2003-05-041-8/+8
* * lib/net/protocol.rb: reintroduce Protocol.protocol_param.aamine2003-05-024-3/+14
* * lib/net/protocol.rb: remove Protocol class.aamine2003-05-024-638/+626
* * net/imap.rb: support THREAD extension.shugo2003-04-301-0/+87
* * lib/net/pop.rb: Exception line was accidentaly removed. [ruby-dev:19989]aamine2003-04-101-0/+1