aboutsummaryrefslogtreecommitdiffstats
path: root/lib/xmlrpc
Commit message (Expand)AuthorAgeFilesLines
* * lib/xmlrpc.rb: Removed broken parser named XMLScanStreamParser.hsbt2016-03-022-72/+1
* * lib/xmlrpc.rb: Removed broken parser named XMLTreeParser.hsbt2016-03-022-67/+1
* * lib/xmlrpc.rb: Removed references to NQXML. It's obsoleted parser.hsbt2016-02-262-97/+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-169-0/+9
* * lib/xmlrpc/parser.rb: added new parser class using libxml-ruby gem.hsbt2014-10-132-1/+34
* * lib/gserver.rb: removed unmaintained code.hsbt2014-08-151-173/+0
* 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/httpserver.rb: [DOC] Fix typoa_matsuda2013-12-091-1/+1
* * lib/xmlrpc/client.rb: [DOC] Fix typoa_matsuda2013-12-081-1/+1
* * ext/tk/lib/tk/canvas.rb: [DOC] Fix typo (s/paramter/parameter/)a_matsuda2013-12-071-1/+1
* * lib/webrick/compat.rb, lib/xmlrpc/datetime.rb: [DOC] fix typo by @vipul...hsbt2013-12-061-1/+1
* * lib/cgi.rb: [DOC] Capitalize "Ruby" in documentation [Fixes GH-341]zzak2013-07-181-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
* fix typos inspired by r40825kazu2013-05-191-2/+2
* * lib/cgi/core.rb: Use symbols instead of strings formarcandre2012-11-161-4/+4
* * lib/xmlrpc.rb: Documentation for XMLRPCzzak2012-09-1312-1147/+697
* * 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/xmlrpc/client.rb, lib/xmlrpc/server.rb: should useshugo2011-08-052-12/+12
* * lib/xmlrpc/client.rb: Fix possible HTTP header formatting failure bynahi2011-07-251-1/+1
* * lib/xmlrpc/parser.rb (FaultException): fix to_s and inspectshyouhei2011-05-261-2/+1
* * lib: Convert tabs to spaces for ruby files perdrbrain2011-05-181-1/+1
* * lib: remove trailing spaces.nobu2011-05-181-23/+23
* * Various .document files: Update .document files to match files whichdrbrain2011-05-111-1/+0
* Use Float#finite?.naruse2011-04-221-2/+1
* * lib/xmlrpc/create.rb (XMLRPC::Create#conv2value):naruse2011-04-221-4/+4
* * lib/*.rb: Remove unused variable warnings.marcandre2010-11-082-2/+2
* * lib/xmlrpc/utils.rb: Fixing an incompatibility withjeg22010-04-281-2/+2
* Surpress warnings.naruse2010-04-061-1/+1
* * lib: fixed typo. a patch by Sho Hashimoto in [ruby-dev:40716].nobu2010-03-201-1/+1
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-0610-331/+331
* * lib/xmlrpc/server.rb (Server#serve): gets rid of hardcodednobu2009-02-011-5/+1
* * lib/xmlrpc/server.rb: Restricting method inspection to show onlyjeg22008-12-171-1/+3
* * lib/xmlrpc, lib/rexml, test/ruby/test_array.rb,mame2008-10-015-274/+274
* * 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