aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/rubygems/test_case.rb: take over @gem_prelude_indexmame2018-04-051-1/+10
* rexml: Fix a XPath bug of /child::node()kou2018-04-041-1/+13
* rexml: Add codes for debugging XPath logickou2018-04-041-0/+26
* rexml: Fix a XPath bug of function()/pathkou2018-04-041-1/+3
* rexml: Fix a XPath bug of @attribute/parentkou2018-04-041-2/+10
* rexml: Fix a XPath bug of $variablekou2018-04-041-1/+1
* rexml: Fix a XPath bug of name(node-set)kou2018-04-031-2/+6
* repatch r62966 and r62969.ko12018-04-032-31/+69
* Revert r62966 and r62969naruse2018-04-032-69/+31
* Improve mkmf error messagenobu2018-04-021-1/+6
* Keep feature names loaded in the blocknobu2018-04-021-0/+3
* Fix typo on URI.hierarchical? [ci skip]nobu2018-04-021-1/+1
* Start re-enabling Jaxen testskou2018-04-011-1/+2
* get rid of test error/failure on Windows introduced at r62955usa2018-03-282-2/+12
* Use Regexp#match? in time.rb for conditionalsnobu2018-03-281-8/+4
* Ignore file separator from tmpfile/tmpdir name.hsbt2018-03-281-0/+2
* webrick: prevent response splitting and header injectionnormal2018-03-281-2/+17
* webrick/httpproxy: stream request and response bodiesnormal2018-03-282-31/+69
* webrick/httpauth/digestauth: stream req.bodynormal2018-03-281-3/+5
* webrick/httprequest: use InputBufferSize for chunked requestsnormal2018-03-281-5/+9
* webrick/httprequest: raise correct exceptionnormal2018-03-281-1/+1
* webrick/httpservlet/cgihandler: reduce memory usenormal2018-03-281-3/+1
* webrick/httprequest: limit request headers sizenormal2018-03-281-1/+8
* webrick: use IO.copy_stream for multipart responsenormal2018-03-281-15/+31
* webrick/httpresponse: make ChunkedWrapper copy_stream-compatiblenormal2018-03-281-2/+7
* webrick: quiet warning for multi-part rangesnormal2018-03-281-0/+5
* webrick: use IO.copy_stream for single range responsenormal2018-03-282-11/+10
* webrick/httpresponse: IO.copy_stream for regular filesnormal2018-03-281-24/+3
* webrick: favor .write over << methodnormal2018-03-282-10/+15
* fix regexp introduced at recent RDoc update (r62924).ko12018-03-281-1/+1
* * remove trailing spaces.svn2018-03-262-108/+108
* Merge RDoc 6.0.3 from upstream.hsbt2018-03-2624-413/+302
* set UTF-8 if given URI string is ASCIInaruse2018-03-221-1/+3
* Docs and tests on URI.hierarchical?, URI.absolute?nobu2018-03-211-3/+21
* Improve CSV performancewatson19782018-03-181-7/+7
* If host of URI is omitted, make it with IP address. seki2018-03-171-1/+5
* Introduce URI::File to handle file URI schemenaruse2018-03-152-1/+98
* Fix typos [ci skip]kazu2018-03-131-3/+3
* Add FileUtils#cp_lrmame2018-03-131-0/+69
* Hash instead of Setnobu2018-03-131-3/+2
* Speed up func1.func2 completion by using Set for ignored modulesnobu2018-03-131-11/+28
* Raise ArgumentError if host component is nilnaruse2018-03-081-0/+2
* fix error if the input is mixed Unicode and percent-escapesnaruse2018-03-081-3/+3
* resolv.rb: remove rangerandnobu2018-03-061-12/+2
* resolv.rb: close socketnobu2018-03-061-33/+69
* Clarify the documentation of the YAML module [Misc #14567]eregon2018-03-021-3/+4
* erb.rb: relax warn level of ERB.newk0kubun2018-02-281-3/+3
* Add a new #filter alias for #selecteregon2018-02-251-0/+3
* lib/erb.rb: Add uplevel to warnkazu2018-02-241-3/+3
* erb.rb: deprecate safe_level of ERB.newk0kubun2018-02-223-7/+32