aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* stringio: chomp optionnobu2016-12-031-0/+19
* test_stringio.rb: paragraph modenobu2016-12-031-0/+5
* add tests againts regressions for upcoming codepoint reordering in unfolding ...duerst2016-12-031-0/+25
* change test class name because it is not only about foldingduerst2016-12-031-3/+3
* test/ruby/test_string.rb: ensure restoring $/nobu2016-12-021-0/+7
* parse.y: relax spacesnobu2016-12-021-3/+3
* String#unpack1 [Feature #12752]naruse2016-12-011-0/+7
* Remove `offset:` from `Array#pack`usa2016-12-011-11/+2
* Supports `buffer` and `offset` in `Array#pack`usa2016-12-011-0/+34
* parse.y: reject invalid codepointnobu2016-12-011-7/+4
* Wait until excpetion handling is ready.shugo2016-12-011-0/+3
* openssl: import fixes from upstreamrhe2016-12-011-8/+8
* Regexp supports Unicoe 9.0.0's \Xnaruse2016-11-301-0/+21
* parse.y: refine error messagenobu2016-11-301-0/+4
* openssl: import v2.0.0rhe2016-11-3018-643/+552
* fix uppercasing for U+A64B, CYRILLIC SMALL LETTER MONOGRAPH UKduerst2016-11-301-2/+0
* Supress warnings.shugo2016-11-301-4/+4
* get rid of ambiguous parentheses warningsnobu2016-11-295-20/+20
* webrick: don't use OpenSSL::TestUtils from webrick testsrhe2016-11-291-10/+48
* open-uri: don't use OpenSSL::TestUtils from open-uri testsrhe2016-11-291-4/+35
* net/http: don't use OpenSSL::TestUtils from test coderhe2016-11-293-25/+53
* object.c: no TypeError at special constnobu2016-11-291-0/+4
* object.c: no TypeError at special const clonenobu2016-11-291-0/+11
* Suppress warnings.shugo2016-11-291-8/+8
* Fix erroneous test of target against targetduerst2016-11-291-1/+3
* Ignore SystemCallError in case it is raised by SSLSocket#accept.shugo2016-11-291-1/+1
* test_keyword.rb: more assertionsnobu2016-11-291-0/+9
* test_keyword.rb: assert_raise_with_message valuenobu2016-11-291-6/+2
* net/ftp: add a new option ssl_handshake_timeout to Net::FTP.new.shugo2016-11-291-9/+6
* hide exceptions in server threadusa2016-11-281-5/+8
* implement String/Symbol#casecmp? including Unicode case foldingduerst2016-11-282-0/+15
* Give a chance to complete server.acceptusa2016-11-281-0/+1
* object.c: no TypeError at special const dupnobu2016-11-272-4/+4
* file.c: home directory from systemnobu2016-11-262-3/+0
* net/ftp: support timeout for TLS handshake.shugo2016-11-261-0/+24
* round-downnobu2016-11-254-6/+65
* marshal.c: fix infinite recursionnobu2016-11-241-0/+12
* test_fileutils.rb: fix deadlocknobu2016-11-241-2/+15
* test_fileutils.rb: Use primary group toonobu2016-11-231-1/+1
* rescue Errno::EPROTOTYPE in FTPTest#test_list_read_timeout_exceeded.shugo2016-11-231-1/+1
* Don't encode to UTF-8 if it's unnecessary.shugo2016-11-231-1/+3
* Add a new optinal argument pathname to FTP#stat.shugo2016-11-231-0/+33
* Add BufferedSSLSocket#send.shugo2016-11-221-0/+53
* Revert r56856nobu2016-11-211-0/+3
* Add new options open_timeout and read_timeout to Net::FTP.new.shugo2016-11-211-0/+10
* numeric.c: refine error messagenobu2016-11-211-0/+6
* remote_address should be called on @bare_sock.shugo2016-11-201-1/+1
* Expand abbreviated option names.shugo2016-11-191-4/+4
* Move certificates to test/net/fixtures/.shugo2016-11-196-9/+9
* Support TLS and hash styles options for Net::FTP.new.shugo2016-11-191-0/+456