aboutsummaryrefslogtreecommitdiffstats
path: root/lib/xmlrpc/client.rb
Commit message (Expand)AuthorAgeFilesLines
* * lib/xmlrpc.rb, lib/xmlrpc/*, test/xmlrpc: XMLRPC is bundled gemhsbt2016-05-161-629/+0
* * lib/xmlrpc/client.rb: Support SSL options in async methods ofkou2015-12-261-5/+19
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* xmlrpc/client: fix documentation typotmm12014-06-021-1/+1
* * lib/xmlrpc/client.rb (do_rpc): don't check body length.naruse2014-04-061-2/+0
* * lib/xmlrpc/client.rb: [DOC] Remove note about SSL package on RAAzzak2014-01-131-2/+0
* * lib/xmlrpc/client.rb: [DOC] Fix typoa_matsuda2013-12-081-1/+1
* * lib/xmlrpc/client.rb (XMLRPC::Client#http): Add reader for rawkou2013-06-131-0/+7
* * lib/xmlrpc/client.rb (XMLRPC::Client#parse_set_cookies): Supportkou2013-06-131-3/+9
* * lib/xmlrpc/client.rb (XMLRPC::Client#parse_set_cookies): Usekou2013-06-131-7/+7
* * lib/xmlrpc/client.rb (XMLRPC::Client#parse_set_cookies): Extract.kou2013-06-121-3/+6
* * lib/xmlrpc.rb: Documentation for XMLRPCzzak2012-09-131-292/+260
* * 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/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/xmlrpc/client.rb, lib/xmlrpc/server.rb: should useshugo2011-08-051-5/+5
* * lib/xmlrpc/client.rb: Fix possible HTTP header formatting failure bynahi2011-07-251-1/+1
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-71/+71
* * lib/xmlrpc, lib/rexml, test/ruby/test_array.rb,mame2008-10-011-6/+6
* * lib/xmlrpc/client.rb (XMLRPC::Client#do_rpc): requiresnobu2008-07-121-0/+1
* * lib/xmlrpc/client.rb: fix cookie handling. [ruby-dev:34403]kou2008-04-151-2/+7
* * lib/xmlrpc/client.rb (XMLRPC::Client#do_rpc): Explicitly startjeg22007-10-241-0/+3
* * lib/xmlrpc/client.rb (XMLRPC::Client#do_rpc): Improving the errorjeg22007-10-241-2/+2
* * lib/xmlrpc/client.rb (XMLRPC::Client::do_rpc): Make theknu2007-02-231-1/+1
* * range.c (rb_range_beg_len): should return Qfalse for non-rangematz2005-10-051-1/+1
* * lib/xmlrpc/utils.rb: Patch by Nobuhiro IMAI fixes the followingmneumann2005-06-191-3/+14
* * lib/xmlrpc/client.rb: use "" instead of "." if prefix argument ismneumann2004-12-211-5/+5
* class XMLRPC::Client:mneumann2003-11-171-0/+35
* * lib/xmlrpc: import.matz2003-07-191-0/+570