summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-04-16* lib/matrix.rb (hermitian?): Bug fix, patch by George Koehlermarcandre
2012-04-16* lib/ostruct.rb: Add OpenStruct#to_h [Feature #6276]marcandre
2012-04-16* lib/rubygems/remote_fetcher.rb (Gem::RemoteFetcher#download): shouldusa
2012-04-14* lib/webrick/server.rb (WEBrick::GenericServer#start):naruse
2012-04-13* lib/webrick/server.rb (WEBrick::GenericServer#stop): fix r35303;naruse
2012-04-11* lib/uri/generic.rb (module URI): URI now downcases the scheme todrbrain
2012-04-11* lib/net/protocol.rb (module Net): Added ReadTimeout to matchdrbrain
2012-04-11* lib/webrick/server.rb (module WEBrick::GenericServer): A serverdrbrain
2012-04-11* lib/test/unit.rb (Test::Unit:Runner::Worker#_run_suites):naruse
2012-04-10* lib/abbrev.rb: Clarified that Abbrev.abbrev returns a Hash insteaddrbrain
2012-04-10* lib/net/http.rb (Net::HTTP#send_request_with_body_stream):naruse
2012-04-07* lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler): get keysnaruse
2012-04-07* lib/webrick/httpresponse.rb (WEBrick::HTTPResponse#send_body_io):naruse
2012-04-04* lib/ftp/ftp.rb (Net::FTP#close): restore original read_timeout.naruse
2012-04-04* lib/ftp/ftp.rb (Net::FTP#close): ignore exceptions from shutdown andnaruse
2012-04-03* lib/ftp/ftp.rb (Net::FTP#close): close socket more gracefully.naruse
2012-04-02* lib/optparse/ac.rb: autoconf-like options.nobu
2012-04-01* lib/webrick/server.rb (WEBrick::GenericServer): close socket only ifnaruse
2012-04-01* lib/net/ftp.rb (Net::BufferedSocket): should delegate send() to @ionaruse
2012-03-31* lib/net/ftp.rb: fixed the domain name in examples.shugo
2012-03-31* lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler): dup to preventnaruse
2012-03-31* lib/net/ftp.rb (read_timeout=, open_timeout=): supported timeout.shugo
2012-03-29* lib/rdoc/task.rb: suppress overriding deprecated class warning.nobu
2012-03-29* lib/test/unit.rb (terminal_width, del_status_line, put_status):nobu
2012-03-26* lib/net/ftp.rb (parse227, parse228, parse229): don't use $~.shugo
2012-03-26* lib/net/ftp.rb (parse227, parse228, parse229): don't use localshugo
2012-03-26* lib/net/ftp.rb (parse_pasv_port): refactored.shugo
2012-03-26* lib/net/ftp.rb (parse227, parse228, parse229): refactored.shugo
2012-03-22TRY_LINK needs EXEEXTnobu
2012-03-22workaround for mingwnobu
2012-03-22remove conftest filesnobu
2012-03-20test_thread: test_condvar_wait_not_owner duplicates test_condvar_nolocknobu
2012-03-18* lib/profiler.rb: support calling singleton methods ofktsj
2012-03-16* lib/net/imap.rb (initialize): raise Net::IMAP::Error when theshugo
2012-03-16* lib/net/imap.rb (rfc822_text): ignore [] after RFC822.shugo
2012-03-13Bug #5350nobu
2012-03-12* lib/tmpdir.rb (Dir::tmpdir): test the current directory suitable forakr
2012-03-12* lib/fileutils.rb (fu_have_symlink?): specify TypeError for rescueakr
2012-03-11* lib/tmpdir.rb: update document for changingakr
2012-03-11* lib/tmpdir.rb (Dir.tmpdir): should not use world-writable butnobu
2012-03-11* lib/fileutils.rb: remove tailing spaces.nobu
2012-03-11* lib/test/unit.rb: Put error message into STDERR if failed to lanchsorah
2012-03-07* lib/xmlrpc/client.rb (module XMLRPC): fix typo.nagachika
2012-03-06use factory method for constructing Net::HTTP objectstenderlove
2012-03-06* lib/xmlrpc/parser.rb: support i8 types. Thanks Stas Kelvich!tenderlove
2012-03-06* lib/xmlrpc/client.rb: assume servers that do not send a Content-Typetenderlove
2012-03-05* lib/xmlrpc/client.rb: switch net/http post2 calls to moderntenderlove
2012-03-03remove another call to Net::HTTP.version_1_2tenderlove
2012-03-03* lib/xmlrpc/client.rb (initialize): net/http defaults to 1_2 in 1.8+,tenderlove
2012-03-02* lib/xmlrpc/client.rb (new2): use URI for uri parsing.tenderlove