Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-12-07Added clean up for the adapter manager trackerv20071207-1545slewis1-0/+4
2007-10-15Cleaned up code. by correcting warnings from equinox jdt, jdt ui prefs.slewis24-493/+395
2007-10-15Add a copyright header.rsuen1-0/+10
2007-09-21Fixed problem with provider.remoteservice implementationslewis1-3/+1
2007-09-21Simplification of ecftcp connection codeslewis2-110/+103
2007-09-18Small changes to structure of ContainerMessageslewis4-32/+29
2007-09-17Formatting changes and javadocs additions for ClientSOContainerslewis1-3/+4
2007-09-17Formatting changes and javadocs additions for ClientSOContainerslewis14-371/+251
2007-09-12Changed name of AsynchResult to AsyncResult. Abstracted public API for Async...slewis1-5/+6
2007-09-04Removed ECF generic provider application classes (now in org.eclipse.ecf.serv...slewis6-877/+0
2007-08-31Formatting and trace changesslewis1-1/+1
2007-08-31Changed formatting and debug/trace outputslewis3-136/+129
2007-08-30made static public for SOContainer.serialize and SOContainer.deserializeConta...slewis1-327/+200
2007-08-23javadocs additionsslewis1-3/+0
2007-08-23javadocs additionsslewis2-114/+73
2007-08-17Add a license header.rsuen1-0/+10
2007-08-11Small code simplificationsslewis1-10/+0
2007-08-11Small code simplificationsslewis1-9/+14
2007-08-05javadocs fixv20070805-1424slewis1-1/+1
2007-08-04Changes to simplify AbstractContainer and subclasses. Also made fireContaine...slewis4-64/+24
2007-07-30Removed System.out.println statementsslewis1-2/+1
2007-07-23Updated javadocsslewis1-3/+0
2007-07-20Code clean up.slewis1-3/+3
2007-07-09Changed private to protected to allow subclasses to be created (e.g. in order...slewis1-8/+23
2007-07-07Swapped hostname and group fields for GenericServer application parameters.slewis1-5/+5
2007-07-06Added GenericServer applicationslewis1-0/+1
2007-07-05Added GenericServer applicationslewis1-0/+231
2007-06-08Fixes and improvements for sharedobject APIv20070608-1232slewis3-2/+18
2007-05-27'res' is null already.rsuen1-2/+1
2007-05-18Applied patches from bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=187060...slewis2-5/+9
2007-05-11Fixed for skype container disconnect behaviorslewis1-0/+1
2007-05-10Additions for Skype IChannelContainerAdapter supportslewis2-3/+4
2007-05-10Update to SkypeSOContext with new code for notificationslewis1-7/+2
2007-05-07Reformatted, simplified, and refactored 'ECF generic' classes and subclassesslewis24-2206/+2340
2007-05-06Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=185691slewis1-1/+1
2007-05-06Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=185690slewis3-33/+42
2007-05-04Fixed account disconnect in MultiRosterViewslewis3-29/+5
2007-05-02Simplification of AsynchConnectContainerAction, change of wizards to use. Ad...slewis4-28/+39
2007-04-26Typo correction.rsuen1-1/+1
2007-04-26Fix for bug in when fireContainerEvent(CnotainerConnectedEvent()) is executedslewis1-10/+7
2007-04-20Changes to have all activator classes return non-null with calls to getDefaul...slewis1-1/+4
2007-04-16Mark with NON-NLS tags.rsuen1-1/+1
2007-03-26Simplified containerFactory extension point. Modified ContainerTypeDescripti...slewis2-4/+4
2007-03-19Fix for new application launching structure (different number of parameters) ...slewis1-0/+1
2007-03-17Added org.eclipse.ecf.util.PlatformHelper class to eliminate use of Platform ...slewis1-7/+25
2007-03-14Removed all remaining references to Plugin class and Platform classslewis3-40/+55
2007-03-14Refactored Trace class static methods to remove reference to Plugin class and...slewis11-23/+23
2007-03-13Added support for discovery registration to org.eclipse.ecf.server.generic Se...slewis2-1/+16
2007-03-13Simplification of discovery APIslewis2-0/+8
2007-03-12Added org.eclipse.ecf.server.generic.configuration extension point. This ext...slewis1-1/+9

Back to the top