Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-07-19NEW - bug 385395: JMDNS provider shutdown fails with NPE if connect wasMarkus Alexander Kuppe1-2/+5
2011-11-30RESOLVED - bug 331383: Remote services with Java primitives failMarkus Alexander Kuppe1-2/+0
2011-11-30Initial commitMarkus Alexander Kuppe1-0/+2
2010-10-20RESOLVED - bug 328142: [Discovery][Composite] Registering an IService(Type)Li...Markus Alexander Kuppe1-0/+7
2010-10-01NEW - bug 326228: [Discovery][JmDNS] Upgrade to JmDNS 3.xmkuppe1-12/+0
2010-09-30NEW - bug 326228: [Discovery][JmDNS] Upgrade to JmDNS 3.xJmDNS3-2-2_integratedmkuppe1-0/+11
2010-09-09Removed NLS references.slewis1-5/+5
2010-02-11Updated major version to 4.0.0 so that removal of JMDNSDiscoveryContainer(Ine...slewis1-0/+3
2010-02-10RESOLVED - bug 302420: [Discovery][JmDNS] Make listening interface configurablemkuppe1-7/+3
2009-04-11Fix for improper String creation of url in URI creationslewis1-3/+4
2009-03-18Trace serviceType eventsmkuppe1-0/+1
2009-03-12Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=268281v20090312-0015slewis1-1/+1
2009-03-12Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=268281slewis1-1/+1
2009-03-10NEW - bug 266723: [Discovery] specify how clients can determine service uniqu...mkuppe1-40/+44
2009-03-10RESOLVED - bug 267782: [Discovery][jSLP][JmDNS] Providers don't clean up at b...mkuppe1-1/+2
2009-03-07NEW - bug 267494: [Discovery][JmDNS] JMDNSPlugin$1.getService() returned a nu...mkuppe1-0/+1
2009-03-05RESOLVED - bug 266595: [Discovery][ui] remove services that have been undisco...mkuppe1-3/+3
2009-03-04RESOLVED - bug 266595: [Discovery][ui] remove services that have been undisco...mkuppe1-18/+18
2009-02-28RESOLVED - bug 266539: [Discovery][ui] zeroconf services not being shown in uimkuppe1-1/+5
2009-02-25NEW - bug 230180: [remotesvcs] Provide org.eclipse.ecf.discovery.IDiscoveryCo...mkuppe1-0/+7
2009-02-25NEW - bug 254832: [Discovery][SLP] Provider may cache discovered services for...mkuppe1-0/+10
2009-02-25RESOLVED - bug 266120: [Discovery][JmDNS] IServiceTypeID has always default n...mkuppe1-59/+8
2009-02-23RESOLVED - bug 257864: Turn checked into runtime exceptionsmkuppe1-5/+6
2009-02-20Code cleanupsmkuppe1-49/+49
2009-02-19NEW - bug 265413: [Discovery][JMDNS] Intermittent dead-lock issues in JMDNSDi...mkuppe1-9/+9
2009-02-19RESOLVED - bug 265414: [Discovery][JMDNS] junit.framework.AssertionFailedErro...mkuppe1-12/+0
2009-02-19NEW - bug 265413: [Discovery][JMDNS] Intermittent dead-lock issues in JMDNSDi...mkuppe1-75/+48
2009-02-17NEW - bug 259480: [Discovery][JMDNS] Not all ServiceProperties are validmkuppe1-1/+1
2009-02-17NEW - bug 259480: [Discovery][JMDNS] Not all ServiceProperties are validmkuppe1-18/+35
2009-02-16NEW - bug 259480: [Discovery][JMDNS] Not all ServiceProperties are validmkuppe1-1/+3
2009-02-13Changed settings to remove spurious warningsslewis1-2/+2
2009-02-06More robust handling of poorly formed URIsv20090209-0800slewis1-4/+8
2008-12-22NEW - bug 259273: [Discovery][Zeroconf] JMDNS doesn't translate default scope...mkuppe1-19/+34
2008-12-18NEW - bug 259233: [Discovery][JMDNS] URI path is lost over discoverymkuppe1-1/+7
2008-12-16NEW - bug 258904: [Discovery] Remove throw declarations for runtime IDCreateE...mkuppe1-1/+1
2008-11-14NEW - bug 255352: [Discovery][JMDNS] JMDNS exchanges priority and weightmkuppe1-1/+1
2008-11-14NEW - bug 255329: [Discovery][JMDNS] Fall back to hostname if IServiceID.getS...mkuppe1-1/+2
2008-06-12RESOLVED - bug 236812: [Discovery][JMDNS] connect swallows root (JMDNS) excep...mkuppe1-1/+1
2008-06-07Move to JmDNS 2.0. CQ: 2318slewis1-6/+18
2008-05-19Fix for 232835.slewis1-7/+26
2008-03-27Added null checks to some accesses within jmdns for robustnessv20080328-1632slewis1-1/+6
2008-03-27Fixes for jmdns synchronization issues.slewis1-15/+47
2008-03-15Fix for priority and weight defaultsv20080314-2030slewis1-1/+3
2008-02-08Fix for bug 218306slewis1-9/+19
2008-01-19Added discovery test code.slewis1-1/+0
2007-12-12Fix for jmdns contract violationslewis1-2/+15
2007-11-30Updates to add queuing for jmdns discovery.slewis1-1/+38
2007-11-29ASSIGNED - bug 209774: Simplify/generalize discovery API (summary bug)mkuppe1-161/+199
2007-10-16Fixes for equinox jdt, jdt ui formatting warningsslewis1-40/+17
2007-10-05Modified implementation of jmdns.registerService(svcInfo) to check for valid ...slewis1-4/+3

Back to the top