summaryrefslogtreecommitdiff
path: root/lib/net
AgeCommit message (Expand)Author
2019-04-15merge revision(s) 67563:naruse
2019-01-12merge revision(s) 66582: [Backport #15468][Backport #15472]naruse
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
2018-01-06Add 103 Early Hintskazu
2018-01-06Specify frozen_string_literal: truekazu
2018-01-05net/protocol: optimize large read casenormal
2017-12-20raise error if value contains CR/LF in iniheader of initialize_http_headernaruse
2017-12-14Fix a command injection vulnerability in Net::FTP.nagachika
2017-12-12Add uplevel keyword to Kernel#warn and use itshyouhei
2017-11-07http.rb: improve docsstomar
2017-10-26Host header should add branckets to IPv6 address [Bug #12642]naruse
2017-10-24net/http: use require_relative to reduce syscallsnormal
2017-10-22Fixed misspelling words.hsbt
2017-10-21Introduce Net::HTTP#min_version/max_version [Feature #9450]naruse