aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* Added comment for Net::HTTP.get(arg1, arg2, arg3)gsinclair2003-03-281-0/+5
* * lib/net/smtp.rb: Digest string wrongly included '\n' when user name is too ...aamine2003-03-111-2/+3
* * lib/net/http.rb: speeding up by avoiding extra flush. (suggested by Brian C...aamine2003-03-111-4/+6
* * lib/net/pop.rb: do not dispatch LIST when a mailbox is empty.aamine2003-03-091-74/+97
* * lib/net/http.rb: 4xx raises Net::ProtoServerError, 5xx raises Net::ProtoFat...aamine2003-02-081-2/+2
* Added RDoc comments. See comments at EOF for remaining issues.gsinclair2003-01-311-22/+230
* * lib/net/telnet.rb: Telnet#print not add "\n".wakou2002-12-261-12/+4
* * lib/net/smtp.rb: changes coding style.aamine2002-11-213-117/+122
* * lib/net/http.rb: unify coding style.aamine2002-11-211-221/+222
* * lib/net/http.rb: should not overwrite Host: header. (Original patch is cont...aamine2002-11-211-1/+1
* * lib/net/http.rb: support Proxy-Authorization. (Original patch is contribute...aamine2002-11-211-7/+63
* * object.c (rb_str_to_dbl): RString ptr might be NULL.matz2002-10-171-0/+9
* use Object#class instead of deprecated Object#type.nobu2002-10-022-7/+7
* * numeric.c (num_to_int): default to_int implementaion for everymatz2002-07-291-3/+3
* * lib/net/ftp.rb (set_socket): new method.shugo2002-07-181-1/+10
* * lib/net/http.rb: rename HTTP.get_uri get_response.aamine2002-07-111-24/+55
* * string.c (rb_str_slice_bang): if there's no correspondingmatz2002-07-113-5/+5
* * lib/net/ftp.rb (get): new method.shugo2002-07-031-6/+25
* * lib/net/ftp.rb (getbinaryfile): the second argument (localfile)shugo2002-07-031-2/+2
* * lib/net/ftp.rb: use &block and yield for speed.shugo2002-07-031-49/+16
* * lib/net/ftp.rb (noop): new method.shugo2002-06-111-0/+9
* * lib/net/http.rb: HTTP.get accepts URI.aamine2002-03-262-191/+286
* net/protocol.rb: Protocol#start should return self.aamine2002-03-221-1/+1
* * lib/net/imap.rb: added document.shugo2002-03-011-9/+165
* modify typo.aamine2002-02-221-1/+1
* * lib/net/protocol.rb: set read_timeout dynamically.aamine2002-02-222-39/+37
* aamineaamine2002-02-194-520/+536