aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net
Commit message (Expand)AuthorAgeFilesLines
* [ruby/net-smtp] Add SNI support to net/smtpnicholas a. evans2020-09-141-0/+1
* [ruby/net-smtp] Net::SMTP.start arguments are keyword argumentsTOMITA Masahiro2020-09-141-16/+34
* [ruby/net-smtp] TLS should not check the host name by default.TOMITA Masahiro2020-09-141-1/+1
* Update the license for the default gems to dual licensesHiroshi SHIBATA2020-08-182-2/+2
* Added the missing licenses field to some default gemsHiroshi SHIBATA2020-08-184-0/+4
* Fixed the inconsistency gemspec location with net-* gems.Hiroshi SHIBATA2020-08-054-4/+4
* net-ftp is under `lib/net` instead of `lib/net/ftp`Hiroshi SHIBATA2020-08-031-1/+1
* Followed up b2d96abb42abbe2e01f010ffc9ac51f0f9a50002 for net-ftp.Hiroshi SHIBATA2020-08-031-0/+0
* Extract version number from the sourceNobuyoshi Nakada2020-07-3016-64/+58
* [ruby/net-ftp] Moved Net::Ftp::Version to Net::FTPNobuyoshi Nakada2020-07-283-10/+8
* Use typewriter notation for var[:sym] correctlyaycabta2020-07-271-5/+5
* Drop to Ruby 2.4Hiroshi SHIBATA2020-06-111-0/+1
* [ruby/net-imap] Drop to Ruby 2.4Hiroshi SHIBATA2020-06-111-1/+1
* Update docs in net/http.rbKir Shatrov2020-06-051-1/+1
* Fix error raised by Net::HTTPResponse#inflater if the block raisesBenoit Daloze2020-05-311-2/+3
* Improve documentation for Net::HTTPHeader#set_form [ci skip]Jeremy Evans2020-05-271-16/+36
* Ignore exceptions when closing data connections [Bug #16780]Shugo Maeda2020-05-191-8/+8
* Add missing `,`Kazuhiro NISHIYAMA2020-05-121-1/+1
* Expose SSLContext#extra_chain_cert in Net::HTTPStephen Touset2020-05-121-0/+6
* The current net-http is only works with Ruby 2.6+Hiroshi SHIBATA2020-04-081-1/+1
* Add workaround for test-bundler failureKazuhiro NISHIYAMA2020-03-126-6/+6
* Fix an example committed to a wrong place [ci skip]Takashi Kokubun2020-03-101-1/+1
* Let Net::HTTP.get take request headers (#2957)Takashi Kokubun2020-03-101-10/+24
* Specify explicit separator not to be affected by $;Nobuyoshi Nakada2020-03-082-2/+2
* Removed unnecessary `chomp`Nobuyoshi Nakada2020-03-071-1/+1
* Fixed net-ftp sync task and resync from standalone repoHiroshi SHIBATA2020-02-211-2/+2
* Promote net-http to the default gems.Hiroshi SHIBATA2020-02-213-1/+35
* Promote net-ftp to default gemsHiroshi SHIBATA2020-02-213-1/+35
* Fallback to load version file in ruby core repositoryHiroshi SHIBATA2020-02-201-1/+5
* Promote net-imap to the default gemsHiroshi SHIBATA2020-02-203-1/+31
* * append newline at EOF. [ci skip]git2020-02-171-1/+1
* Promote net-protocol to default gemsHiroshi SHIBATA2020-02-172-0/+34
* Unnamed groups are not captured when named groups are usedNobuyoshi Nakada2020-01-301-4/+4
* Add #verify_hostname= and #verify_hostname to skip hostname verification (#2858)Yuta Iwama2020-01-231-3/+11
* lib/net/imap.rb: use `&blk` instead of Kernel#proc with no blockYusuke Endoh2020-01-091-4/+5
* Fixed misspellingsNobuyoshi Nakada2019-12-201-1/+1
* Use while instead of loopKazuhiro NISHIYAMA2019-12-171-12/+4
* ensure to close the data connection [Bug #16413]NARUSE, Yui2019-12-171-16/+28
* Revert "lib/net/http/response.rb: support raw deflate correctly"Yusuke Endoh2019-12-161-3/+3
* lib/net/http/response.rb: support raw deflate correctlyYusuke Endoh2019-12-161-3/+3
* fix ipaddr parameter of Net::HTTP.start to support proxyNARUSE, Yui2019-12-101-1/+1
* lib/net/http.rb: align the indentationYusuke Endoh2019-12-101-2/+2
* fix typo of 54072e329cab7207fba133caba4fc12b45add8f9NARUSE, Yui2019-12-091-1/+1
* Add ipaddr optional parameter to Net::HTTP#startNARUSE, Yui2019-12-091-8/+21
* Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans2019-11-181-1/+1
* Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans2019-11-181-6/+0
* Fix a typo [ci skip]Kazuhiro NISHIYAMA2019-11-151-1/+1
* Fixed test failure related Net::ProtocolHiroshi SHIBATA2019-11-072-2/+4
* SMTP is not moduleHiroshi SHIBATA2019-11-071-1/+1
* Promote net-smtp to default gemsHiroshi SHIBATA2019-11-073-1/+33