summaryrefslogtreecommitdiff
path: root/lib/net
AgeCommit message (Expand)Author
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
2008-08-12* lib/net/http.rb (Net::HTTP#initialize): initialize net/https variables to s...aamine
2008-08-07* lib/net/ftp.rb (login): raise FTPReplyError if passwd or acctshugo
2008-08-05* lib/net/ftp.rb (chdir): handle 5xx errors correctly.shugo
2008-08-05* lib/net/imap.rb (disconnect): do not refer SSL::SSLSocket forshugo
2008-08-04 * lib/net/smtp.rb (Net::SMTP::rcptto): fix a typo. a patch fromshyouhei
2008-07-04* lib/net/ftp.rb (Net::FTP#sendport): use divmod. [ruby-core:17557]nobu
2008-07-03* lib/net/smtp.rb (Net::SMTP::start): use 'localhost' instead ofmatz
2008-06-19* lib/net/pop.rb (Net::POP3#set_all_uids): speedkazu
2008-06-17* lib/net/telnet.rb: Fixing Telnet#wairfor() which was broken by changes tojeg2
2008-06-04* lib/rdoc.rb: massive spelling correction patch from Evan Farrarmatz
2008-05-21* lib/net/imap.rb: do not use Thread#raise. [ruby-dev:34739]shugo
2008-05-01* lib/net/telnet.rb: This patch from Brian Candler adds a FailEOF mode whichjeg2
2008-04-30* lib/net/telnet.rb: Fixing a bug where line endings would not be properlyjeg2
2008-04-15* lib/net/http.rb, lib/net/smtp.rb, lib/net/pop.rb: update URLs of Japanese d...kazu
2008-04-03* lib/net/pop.rb (Net::POP3::do_finish): clear @n_mails andmatz
2008-02-12* ext/json/lib/json/pure/generator.rb,naruse
2007-12-24Fix uninitialized variable warning in Net::HTTPdrbrain
2007-12-22* ext/openssl/lib/net/ssl.rb (OpenSSL::SSL::SSLContext.build): removed.gotoyuzo
2007-12-22* lib/net/imap.rb (encode_utf7): accept UTF-8 strings.shugo
2007-12-22* lib/net/imap.rb: fixed RDoc markups.shugo
2007-12-22* lib/net/imap.rb (initialize): fixed documentation.shugo