summaryrefslogtreecommitdiff
path: root/lib/net
AgeCommit message (Expand)Author
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
2017-10-21Use caller with length to reduce unused stringskazu
2017-10-17Fix warning: assigned but unused variablekazu
2017-09-28Net::HTTP.new: Support no_proxy parameter [Feature #11195]naruse
2017-09-27Fix exception class [ci skip]kazu
2017-09-26Make retries for Net::HTTP configurable [Feature #10674]naruse
2017-09-25HTTPHeader#add_field should allow binary [Bug #13926]naruse
2017-09-20Prefer adapting specs to complicating library codeeregon
2017-09-20Adapt tools to follow spec/rubyspec => spec/ruby renameeregon
2017-09-15include query parameters in Net::HTTP.postnaruse
2017-08-30to_str -> to_sko1