summaryrefslogtreecommitdiff
path: root/lib/net
AgeCommit message (Expand)Author
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
2017-08-30A HTTP Header value must not contain CR or LF.naruse
2017-08-27lib/net/imap.rb: Accept continuation requests without response textshugo
2017-08-04Fix `NameError: uninitialized constant Net`kazu
2017-08-02Fix variable name in example of net/popkazu
2017-08-02Fix net/pop code example syntax errorkazu
2017-07-26lib/net/imap.rb: support CHANGEDSINCE and MODSEQshugo
2017-07-20Use `unpack1` instead of `unpack` and `[0]`kazu
2017-07-19lib/net/pop.rb: support timeout for TLS handshakeshugo
2017-07-19lib/net/imap.rb: Ignore trailing space for Microsoft Exchange Servershugo
2017-05-22lib/net/protocol.rb: account read_bytes before caller sees itnormal
2017-05-22net/imap: separate @continuation_request_exception from @exceptionshugo
2017-05-21lib/net/protocol: clear short-lived read buffernormal
2017-05-19Define classes for r58800naruse
2017-05-19Net::HTTP::STATUS_CODES is added as HTTP Status Code Repository [Misc #12935]naruse
2017-05-19Add more HTTP status classesnaruse
2017-05-19Net::HTTP#start now pass :ENV to p_addr by default [Bug #13351]naruse