aboutsummaryrefslogtreecommitdiffstats
path: root/lib/xmlrpc/server.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * ext/tk/lib/tk/canvas.rb: [DOC] Fix typo (s/paramter/parameter/)a_matsuda2013-12-071-1/+1
* fix typos inspired by r40825kazu2013-05-191-2/+2
* * lib/xmlrpc.rb: Documentation for XMLRPCzzak2012-09-131-314/+243
* * lib/xmlrpc/client.rb, lib/xmlrpc/server.rb: should useshugo2011-08-051-7/+7
* * 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-061-95/+95
* * 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/server.rb (XMLRPC::Server#server): Improve signal handling sojeg22007-12-011-3/+3
* * range.c (rb_range_beg_len): should return Qfalse for non-rangematz2005-10-051-3/+3
* * 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/server.rb (CGIServer): fixed bug when client sends "Content-typ:...mneumann2004-11-161-1/+1
* * fixed issue #998 (http://rubyforge.org/tracker/?func=detail&atid=1700&aid=9...mneumann2004-11-161-5/+5
* * lib/webrick/httputils.rb (WEBrick::HTTPUtils.parse_range_header):gotoyuzo2004-08-131-1/+1
* applied patch by OHARA Shigeki:mneumann2003-10-071-9/+3
* * lib/xmlrpc: import.matz2003-07-191-0/+839