aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* resolv: use safe navigation operator to avoid extra hash lookupsnormal2016-11-231-3/+1
* webrick/server: use symbol procnormal2016-11-231-1/+1
* Add CR/LF check to Net::FTP#status.shugo2016-11-231-0/+3
* lib/net/ftp: fix typonormal2016-11-231-1/+1
* 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-231-4/+6
* Use `&.` instead of `if` and `? :`kazu2016-11-221-2/+2
* 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
* Add BufferedSSLSocket#send.shugo2016-11-221-0/+5
* webrick/server: simplify Daemon.startnormal2016-11-221-8/+2
* resolv: use symbol proc when possiblenormal2016-11-211-7/+3
* lib/open3: favor symbol proc when possiblenormal2016-11-211-6/+6
* lib/*: remove closed checksnormal2016-11-2112-27/+23
* 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-211-2/+6
* 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
* Remove an unused variable to suppress a warning.shugo2016-11-201-1/+1
* forwardable/impl.rbnobu2016-11-202-15/+30
* remote_address should be called on @bare_sock.shugo2016-11-201-1/+1
* shutdown(2) should not be called for SSLSocket.shugo2016-11-201-4/+6
* Use Socket instead of TCPSocket/TCPServer.shugo2016-11-191-4/+4
* Expand abbreviated option names.shugo2016-11-191-17/+19
* Shut down TLS connections gracefully.shugo2016-11-191-1/+5
* Remove garbage.shugo2016-11-191-2/+1
* * remove trailing spaces.svn2016-11-191-1/+1
* Support TLS and hash styles options for Net::FTP.new.shugo2016-11-191-22/+140
* logger.rb: fix next rotate timenobu2016-11-161-1/+5
* ftp.rb: use Addrinfo interfacesshugo2016-11-151-2/+3
* ftp.rb: use Addrinfonobu2016-11-151-6/+6
* net/ftp.rb: kwargsnobu2016-11-141-3/+1
* net/protocol.rb: kwargsnobu2016-11-145-18/+14
* Enable the document for Kernel[#.]pp.akr2016-11-111-3/+2
* Fix undefined method 'dump' for nil:NilClass (NoMethodError)a_matsuda2016-11-081-1/+3
* Fix grammar errorsa_matsuda2016-11-081-12/+12
* Update comment about default constanta_matsuda2016-11-081-1/+1
* irb.rb: Binding#irbnobu2016-11-061-0/+8
* irb.rb: IRB::Irb#runnobu2016-11-061-15/+19
* e2mmap.rb: remove old definitionnobu2016-11-061-0/+1
* shell.rb: suppress warningsnobu2016-11-051-2/+6
* e2mmap.rb: suppress a warningnobu2016-11-051-2/+6
* Alias regist_scanner to register_scannera_matsuda2016-11-051-2/+5
* fix Resolv::LOC::Coord.create.akr2016-11-051-4/+6
* * lib/net/http.rb (Net::HTTP.post): new convenience method to send a POST req...shugo2016-11-051-0/+18
* * lib/net/http.rb (transport_request): other than HTTPContinuenaruse2016-11-051-1/+1
* Time.parse's "now" argument as nil works again.akr2016-11-051-6/+10
* IPAddr#== and IPAddr#<=> no longer raise an exception if coercion failsknu2016-11-051-5/+8
* numeric.c: round to nearest evennobu2016-11-051-4/+7