summaryrefslogtreecommitdiff
path: root/test/net
AgeCommit message (Expand)Author
2015-01-03* lib/net/http.rb: More descriptive error message when net/http failshsbt
2015-01-02* test/net/http/test_http.rb (_test_send_request__HEAD): Addedhsbt
2014-12-23* lib/net/http/response.rb (Net::HTTPResponse): require one or morenaruse
2014-12-13test_https.rb: skip old OpenSSLnobu
2014-12-09* test/net/http/test_https.rbusa
2014-12-07* test/net/imap/test_imap.rb (ImapTest#imaps_test): forced error on SSL socketsusa
2014-12-06* lib/net/imap.rb: Fix undefined variable usage & refactor/DRYshugo
2014-11-26add test for r48563naruse
2014-11-13* lib/net/imap.rb (search_response): parse MODSEQ in SEARCHshugo
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-11-11* test/net/pop/test_pop.rb: Use assert_join_threads.akr
2014-11-11* test/net/http/test_https_proxy.rb: Use assert_join_threads.akr
2014-11-10* test/net/imap/test_imap.rb: Don't ignore exceptions on serverakr
2014-11-10* test/net/ftp/test_ftp.rb (create_ftp_server): Don't ignoreakr
2014-11-09* test/webrick: Store log in an array.akr
2014-11-09* test/net/http: Examine webrick log.akr
2014-11-08* test/net/http/utils.rb: Don't connect to spawned serverakr
2014-08-29* test/net/imap/test_imap_response_parser.rb: removed needless code.hsbt
2014-08-05* lib/net/http/generic_request.rb (Net::HTTP::GenericRequest#exec):naruse
2014-08-05suppress warningsnaruse
2014-06-17* lib/net/ftp.rb (gets, readline): read lines without LF properly.shugo
2014-06-09fold too long linenobu
2014-06-03 * lib/net/imap.rb (body_type_1part): Gmail IMAP reports a bodyshugo
2014-05-31Join threads.akr
2014-05-30Close FDs.akr
2014-05-30* lib/webrick/server.rb: Use a pipe to detect server shutdown.akr
2014-05-28No need to kill a thread.akr
2014-05-28* lib/net/imap.rb (Net::IMAP#initialize): Close the opened socket whenakr
2014-05-26test_imap.rb: fix leaked threadsnobu
2014-05-26test_http.rb: fix leaked threadsnobu
2014-05-23net/protocol.rb: fix SMTP dot stuffingnobu
2014-02-23* test/net/imap/test_imap.rb: remove unused variables.hsbt
2014-02-16* test/net/ftp/test_ftp.rb: remove unused variables.hsbt
2014-01-03test/net/imap/test_imap.rb: fix test failures due to expired certstmm1
2013-12-02* lib/net/smtp.rb (Net::SMTP#critical): Always return adrbrain
2013-11-19* test/net/http/utils.rb (spawn_server): Specify zero for port toakr
2013-10-07Increase open_timeout [Bug #8986]naruse
2013-09-01* test/net/http/test_http.rb (test_bind_to_local_port): Choose an openakr
2013-07-10* test/net/http/test_http.rb (TestNetHTTP_v1_2#test_get,usa
2013-06-05* lib/net/imap.rb (capability_response): should ignore trailingshugo
2013-04-23* lib/net/imap.rb (getacl_response): parse the mailbox of an ACLshugo
2013-04-20* test/csv/test_features.rb, test/logger/test_logger.rbakr
2013-04-19* lib/net/imap.rb (body_type_msg): should acceptshugo
2013-03-11* lib/net/smtp.rb: Added Net::SMTP#rset method to implement the SMTPdrbrain
2013-02-24* lib/net/http.rb: Removed duplicate Accept-Encoding in Net::HTTP#get.drbrain
2013-02-14* lib/net/http.rb: Removed OpenSSL dependency from Net::HTTP.drbrain
2013-02-14* lib/net/http: Do not handle Content-Encoding when the user setsdrbrain
2013-01-05Suppress warningsnaruse
2012-12-23* lib/net/http/generic_request.rb (Net::HTTPGenericRequest):naruse
2012-12-21 * lib/net/http.rb: Requests may be created with a URI which sets thedrbrain