aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* http.rb: improve docsstomar2017-11-071-5/+5
* Host header should add branckets to IPv6 address [Bug #12642]naruse2017-10-261-5/+4
* net/http: use require_relative to reduce syscallsnormal2017-10-241-10/+10
* Fixed misspelling words.hsbt2017-10-221-2/+2
* Introduce Net::HTTP#min_version/max_version [Feature #9450]naruse2017-10-211-0/+10
* Use caller with length to reduce unused stringskazu2017-10-211-3/+3
* Fix warning: assigned but unused variablekazu2017-10-171-2/+2
* Net::HTTP.new: Support no_proxy parameter [Feature #11195]naruse2017-09-281-3/+8
* Fix exception class [ci skip]kazu2017-09-271-1/+2
* Make retries for Net::HTTP configurable [Feature #10674]naruse2017-09-261-1/+17
* HTTPHeader#add_field should allow binary [Bug #13926]naruse2017-09-251-2/+2
* Prefer adapting specs to complicating library codeeregon2017-09-201-7/+1
* Adapt tools to follow spec/rubyspec => spec/ruby renameeregon2017-09-201-1/+1
* include query parameters in Net::HTTP.postnaruse2017-09-151-1/+1
* to_str -> to_sko12017-08-301-1/+1
* A HTTP Header value must not contain CR or LF.naruse2017-08-301-2/+30
* lib/net/imap.rb: Accept continuation requests without response textshugo2017-08-271-3/+8
* Fix `NameError: uninitialized constant Net`kazu2017-08-041-0/+2