summaryrefslogtreecommitdiffstats
path: root/lib/net
Commit message (Expand)AuthorAgeFilesLines
* * lib/net/ftp.rb (putbinaryfile): use APPE for resume.shugo2009-11-191-2/+6
* * lib/net/imap.rb (flag_list): untaint strings to intern in the safeshugo2009-11-191-1/+33
* * lib/net/telnet.rb: don't use simple delegate.xibbar2009-11-121-3/+1
* * lib/net/http.rb (Net::HTTPResponse#each_response_header):nahi2009-10-311-1/+1
* * lib/net/http.rb (Net::HTTPResponse#each_response_header):nahi2009-10-301-3/+10
* * lib/net/ftp.rb (Net::FTP#initialize): sets @binary to true.shugo2009-10-281-3/+14
* * lib/net/ftp.rb (Net::FTP#initialize): @sock = nil.naruse2009-10-271-1/+2
* * lib/net/ftp.rb (getbinaryfile, list): call to_s to convertshugo2009-10-271-2/+2
* * lib/net/ftp.rb (login): use "anonymous@" as a default password.shugo2009-10-121-17/+1
* * lib/net/ftp.rb (retrlines): added a new block parameter.shugo2009-10-121-10/+6
* * lib/net/telnet.rb (cmd): Pass FailEOF options: patch by Brian Candler [ruby...marcandre2009-10-081-2/+4
* * lib/net/http.rb (transport_request): Handle timeout error by closing socket...marcandre2009-09-261-0/+4
* * lib/net/http.rb (each_*): return enumerator if no block present. Patch by A...marcandre2009-09-131-1/+6
* * lib/net/http.rb (fetch): Handle properly default values; a patch by Arthur ...marcandre2009-09-131-1/+1
* Merge branch 'trunk' of git://github.com/swdyh/ruby into trunkshyouhei2009-09-111-1/+1
* * lib/net/http.rb (fetch): rdoc fix, patch by Arthur Schreiber, [ruby-core:18...marcandre2009-09-101-2/+3
* * lib/net/imap.rb (idle): leaves IDLE in a ensure clause. a patchshugo2009-07-241-10/+14
* * lib/net/imap.rb (resp_text_code): accepts response codes withoutshugo2009-07-231-5/+55
* * lib/net/imap.rb: added response to Net::IMAP::ResponseError.shugo2009-07-021-4/+14
* * lib/net/protocol.rb (Net::BufferedIO#rbuf_fill): TimeoutError isnobu2009-06-121-2/+2
* * lib/net/smtp.rb (Net::SMTP#check_auth_args): should not changematz2009-05-101-1/+1
* * lib/net/http.rb: documentation typo fixed. [ruby-core:23335]matz2009-04-301-1/+1
* * io.c (rb_mWaitReadable): defined.akr2009-03-191-1/+9
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-068-561/+561
* * lib/net/http.rb: suppress warnings of non-existing instance variableakr2009-02-281-1/+4
* * ext/openssl: avoid cyclic require.akr2009-02-172-2/+2
* Fix grammos regarding the verb "refer".knu2009-02-101-1/+1
* fixed typokazu2009-02-031-1/+1
* * lib/net/imap.rb: validate data before sending to a server.shugo2009-02-031-4/+55
* * lib/net/imap.rb (hmac_md5): should use String#ord to get asciishugo2009-02-031-2/+2
* * lib/net/protocol.rb (Net::BufferedIO#rbuf_fill): avoid callingmatz2008-12-231-1/+1
* * lib/optparse/version.rb: remove variable shadowing to stopmatz2008-12-181-1/+1
* * lib/net/protocol.rb (Net::BufferedIO#rbuf_fill): usematz2008-12-021-3/+9
* * lib/net/ftp.rb (Net::FTP#open_socket): SOCKSsocket is obsolete.matz2008-11-181-2/+2
* * lib/net/pop.rb: check for invalid APOP timestamp. (CVE-2007-1558)kazu2008-10-141-1/+1
* * lib/net/http.rb (Net::HTTP#urlencode): str[0] returns char in 1.9.naruse2008-08-241-1/+1
* * lib/webrick/server.rb (WEBrick::GenericServer#shutdown):kazu2008-08-221-5/+9
* * lib/net/pop.rb: POP3Command should export @socket since POP calls #socket.aamine2008-08-121-0/+2
* * lib/net/http.rb (send_request_with_body): Content-Length should be byte len...aamine2008-08-121-1/+1
* * lib/net/https.rb: supress syntax warning.aamine2008-08-121-1/+1
* * lib/net/http.rb (Net::HTTP#initialize): initialize net/https variables to s...aamine2008-08-121-0/+5
* * lib/net/ftp.rb (login): raise FTPReplyError if passwd or acctshugo2008-08-071-0/+2
* * lib/net/ftp.rb (chdir): handle 5xx errors correctly.shugo2008-08-051-3/+3
* * lib/net/imap.rb (disconnect): do not refer SSL::SSLSocket forshugo2008-08-051-2/+4
* * lib/net/smtp.rb (Net::SMTP::rcptto): fix a typo. a patch fromshyouhei2008-08-041-1/+1
* * lib/net/ftp.rb (Net::FTP#sendport): use divmod. [ruby-core:17557]nobu2008-07-041-5/+2
* * lib/net/smtp.rb (Net::SMTP::start): use 'localhost' instead ofmatz2008-07-031-3/+3
* * lib/net/pop.rb (Net::POP3#set_all_uids): speedkazu2008-06-191-3/+2
* * lib/net/telnet.rb: Fixing Telnet#wairfor() which was broken by changes tojeg22008-06-171-2/+2
* * lib/rdoc.rb: massive spelling correction patch from Evan Farrarmatz2008-06-042-3/+3