summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-07-02webrick/utils.rb: mark by class namenobu
2014-07-02* logger.rb: removed unmaintain code.hsbt
2014-06-30suppress warnings: assigned but unused variablenaruse
2014-06-30remove useless part of regexpnaruse
2014-06-28* lib/webrick/utils.rb (create_listeners): Close socket objects.akr
2014-06-27* lib/uri/mailto.rb: update to latest specs, RFC 6068 and HTML5.naruse
2014-06-27* lib/rubygems/test_case.rb: rescue Gem::LoadError in Gem::TestCase.hsbt
2014-06-27* lib/rubygems/specification.rb: fixed broken condition causedhsbt
2014-06-26* lib/webrick/httpproxy.rb: remvoe useless assigned variables.hsbt
2014-06-26Revert "Revert "* lib/yaml.rb: Remove Psych::EngineManager [Bug #8344]""hsbt
2014-06-24* lib/gserver.rb: remove redundant use of to_s in interpolation.hsbt
2014-06-24Revert "* lib/uri/mailto.rb: support RFC6068."naruse
2014-06-23* lib/uri/mailto.rb: support RFC6068.naruse
2014-06-23* lib/net/imap.rb (Net::IMAP#fetch): [DOC] Describe how a range inknu
2014-06-23* lib/uri/generic.rb (check_port): allow strings for port= asnaruse
2014-06-22remove registrynaruse
2014-06-22* lib/uri/rfc3986_parser.rb: raise exception when given a URI string has non ...naruse
2014-06-22support RFC3986 [Feature #2542]naruse
2014-06-22lib/uri/mailto.rb (initialize): as previous commit, fix arg_checknaruse
2014-06-22fix that arg_check didn't worknaruse
2014-06-17* lib/net/ftp.rb (gets, readline): read lines without LF properly.shugo
2014-06-14Restore date field.akr
2014-06-12* lib/net/http/responses.rb: added Net::HTTPPermanentRedirect(308)hsbt
2014-06-10* lib/cgi/core.rb: Provide a mechanism to specify thexibbar
2014-06-10csv.rb: honor encoding optionnobu
2014-06-03 * lib/net/imap.rb (body_type_1part): Gmail IMAP reports a bodyshugo
2014-06-02xmlrpc/client: fix documentation typotmm1
2014-06-01* lib/rinda/ring.rb (RingFinger#make_socket): Close the socket on exception.akr
2014-05-31* lib/English.rb: [DOC] $LOADED_FEATURES moved to load.c [Fixes GH-620]zzak
2014-05-31* lib/ipaddr.rb: extracted inline tests into test dir.hsbt
2014-05-30* lib/delegate.rb: [DOC] Document raise in Delegator classzzak
2014-05-30* lib/webrick/server.rb: Use a pipe to detect server shutdown.akr
2014-05-30erb.rb: ERB#result does not accept a proc.nobu
2014-05-29* lib/csv.rb (CSV.open): Close the opened file when an exception occur.akr
2014-05-28* lib/net/imap.rb (Net::IMAP#initialize): Close the opened socket whenakr
2014-05-27* lib/tempfile.rb (Tempfile#inspect): Show "(closed)" if the tempfileakr
2014-05-27* test/lib/minitest/unit.rb: Use Tempfile#close! instead ofakr
2014-05-27* lib/net/ftp.rb (transfercmd): Close TCP server socket even if anakr
2014-05-27* lib/cgi/core.rb: Use Tempfile#close(true) instead of Tempfile#unlinkakr
2014-05-26ext_conf_builder.rb: fix tempfile leaknobu
2014-05-26lib/optionparser.rbnobu
2014-05-25* lib/csv.rb: Reject nil as data source for CSV.new, patch by @Peeja.zzak
2014-05-25* lib/rinda/ring.rb (Rinda::RingServer#shutdown): Join the killedakr
2014-05-25* lib/webrick/utils.rb: Override the inspect method of the threadakr
2014-05-25Revert "* lib/yaml.rb: Remove Psych::EngineManager [Bug #8344]"naruse
2014-05-25* lib/yaml.rb: Remove Psych::EngineManager [Bug #8344]zzak
2014-05-25* lib/irb.rb: [DOC] Fixed syntax error in example by @jasdeepsingh.zzak
2014-05-24* lib/logger.rb: refactored to include Logger::Period.hsbt
2014-05-24prime.rb: fix a grammonobu
2014-05-23lib/minitest removed.ryan