aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Extract files variables of ipaddr.gemspec for non git environment.hsbt2017-08-161-3/+1
* ftp.rb: fix example format [ci skip]nobu2017-08-151-2/+2
* fix documentation of REXML::Formatters::Default (id_hack -> ie_hack) [ci skip]duerst2017-08-141-1/+1
* REXML: Fix a bug that unexpected methods can be called as a XPath functionkou2017-08-131-3/+26
* use stable sort.ko12017-08-041-1/+2
* Fix `NameError: uninitialized constant Net`kazu2017-08-041-0/+2
* Use `register_scanner` instead of `regist_scanner`kazu2017-08-041-2/+2
* Add deprecated warning to ERB::Compiler::SimpleScanner2kazu2017-08-041-0/+1
* Fix variable name in example of net/popkazu2017-08-021-1/+1
* Fix net/pop code example syntax errorkazu2017-08-021-4/+4
* Fix cgi/core code example missing commakazu2017-08-021-1/+1
* ipaddr is now a default gem with an upstream at: https://github.com/ruby/ipaddrknu2017-08-021-0/+28
* rexml: Remove needless documentkou2017-07-281-2/+0
* csv.rb: fix incompatibility introduced in r59428glass2017-07-281-60/+46
* csv.rb: use keyword parametersglass2017-07-271-90/+71
* csv.rb: use Array#to_hglass2017-07-271-2/+1
* lib/net/imap.rb: support CHANGEDSINCE and MODSEQshugo2017-07-261-8/+45
* optparse.rb: case-sensitive candidatenobu2017-07-241-4/+4
* optparse.rb: [DOC] fix keysnobu2017-07-211-5/+5
* Use `unpack1` instead of `unpack` and `[0]`kazu2017-07-201-2/+2
* logger.rb: Fix handling prognamesonots2017-07-201-1/+3
* lib/net/pop.rb: support timeout for TLS handshakeshugo2017-07-191-1/+1
* lib/net/imap.rb: Ignore trailing space for Microsoft Exchange Servershugo2017-07-191-0/+4
* webrick: fix SNI supportnormal2017-07-182-5/+24
* Alias Set#to_s to #inspect [ruby-core:81753] [Feature #13676]knu2017-07-141-0/+2
* optparse.rb: get rid of evalnobu2017-07-121-7/+13
* webrick: add Server Name Indication (SNI)normal2017-07-072-0/+59
* Fix DecimalInteger converting to octal bugnobu2017-07-061-1/+1
* un.rb: use OpenSSL::PKey.read instead of OpenSSL::PKey::RSA.newrhe2017-07-051-3/+4
* un.rb: support httpsnobu2017-07-051-1/+12
* Delegate to `eql?` [Fix GH-1564]nobu2017-06-241-1/+9
* Fix exception type in option type checkerglass2017-06-221-1/+1
* Make string literal to frozen object on gemspec of defulte gems.hsbt2017-06-195-0/+5
* Don't pollute toplevel by an IRB internal methoda_matsuda2017-06-152-3/+5
* Fix typo.a_matsuda2017-06-091-1/+1
* rexml: add close tag check on end of document to StreamParserkou2017-06-071-0/+8
* suppress warning: ambiguous first argument; put parentheses or a space even a...naruse2017-05-281-1/+1
* erb.rb: Use str_uplus instead of rb_str_dupk0kubun2017-05-271-3/+3
* erb.rb: Tiny improvement of compiling costk0kubun2017-05-261-1/+1
* erb.rb: [DOC] Follow compiled code's changek0kubun2017-05-261-1/+1
* erb.rb: Generate static string with opt_str_uminusk0kubun2017-05-261-1/+1
* erb.rb: Use script encoding instead of force_encodingk0kubun2017-05-261-4/+4
* * lib/uri/common.rb: [DOC] add rdoc to describesonots2017-05-261-0/+6
* erb.rb: Add ERB#result_with_hashk0kubun2017-05-251-0/+10
* lib/net/protocol.rb: account read_bytes before caller sees itnormal2017-05-221-3/+6
* net/imap: separate @continuation_request_exception from @exceptionshugo2017-05-221-9/+16
* erb.rb: Skip creating regexpk0kubun2017-05-221-4/+6
* lib/net/protocol: clear short-lived read buffernormal2017-05-211-1/+3
* Remove redundant square bracketskazu2017-05-211-1/+1
* erb.rb: Allow trimming CR in all trim_modesk0kubun2017-05-201-2/+2