mneumann

Hash Date Message
777681bda1fe3fbc33bd2c3d4ce132e6b8c0042e 2003-10-07 applied patch by OHARA Shigeki: * use Apache::Request#headers_in instead of obsolete #headers methods * XMLRPC::ModRubyServer::new is no longer a singleton method
4c5094d65d664f66b823d4de5b92402cf19ef1ce 2003-11-11 fixed CDATA parsing for XMLScanParser and REXMLStreamParser
c88ad2a3871697dbc3edaa0cec8fc2ff8eff8e55 2003-11-17 class XMLRPC::Client:
396b1f27ca1581aa676c235a5d021828eef6257f 2004-11-15 * imported and refactored original test cases
8b38f8c03e28f12c4c92a47a903558b55f350c9d 2004-11-16 * applied patch by MoonWolf <moonwolf@moonwolf.com> to allow parsing datetime.iso8601 (e.g. 20041105T01:15:23Z).
f5c2af51db6f330337f47a5bdbd95dfb72df4844 2004-11-16 * fixed test cases so that they can be run from any directory
790a05a3b92180b9d6e4c4cc11acf6ee106aaee3 2004-11-16 * fixed issue #998 (http://rubyforge.org/tracker/?func=detail&atid=1700&aid=998&group_id=426)
597e0c74ba024b59ecc326b5399d06c2b63ac03b 2004-11-16 added new test case (which spawn off a webrick XML-RPC server)
f6c1872354a8566077c553063e2e9f2e5e290be2 2004-11-16 added howto
a74375b05f1e0b6b7ff5ab14b230b0818b4f76f2 2004-11-16 ChangeLog entry for XML-RPC changes I made during the last day
3ad741f132133bb542a84a01d8e7644fc4b51e4c 2004-11-16 * lib/xmlrpc/server.rb (CGIServer): fixed bug when client sends "Content-typ: text/xml; ..."
eabc1fc65855301bbfc867cae1918de745af5fda 2004-11-17 * lib/xmlrpc/parser.rb, test/xmlrpc/test_features.rb: fixed "assinging to constants" warnings
4c10b035ef46165c1b9a42183c7744988a38138a 2004-12-02 * test/xmlrpc/test_parser.rb, test/xmlrpc/data/*.expected: Expected values are now stored in YAML instead of using #inspect. This fixes false hash order.
e537aaba91ac5ad8a554b155afbcc2d0efb50f66 2004-12-21 * lib/xmlrpc/client.rb: use "" instead of "." if prefix argument is nil in proxy methods. nil is default value.
f1587ee5a095e12ff3a747ffceaa53be737ede96 2005-04-06 make error messages much friendlier if a XMLRPC::FaultException is thrown, by aliasing message to faultString.
4110c8936ae6121138740e09f81c1ae3ca9ea709 2005-06-19 * lib/xmlrpc/utils.rb: Patch by Nobuhiro IMAI fixes the following problem: Default value modification on Module#public_instance_methods (false -> true) breaks s.add_handler(XMLRPC::iPIMethods("sample"), MyHandler.new) style security protection.
9222f534cf0f0e91c7b7ca478f932ec25082ea14 2005-07-10