Age | Commit message (Expand) | Author |
---|
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 |
2018-12-11 | ReFix r663197 | nobu |
2018-12-11 | Fix r663197 | nobu |
2018-12-10 | Preserve HTTP header key as string [Bug #15394] | naruse |
2018-12-10 | Net::ReadTimeout and Net::WriteTimeout should tell the cause socket | usa |
2018-12-04 | Use delete_prefix instead of `sub(/\Afixed-pattern/, '')` | kazu |
2018-11-05 | Fix up r65505 [ci skip] | kazu |
2018-11-02 | lib/*: Prefer require_relative over require. | marcandre |
2018-10-21 | lib/net/http.rb: [DOC] fix typos | stomar |
2018-10-20 | Add negotiated SSL protocol and cipher to Net::HTTP debug output | naruse |
2018-10-20 | Improve doc of multipart/form-data [Bug #15019] | aycabta |
2018-09-19 | net/http: Improve net/http header error message. | marcandre |
2018-09-03 | Use unpack1 instead of unpack and `[0]` | kazu |
2018-08-08 | net/http, net/ftp: fix session resumption with TLS 1.3 | rhe |
2018-06-14 | Get rid of warnings of test/spec | usa |
2018-06-08 | write_timeout doc upates [skip ci] | naruse |
2018-06-07 | Fix typos [ci skip] | kazu |
2018-06-06 | Use `Net::HTTPClientException` instead of `Net::HTTPServerException` | naruse |
2018-06-06 | Add Net::HTTPClientException [Bug #14688] | naruse |
2018-06-06 | fix r63587 | naruse |
2018-06-06 | fix r63587 with temporal to pass the tests. please re-fix it. | ko1 |
2018-06-06 | Introduce write_timeout to Net::HTTP [Feature #13396] | naruse |
2018-05-11 | net/imap: Fix ArgumentError in send_string_data | shugo |
2018-04-22 | net/imap: set SO_KEEPALIVE on TCP sockets | normal |
2018-03-08 | Raise ArgumentError if host component is nil | naruse |
2018-01-30 | net/http: fix documentation for HTTP connection reuse | normal |
2018-01-30 | net/pop: make modified strings mutable | normal |
2018-01-19 | Fix warning | kazu |
2018-01-14 | net/http: use writev for HTTP chunked request bodies | normal |
2018-01-12 | Add `103 Early Hints` to `Net::HTTP::STATUS_CODES` [ci skip] | kazu |
2018-01-08 | net/http: clear compressed chunk after decompression | normal |
2018-01-08 | net/protocol: read directly into rbuf if it's empty | normal |
2018-01-08 | net/protocol: use binary string buffers | normal |
2018-01-06 | Revert "net/protocol: use binary string buffers" | normal |
2018-01-06 | net/ftp: fix FrozenError in BufferedSocket | normal |
2018-01-06 | net/protocol: use binary string buffers | normal |
2018-01-06 | Update Status Code | kazu |
2018-01-06 | Add 103 Early Hints | kazu |
2018-01-06 | Specify frozen_string_literal: true | kazu |
2018-01-05 | net/protocol: optimize large read case | normal |