summaryrefslogtreecommitdiff
path: root/lib/xmlrpc
AgeCommit message (Expand)Author
2011-05-18* lib: remove trailing spaces.nobu
2011-05-11 * Various .document files: Update .document files to match files whichdrbrain
2011-04-22Use Float#finite?.naruse
2011-04-22* lib/xmlrpc/create.rb (XMLRPC::Create#conv2value):naruse
2010-11-08* lib/*.rb: Remove unused variable warnings.marcandre
2010-04-28* lib/xmlrpc/utils.rb: Fixing an incompatibility withjeg2
2010-04-06Surpress warnings.naruse
2010-03-20* lib: fixed typo. a patch by Sho Hashimoto in [ruby-dev:40716].nobu
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2009-02-01* lib/xmlrpc/server.rb (Server#serve): gets rid of hardcodednobu
2008-12-17* lib/xmlrpc/server.rb: Restricting method inspection to show onlyjeg2
2008-10-01* lib/xmlrpc, lib/rexml, test/ruby/test_array.rb,mame
2008-07-12* lib/xmlrpc/client.rb (XMLRPC::Client#do_rpc): requiresnobu
2008-04-15* lib/xmlrpc/client.rb: fix cookie handling. [ruby-dev:34403]kou
2007-12-01* lib/xmlrpc/server.rb (XMLRPC::Server#server): Improve signal handling sojeg2
2007-10-24* lib/xmlrpc/parser.rb (XMLRPC::Convert::dateTime): Fixing a bug thatjeg2
2007-10-24* lib/xmlrpc/client.rb (XMLRPC::Client#do_rpc): Explicitly startjeg2
2007-10-24* lib/xmlrpc/client.rb (XMLRPC::Client#do_rpc): Improving the errorjeg2
2007-10-24* lib/xmlrpc/utils.rb (XMLRPC::ParseContentType#parse_content_type):jeg2
2007-02-23* lib/xmlrpc/client.rb (XMLRPC::Client::do_rpc): Make theknu
2006-11-02* lib/xmlrpc/create.rb (XMLRPC::Create::conv2value): Symbol shouldmatz
2006-06-21* parse.y (method_call): remove (fn)(args) style lambdamatz
2005-11-30* misc/ruby-mode.el (ruby-expr-beg): support $! at the end ofmatz
2005-10-05* range.c (rb_range_beg_len): should return Qfalse for non-rangematz
2005-10-04* lib/xmlrpc/server.rb (XMLRPC::Server#initialize): should mount thegotoyuzo
2005-10-04* lib/xmlrpc/server.rb (XMLRPC::Server#serve): delete wrong callgotoyuzo
2005-07-10 * lib/xmlrpc/server.rb (XMLRPC::Server): Switch from GServer over tomneumann
2005-06-19* lib/xmlrpc/utils.rb: Patch by Nobuhiro IMAI fixes the followingmneumann
2005-04-06make error messages much friendlier if a XMLRPC::FaultException is thrown,mneumann
2005-03-04* array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz
2004-12-21* lib/xmlrpc/client.rb: use "" instead of "." if prefix argument ismneumann
2004-11-19* lib/xmlrpc/datetime.rb (XMLRPC::DateTime#==): should use Array()eban
2004-11-17* lib/xmlrpc/parser.rb, test/xmlrpc/test_features.rb: fixed "assinging to con...mneumann
2004-11-16* lib/xmlrpc/server.rb (CGIServer): fixed bug when client sends "Content-typ:...mneumann
2004-11-16added howtomneumann
2004-11-16* fixed issue #998 (http://rubyforge.org/tracker/?func=detail&atid=1700&aid=9...mneumann
2004-11-16* applied patch by MoonWolf <moonwolf@moonwolf.com> to allow parsingmneumann
2004-11-15* imported and refactored original test casesmneumann
2004-08-13* lib/webrick/httputils.rb (WEBrick::HTTPUtils.parse_range_header):gotoyuzo
2004-05-04 * lib/gserver.rb: documentedgsinclair
2004-03-29* exception message clean-up by Ian Macdonald <ian@caliban.org>.matz
2003-11-17class XMLRPC::Client:mneumann
2003-11-11fixed CDATA parsing for XMLScanParser and REXMLStreamParsermneumann
2003-10-16consistent parentheses in assignment RHS.matz
2003-10-07applied patch by OHARA Shigeki:mneumann
2003-08-14* gc.c (id2ref): recycle check should be done by klass == 0.matz
2003-07-19* lib/xmlrpc: import.matz