Jimmy,Jing Lv wrote: > That's cool Tim, I am interested and I'd like to a volunteer to > review/refactor the codes if needed :) > Please tell me anything I can help.
Thanks Jimmy. For now I'm just tidying up, so regular builds to check I'm not breaking anything would be useful. When I get to refactoring the methods I'll discuss it here for all to see. Regards, Tim > 2008/11/22 Tim Ellison <[EMAIL PROTECTED]>: >> I've started to tidy up the Java APIs in OSNetworkSystem that, for some >> inexplicable reason, seems to have two method calls for each API method >> (the public instance method dispatches to a package static method ?!) >> and other junk. >> >> There is a motley set of APIs accumulated in there too, which I'll go >> back and rationalize once I'm through the grunt work. >> >> I'll be committing it in steps since there is a good chance for typos to >> creep in. Everything should stay working at all times, so let me know >> if things break. >> >> Regards, >> Tim >> >> [EMAIL PROTECTED] wrote: >>> Author: tellison >>> Date: Fri Nov 21 08:42:48 2008 >>> New Revision: 719634 >>> >>> URL: http://svn.apache.org/viewvc?rev=719634&view=rev >>> Log: >>> Start to tidy up the network interface. >>> First part of removing redundant methods and adopting sensible names. >>> >>> Modified: >>> >>> harmony/enhanced/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/platform/OSNetworkSystem.java >>> >>> harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/OSNetworkSystem.c >>> >>> harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/OSNetworkSystem.h >>> >>> harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/OSNetworkSystemLinux.c >>> >>> harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/exports.txt >>> >>> harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/windows/OSNetworkSystemWin32.c > > >
