Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-05-16Updated about.html to Ganymede/ECF 2.0.0 release date: June 25, 2008slewis1-1/+1
2008-04-11Fixes to address bug 226608v20080414-0800slewis1-1/+1
2008-04-11Fixes to address bug 226608slewis1-21/+29
2008-03-06Fixes for copyright notices.slewis1-8/+8
2008-02-23Updates to plugin versionsslewis1-1/+1
2008-02-21Fixes for Bundle-ActivationPolicy header. bug 219878slewis1-0/+1
2007-12-07Added clean up for the adapter manager trackerv20071207-1545slewis1-0/+4
2007-10-16Fix for jdt.core.prefs and .classpathslewis1-4/+3
2007-10-15Cleaned up code. by correcting warnings from equinox jdt, jdt ui prefs.slewis27-499/+780
2007-10-15Add a copyright header.rsuen1-0/+10
2007-10-14Update to 1.2.0 version number. Added jdt and jdt ui prefs from equinox and ↵slewis1-1/+1
cleaned up resulting warnings. Applied patch from bug 206118.
2007-09-22Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=204360slewis1-3/+4
2007-09-22Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=204360slewis1-5/+0
2007-09-22Removed launchconfigs as underlying code has moved.slewis2-28/+0
2007-09-21Fixed problem with provider.remoteservice implementationslewis1-3/+1
2007-09-21Simplification of ecftcp connection codeslewis2-110/+103
2007-09-18Small changes to structure of ContainerMessageslewis4-32/+29
2007-09-17Formatting changes and javadocs additions for ClientSOContainerslewis1-3/+4
2007-09-17Formatting changes and javadocs additions for ClientSOContainerslewis14-371/+251
2007-09-12Changed name of AsynchResult to AsyncResult. Abstracted public API for ↵slewis1-5/+6
AsyncResult to IAsyncResult. Added method to IRemoteService.callAsynch that returns IAsyncResult. Implemented new method in org.eclipse.ecf.provider.remoteservice. Added test case for testing new API.
2007-09-11Fix the EEs.rsuen2-3/+3
2007-09-06Updated versions for ECF 1.1slewis1-1/+1
2007-09-04Changed execution environment to CDC 1.1/Foundation 1.1slewis1-2/+2
2007-09-04Removed ECF generic provider application classes (now in ↵slewis8-902/+0
org.eclipse.ecf.server.generic) for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=202100
2007-08-31Formatting and trace changesslewis1-1/+1
2007-08-31Changed formatting and debug/trace outputslewis3-136/+129
2007-08-30made static public for SOContainer.serialize and ↵slewis1-327/+200
SOContainer.deserializeContainerMessage
2007-08-23javadocs additionsslewis1-3/+0
2007-08-23javadocs additionsslewis2-114/+73
2007-08-17Add a license header.rsuen1-0/+10
2007-08-11Small code simplificationsslewis1-10/+0
2007-08-11Small code simplificationsslewis1-9/+14
2007-08-05javadocs fixv20070805-1424slewis1-1/+1
2007-08-05Changes to plugin and feature version numbers: 1.0.1 to 1.0.2slewis1-1/+1
2007-08-04Changes to simplify AbstractContainer and subclasses. Also made ↵slewis4-64/+24
fireContainerListeners in AbstractContainer so that it holds no locks.
2007-07-30Removed System.out.println statementsslewis1-2/+1
2007-07-23Updated javadocsslewis1-3/+0
2007-07-20Code clean up.slewis1-3/+3
2007-07-14Changes to plugin numbersslewis1-1/+1
2007-07-11Applied patch from bug #195088slewis1-1/+14
2007-07-10Set visible flag in applicationslewis1-1/+2
2007-07-09Changed private to protected to allow subclasses to be created (e.g. in ↵slewis1-8/+23
order to configure server container)
2007-07-07Swapped hostname and group fields for GenericServer application parameters.slewis1-5/+5
2007-07-06Added GenericServer applicationslewis1-0/+1
2007-07-05Added GenericServer applicationslewis4-7/+249
2007-06-08Fix for plugin.properties filesslewis1-3/+1
2007-06-08Fixes and improvements for sharedobject APIv20070608-1232slewis3-2/+18
2007-05-29Changed date in about.html for bug ↵slewis1-1/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=189545
2007-05-27'res' is null already.rsuen1-2/+1
2007-05-26Have the launch configuration use an execution environment instead of some ↵rsuen1-6/+6
arbitrary JDK.

Back to the top