summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2012-03-02* lib/xmlrpc/client.rb (new2): raises an ArgumentError on badtenderlove
2012-03-02* lib/xmlrpc/client.rb (new2): fix custom port specification when antenderlove
2012-02-28* lib/time.rb (Time#xmlschema): use strftime specifiers instead ofnobu
2012-02-28 * lib/net/protocol.rb: Add OpenTimeout subclass of Timeout::Errordrbrain
2012-02-28 * lib/net/http.rb: Retry HTTP requests for additional network errors.drbrain
2012-02-27* lib/mkmf.rb (try_cppflags, try_cflags, try_ldflags): replace thenobu
2012-02-27* lib/test/unit.rb (Test::Unit::Runner#puke): skips with nonobu
2012-02-25* lib/fileutils.rb: use chomp(?/) instead of sub to optimize and avoidnaruse
2012-02-24* lib/net/http.rb: Fix documentation.ayumin
2012-02-24* lib/net/http.rb (Net::HTTP#transport_request): Fix infinite loopdrbrain
2012-02-23Clean whitespacedrbrain
2012-02-23* lib/profiler.rb: Add Profiler documentation by Gonzalo Rodriguez.drbrain
2012-02-22* lib/ostruct.rb (delete_field): Bug fix so previous value is returned.marcandre
2012-02-22* lib/test/unit.rb (setup_options): add option "--retry" as oppositesorah
2012-02-22* lib/test/unit.rb (setup_options): add option "--show-skip" tosorah
2012-02-20* lib/fileutils.rb: revert a line modified accidentally at r34669.shirosaki
2012-02-17* lib/fileutils.rb: refactored FileUtil methods to use thetenderlove
2012-02-17* lib/mkmf.rb (create_header): log the content of header.nobu
2012-02-15lib/abbrev.rb (Array#abbrev): add missing '"' in documentation.kazu
2012-02-15* lib/ostruct.rb: Create getters and setters after dup.marcandre
2012-02-15* lib/ostruct.rb: Simplify and fix rdoc.marcandre
2012-02-14* lib/test/unit/assertions.rb (build_message): skip escapednobu
2012-02-08eliminate `shadowing outer local variable - name` warning.tenderlove
2012-02-02* lib/webrick.rb: Moved proxy rewriting to WEBrick::HTTPProxy.drbrain
2012-02-02* lib/rexml/parsers/baseparser.rb: use meaningful name.kou
2012-02-02* lib/rexml/parsers/baseparser.rb, test/rexml/test_namespace.rb:kou
2012-02-01* lib/tempfile.rb (Tempfile#unlink, Tempfile::Remover#call): Justknu
2012-01-27* lib/irb/completion.rb (IRB::InputCompletor::CompletionProc):nobu
2012-01-26* lib/matrix.rb: Clean up extra whitespace in output documentation.drbrain
2012-01-24* lib/uri/common.rb (URI.encode_www_form_component): initialize onnaruse
2012-01-23Writing entire packet at once to avoid incomplete transmissionshyouhei
2012-01-23* lib/uri/mailto.rb (URI::MailTo.build): follow Array#to_s change ofnaruse
2012-01-20* lib/cgi/util.rb (CGI.escape): support a string with invalid bytemrkn
2012-01-20* lib/net/http.rb (Net::HTTP#transport_request): retry a idempotentnaruse
2012-01-16* lib/optparse.rb (Regexp): fix incorrect options when casting tonobu
2012-01-12* lib/shellwords.rb (Shellwords#shellescape): shellescape() nowknu
2012-01-12* lib/shellwords.rb: Fix rdoc markups.knu
2012-01-12* lib/shellwords.rb (Shellwords#shellsplit): Fix a bug whereknu
2012-01-12* lib/mkmf.rb: fix r33904 and revert r33905. initialize globalnobu
2012-01-11* lib/mkmf.rb: verbose-mode can use by RM, RMDIRS, etc.kazu
2012-01-09* lib/tempfile.rb (Tempfile#_close): clear @tempfile and @data[1] evennagachika
2012-01-05* lib/uri/common.rb (URI::Parser#initialize_regexp):naruse
2012-01-03* lib/rexml/parsers/baseparser.rb: use private instead of _xxxkou
2012-01-03* lib/rexml/parsers/baseparser.rb: rexml BaseParser usesayumin