summaryrefslogtreecommitdiff
path: root/lib/net
AgeCommit message (Expand)Author
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
2019-01-21* lib/net/http.rb: handle Errno::ETIMEDOUT in Net::HTTP#transport_requestglass
2018-12-31Revert "lib/net/http.rb: use connect_timeout instead of Timeout"glass
2018-12-31lib/net/http.rb: use connect_timeout instead of Timeoutglass
2018-12-27Fix Net::Protocol::BufferedIO#write when sending large multi-byte stringnobu
2018-12-14Move autoload to toplevelnaruse
2018-12-11ReFix r663197nobu
2018-12-11Fix r663197nobu
2018-12-10Preserve HTTP header key as string [Bug #15394]naruse
2018-12-10Net::ReadTimeout and Net::WriteTimeout should tell the cause socketusa
2018-12-04Use delete_prefix instead of `sub(/\Afixed-pattern/, '')`kazu
2018-11-05Fix up r65505 [ci skip]kazu
2018-11-02lib/*: Prefer require_relative over require.marcandre
2018-10-21lib/net/http.rb: [DOC] fix typosstomar
2018-10-20Add negotiated SSL protocol and cipher to Net::HTTP debug outputnaruse
2018-10-20Improve doc of multipart/form-data [Bug #15019]aycabta
2018-09-19net/http: Improve net/http header error message.marcandre
2018-09-03Use unpack1 instead of unpack and `[0]`kazu
2018-08-08net/http, net/ftp: fix session resumption with TLS 1.3rhe