aboutsummaryrefslogtreecommitdiffstats
path: root/test/net
Commit message (Expand)AuthorAgeFilesLines
* * test/net/imap/test_imap_response_parser.rb: removed needless code.hsbt2014-08-291-4/+0
* * lib/net/http/generic_request.rb (Net::HTTP::GenericRequest#exec):naruse2014-08-051-2/+2
* suppress warningsnaruse2014-08-051-1/+1
* * lib/net/ftp.rb (gets, readline): read lines without LF properly.shugo2014-06-171-0/+40
* fold too long linenobu2014-06-091-1/+15
* * lib/net/imap.rb (body_type_1part): Gmail IMAP reports a bodyshugo2014-06-031-0/+10
* Join threads.akr2014-05-311-4/+2
* Close FDs.akr2014-05-301-0/+1
* * lib/webrick/server.rb: Use a pipe to detect server shutdown.akr2014-05-301-1/+0
* No need to kill a thread.akr2014-05-281-1/+0
* * lib/net/imap.rb (Net::IMAP#initialize): Close the opened socket whenakr2014-05-281-12/+13
* test_imap.rb: fix leaked threadsnobu2014-05-261-12/+25
* test_http.rb: fix leaked threadsnobu2014-05-261-0/+4
* net/protocol.rb: fix SMTP dot stuffingnobu2014-05-231-0/+9
* * test/net/imap/test_imap.rb: remove unused variables.hsbt2014-02-233-4/+2
* * test/net/ftp/test_ftp.rb: remove unused variables.hsbt2014-02-161-16/+0
* test/net/imap/test_imap.rb: fix test failures due to expired certstmm12014-01-033-78/+86
* * 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