aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gems/bundled_gems: Update to power_assert 0.4.1ktsj2016-11-271-1/+1
* file.c: home directory from systemnobu2016-11-264-4/+34
* win32.c: special folders as home dirnobu2016-11-263-67/+67
* NEWS: mention [Feature #12953] [ci skip]nobu2016-11-261-0/+3
* * 2016-11-26svn2016-11-261-1/+1
* net/ftp: support timeout for TLS handshake.shugo2016-11-262-2/+26
* round-downnobu2016-11-257-10/+134
* * 2016-11-25svn2016-11-241-1/+1
* use `rb_struct_ptr` for `RSTRUCT_PTR` macrousa2016-11-241-1/+1
* marshal.c: fix infinite recursionnobu2016-11-242-1/+27
* marshal.c: negative limitnobu2016-11-241-3/+5
* 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