summaryrefslogtreecommitdiff
path: root/lib/net
AgeCommit message (Expand)Author
2020-05-31Fix error raised by Net::HTTPResponse#inflater if the block raisesBenoit Daloze
2020-05-27Improve documentation for Net::HTTPHeader#set_form [ci skip]Jeremy Evans
2020-05-19Ignore exceptions when closing data connections [Bug #16780]Shugo Maeda
2020-05-12Add missing `,`Kazuhiro NISHIYAMA
2020-05-12Expose SSLContext#extra_chain_cert in Net::HTTPStephen Touset
2020-04-08The current net-http is only works with Ruby 2.6+Hiroshi SHIBATA
2020-03-12Add workaround for test-bundler failureKazuhiro NISHIYAMA
2020-03-10Fix an example committed to a wrong place [ci skip]Takashi Kokubun
2020-03-10Let Net::HTTP.get take request headers (#2957)Takashi Kokubun
2020-03-08Specify explicit separator not to be affected by $;Nobuyoshi Nakada
2020-03-07Removed unnecessary `chomp`Nobuyoshi Nakada
2020-02-21Fixed net-ftp sync task and resync from standalone repoHiroshi SHIBATA
2020-02-21Promote net-http to the default gems.Hiroshi SHIBATA
2020-02-21Promote net-ftp to default gemsHiroshi SHIBATA
2020-02-20Fallback to load version file in ruby core repositoryHiroshi SHIBATA
2020-02-20Promote net-imap to the default gemsHiroshi SHIBATA
2020-02-17* append newline at EOF. [ci skip]git
2020-02-17Promote net-protocol to default gemsHiroshi SHIBATA
2020-01-30Unnamed groups are not captured when named groups are usedNobuyoshi Nakada
2020-01-23Add #verify_hostname= and #verify_hostname to skip hostname verification (#2858)Yuta Iwama
2020-01-09lib/net/imap.rb: use `&blk` instead of Kernel#proc with no blockYusuke Endoh
2019-12-20Fixed misspellingsNobuyoshi Nakada
2019-12-17Use while instead of loopKazuhiro NISHIYAMA
2019-12-17ensure to close the data connection [Bug #16413]NARUSE, Yui
2019-12-16Revert "lib/net/http/response.rb: support raw deflate correctly"Yusuke Endoh
2019-12-16lib/net/http/response.rb: support raw deflate correctlyYusuke Endoh
2019-12-10fix ipaddr parameter of Net::HTTP.start to support proxyNARUSE, Yui
2019-12-10lib/net/http.rb: align the indentationYusuke Endoh
2019-12-09fix typo of 54072e329cab7207fba133caba4fc12b45add8f9NARUSE, Yui
2019-12-09Add ipaddr optional parameter to Net::HTTP#startNARUSE, Yui
2019-11-18Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans
2019-11-18Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans
2019-11-15Fix a typo [ci skip]Kazuhiro NISHIYAMA
2019-11-07Fixed test failure related Net::ProtocolHiroshi SHIBATA
2019-11-07SMTP is not moduleHiroshi SHIBATA
2019-11-07Promote net-smtp to default gemsHiroshi SHIBATA
2019-11-07Promote net-pop to default gemsHiroshi SHIBATA
2019-10-26Improve Net::HTTP docs:zverok
2019-10-26Net::FTP: fix formatting problems for #status methodzverok
2019-10-09Remove uselsess shebangPavel Valena
2019-09-27Ignore Errno::EPIPE when sending requests in net/httpJeremy Evans
2019-09-02Add Net::FTP#features and Net::FTP#optionShugo Maeda
2019-08-30Fix keyword argument separation issues in libJeremy Evans
2019-08-09Fix typo: duplicated the [skip-ci]ohbarye
2019-07-24Show the caller's locationNobuyoshi Nakada
2019-06-27Fix documentation for Net::SMTPServerBusyJeremy Evans
2019-06-20Avoid verbose warning when using Net::POP3 with SSLJeremy Evans
2019-04-15Support SNI (Reapplying r67488)knu
2019-04-10Reverting all commits from r67479 to r67496 because of CI failureskazu
2019-04-09Support SNIshugo