aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net
Commit message (Expand)AuthorAgeFilesLines
* Improve Net::HTTP docs:zverok2019-10-262-6/+12
* Net::FTP: fix formatting problems for #status methodzverok2019-10-261-1/+2
* Remove uselsess shebangPavel Valena2019-10-091-1/+0
* Ignore Errno::EPIPE when sending requests in net/httpJeremy Evans2019-09-271-1/+7
* Add Net::FTP#features and Net::FTP#optionShugo Maeda2019-09-021-0/+35
* Fix keyword argument separation issues in libJeremy Evans2019-08-302-2/+2
* Fix typo: duplicated the [skip-ci]ohbarye2019-08-091-1/+1
* Show the caller's locationNobuyoshi Nakada2019-07-241-2/+2
* Fix documentation for Net::SMTPServerBusyJeremy Evans2019-06-271-1/+1
* Avoid verbose warning when using Net::POP3 with SSLJeremy Evans2019-06-201-0/+1
* 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