RUBY Developers: mneumann

Login name:
mneumann
Total Commits:
57 (0.1%)
Lines of Code:
1453 (0.1%)
Most Recent Commit:
2005-07-10 21:37

Activity by Clock Time

Activity by Hour of Day for mneumann

Activity by Day of Week for mneumann

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 57 (100.0%) 1453 (100.0%) 25.4
test/xmlrpc/ 15 (26.3%) 569 (39.2%) 37.9
lib/xmlrpc/ 18 (31.6%) 475 (32.7%) 26.3
test/xmlrpc/data/ 17 (29.8%) 340 (23.4%) 20.0
/ 7 (12.3%) 69 (4.7%) 9.8

Activity of mneumann

Most Recent Commits

mneumann 2005-07-10 21:37

* lib/xmlrpc/server.rb (XMLRPC::Server): Switch from GServer over to

WEBrick. This makes file lib/xmlrpc/httpserver.rb obsolete (at least it is

no further used by the XML-RPC library).

49 lines of code changed in:

mneumann 2005-06-19 16:47

* 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.



* lib/xmlrpc/client.rb: Aliased XMLRPC::Client#new2 as

XMLRPC::Client#new_from_uri, and #new3 as #new_from_hash.

26 lines of code changed in:

mneumann 2005-04-06 13:36

make error messages much friendlier if a XMLRPC::FaultException is thrown,

by aliasing message to faultString.

2 lines of code changed in:

mneumann 2004-12-21 17:23

* lib/xmlrpc/client.rb: use "" instead of "." if prefix argument is

nil in proxy methods. nil is default value.



* test/xmlrpc/test_webrick_server.rb, test/xmlrpc/webrick_testing.rb:

use threads instead of forking. this should fix issue #1208

(http://rubyforge.org/tracker/?func=detail&atid=1698&aid=1208&group_id=426).

removed testing of SSL enabled servlet as this hangs.

32 lines of code changed in:

mneumann 2004-12-02 16:22

* 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.

279 lines of code changed in:

mneumann 2004-11-17 12:51

* lib/xmlrpc/parser.rb, test/xmlrpc/test_features.rb: fixed "assinging to constants" warnings

12 lines of code changed in:

mneumann 2004-11-16 22:25

* lib/xmlrpc/server.rb (CGIServer): fixed bug when client sends "Content-typ: text/xml; ..."

6 lines of code changed in:

mneumann 2004-11-16 15:36

ChangeLog entry for XML-RPC changes I made during the last day

26 lines of code changed in:

mneumann 2004-11-16 15:12

added howto

301 lines of code changed in:

mneumann 2004-11-16 15:07

added new test case (which spawn off a webrick XML-RPC server)

128 lines of code changed in:

mneumann 2004-11-16 14:35

* fixed issue #998 (http://rubyforge.org/tracker/?func=detail&atid=1700&aid=998&group_id=426)

5 lines of code changed in:

mneumann 2004-11-16 11:55

* fixed test cases so that they can be run from any directory

15 lines of code changed in:

mneumann 2004-11-16 02:11

* applied patch by MoonWolf <moonwolf@moonwolf.com> to allow parsing

datetime.iso8601 (e.g. 20041105T01:15:23Z).



* added test case

54 lines of code changed in:

mneumann 2004-11-16 00:26

* imported and refactored original test cases



* added methods XMLRPC::XMLParser.each_installed_parser and

XMLRPC::XMLWriter.each_installed_writer to simply original test cases



* use Object#allocate instead of defining an empty #initialize



* module XMLRPC::Marshallable is now only used for tagging

475 lines of code changed in:

mneumann 2003-11-17 22:30

class XMLRPC::Client:



* added attr_accessor :http_header_extra that can be used to add extra lines in

HTTP header.



* added attr_accessor :cookie - shortcut for setting/getting cookies



* added attr_accressor :http_last_response that holds the last HTTP response.

Usefull when needed to extract information from HTTP header (e.g. cookies,

keep alive...)

35 lines of code changed in:

mneumann 2003-11-11 14:08

fixed CDATA parsing for XMLScanParser and REXMLStreamParser

5 lines of code changed in:

mneumann 2003-10-07 12:22

applied patch by OHARA Shigeki:

* use Apache::Request#headers_in instead of obsolete #headers methods

* XMLRPC::ModRubyServer::new is no longer a singleton method

3 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT