summaryrefslogtreecommitdiff
path: root/lib/net
AgeCommit message (Expand)Author
2010-04-16* lib/net/smtp.rb (Net::SMTP#rcptto_list): continue when at leastnobu
2010-04-14* lib/net/imap (encode_utf7): encode & properly. Thanks, Kengoshugo
2010-03-20* lib: fixed typo. a patch by Sho Hashimoto in [ruby-dev:40716].nobu
2010-02-06* lib/net/ftp.rb (initialize): set @sock to a NullSocket instance toshugo
2010-02-06* lib/net/imap.rb (receive_responses): does not hang when an unexpected BYEshugo
2010-01-18* lib/net/http.rb (Net::HTTPHeader#{content_range,range_length}):nobu
2010-01-18Add call-seq for Net::HTTP.start.naruse
2010-01-12* lib/net/http.rb (Net::HTTP.start): options may not be given.nobu
2010-01-12* lib/net/http.rb (Net::HTTP#start): add hash argument tonaruse
2010-01-08* lib/net/http, lib/net/https: move content from net/https tonaruse
2009-11-19* lib/net/ftp.rb (putbinaryfile): use APPE for resume.shugo
2009-11-19* lib/net/imap.rb (flag_list): untaint strings to intern in the safeshugo
2009-11-12* lib/net/telnet.rb: don't use simple delegate.xibbar
2009-10-31 * lib/net/http.rb (Net::HTTPResponse#each_response_header):nahi
2009-10-30 * lib/net/http.rb (Net::HTTPResponse#each_response_header):nahi
2009-10-28* lib/net/ftp.rb (Net::FTP#initialize): sets @binary to true.shugo
2009-10-27* lib/net/ftp.rb (Net::FTP#initialize): @sock = nil.naruse
2009-10-27* lib/net/ftp.rb (getbinaryfile, list): call to_s to convertshugo
2009-10-12* lib/net/ftp.rb (login): use "anonymous@" as a default password.shugo
2009-10-12* lib/net/ftp.rb (retrlines): added a new block parameter.shugo
2009-10-08* lib/net/telnet.rb (cmd): Pass FailEOF options: patch by Brian Candler [ruby...marcandre
2009-09-26* lib/net/http.rb (transport_request): Handle timeout error by closing socket...marcandre
2009-09-13* lib/net/http.rb (each_*): return enumerator if no block present. Patch by A...marcandre
2009-09-13* lib/net/http.rb (fetch): Handle properly default values; a patch by Arthur ...marcandre
2009-09-11Merge branch 'trunk' of git://github.com/swdyh/ruby into trunkshyouhei
2009-09-10* lib/net/http.rb (fetch): rdoc fix, patch by Arthur Schreiber, [ruby-core:18...marcandre
2009-07-24* lib/net/imap.rb (idle): leaves IDLE in a ensure clause. a patchshugo
2009-07-23* lib/net/imap.rb (resp_text_code): accepts response codes withoutshugo
2009-07-02* lib/net/imap.rb: added response to Net::IMAP::ResponseError.shugo
2009-06-12* lib/net/protocol.rb (Net::BufferedIO#rbuf_fill): TimeoutError isnobu
2009-05-10* lib/net/smtp.rb (Net::SMTP#check_auth_args): should not changematz
2009-04-30* lib/net/http.rb: documentation typo fixed. [ruby-core:23335]matz
2009-03-19* io.c (rb_mWaitReadable): defined.akr
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2009-02-28* lib/net/http.rb: suppress warnings of non-existing instance variableakr
2009-02-17* ext/openssl: avoid cyclic require.akr
2009-02-10Fix grammos regarding the verb "refer".knu
2009-02-03fixed typokazu
2009-02-03* lib/net/imap.rb: validate data before sending to a server.shugo
2009-02-03* lib/net/imap.rb (hmac_md5): should use String#ord to get asciishugo
2008-12-23* lib/net/protocol.rb (Net::BufferedIO#rbuf_fill): avoid callingmatz
2008-12-18* lib/optparse/version.rb: remove variable shadowing to stopmatz
2008-12-02* lib/net/protocol.rb (Net::BufferedIO#rbuf_fill): usematz
2008-11-18* lib/net/ftp.rb (Net::FTP#open_socket): SOCKSsocket is obsolete.matz
2008-10-14* lib/net/pop.rb: check for invalid APOP timestamp. (CVE-2007-1558)kazu
2008-08-24* lib/net/http.rb (Net::HTTP#urlencode): str[0] returns char in 1.9.naruse
2008-08-22* lib/webrick/server.rb (WEBrick::GenericServer#shutdown):kazu
2008-08-12* lib/net/pop.rb: POP3Command should export @socket since POP calls #socket.aamine
2008-08-12* lib/net/http.rb (send_request_with_body): Content-Length should be byte len...aamine
2008-08-12* lib/net/https.rb: supress syntax warning.aamine