summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-04-19rexml: Fix a XPath bug that white spaces aren't ignoredkou
2018-04-17lib/uri/generic.rb: fix error in docs for URI::Generic#opaquestomar
2018-04-17lib/uri/ldap.rb: fix errors in docs for URI::LDAPstomar
2018-04-17lib/uri/file.rb: fix errors in docs for URI::File.buildstomar
2018-04-17lib/uri/file.rb: improve docs for URI::Filestomar
2018-04-16[DOC] Fix links of cve [ci skip]k0kubun
2018-04-14lib/fileutils.rb: [DOC] fix typos and grammarstomar
2018-04-14irb.rb: restore the last errornobu
2018-04-14irb/{context,workspace}.rb: use local_variable_setnobu
2018-04-14irb/context.rb: using input-methodnobu
2018-04-13irb.rb: backtrace ordernobu
2018-04-13irb.rb: hoist out handle_exceptionnobu
2018-04-09rexml: Fix a XPath bug of -kou
2018-04-05lib/rubygems/test_case.rb: take over @gem_prelude_indexmame
2018-04-04rexml: Fix a XPath bug of /child::node()kou
2018-04-04rexml: Add codes for debugging XPath logickou
2018-04-04rexml: Fix a XPath bug of function()/pathkou
2018-04-04rexml: Fix a XPath bug of @attribute/parentkou
2018-04-04rexml: Fix a XPath bug of $variablekou
2018-04-03rexml: Fix a XPath bug of name(node-set)kou
2018-04-03repatch r62966 and r62969.ko1
2018-04-03Revert r62966 and r62969naruse
2018-04-02Improve mkmf error messagenobu
2018-04-02Keep feature names loaded in the blocknobu
2018-04-02Fix typo on URI.hierarchical? [ci skip]nobu
2018-04-01Start re-enabling Jaxen testskou
2018-03-28get rid of test error/failure on Windows introduced at r62955usa
2018-03-28Use Regexp#match? in time.rb for conditionalsnobu
2018-03-28Ignore file separator from tmpfile/tmpdir name.hsbt
2018-03-28webrick: prevent response splitting and header injectionnormal
2018-03-28webrick/httpproxy: stream request and response bodiesnormal
2018-03-28webrick/httpauth/digestauth: stream req.bodynormal
2018-03-28webrick/httprequest: use InputBufferSize for chunked requestsnormal
2018-03-28webrick/httprequest: raise correct exceptionnormal
2018-03-28webrick/httpservlet/cgihandler: reduce memory usenormal
2018-03-28webrick/httprequest: limit request headers sizenormal
2018-03-28webrick: use IO.copy_stream for multipart responsenormal
2018-03-28webrick/httpresponse: make ChunkedWrapper copy_stream-compatiblenormal
2018-03-28webrick: quiet warning for multi-part rangesnormal
2018-03-28webrick: use IO.copy_stream for single range responsenormal
2018-03-28webrick/httpresponse: IO.copy_stream for regular filesnormal
2018-03-28webrick: favor .write over << methodnormal
2018-03-28fix regexp introduced at recent RDoc update (r62924).ko1
2018-03-26* remove trailing spaces.svn
2018-03-26Merge RDoc 6.0.3 from upstream.hsbt
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