aboutsummaryrefslogtreecommitdiffstats
path: root/test/xmlrpc/test_client.rb
Commit message (Expand)AuthorAgeFilesLines
* * lib/xmlrpc/client.rb: Support SSL options in async methods ofkou2015-12-261-2/+7
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* use assert_raisenobu2015-06-021-4/+4
* * test/xmlrpc/test_client.rb: append assetion use_ssl variable.hsbt2014-02-281-0/+1
* test_client.rb: load opensslnobu2013-06-201-0/+4
* * lib/xmlrpc/client.rb (XMLRPC::Client#parse_set_cookies): Supportkou2013-06-131-0/+11
* * lib/xmlrpc/client.rb (XMLRPC::Client#parse_set_cookies): Extract.kou2013-06-111-0/+7
* * test/xmlrpc/test_client.rb (XMLRPC::ClientTest::Fake::HTTP#started):kou2013-06-111-0/+1
* skip OpenSSL dependent tests if not availablenobu2012-04-231-2/+2
* * lib/xmlrpc/client.rb (module XMLRPC): fix typo.nagachika2012-03-071-1/+33
* * lib/xmlrpc/parser.rb: support i8 types. Thanks Stas Kelvich!tenderlove2012-03-061-0/+14
* * lib/xmlrpc/client.rb: assume servers that do not send a Content-Typetenderlove2012-03-061-1/+24
* * test/xmlrpc/test_client.rb: adding a test for performing an XMLRPCtenderlove2012-03-061-15/+92
* * lib/xmlrpc/client.rb (new2): use URI for uri parsing.tenderlove2012-03-021-0/+11
* * lib/xmlrpc/client.rb (new2): raises an ArgumentError on badtenderlove2012-03-021-0/+34
* * lib/xmlrpc/client.rb (new2): fix custom port specification when antenderlove2012-03-021-0/+102