aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/webrick/server.rb (WEBrick::GenericServer#start):naruse2012-04-141-4/+4
* * lib/webrick/server.rb (WEBrick::GenericServer#stop): fix r35303;naruse2012-04-131-5/+6
* * lib/uri/generic.rb (module URI): URI now downcases the scheme todrbrain2012-04-111-1/+1
* * lib/net/protocol.rb (module Net): Added ReadTimeout to matchdrbrain2012-04-115-17/+30
* * lib/webrick/server.rb (module WEBrick::GenericServer): A serverdrbrain2012-04-111-28/+62
* * lib/test/unit.rb (Test::Unit:Runner::Worker#_run_suites):naruse2012-04-111-0/+1
* * lib/abbrev.rb: Clarified that Abbrev.abbrev returns a Hash insteaddrbrain2012-04-101-9/+10
* * lib/net/http.rb (Net::HTTP#send_request_with_body_stream):naruse2012-04-101-7/+25
* * lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler): get keysnaruse2012-04-071-1/+3
* * lib/webrick/httpresponse.rb (WEBrick::HTTPResponse#send_body_io):naruse2012-04-071-7/+12
* * lib/ftp/ftp.rb (Net::FTP#close): restore original read_timeout.naruse2012-04-041-4/+8
* * lib/ftp/ftp.rb (Net::FTP#close): ignore exceptions from shutdown andnaruse2012-04-041-3/+3
* * lib/ftp/ftp.rb (Net::FTP#close): close socket more gracefully.naruse2012-04-031-3/+9
* * lib/optparse/ac.rb: autoconf-like options.nobu2012-04-021-0/+50
* * lib/webrick/server.rb (WEBrick::GenericServer): close socket only ifnaruse2012-04-011-1/+1
* * lib/net/ftp.rb (Net::BufferedSocket): should delegate send() to @ionaruse2012-04-011-1/+1
* * lib/net/ftp.rb: fixed the domain name in examples.shugo2012-03-311-2/+2
* * lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler): dup to preventnaruse2012-03-311-1/+1
* * lib/net/ftp.rb (read_timeout=, open_timeout=): supported timeout.shugo2012-03-311-8/+72
* * lib/rdoc/task.rb: suppress overriding deprecated class warning.nobu2012-03-291-0/+2
* * lib/test/unit.rb (terminal_width, del_status_line, put_status):nobu2012-03-292-16/+38
* * lib/net/ftp.rb (parse227, parse228, parse229): don't use $~.shugo2012-03-261-8/+8
* * lib/net/ftp.rb (parse227, parse228, parse229): don't use localshugo2012-03-261-4/+4
* * lib/net/ftp.rb (parse_pasv_port): refactored.shugo2012-03-261-2/+3
* * lib/net/ftp.rb (parse227, parse228, parse229): refactored.shugo2012-03-261-42/+29
* TRY_LINK needs EXEEXTnobu2012-03-221-1/+1
* workaround for mingwnobu2012-03-221-3/+6
* remove conftest filesnobu2012-03-221-4/+8
* test_thread: test_condvar_wait_not_owner duplicates test_condvar_nolocknobu2012-03-201-1/+1
* * lib/profiler.rb: support calling singleton methods ofktsj2012-03-181-3/+11
* * lib/net/imap.rb (initialize): raise Net::IMAP::Error when theshugo2012-03-161-0/+4
* * lib/net/imap.rb (rfc822_text): ignore [] after RFC822.shugo2012-03-161-0/+5
* Bug #5350nobu2012-03-131-38/+10
* * lib/tmpdir.rb (Dir::tmpdir): test the current directory suitable forakr2012-03-121-4/+7
* * lib/fileutils.rb (fu_have_symlink?): specify TypeError for rescueakr2012-03-121-1/+1
* * lib/tmpdir.rb: update document for changingakr2012-03-111-2/+3
* * lib/tmpdir.rb (Dir.tmpdir): should not use world-writable butnobu2012-03-111-2/+7
* * lib/fileutils.rb: remove tailing spaces.nobu2012-03-111-2/+2
* * lib/test/unit.rb: Put error message into STDERR if failed to lanchsorah2012-03-112-23/+38
* * lib/xmlrpc/client.rb (module XMLRPC): fix typo.nagachika2012-03-071-1/+1
* use factory method for constructing Net::HTTP objectstenderlove2012-03-061-1/+1
* * lib/xmlrpc/parser.rb: support i8 types. Thanks Stas Kelvich!tenderlove2012-03-061-5/+5
* * lib/xmlrpc/client.rb: assume servers that do not send a Content-Typetenderlove2012-03-061-1/+3
* * lib/xmlrpc/client.rb: switch net/http post2 calls to moderntenderlove2012-03-051-3/+7
* remove another call to Net::HTTP.version_1_2tenderlove2012-03-031-1/+0
* * lib/xmlrpc/client.rb (initialize): net/http defaults to 1_2 in 1.8+,tenderlove2012-03-031-1/+0
* * lib/xmlrpc/client.rb (new2): use URI for uri parsing.tenderlove2012-03-021-15/+14
* * lib/xmlrpc/client.rb (new2): raises an ArgumentError on badtenderlove2012-03-021-2/+2
* * lib/xmlrpc/client.rb (new2): fix custom port specification when antenderlove2012-03-021-1/+7
* * lib/time.rb (Time#xmlschema): use strftime specifiers instead ofnobu2012-02-281-13/+5