aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net
Commit message (Expand)AuthorAgeFilesLines
* * 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
* aamineaamine2002-02-072-43/+55
* * lib/net/imap.rb: OpenSSL support.shugo2002-02-061-14/+56
* aamineaamine2001-12-304-538/+565
* aamineaamine2001-12-201-4/+4
* aamineaamine2001-12-134-115/+117
* aamineaamine2001-12-094-94/+143
* aamineaamine2001-12-074-44/+35
* One more fix to use Digest::MD5.knu2001-12-011-1/+1
* Reflect the update of the MD5 module which is now Digest::MD5.knu2001-12-013-16/+9
* * lib/net/imap.rb (getquota_response): use astring for mailboxshugo2001-11-061-4/+2
* * lib/net/telnet.rb: waitfor(): improvement. thanks towakou2001-09-071-1/+1
* * lib/net/telnet.rb: waitfor(): bug fix.wakou2001-09-071-2/+3
* * lib/cgi.rb: CGI#doctype(): bug fix (html4Fr).wakou2001-09-061-16/+10
* aamineaamine2001-08-174-24/+24
* * lib/net/imap.rb: added new commands for managing folder quotasshugo2001-07-301-0/+79
* aamineaamine2001-07-132-3/+3
* aamineaamine2001-07-084-23/+61
* aamineaamine2001-07-031-2/+2
* aamineaamine2001-07-034-11/+19
* aamineaamine2001-07-034-114/+146
* * protocol.rb,smtp.rb,pop.rb,http.rb: modify document.aamine2001-06-273-179/+195
* aamineaamine2001-06-264-382/+740
* * lib/net/imap.rb: fix typo.shugo2001-04-091-1/+1
* * lib/net/imap.rb (media_subtype): return subtype.shugo2001-04-021-0/+4