Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-03-05Fixes for slewis push mistakeslewis1-1/+0
2014-01-17Addition of Distribution Provider capabilities for ECF remote serviceslewis1-1/+2
2013-10-25Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=420419slewis2-2/+28
2013-01-24Added exported package version information in preparation for ECF 3.6.0slewis1-1/+1
2013-01-18Merge remote-tracking branch 'origin/master'slewis2-353/+353
2011-06-18NEW - bug 349550: R-OSGi needs to generate URLs with full host name, not just...Alex Blewitt1-7/+7
2011-04-05Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=341818slewis2-6/+68
2011-02-01fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=335920. slewis2-7/+28
2010-12-27Added IRemoteServiceCallPolicy as requested for enhancementslewis2-1/+6
2010-12-01NEW - bug 331532:Markus Alexander Kuppe1-1/+2
2010-11-01RESOLVED - bug 329197: Compiler errors in various projects due to OSGi r4.3 A...Markus Alexander Kuppe1-2/+0
2010-11-01RESOLVED - bug 329200: Redundant implementations for RemoteFilterImplMarkus Alexander Kuppe1-45/+2
2010-10-16Fixes to build meta-dataslewis@composent.com4-355/+355
2010-10-13renamed .cvsignore to .gitignore, created .gitignore where missingMarkus Alexander Kuppe1-0/+1
2010-10-12Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=327582slewis1-65/+7
2010-10-11REOPENED - bug 325950: ClassNotFoundException with r-osgi and ECF (not with r...mkuppe3-40/+16
2010-10-04Changes for implementing enhancement https://bugs.eclipse.org/bugs/show_bug.c...slewis1-0/+20
2010-10-03Release to HEAD of patch from https://bugs.eclipse.org/bugs/show_bug.cgi?id=3...slewis3-3/+39
2010-10-03REOPENED - bug 325950: ClassNotFoundException with r-osgi and ECF (not with r...mkuppe1-1/+8
2010-10-02remove the RFC 119 hint, if present, to avoid loops (updated to latest spec)mkuppe1-0/+1
2010-10-02Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=326481slewis2-40/+1
2010-09-28RESOLVED - bug 325950: ClassNotFoundException with r-osgi and ECF (not with r...mkuppe1-0/+2
2010-09-28RESOLVED - bug 325950: ClassNotFoundException with r-osgi and ECF (not with r...mkuppe3-2/+28
2010-09-09Removed NLS references.slewis3-5/+2
2010-05-07Fixes for build props warningsslewis1-0/+1
2010-04-25Removed warningsslewis1-1/+30
2010-04-14Added AbstractRemoteService and refactored implementations to use it.slewis1-176/+17
2010-04-14Added IAsyncCallback, supporting code, and implementation in r-osgi, generic,...slewis1-12/+61
2010-04-14Changed location of interface and method suffix constants (now on IAsyncRemot...slewis1-5/+2
2010-04-14Added IAsyncRemoteServiceProxy marker interface. Also added implementation i...slewis2-8/+73
2010-03-04Fixes for test errorsslewis1-5/+17
2010-02-11Removed Arrays.toString(Class[]) which was creating compiletime errorslewis1-1/+1
2010-02-10RESOLVED - bug 302407: [remotesrvs][r-osgi] remote method invocation fails du...mkuppe1-1/+40
2010-02-10Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=302082slewis1-1/+1
2010-01-01Refactored rest API and remote service API, so as to allow non-rest usage of ...slewis1-2/+0
2009-12-28Fixes for getImportedConfigsslewis1-4/+10
2009-12-23Tested r-osgi providerslewis2-6/+30
2009-12-17Fixes for build.propertiesslewis1-0/+1
2009-11-17Fix for unnecessary build.properties. New javadoc config.slewis1-2/+1
2009-10-25Added IRemoteServiceProxy.getRemoteServiceReference() method and implementationsslewis1-0/+2
2009-10-07Added proxy throwing of ServiceException as defined by OSGi remote service spec.slewis1-30/+35
2009-09-09Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=287663v20090909-0800slewis1-2/+4
2009-09-09Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=287663slewis1-4/+19
2009-09-09Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=269751. Also added...slewis3-5/+67
2009-07-10fix for #248545jrellerme1-0/+3
2009-05-07Added robustness (null checks)slewis2-35/+12
2009-05-05Fix for classpath non-syncslewis2-3/+2
2009-04-30Refactored discovery and distribution interfaces/classes, and changed warning...slewis2-52/+0
2009-04-29bug. props is ensured to be not null, properties can potentially be null.jrellerme1-1/+1
2009-04-29That was wrong. The R-OSGi container can deal with StringIDs.jrellerme1-3/+3

Back to the top