aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* * lib/net/protocol.rb: Add OpenTimeout subclass of Timeout::Errordrbrain2012-02-285-14/+15
* * lib/net/http.rb: Retry HTTP requests for additional network errors.drbrain2012-02-281-9/+19
* * lib/mkmf.rb (try_cppflags, try_cflags, try_ldflags): replace thenobu2012-02-271-0/+18
* * lib/test/unit.rb (Test::Unit::Runner#puke): skips with nonobu2012-02-271-0/+1
* * lib/fileutils.rb: use chomp(?/) instead of sub to optimize and avoidnaruse2012-02-251-4/+4
* * lib/net/http.rb: Fix documentation.ayumin2012-02-241-1/+1
* * lib/net/http.rb (Net::HTTP#transport_request): Fix infinite loopdrbrain2012-02-241-23/+25
* Clean whitespacedrbrain2012-02-231-18/+18
* * lib/profiler.rb: Add Profiler documentation by Gonzalo Rodriguez.drbrain2012-02-231-0/+59
* * lib/ostruct.rb (delete_field): Bug fix so previous value is returned.marcandre2012-02-221-1/+1
* * lib/test/unit.rb (setup_options): add option "--retry" as oppositesorah2012-02-221-3/+9
* * lib/test/unit.rb (setup_options): add option "--show-skip" tosorah2012-02-221-0/+4
* * lib/fileutils.rb: revert a line modified accidentally at r34669.shirosaki2012-02-201-1/+1
* * lib/fileutils.rb: refactored FileUtil methods to use thetenderlove2012-02-171-190/+189
* * lib/mkmf.rb (create_header): log the content of header.nobu2012-02-171-3/+4
* lib/abbrev.rb (Array#abbrev): add missing '"' in documentation.kazu2012-02-151-1/+1
* * lib/ostruct.rb: Create getters and setters after dup.marcandre2012-02-151-0/+1
* * lib/ostruct.rb: Simplify and fix rdoc.marcandre2012-02-151-15/+3
* * lib/test/unit/assertions.rb (build_message): skip escapednobu2012-02-141-1/+1
* eliminate `shadowing outer local variable - name` warning.tenderlove2012-02-081-4/+4
* * lib/webrick.rb: Moved proxy rewriting to WEBrick::HTTPProxy.drbrain2012-02-022-4/+31
* * lib/rexml/parsers/baseparser.rb: use meaningful name.kou2012-02-021-13/+13
* * lib/rexml/parsers/baseparser.rb, test/rexml/test_namespace.rb:kou2012-02-021-1/+1
* * lib/tempfile.rb (Tempfile#unlink, Tempfile::Remover#call): Justknu2012-02-011-16/+17
* * lib/irb/completion.rb (IRB::InputCompletor::CompletionProc):nobu2012-01-271-2/+6
* * lib/matrix.rb: Clean up extra whitespace in output documentation.drbrain2012-01-261-93/+93
* * lib/uri/common.rb (URI.encode_www_form_component): initialize onnaruse2012-01-241-28/+15
* Writing entire packet at once to avoid incomplete transmissionshyouhei2012-01-231-5/+5
* * lib/uri/mailto.rb (URI::MailTo.build): follow Array#to_s change ofnaruse2012-01-231-1/+1
* * lib/cgi/util.rb (CGI.escape): support a string with invalid bytemrkn2012-01-201-2/+3
* * lib/net/http.rb (Net::HTTP#transport_request): retry a idempotentnaruse2012-01-201-2/+31
* * lib/optparse.rb (Regexp): fix incorrect options when casting tonobu2012-01-161-1/+2
* * lib/shellwords.rb (Shellwords#shellescape): shellescape() nowknu2012-01-121-2/+12
* * lib/shellwords.rb: Fix rdoc markups.knu2012-01-121-17/+6
* * lib/shellwords.rb (Shellwords#shellsplit): Fix a bug whereknu2012-01-121-1/+1
* * lib/mkmf.rb: fix r33904 and revert r33905. initialize globalnobu2012-01-121-76/+66
* * lib/mkmf.rb: verbose-mode can use by RM, RMDIRS, etc.kazu2012-01-111-13/+13
* * lib/tempfile.rb (Tempfile#_close): clear @tempfile and @data[1] evennagachika2012-01-091-4/+7
* * lib/uri/common.rb (URI::Parser#initialize_regexp):naruse2012-01-051-10/+10
* * lib/rexml/parsers/baseparser.rb: use private instead of _xxxkou2012-01-031-2/+3
* * lib/rexml/parsers/baseparser.rb: rexml BaseParser usesayumin2012-01-031-13/+9
* * lib/securerandom.rb (random_bytes): use IO#read instead ofakr2012-01-021-1/+1
* * lib/test/unit/parallel.rb: use pack("m0") instead ofkazu2012-01-022-5/+5
* * lib/test/unit.rb (Test::Unit::Runner::Worker#run): usekazu2012-01-021-1/+1