aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move certificates to test/net/fixtures/.shugo2016-11-196-9/+9
* * remove trailing spaces.svn2016-11-191-1/+1
* Support TLS and hash styles options for Net::FTP.new.shugo2016-11-193-22/+601
* math.c: unused_objnobu2016-11-191-29/+29
* dln.c: raise LoadErrornobu2016-11-191-1/+3
* * NEWS: Added entry for optimized Rational. [Feature #12484] [ci skip]tadd2016-11-181-0/+2
* complex.c: optimize f_negatemrkn2016-11-184-11/+35
* * 2016-11-19svn2016-11-181-1/+1
* rational.c: optimization and refactoringmrkn2016-11-181-7/+7
* complex.c: refactoringmrkn2016-11-181-13/+2
* objspace.c:: indent [ci skip]yui-knk2016-11-181-1/+1
* * NEWS: Fix class nameyui-knk2016-11-181-1/+1