Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-10-04Additions to support functionality added via bugslewis5-19/+68
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
2013-09-22Add pointer to bug with backgroundMarkus Alexander Kuppe1-0/+1
2013-07-05NEW - bug 412186: [Distributed EventAdmin] Revert toMarkus Alexander Kuppe5-8/+157
"SmartSerialization" if event data not serializable https://bugs.eclipse.org/bugs/show_bug.cgi?id=412186
2013-07-04Revert "NEW - bug 412261: [Distributed EventAdmin] Allow to only log"Markus Alexander Kuppe1-21/+3
This reverts commit 4c3a5815546f83591c294943a8a199815164e6a4.
2013-07-04NEW - bug 412261: [Distributed EventAdmin] Allow to only logserialization ↵Markus Alexander Kuppe1-0/+21
failures https://bugs.eclipse.org/bugs/show_bug.cgi?id=412261- Part #2: Allows to register an EventTopicFilter service that getslooked up by DistributedEventAdmin. On a filter hit, the event will onlybe send out locally
2013-07-04NEW - bug 412261: [Distributed EventAdmin] Allow to only logMarkus Alexander Kuppe1-3/+21
serialization failures https://bugs.eclipse.org/bugs/show_bug.cgi?id=412261 - Part #2: Allows to register an EventTopicFilter service that gets looked up by DistributedEventAdmin. On a filter hit, the event will only be send out locally
2013-07-04NEW - bug 412261: [Distributed EventAdmin] Allow to only logMarkus Alexander Kuppe1-5/+66
serialization failures https://bugs.eclipse.org/bugs/show_bug.cgi?id=412261 - Part #2: Allows to register an EventTopicFilter service that gets looked up by DistributedEventAdmin. On a filter hit, the event will only be send out locally
2013-07-04NEW - bug 412261: [Distributed EventAdmin] Allow to only logMarkus Alexander Kuppe2-4/+28
serialization failures https://bugs.eclipse.org/bugs/show_bug.cgi?id=412261
2013-07-04Copyright where copyright is dueMarkus Alexander Kuppe1-1/+2
2013-06-03Removed deprecated update manager code.slewis2-28/+1
2013-01-24Added exported package version information in preparation for ECF 3.6.0slewis3-5/+5
release
2013-01-21Refactoring GenericServerContainerGroupslewis3-5/+5
2013-01-21Refactored org.eclipse.ecf.server.generic for ease of use.slewis3-6/+9
2013-01-21Added SSLGenericClient classesslewis4-2/+138
2013-01-20Fixes for generic server packagesslewis6-132/+38
2013-01-20Merge remote-tracking branch 'origin/master'slewis3-137/+3
Conflicts: server-side/bundles/org.eclipse.ecf.server.generic/src/org/eclipse/ecf/server/generic/SSLAbstractGenericServer.java server-side/bundles/org.eclipse.ecf.server.generic/src/org/eclipse/ecf/server/generic/app/SSLGenericClientApplication.java server-side/bundles/org.eclipse.ecf.server.generic/src/org/eclipse/ecf/server/generic/app/SSLGenericClientJavaApplication.java
2013-01-20Fixes for minor bugs. Plus refactoring of classnames for SSL* classes.slewis11-25/+34
2013-01-20Fixes for minor bugs. Plus refactoring of classnames for SSL* classes.slewis11-25/+34
2013-01-18Merge remote-tracking branch 'origin/master'slewis7-117/+250
2013-01-18Additions to support ssl-based transportslewis16-1/+1147
2013-01-18Addition of ssl socket-based generic provider.slewis1-1/+1
2012-05-24Changes/additions to features to update license to 2011 versionslewis4-41/+64
2012-05-07Changes to remove invalid warningsslewis1-0/+11
2011-10-31Added customization params to GenericClientApplicationslewis4-23/+63
2011-10-30Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=362438slewis2-2/+9
2011-10-25Updates to launch configsslewis1-22/+24
2011-09-20Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=358317R-Release_HEAD-sdk_feature-38_2011-10-03_22-39-45R-Release_HEAD-sdk_feature-37_2011-09-30_15-01-52slewis2-5/+4
2011-03-13documentation updates for 3.5 releaseslewis2-70/+70
2011-03-08Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=339291. Addedslewis2-1/+28
convenience api to org.eclipse.ecf.server.generic.IGenericServerContainerGroup
2011-03-03Javadocs for generic server group factory service.slewis3-29/+135
2011-01-31Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=335848slewis1-1/+1
2011-01-15Added readme.txt to org.eclipse.ecf.examples.remoteservices.server toslewis1-0/+2
deprecate that example bundle.
2011-01-15Fixes for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=334448slewis9-508/+3
2011-01-05Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=333523slewis1-2/+2
2010-10-21javadocs fixesslewis@composent.com1-4/+4
2010-10-19Added javadocs for DistributedEventAdminslewis@composent.com1-46/+351
2010-10-16Fixes to build meta-dataslewis@composent.com6-71/+5
2010-10-15Fixes for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=327936slewis@composent.com2-3/+52
2010-10-13RESOLVED - bug 327683: [releng] Align feature project names with .project ↵Markus Alexander Kuppe12-1/+1
and feature.xmls
2010-10-13renamed .cvsignore to .gitignore, created .gitignore where missingMarkus Alexander Kuppe7-0/+6
2010-10-07Modified IStartableServer contractslewis1-2/+2
2010-10-07Modified IServer contractslewis1-3/+3
2010-10-07Removed debug spamslewis1-1/+0
2010-10-06Fixed method namesslewis1-15/+15
2010-10-06Changed DistributedEvent to EventMessageslewis2-8/+8
2010-10-06Added IServer interface.slewis2-1/+26
2010-10-06Refactored DistributedEventAdmin class to support easier extension by ↵slewis3-60/+262
subclasses.
2010-10-03RESOLVED - bug 326841: [RemoteSrvs] Overwrite defaults in ↵mkuppe1-0/+66
org.eclipse.ecf.provider.generic.TCPServerSOContainer via system properties https://bugs.eclipse.org/bugs/show_bug.cgi?id=326841
2010-09-27Changed DistributedEventAdmin.postEvent to throw a runtime exception in the ↵slewis2-1/+3
case where the remote messaging fails upon send...e.g. because the container has been disconnected.

Back to the top