aboutsummaryrefslogtreecommitdiffstats
path: root/lib/xmlrpc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * lib/xmlrpc/server.rb (XMLRPC::Server#server): Improve signal handling sojeg22007-12-011-3/+3
* * lib/xmlrpc/parser.rb (XMLRPC::Convert::dateTime): Fixing a bug thatjeg22007-10-241-2/+2
* * 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/utils.rb (XMLRPC::ParseContentType#parse_content_type):jeg22007-10-241-1/+1
* * lib/xmlrpc/client.rb (XMLRPC::Client::do_rpc): Make theknu2007-02-232-2/+2
* * lib/xmlrpc/create.rb (XMLRPC::Create::conv2value): Symbol shouldmatz2006-11-021-3/+3
* * parse.y (method_call): remove (fn)(args) style lambdamatz2006-06-211-6/+1
* * misc/ruby-mode.el (ruby-expr-beg): support $! at the end ofmatz2005-11-301-1/+1
* * range.c (rb_range_beg_len): should return Qfalse for non-rangematz2005-10-052-4/+4
* * lib/xmlrpc/server.rb (XMLRPC::Server#initialize): should mount thegotoyuzo2005-10-041-1/+1
* * lib/xmlrpc/server.rb (XMLRPC::Server#serve): delete wrong callgotoyuzo2005-10-041-1/+1
* * lib/xmlrpc/server.rb (XMLRPC::Server): Switch from GServer over tomneumann2005-07-101-96/+43
* * lib/xmlrpc/utils.rb: Patch by Nobuhiro IMAI fixes the followingmneumann2005-06-192-4/+15
* make error messages much friendlier if a XMLRPC::FaultException is thrown,mneumann2005-04-061-0/+2
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-1/+1
* * lib/xmlrpc/client.rb: use "" instead of "." if prefix argument ismneumann2004-12-211-5/+5
* * lib/xmlrpc/datetime.rb (XMLRPC::DateTime#==): should use Array()eban2004-11-191-1/+1
* * lib/xmlrpc/parser.rb, test/xmlrpc/test_features.rb: fixed "assinging to con...mneumann2004-11-171-5/+2
* * lib/xmlrpc/server.rb (CGIServer): fixed bug when client sends "Content-typ:...mneumann2004-11-161-1/+1
* added howtomneumann2004-11-162-0/+301
* * fixed issue #998 (http://rubyforge.org/tracker/?func=detail&atid=1700&aid=9...mneumann2004-11-161-5/+5