summaryrefslogtreecommitdiff
path: root/lib/net
AgeCommit message (Expand)Author
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
2001-09-07 * lib/net/telnet.rb: waitfor(): improvement. thanks towakou
2001-09-07 * lib/net/telnet.rb: waitfor(): bug fix.wakou
2001-09-06 * lib/cgi.rb: CGI#doctype(): bug fix (html4Fr).wakou
2001-08-17aamineaamine
2001-07-30* lib/net/imap.rb: added new commands for managing folder quotasshugo
2001-07-13aamineaamine
2001-07-08aamineaamine
2001-07-03aamineaamine
2001-07-03aamineaamine
2001-07-03aamineaamine
2001-06-27* protocol.rb,smtp.rb,pop.rb,http.rb: modify document.aamine
2001-06-26aamineaamine
2001-04-09* lib/net/imap.rb: fix typo.shugo
2001-04-02* lib/net/imap.rb (media_subtype): return subtype.shugo
2001-04-02* lib/net/imap.rb (flag_list): capitalize flags.shugo
2001-03-30* lib/net/imap.rb: add document and example code.shugo
2001-03-30* lib/net/imap.rb: rename ContinueRequest to ContinuationRequest.shugo
2001-03-26* lib/net/imap.rb: added example.shugo
2001-03-26* lib/net/imap.rb: supports response handlers and multiple commands.shugo