summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-29Fix erroneous test of target against targetduerst
2016-11-29Ignore SystemCallError in case it is raised by SSLSocket#accept.shugo
2016-11-29test_keyword.rb: more assertionsnobu
2016-11-29test_keyword.rb: assert_raise_with_message valuenobu
2016-11-29string.c: use xmallocnobu
2016-11-29net/ftp: add a new option ssl_handshake_timeout to Net::FTP.new.shugo
2016-11-29net/ftp: close the socket directly when an error occurs during TLS handshake.shugo
2016-11-29* 2016-11-29svn
2016-11-29net/ftp: close the connection if the TLS handshake timeout is exceeded.shugo
2016-11-28string.c: fix zero-length arraynobu
2016-11-28hide exceptions in server threadusa
2016-11-28string.c: enable rdocnobu
2016-11-28implement String/Symbol#casecmp? including Unicode case foldingduerst
2016-11-28insns.def: adjust index typenobu
2016-11-28Give a chance to complete server.acceptusa
2016-11-28* 2016-11-28svn
2016-11-28compile.c: splatarray peephole optnobu
2016-11-27signal.c: improve stack overflow checknobu
2016-11-27object.c: no TypeError at special const dupnobu
2016-11-27Reverse compatibility_version and current_version for Darwinknu
2016-11-27* 2016-11-27svn
2016-11-27gems/bundled_gems: Update to power_assert 0.4.1ktsj
2016-11-26file.c: home directory from systemnobu
2016-11-26win32.c: special folders as home dirnobu
2016-11-26NEWS: mention [Feature #12953] [ci skip]nobu
2016-11-26* 2016-11-26svn
2016-11-26net/ftp: support timeout for TLS handshake.shugo
2016-11-25round-downnobu
2016-11-24* 2016-11-25svn
2016-11-24use `rb_struct_ptr` for `RSTRUCT_PTR` macrousa
2016-11-24marshal.c: fix infinite recursionnobu
2016-11-24marshal.c: negative limitnobu
2016-11-24test_fileutils.rb: fix deadlocknobu
2016-11-24Add credit and PR/issue numbers.shugo
2016-11-23resolv: use safe navigation operator to avoid extra hash lookupsnormal
2016-11-23webrick/server: use symbol procnormal
2016-11-23* 2016-11-24svn
2016-11-23Add CR/LF check to Net::FTP#status.shugo
2016-11-23test_fileutils.rb: Use primary group toonobu
2016-11-23lib/net/ftp: fix typonormal
2016-11-23rescue Errno::EPROTOTYPE in FTPTest#test_list_read_timeout_exceeded.shugo
2016-11-23Don't encode to UTF-8 if it's unnecessary.shugo
2016-11-23Disconnect immediately even if Net::FTP#close is called without quit.shugo
2016-11-23Add a new optinal argument pathname to FTP#stat.shugo
2016-11-22Use `&.` instead of `if` and `? :`kazu
2016-11-22parse.y: warn ? followed by a wordnobu
2016-11-22* 2016-11-23svn
2016-11-22Use `&.` and `||=` instead of if guardsnobu
2016-11-22IOError does not happenkazu
2016-11-22Use `&.` instead of modifier ifkazu