aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Local header dependenciesnobu2016-07-061-0/+4
* * lib/net/http/generic_rquest.rb (write_header): A Request-Line mustshugo2016-07-061-1/+6
* * lib/net/ftp.rb (putline): raise an ArgumentError whenshugo2016-07-051-0/+3
* * lib/uri/mailto.rb (initialize): RFC3986_Parser#split sets opaquenaruse2016-07-021-0/+3
* Octal mode in un.rbnobu2016-06-282-3/+3
* PStore::CHECKSUM_ALGOnobu2016-06-281-3/+4
* Tue Jun 28 22:09:09 2017 Akio Tajima <artonx@yahoo.co.jp>arton2016-06-281-1/+1
* Octal modenobu2016-06-281-0/+1
* Cache no proxy casenobu2016-06-281-1/+3
* Use conditional operatornobu2016-06-281-5/+1
* FileUtils#install: symbolic modenobu2016-06-272-4/+9
* FileUtils#install: owner/group optionsnobu2016-06-272-3/+19
* Refactornobu2016-06-271-15/+8
* * lib/rubygems.rb, lib/rubygems/*, test/rubygems/*:hsbt2016-06-244-3/+21
* Multiple values X-Forwarded-Proto in webricknobu2016-06-211-1/+3
* * lib/rubygems.rb, lib/rubygems/*, test/rubygems/*: Update rubygemshsbt2016-06-1825-256/+853
* * lib/forwardable.rb (_delegator_method): get rid of a warning whichusa2016-06-111-2/+4
* Remove dead link [ci skip]nobu2016-06-111-3/+0
* forwardable.rb: optimize awy __send__nobu2016-06-111-1/+11
* forwardable.rb: backtracenobu2016-06-111-6/+1
* forwardable.rb: nodoc _delegator_method [ci skip]nobu2016-06-101-0/+1
* forwardable.rb: fix for non-module objectsnobu2016-06-101-45/+32
* * lib/net/smtp.rb (getok, get_response): raise an ArgumentError whenshugo2016-06-081-0/+9
* optparse.rb: fix quote [ci skip]nobu2016-06-051-1/+1
* mkmf.rb: sort lists of source and object filesnobu2016-06-031-3/+7
* optparse.rb: fix char class optionnobu2016-05-311-1/+7
* optparse.rb: no duplicate stringsnobu2016-05-311-1/+2
* * lib/cgi/util.rb: added to missing quote.hsbt2016-05-281-1/+1
* * remove trailing spaces.svn2016-05-221-1/+1
* use finalizer trick instead of thread.seki2016-05-221-21/+22
* ipaddr: fix typo [ci skip]nobu2016-05-211-1/+1
* Use Integer instead of Fixnum and Bignum.akr2016-05-175-8/+8
* [Feature #12005] Unify Fixnum and Bignum into Integerakr2016-05-171-16/+1
* * lib/xmlrpc.rb, lib/xmlrpc/*, test/xmlrpc: XMLRPC is bundled gemhsbt2016-05-1610-3028/+0
* don't use keeper thread. [Bug #12342]seki2016-05-151-23/+17
* lib/mkmf.rb: use xsystem to pkg-config --existsnobu2016-05-141-1/+1
* mkmf.rb: fix conflict in have_librarynobu2016-05-111-5/+8
* random.c: use bytesnobu2016-05-101-0/+4
* * lib/webrick/ssl.rb: Accept string value for SSLCertName. It is usedhsbt2016-05-071-1/+2
* * lib/net/http/header.rb: [DOC] add documentation thatktsj2016-05-041-0/+10
* * lib/net/http/header.rb (Net::HTTPHeader#{each_header,each_name,ktsj2016-05-041-5/+5
* * lib/set.rb: [DOC] add documentation that Set#{delete_if,keep_if,collect!,re...ktsj2016-05-041-4/+11
* * lib/set.rb (Set#{delete_if,keep_if,collect!,reject!,select!,classify,divide},ktsj2016-05-041-9/+9
* Define Integer#/ instead of Bignum#/.akr2016-04-301-1/+1
* optparse.rb: [DOC] fix example code [ci skip]nobu2016-04-281-78/+79
* * lib/rubygems.rb, lib/rubygems/*, test/rubygems/*: Update rubygems-2.6.4.hsbt2016-04-287-41/+39
* fix typos [ci skip]kazu2016-04-262-2/+2
* net/http/header.rb: refactornobu2016-04-251-12/+8
* * lib/net/http.rb: Improve documentation for SSL requests via GET method.hsbt2016-04-221-4/+9
* * lib/webrick/ssl.rb: Support to add SSLCiphers option.hsbt2016-04-221-0/+4