summaryrefslogtreecommitdiff
path: root/lib/net
AgeCommit message (Expand)Author
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
2018-06-14Get rid of warnings of test/specusa
2018-06-08write_timeout doc upates [skip ci]naruse
2018-06-07Fix typos [ci skip]kazu
2018-06-06Use `Net::HTTPClientException` instead of `Net::HTTPServerException`naruse
2018-06-06Add Net::HTTPClientException [Bug #14688]naruse
2018-06-06fix r63587naruse
2018-06-06fix r63587 with temporal patch to pass the tests. please re-fix it.ko1
2018-06-06Introduce write_timeout to Net::HTTP [Feature #13396]naruse
2018-05-11net/imap: Fix ArgumentError in send_string_datashugo
2018-04-22net/imap: set SO_KEEPALIVE on TCP socketsnormal
2018-03-08Raise ArgumentError if host component is nilnaruse
2018-01-30net/http: fix documentation for HTTP connection reusenormal
2018-01-30net/pop: make modified strings mutablenormal
2018-01-19Fix warningkazu
2018-01-14net/http: use writev for HTTP chunked request bodiesnormal
2018-01-12Add `103 Early Hints` to `Net::HTTP::STATUS_CODES` [ci skip]kazu
2018-01-08net/http: clear compressed chunk after decompressionnormal
2018-01-08net/protocol: read directly into rbuf if it's emptynormal
2018-01-08net/protocol: use binary string buffersnormal
2018-01-06Revert "net/protocol: use binary string buffers"normal
2018-01-06net/ftp: fix FrozenError in BufferedSocketnormal
2018-01-06net/protocol: use binary string buffersnormal
2018-01-06Update Status Codekazu