aboutsummaryrefslogtreecommitdiffstats
path: root/test/net
Commit message (Expand)AuthorAgeFilesLines
* * lib/net/smtp.rb (Net::SMTP#critical): Always return adrbrain2013-12-021-0/+13
* * test/net/http/utils.rb (spawn_server): Specify zero for port toakr2013-11-193-8/+2
* Increase open_timeout [Bug #8986]naruse2013-10-071-1/+1
* * test/net/http/test_http.rb (test_bind_to_local_port): Choose an openakr2013-09-011-1/+3
* * test/net/http/test_http.rb (TestNetHTTP_v1_2#test_get,usa2013-07-101-2/+2
* * lib/net/imap.rb (capability_response): should ignore trailingshugo2013-06-051-0/+11
* * lib/net/imap.rb (getacl_response): parse the mailbox of an ACLshugo2013-04-231-0/+14
* * test/csv/test_features.rb, test/logger/test_logger.rbakr2013-04-201-45/+43
* * lib/net/imap.rb (body_type_msg): should acceptshugo2013-04-191-0/+43
* * lib/net/smtp.rb: Added Net::SMTP#rset method to implement the SMTPdrbrain2013-03-111-0/+25
* * lib/net/http.rb: Removed duplicate Accept-Encoding in Net::HTTP#get.drbrain2013-02-241-0/+2
* * lib/net/http.rb: Removed OpenSSL dependency from Net::HTTP.drbrain2013-02-142-3/+3
* * lib/net/http: Do not handle Content-Encoding when the user setsdrbrain2013-02-143-0/+67
* Suppress warningsnaruse2013-01-051-5/+11
* * lib/net/http/generic_request.rb (Net::HTTPGenericRequest):naruse2012-12-231-0/+9
* * lib/net/http.rb: Requests may be created with a URI which sets thedrbrain2012-12-212-0/+63
* test: remove or replace trailing spacesnobu2012-12-071-2/+2
* * lib/net/protocol.rb (Net::InternetMessageIO#each_crlf_line):naruse2012-11-081-1/+9
* * lib/net/protocol.rb (Net::InternetMessageIO#each_crlf_line):naruse2012-11-061-0/+11
* * ruby.c (load_file_internal): set default source encoding asnaruse2012-11-062-2/+2
* * lib/net/imap.rb: fix Net::IMAP::ResponseParser to acceptshugo2012-10-171-0/+28
* test_http.rb: clear environment variablesshirosaki2012-09-291-11/+15
* * lib/webrick/ssl.rb (WEBrick::Config::SSL): add new keynaruse2012-09-011-0/+1
* Use 0 as port like #6766 [Bug #6959]naruse2012-09-011-1/+1
* Refix r36678: switch with zlib and check content-encoding.naruse2012-08-101-6/+24
* Suppress warnings: Net::HTTPResponse#header is obsoletenaruse2012-08-101-4/+4
* Run automatic deflate decoding only if it has zlib.naruse2012-08-101-3/+3
* * test/net/http/test_https.rb (TestNetHTTPS#test_session_reuse): localhost is...shyouhei2012-07-261-0/+2
* * lib/net/http.rb: Added SSL session reuse across connections for adrbrain2012-07-251-0/+23
* Use 0 for webrick's port and get the actual port. [Bug #6766]naruse2012-07-212-6/+9
* * lib/net/http.rb (Net::HTTP.newobj): return back for compatibility.naruse2012-07-211-6/+27
* * lib/net/http.rb: Net::HTTP now automatically detects and usesdrbrain2012-07-201-0/+161
* * lib/net/http/response.rb: Automatically inflate gzip anddrbrain2012-07-192-2/+213
* * test/net/http/test_http.rb (TestNetHTTPLocalBind#test_bind_to_local*):usa2012-07-191-2/+0
* use localhost for both local and remote. [Bug #6746]naruse2012-07-181-12/+4
* Support IPv6 address. [Bug #6746]naruse2012-07-171-4/+6
* * test/net/http/test_http.rb (TestNetHTTPLocalBind#test_bind_to_local*):usa2012-07-121-0/+2
* Use IPv4 address on connecting to 127.0.0.1.naruse2012-07-121-1/+1
* * lib/net/http.rb (Net::HTTP#connect): use local_host and local_portnaruse2012-07-111-0/+42
* * test/net/http/test_httpresponses.rb: Add a test file forknu2012-07-051-0/+24
* * lib/net/http/header.rb (Net::HTTPHeader#range): fix broken parser ofnaruse2012-05-231-5/+22
* rescue EPIPE raised from conn.print because of client's timeoutnaruse2012-05-221-11/+13
* * lib/net/ftp.rb (Net::FTP#retrbinary): close only if conn is not nilnaruse2012-05-211-0/+189
* Rescue exception from writing to a socket.naruse2012-05-211-1/+1
* * lib/net/ftp.rb (Net::FTP#transfercmd): rescue shutdown.naruse2012-05-211-2/+13
* Shutdown gracefully.naruse2012-05-201-0/+6
* * lib/net/imap.rb (decode_utf7, encode_utf7): refactored byshugo2012-05-091-2/+12
* * lib/net/imap.rb (body_type_attachment): parse body typeshugo2012-05-071-0/+10
* * test/net/http/test_https.rb: update test for r35494ayumin2012-04-301-1/+1
* skip OpenSSL dependent tests if not availablenobu2012-04-231-20/+14