Age | Commit message (Expand) | Author |
---|
2020-04-08 | The current net-http is only works with Ruby 2.6+ | Hiroshi SHIBATA |
2020-03-12 | Add workaround for test-bundler failure | Kazuhiro NISHIYAMA |
2020-03-10 | Fix an example committed to a wrong place [ci skip] | Takashi Kokubun |
2020-03-10 | Let Net::HTTP.get take request headers (#2957) | Takashi Kokubun |
2020-03-08 | Specify explicit separator not to be affected by $; | Nobuyoshi Nakada |
2020-03-07 | Removed unnecessary `chomp` | Nobuyoshi Nakada |
2020-02-21 | Fixed net-ftp sync task and resync from standalone repo | Hiroshi SHIBATA |
2020-02-21 | Promote net-http to the default gems. | Hiroshi SHIBATA |
2020-02-21 | Promote net-ftp to default gems | Hiroshi SHIBATA |
2020-02-20 | Fallback to load version file in ruby core repository | Hiroshi SHIBATA |
2020-02-20 | Promote net-imap to the default gems | Hiroshi SHIBATA |
2020-02-17 | * append newline at EOF. [ci skip] | git |
2020-02-17 | Promote net-protocol to default gems | Hiroshi SHIBATA |
2020-01-30 | Unnamed groups are not captured when named groups are used | Nobuyoshi Nakada |
2020-01-23 | Add #verify_hostname= and #verify_hostname to skip hostname verification (#2858) | Yuta Iwama |
2020-01-09 | lib/net/imap.rb: use `&blk` instead of Kernel#proc with no block | Yusuke Endoh |
2019-12-20 | Fixed misspellings | Nobuyoshi Nakada |
2019-12-17 | Use while instead of loop | Kazuhiro NISHIYAMA |
2019-12-17 | ensure to close the data connection [Bug #16413] | NARUSE, Yui |
2019-12-16 | Revert "lib/net/http/response.rb: support raw deflate correctly" | Yusuke Endoh |
2019-12-16 | lib/net/http/response.rb: support raw deflate correctly | Yusuke Endoh |
2019-12-10 | fix ipaddr parameter of Net::HTTP.start to support proxy | NARUSE, Yui |
2019-12-10 | lib/net/http.rb: align the indentation | Yusuke Endoh |
2019-12-09 | fix typo of 54072e329cab7207fba133caba4fc12b45add8f9 | NARUSE, Yui |
2019-12-09 | Add ipaddr optional parameter to Net::HTTP#start | NARUSE, Yui |
2019-11-18 | Deprecate taint/trust and related methods, and make the methods no-ops | Jeremy Evans |
2019-11-18 | Warn on access/modify of $SAFE, and remove effects of modifying $SAFE | Jeremy Evans |
2019-11-15 | Fix a typo [ci skip] | Kazuhiro NISHIYAMA |
2019-11-07 | Fixed test failure related Net::Protocol | Hiroshi SHIBATA |
2019-11-07 | SMTP is not module | Hiroshi SHIBATA |
2019-11-07 | Promote net-smtp to default gems | Hiroshi SHIBATA |
2019-11-07 | Promote net-pop to default gems | Hiroshi SHIBATA |
2019-10-26 | Improve Net::HTTP docs: | zverok |
2019-10-26 | Net::FTP: fix formatting problems for #status method | zverok |
2019-10-09 | Remove uselsess shebang | Pavel Valena |
2019-09-27 | Ignore Errno::EPIPE when sending requests in net/http | Jeremy Evans |
2019-09-02 | Add Net::FTP#features and Net::FTP#option | Shugo Maeda |
2019-08-30 | Fix keyword argument separation issues in lib | Jeremy Evans |
2019-08-09 | Fix typo: duplicated the [skip-ci] | ohbarye |
2019-07-24 | Show the caller's location | Nobuyoshi Nakada |
2019-06-27 | Fix documentation for Net::SMTPServerBusy | Jeremy Evans |
2019-06-20 | Avoid verbose warning when using Net::POP3 with SSL | Jeremy Evans |
2019-04-15 | Support SNI (Reapplying r67488) | knu |
2019-04-10 | Reverting all commits from r67479 to r67496 because of CI failures | kazu |
2019-04-09 | Support SNI | shugo |
2019-01-21 | * lib/net/http.rb: handle Errno::ETIMEDOUT in Net::HTTP#transport_request | glass |
2018-12-31 | Revert "lib/net/http.rb: use connect_timeout instead of Timeout" | glass |
2018-12-31 | lib/net/http.rb: use connect_timeout instead of Timeout | glass |
2018-12-27 | Fix Net::Protocol::BufferedIO#write when sending large multi-byte string | nobu |
2018-12-14 | Move autoload to toplevel | naruse |