summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-03-22set UTF-8 if given URI string is ASCIInaruse
2018-03-21Docs and tests on URI.hierarchical?, URI.absolute?nobu
2018-03-18Improve CSV performancewatson1978
2018-03-17If host of URI is omitted, make it with IP address. seki
2018-03-15Introduce URI::File to handle file URI schemenaruse
2018-03-13Fix typos [ci skip]kazu
2018-03-13Add FileUtils#cp_lrmame
2018-03-13Hash instead of Setnobu
2018-03-13Speed up func1.func2 completion by using Set for ignored modulesnobu
2018-03-08Raise ArgumentError if host component is nilnaruse
2018-03-08fix error if the input is mixed Unicode and percent-escapesnaruse
2018-03-06resolv.rb: remove rangerandnobu
2018-03-06resolv.rb: close socketnobu
2018-03-02Clarify the documentation of the YAML module [Misc #14567]eregon
2018-02-28erb.rb: relax warn level of ERB.newk0kubun
2018-02-25Add a new #filter alias for #selecteregon
2018-02-24lib/erb.rb: Add uplevel to warnkazu
2018-02-22erb.rb: deprecate safe_level of ERB.newk0kubun
2018-02-16Merge RubyGems 2.7.6 from upstream.hsbt
2018-02-06lib/ostruct.rb: Use `FrozenError` instead of `RuntimeError`.marcandre
2018-02-06lib/matrix.rb: Document deprecated methods [#12032] [doc] [ci-skip]marcandre
2018-02-06Merge RubyGems-2.7.5 from upstream.hsbt
2018-01-30net/http: fix documentation for HTTP connection reusenormal
2018-01-30net/pop: make modified strings mutablenormal
2018-01-28uri/common: reduce allocations and retained objectsnormal
2018-01-26optparse.rb: froze string literalsnobu
2018-01-25optparse.rb: literal newlinenobu
2018-01-25revert r62032 because it refers to a undefined variableko1
2018-01-24optparse.rb: literal newlinenobu
2018-01-24mkmf.rb: werror on mswinnobu
2018-01-22mkmf.rb: ignore linker warningsnobu
2018-01-19Fix warningkazu
2018-01-18resolv.rb: NUL hostsnobu
2018-01-18resolv: use safe navigation operatornobu
2018-01-18logger: use safe navigation operatornormal
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-11matrix.rb: add Matrix#antisymmetric?stomar
2018-01-11Mock fetching data from real DNS [Feature #14340]naruse
2018-01-08net/http: clear compressed chunk after decompressionnormal
2018-01-08open-uri: clear string after bufferingnormal
2018-01-08net/protocol: read directly into rbuf if it's emptynormal
2018-01-08net/protocol: use binary string buffersnormal
2018-01-07lib/scanf.rb: [DOC] fix typosstomar
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