summaryrefslogtreecommitdiff
path: root/lib/net
AgeCommit message (Expand)Author
2003-06-03* eval.c (rb_call_super): inheritance line adjustment moved frommatz
2003-05-24* lib/net/smtp.rb: support LOGIN authentication. The patch is contributed by...aamine
2003-05-14* lib/net/http.rb (Net::HTTP#start): should check whether HTTP session is ope...aamine
2003-05-14* lib/net/http.rb: reduce warning. (ruby-bugs-ja:PR#462)aamine
2003-05-10* net/imap.rb: use DataFormatError in u16tou8/u8tou16.shugo
2003-05-10* lib/net/imap.rb (decode_utf7): new method.shugo
2003-05-06* lib/net/pop.rb: rename method: POP3#mail_size -> n_mailsaamine
2003-05-04* lib/net/smtp.rb: ESMTP -> SMTP transition wrongly fails.aamine
2003-05-04* lib/net/pop.rb: APOP did not work. [ruby-dev:20149]aamine
2003-05-02* lib/net/protocol.rb: reintroduce Protocol.protocol_param.aamine
2003-05-02* lib/net/protocol.rb: remove Protocol class.aamine
2003-04-30* net/imap.rb: support THREAD extension.shugo
2003-04-10* lib/net/pop.rb: Exception line was accidentaly removed. [ruby-dev:19989]aamine
2003-03-28Added comment for Net::HTTP.get(arg1, arg2, arg3)gsinclair
2003-03-11* lib/net/smtp.rb: Digest string wrongly included '\n' when user name is too ...aamine
2003-03-11* lib/net/http.rb: speeding up by avoiding extra flush. (suggested by Brian C...aamine
2003-03-09* lib/net/pop.rb: do not dispatch LIST when a mailbox is empty.aamine
2003-02-08* lib/net/http.rb: 4xx raises Net::ProtoServerError, 5xx raises Net::ProtoFat...aamine
2003-01-31Added RDoc comments. See comments at EOF for remaining issues.gsinclair
2002-12-26 * lib/net/telnet.rb: Telnet#print not add "\n".wakou
2002-11-21* lib/net/smtp.rb: changes coding style.aamine
2002-11-21* lib/net/http.rb: unify coding style.aamine
2002-11-21* lib/net/http.rb: should not overwrite Host: header. (Original patch is cont...aamine
2002-11-21* lib/net/http.rb: support Proxy-Authorization. (Original patch is contribute...aamine
2002-10-17* object.c (rb_str_to_dbl): RString ptr might be NULL.matz
2002-10-02use Object#class instead of deprecated Object#type.nobu
2002-07-29* numeric.c (num_to_int): default to_int implementaion for everymatz
2002-07-18* lib/net/ftp.rb (set_socket): new method.shugo
2002-07-11* lib/net/http.rb: rename HTTP.get_uri get_response.aamine
2002-07-11* string.c (rb_str_slice_bang): if there's no correspondingmatz
2002-07-03* lib/net/ftp.rb (get): new method.shugo
2002-07-03* lib/net/ftp.rb (getbinaryfile): the second argument (localfile)shugo
2002-07-03* lib/net/ftp.rb: use &block and yield for speed.shugo
2002-06-11* lib/net/ftp.rb (noop): new method.shugo
2002-03-26* lib/net/http.rb: HTTP.get accepts URI.aamine
2002-03-22net/protocol.rb: Protocol#start should return self.aamine
2002-03-01* lib/net/imap.rb: added document.shugo
2002-02-22modify typo.aamine
2002-02-22* lib/net/protocol.rb: set read_timeout dynamically.aamine
2002-02-19aamineaamine
2002-02-07aamineaamine
2002-02-06* lib/net/imap.rb: OpenSSL support.shugo
2001-12-30aamineaamine
2001-12-20aamineaamine
2001-12-13aamineaamine
2001-12-09aamineaamine
2001-12-07aamineaamine
2001-12-01One more fix to use Digest::MD5.knu
2001-12-01Reflect the update of the MD5 module which is now Digest::MD5.knu
2001-11-06* lib/net/imap.rb (getquota_response): use astring for mailboxshugo