aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net
Commit message (Expand)AuthorAgeFilesLines
* Support SNI (Reapplying r67488)knu2019-04-151-0/+1
* Reverting all commits from r67479 to r67496 because of CI failureskazu2019-04-101-1/+0
* Support SNIshugo2019-04-091-0/+1
* * lib/net/http.rb: handle Errno::ETIMEDOUT in Net::HTTP#transport_requestglass2019-01-211-1/+1
* Revert "lib/net/http.rb: use connect_timeout instead of Timeout"glass2018-12-314-27/+18
* lib/net/http.rb: use connect_timeout instead of Timeoutglass2018-12-314-18/+27
* Fix Net::Protocol::BufferedIO#write when sending large multi-byte stringnobu2018-12-271-1/+1
* Move autoload to toplevelnaruse2018-12-141-1/+1
* ReFix r663197nobu2018-12-111-10/+10
* Fix r663197nobu2018-12-111-10/+10
* Preserve HTTP header key as string [Bug #15394]naruse2018-12-101-12/+14
* Net::ReadTimeout and Net::WriteTimeout should tell the cause socketusa2018-12-101-5/+31
* Use delete_prefix instead of `sub(/\Afixed-pattern/, '')`kazu2018-12-041-1/+1
* Fix up r65505 [ci skip]kazu2018-11-051-1/+1
* lib/*: Prefer require_relative over require.marcandre2018-11-026-7/+7
* lib/net/http.rb: [DOC] fix typosstomar2018-10-211-6/+6
* Add negotiated SSL protocol and cipher to Net::HTTP debug outputnaruse2018-10-201-1/+1
* Improve doc of multipart/form-data [Bug #15019]aycabta2018-10-201-5/+2
* net/http: Improve net/http header error message.marcandre2018-09-191-1/+1
* Use unpack1 instead of unpack and `[0]`kazu2018-09-031-1/+1
* net/http, net/ftp: fix session resumption with TLS 1.3rhe2018-08-082-3/+9
* Get rid of warnings of test/specusa2018-06-141-1/+0
* write_timeout doc upates [skip ci]naruse2018-06-082-2/+3
* Fix typos [ci skip]kazu2018-06-071-1/+1
* Use `Net::HTTPClientException` instead of `Net::HTTPServerException`naruse2018-06-061-1/+1
* Add Net::HTTPClientException [Bug #14688]naruse2018-06-061-0/+8
* fix r63587naruse2018-06-061-18/+18
* fix r63587 with temporal patch to pass the tests. please re-fix it.ko12018-06-061-1/+1
* Introduce write_timeout to Net::HTTP [Feature #13396]naruse2018-06-062-5/+51
* net/imap: Fix ArgumentError in send_string_datashugo2018-05-111-7/+7
* net/imap: set SO_KEEPALIVE on TCP socketsnormal2018-04-221-1/+3
* Raise ArgumentError if host component is nilnaruse2018-03-081-0/+2
* net/http: fix documentation for HTTP connection reusenormal2018-01-301-5/+4
* net/pop: make modified strings mutablenormal2018-01-301-6/+6
* Fix warningkazu2018-01-191-1/+1
* net/http: use writev for HTTP chunked request bodiesnormal2018-01-142-8/+7
* Add `103 Early Hints` to `Net::HTTP::STATUS_CODES` [ci skip]kazu2018-01-121-0/+1
* net/http: clear compressed chunk after decompressionnormal2018-01-081-0/+1
* net/protocol: read directly into rbuf if it's emptynormal2018-01-081-1/+3
* net/protocol: use binary string buffersnormal2018-01-081-5/+5
* Revert "net/protocol: use binary string buffers"normal2018-01-061-5/+5
* net/ftp: fix FrozenError in BufferedSocketnormal2018-01-061-1/+1
* net/protocol: use binary string buffersnormal2018-01-061-5/+5
* Update Status Codekazu2018-01-061-11/+15
* Add 103 Early Hintskazu2018-01-061-0/+4
* Specify frozen_string_literal: truekazu2018-01-061-1/+1
* net/protocol: optimize large read casenormal2018-01-051-1/+6
* raise error if value contains CR/LF in iniheader of initialize_http_headernaruse2017-12-201-3/+7
* Fix a command injection vulnerability in Net::FTP.nagachika2017-12-141-5/+5
* Add uplevel keyword to Kernel#warn and use itshyouhei2017-12-126-18/+14