Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-11-25bug 421063: Implementation of IPv6 to jslp 421063Mohammad Jamal MohiUddin6-15/+146
https://bugs.eclipse.org/bugs/show_bug.cgi?id=421063 Change-Id: Ia02153f4e47bb12cd0b10f232c1dad9525d836f4 Signed-off-by: Mohammad Jamal MohiUddin <mjmohiuddin@cdac.in>
2013-11-19Additions for paho providerslewis2-8/+70
2013-11-13Merge remote-tracking branch 'origin/master'slewis3-13/+37
2013-11-13Initial checkin of org.eclipse.ecf.provider.mqtt.paho provider. This isslewis17-0/+287
an MQTT client provider based upon the Paho (www.eclipse.org/paho) codebase. Version 0.4.0 of Paho library jar is temporarily included in the lib directory of this project to aid development.
2013-11-08Revert "Bug 420858 - [r-OSGi] Sync SF.net and ECF's codebase"Markus Alexander Kuppe16-834/+734
This reverts commit 497b9a63f296bfecb14249b9cd390c0e3b3bfc80.
2013-11-08Logically revert all commits as part of:Markus Alexander Kuppe3-29/+30
bug 378350: [Discovery] ZooDiscovery has compile problems with latest zookeeper from orbit https://bugs.eclipse.org/bugs/show_bug.cgi?id=378350 Change-Id: Ib1c32b3c4ebdbc673027f19725a7b2e4c23e15ab
2013-11-06bug 378350: [Discovery] ZooDiscovery has compile problems with latestMarkus Alexander Kuppe1-1/+1
zookeeper from orbit https://bugs.eclipse.org/bugs/show_bug.cgi?id=378350
2013-11-06bug 378350: [Discovery] ZooDiscovery has compile problems with latestMarkus Alexander Kuppe1-6/+16
zookeeper from orbit https://bugs.eclipse.org/bugs/show_bug.cgi?id=378350
2013-11-06bug 378350: [Discovery] ZooDiscovery has compile problems with latestMarkus Alexander Kuppe2-0/+8
zookeeper from orbit https://bugs.eclipse.org/bugs/show_bug.cgi?id=378350
2013-11-06Bug 420858 - [r-OSGi] Sync SF.net and ECF's codebaseMarkus Alexander Kuppe16-734/+834
https://bugs.eclipse.org/420858 Syncs to SF.net revision "r1317" (2011-02-14 16:41:38 +0100 (Mon, 14 Feb 2011))
2013-11-06Revert "Bug 420858 - [r-OSGi] Sync SF.net and ECF's codebase"Markus Alexander Kuppe16-846/+793
This reverts commit 573f554d696f8fe5f9fe435ace79e8d2b29bde5c.
2013-11-06Bug 420858 - [r-OSGi] Sync SF.net and ECF's codebaseMarkus Alexander Kuppe16-793/+846
https://bugs.eclipse.org/420858 Syncs to SF.net revision "r1317" (2011-02-14 16:41:38 +0100 (Mon, 14 Feb 2011))
2013-11-05bug 378350: [Discovery] ZooDiscovery has compile problems with latestMarkus Alexander Kuppe2-27/+15
zookeeper from orbit https://bugs.eclipse.org/bugs/show_bug.cgi?id=378350
2013-11-05Fix warnings about access to static fieldMarkus Alexander Kuppe1-11/+11
2013-11-01bug 420897: [r-OSGi] NPE when trying to uninstall the proxy bundle Markus Alexander Kuppe1-2/+12
https://bugs.eclipse.org/bugs/show_bug.cgi?id=420897
2013-10-26NEW - bug 420433: [r-OSGi] NPE inR-Release_HEAD-sdk_feature-128_2013-10-27_15-02-02R-Release_HEAD-sdk_feature-127_2013-10-27_09-40-07R-Release_HEAD-sdk_feature-125_2013-10-27_08-32-40Markus Alexander Kuppe1-0/+7
ch.ethz.iks.r_osgi.impl.ChannelEndpointImpl.handleMessage(RemoteOSGiMessage) when SERVICE_MODIFIED received before SERVICE_ADDED https://bugs.eclipse.org/bugs/show_bug.cgi?id=420433
2013-10-25Merge remote-tracking branch 'origin/master'slewis0-0/+0
2013-10-25Addition of tests for functionality provided by bugslewis2-0/+61
https://bugs.eclipse.org/bugs/show_bug.cgi?id=420290 and for clean up behavior bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=420419
2013-10-25Addition of tests for functionality provided by bugslewis1-0/+40
https://bugs.eclipse.org/bugs/show_bug.cgi?id=420290 and for clean up behavior bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=420419
2013-10-25Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=420419slewis6-21/+72
2013-10-25Greator support for provider customization of ExecutorService/Future andslewis1-26/+70
IExecutor/IFuture usage in asynchronous proxies. For bug 420290
2013-10-25Method rename for clarification for bug 420290slewis1-2/+2
2013-10-25NEW - bug 420290: Asynchronous Remote Services may supportScott Lewis2-7/+72
java.util.concurrent.Future https://bugs.eclipse.org/bugs/show_bug.cgi?id=420290 Signed-off-by: Markus Alexander Kuppe <bugs.eclipse.org@lemmster.de> Change-Id: I903caca3f27fba87014ea30fc074fc4c8e7f0c4f
2013-10-23RESOLVED - [r-OSGi] NPE in recurseInterfaceHierarchy() if a parameterR-Release_HEAD-sdk_feature-124_2013-10-24_14-25-50Markus Alexander Kuppe1-3/+13
user data type implements/extends system type like java.io.Serializable https://bugs.eclipse.org/420112
2013-10-22[TCK][r-OSGi] NonSerializableException when runningMarkus Alexander Kuppe1-5/+8
remoteserviceadmin ct - Safeguard against older implementations speaking a broken wire protokol by sending an ArrayList instead of String[]
2013-10-22Merge branch 'master' of ssh://git.eclipse.org:29418/ecf/org.eclipse.ecf.gitMarkus Alexander Kuppe6-6/+6
2013-10-22[TCK][r-OSGi] NonSerializableException when runningMarkus Alexander Kuppe1-0/+6
remoteserviceadmin ct - Safeguard against older implementations speaking a broken wire protokol by sending an ArrayList instead of String[]
2013-10-21Changed feature version from 3.7.0 to 3.7.1slewis6-6/+6
2013-10-21Merge branch 'master' of ssh://git.eclipse.org:29418/ecf/org.eclipse.ecfMarkus Alexander Kuppe214-32039/+32039
2013-10-21NEW - bug 419327: [R_OSGi] Event Admin problems Markus Alexander Kuppe1-1/+3
https://bugs.eclipse.org/bugs/show_bug.cgi?id=419327 #3 (always convert from List to String[] before sending to remote)
2013-10-20Merge remote-tracking branch 'origin/master'R-Release_HEAD-sdk_feature-123_2013-10-21_11-09-17slewis213-32038/+32038
Conflicts: releng/org.eclipse.ecf.releng.bm/ecf.rmap
2013-10-20Update to rmap to use repo with 4.2 version of httpcomponents in it (2)slewis1-1/+1
2013-10-20Update to rmap to use repo with 4.2 version of httpcomponents in itslewis1-2/+1
2013-10-19NEW - bug 419327: [R_OSGi] Event Admin problems Markus Alexander Kuppe1-2/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=419327 #2
2013-10-19NEW - bug 419327: [R_OSGi] Event Admin problems Markus Alexander Kuppe2-6/+77
https://bugs.eclipse.org/bugs/show_bug.cgi?id=419327
2013-10-19NEW - bug 419902: [r-OSGi] NPEMarkus Alexander Kuppe1-1/+8
ch.ethz.iks.r_osgi.impl.ChannelEndpointImpl.updateTopics(String[], String[]) https://bugs.eclipse.org/bugs/show_bug.cgi?id=419902
2013-10-16Fix for timeservice example problem with hostname accidently introducedR-Release_HEAD-sdk_feature-122_2013-10-16_18-44-12slewis1-0/+3
in previous commit.
2013-10-16Merge remote-tracking branch 'origin/master'slewis3-6/+6
2013-10-16Fixes for javadocs for 3.7.0 releaseslewis1-1/+3
2013-10-15Backport Memleak fix described in [1] and outlined in [2]. The 3.3.0R-Release_HEAD-sdk_feature-120_2013-10-16_15-25-33Markus Alexander Kuppe1-2/+2
Smask CQ #7367 [3] has been updated to indicate that we backported this fix. [1] http://issues.igniterealtime.org/browse/SMACK-441 [2] http://fisheye.igniterealtime.org/viewrep/smack/branches/smack_3_3_1/source/org/jivesoftware/smack/keepalive/KeepAliveManager.java?r1=13657&r2=13703 [3] https://dev.eclipse.org/ipzilla/show_bug.cgi?id=7367
2013-10-12Add missing "=" in toStringR-Release_HEAD-sdk_feature-119_2013-10-14_17-31-04Markus Alexander Kuppe1-1/+1
2013-10-11NEW - bug 418740: [TCK][r-OSGi] NonSerializableException when runningMarkus Alexander Kuppe1-3/+3
remoteserviceadmin ct https://bugs.eclipse.org/bugs/show_bug.cgi?id=418740 - Fix LDAP filter syntax and boolean condition to correctly match
2013-10-09Initial checkin of org.eclipse.ecf.core.feature feature project. Forslewis8-0/+714
bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=330517
2013-10-05Merge branch 'master' of ssh://git.eclipse.org:29418/ecf/org.eclipse.ecfMarkus Alexander Kuppe10-45/+173
2013-10-05NEW - bug 418740: [TCK][r-OSGi] NonSerializableException when runningMarkus Alexander Kuppe2-6/+19
remoteserviceadmin ct https://bugs.eclipse.org/bugs/show_bug.cgi?id=418740
2013-10-05Simplified generic provider usage in timeservice host to onl specifyslewis1-10/+10
port (rather than entire id).
2013-10-04Additions to support functionality added via bugslewis7-21/+127
https://bugs.eclipse.org/bugs/show_bug.cgi?id=418634
2013-10-04Additional fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=418634slewis1-13/+35
2013-10-04Fix for problem created by fix forslewis1-1/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=418634
2013-10-04NEW - bug 418684:Markus Alexander Kuppe1-1/+1
org.eclipse.ecf.server.generic.GenericServerContainerGroupFactory.isSSLTransportSpecified(Map) uses API not compatible with bundle's BREE https://bugs.eclipse.org/bugs/show_bug.cgi?id=418684

Back to the top