aboutsummaryrefslogtreecommitdiffstats
path: root/lib/xmlrpc
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * applied patch by MoonWolf <moonwolf@moonwolf.com> to allow parsingmneumann2004-11-162-9/+27
* * imported and refactored original test casesmneumann2004-11-153-31/+31
* * lib/webrick/httputils.rb (WEBrick::HTTPUtils.parse_range_header):gotoyuzo2004-08-131-1/+1
* * lib/gserver.rb: documentedgsinclair2004-05-041-0/+31
* * exception message clean-up by Ian Macdonald <ian@caliban.org>.matz2004-03-291-1/+1
* class XMLRPC::Client:mneumann2003-11-171-0/+35
* fixed CDATA parsing for XMLScanParser and REXMLStreamParsermneumann2003-11-111-0/+5
* consistent parentheses in assignment RHS.matz2003-10-161-1/+1
* applied patch by OHARA Shigeki:mneumann2003-10-071-9/+3
* * gc.c (id2ref): recycle check should be done by klass == 0.matz2003-08-141-1/+1
* * lib/xmlrpc: import.matz2003-07-1910-0/+3177