summaryrefslogtreecommitdiff
path: root/test/net
AgeCommit message (Expand)Author
2015-10-22* test/net/ftp/test_ftp.rb: add tests for getbinaryfile andshugo
2015-10-09* lib/net/ftp.rb (parse257): refactor.shugo
2015-10-09* lib/net/imap.rb: use frozen_string_literal: true.shugo
2015-10-09* lib/net/ftp.rb: use frozen_string_literal: true.shugo
2015-09-28* lib/net/ftp.rb (mtime): use usec instead of fractions to parseshugo
2015-09-28* lib/net/ftp.rb (mtime): parse decimal fractions of a second asshugo
2015-09-14* lib/net/ftp.rb (parse_mlsx_entry): parse pathnames includingshugo
2015-09-12* lib/net/ftp.rb (file?, directory?, appendable?, creatable?,shugo
2015-09-12* lib/net/ftp.rb (FACT_PARSERS): support system dependent factsshugo
2015-09-12* lib/net/ftp.rb (parse_mlsx_entry, mlst) raise an FTPProtoErrorshugo
2015-09-12* lib/net/ftp.rb (mlst, mlsd): support new commands MLST and MLSDshugo
2015-09-11* lib/net/ftp.rb (size, mdtm, system): parse responses according toshugo
2015-09-10* lib/net/ftp.rb (getmultiline): refactor.shugo
2015-09-08* lib/net/ftp.rb (list): fetch all the lines before yielding a blockshugo
2015-08-01* lib/net/http/response.rb (Net::HTTPResponse::Inflater#finish):ktsj
2015-07-01fix a failure without zlibkazu
2015-06-29* lib/net/http/response.rb (inflater): CONTENT_ENCODING can be uppernaruse
2015-06-27* lib/net/ftp.rb (makeport): close the TCPServereregon
2015-06-02use assert_raisenobu
2015-05-08* lib/net/imap.rb (body_ext_mpart): should work even if body-fld-dspshugo
2015-03-02* test/net/ftp/test_ftp.rb (create_ftp_server): set SO_OOBINLINEngoto
2015-02-10* lib/net/ftp.rb (chdir, delete, gettextfile, mdtm, mkdir, nlst,shugo
2015-02-08* lib/net/http/header.rb: pass header names as symbols.hsbt
2015-01-13test_http.rb: test without DNS accessnobu
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