Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-06-07Consistency with Release_2_0 branchv20080607-1616slewis1-1/+2
2008-06-07Move to JmDNS 2.0. CQ: 2318slewis2-7/+19
2008-05-30NEW - bug 232813: [Discovery][jSLP] No OSGi service is registeredmkuppe1-2/+1
2008-05-20NEW - bug 232813: [Discovery][jSLP] No OSGi service is registeredmkuppe1-0/+2
2008-05-19Fix for 232835.slewis1-7/+26
2008-05-14Fix for 231969slewis1-9/+34
2008-03-27Added null checks to some accesses within jmdns for robustnessv20080328-1632slewis1-1/+6
2008-03-27Fixes for jmdns synchronization issues.slewis4-15/+92
2008-03-15Fix for priority and weight defaultsv20080314-2030slewis1-1/+3
2008-02-08Fix for bug 218306slewis2-39/+19
2008-01-26Refactoring of DiscoveryView and associated classes. This makes the Discover...slewis4-0/+61
2008-01-19Added discovery test code.slewis1-1/+0
2007-12-12Fix for jmdns contract violationslewis3-2/+17
2007-11-30Updates to add queuing for jmdns discovery.slewis2-1/+154
2007-11-30NEW - bug 211585: [Discovery][JMDNS] parsing problem if service type defines ...mkuppe1-27/+1
2007-11-29Replaced use of split (not in EE)slewis1-1/+2
2007-11-29ASSIGNED - bug 209774: Simplify/generalize discovery API (summary bug)mkuppe7-177/+219
2007-10-16Fixes for equinox jdt, jdt ui formatting warningsslewis5-55/+33
2007-10-05Modified implementation of jmdns.registerService(svcInfo) to check for valid ...slewis3-4/+7
2007-10-05Modified implementation of jmdns.registerService(svcInfo) to check for valid ...slewis1-6/+11
2007-10-01Applied patches from bugs https://bugs.eclipse.org/bugs/show_bug.cgi?id=20443...slewis1-0/+1
2007-10-01Applied patches from bugs https://bugs.eclipse.org/bugs/show_bug.cgi?id=20443...slewis5-358/+158
2007-09-05Changes to discovery API and implementations as per bug 200791 and bug 202036slewis7-47/+176
2007-09-05Code formatting, string externalization and miscellaneous cleanup.slewis9-189/+137
2007-08-04Changes to simplify AbstractContainer and subclasses. Also made fireContaine...slewis1-53/+8
2007-07-09Fix for bug 195824Root_maint_1_0_1slewis1-1/+1
2007-06-21Changed IOException to ECFException in IDiscoveryContainerAdapter.registerSer...slewis1-2/+7
2007-04-20Changes to have all activator classes return non-null with calls to getDefaul...slewis1-1/+4
2007-03-20Removed discovery serviceslewis1-13/+0
2007-03-17Added org.eclipse.ecf.util.PlatformHelper class to eliminate use of Platform ...slewis1-4/+21
2007-03-14Changes to remove references to Plugin class.slewis2-51/+24
2007-03-14Refactored Trace class static methods to remove reference to Plugin class and...slewis2-7/+9
2007-03-13Added IServiceID interface and replaced references to ServiceID class to ISer...slewis1-5/+6
2007-03-13Simplification of discovery APIslewis1-15/+62
2007-03-07Added IDiscoveryService service interface and service jmdns implementation, a...slewis2-4/+19
2007-01-12Fix for jmdns messages.properties problemslewis1-1/+1
2006-12-31Documentation and formatting updatesslewis9-264/+208
2006-12-07Changed name of Namespace.getSupportedAdapterTypes and all locations in code.slewis1-1/+1
2006-12-07Added Namespace.getSupportedParameterTypesForCreateInstance() method and subc...slewis1-3/+12
2006-11-13Removed URI references from discovery API and replaced uses. Changed Contain...slewis1-41/+1
2006-11-11Added IContainerInstantiator.getSupportedParameterTypes and IContainerInstant...slewis1-0/+10
2006-11-09Moved internal classes (e.g. Activators) to internal packagesslewis5-8/+8
2006-11-05Fixes for API documentation mistakesslewis1-4/+22
2006-10-29Simplification of Namespace.createInstance and IContainerInstantiator.createI...slewis2-3/+2
2006-10-28Refactorings and clean up in response to Remy Suen's emailslewis1-1/+1
2006-10-25Major changes to accomodate refactoring of core plugin to separate out shared...slewis1-2/+1
2006-10-25Checkpoint checkin during refactoring. Moved shared object/shared object con...slewis1-1/+1
2006-10-20Removed unnecessary exception class. Renamed <*>InstantiationException to <*...slewis3-12/+12
2006-10-20renamed I<type>Container to I<type>ContainerAdapter to be more descriptiveslewis1-2/+2
2006-10-20Moved org.eclipse.ecf.discovery.ServiceID class to org.eclipse.ecf.discovery....slewis3-3/+3

Back to the top