aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* test_fileutils.rb: fix deadlocknobu2016-11-241-2/+15
* Add credit and PR/issue numbers.shugo2016-11-241-0/+1
* resolv: use safe navigation operator to avoid extra hash lookupsnormal2016-11-231-3/+1
* webrick/server: use symbol procnormal2016-11-231-1/+1
* * 2016-11-24svn2016-11-231-1/+1
* Add CR/LF check to Net::FTP#status.shugo2016-11-231-0/+3
* test_fileutils.rb: Use primary group toonobu2016-11-231-1/+1
* lib/net/ftp: fix typonormal2016-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
* Disconnect immediately even if Net::FTP#close is called without quit.shugo2016-11-231-0/+16
* Add a new optinal argument pathname to FTP#stat.shugo2016-11-233-4/+40
* Use `&.` instead of `if` and `? :`kazu2016-11-221-2/+2
* parse.y: warn ? followed by a wordnobu2016-11-221-2/+14
* * 2016-11-23svn2016-11-221-1/+1
* Use `&.` and `||=` instead of if guardsnobu2016-11-221-9/+3
* IOError does not happenkazu2016-11-221-6/+1
* Use `&.` instead of modifier ifkazu2016-11-221-1/+1
* complex.c: optimize f_gt_p some casesmrkn2016-11-224-13/+25
* Add BufferedSSLSocket#send.shugo2016-11-222-0/+58
* complex.c: optimize Kernel#Complexmrkn2016-11-221-5/+4
* webrick/server: simplify Daemon.startnormal2016-11-221-8/+2
* resolv: use symbol proc when possiblenormal2016-11-211-7/+3
* socket: use symbol proc for IO#close loopsnormal2016-11-211-6/+6
* lib/open3: favor symbol proc when possiblenormal2016-11-211-6/+6
* lib/*: remove closed checksnormal2016-11-2112-27/+23
* * 2016-11-22svn2016-11-211-1/+1
* Revert r56856nobu2016-11-212-2/+5
* ftp.rb: fix typo [ci skip]nobu2016-11-211-1/+1
* Add new options open_timeout and read_timeout to Net::FTP.new.shugo2016-11-212-2/+16
* Use dynamic dispatch instead of is_a?.shugo2016-11-211-14/+16
* net/http: avoid writing/reading from unstarted SSL socketrhe2016-11-211-30/+33
* parse.y: tCHAR cannot be concatenatednobu2016-11-211-2/+2
* * 2016-11-21svn2016-11-211-1/+1
* numeric.c: refine error messagenobu2016-11-212-8/+20
* proc.c: enable Proc#to_s rdocnobu2016-11-201-8/+8
* proc.c: suppress warningnobu2016-11-201-1/+1
* Remove an unused variable to suppress a warning.shugo2016-11-201-1/+1
* win32ole.c: suppress warningsnobu2016-11-201-1/+1
* get rid of test failures introduced at r56848usa2016-11-201-1/+1
* forwardable/impl.rbnobu2016-11-204-15/+50
* remote_address should be called on @bare_sock.shugo2016-11-202-2/+2
* shutdown(2) should not be called for SSLSocket.shugo2016-11-201-4/+6
* * 2016-11-20svn2016-11-191-1/+1
* * ext/win32ole/win32ole.c: independent of libgcc_s_seh-1.dll [Bug #12959] suke2016-11-191-1/+1
* Use Socket instead of TCPSocket/TCPServer.shugo2016-11-191-4/+4
* Expand abbreviated option names.shugo2016-11-192-21/+23
* ruby.h: rb_big_signnobu2016-11-192-3/+10
* Shut down TLS connections gracefully.shugo2016-11-191-1/+5
* Remove garbage.shugo2016-11-191-2/+1