Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-01-17Changed version number from 0.3.0 to 0.4.0slewis2-2/+2
2005-01-17Added User class to org.eclipse.ecf.provider.genericslewis2-1/+54
2005-01-17Fixes for warnings in containerFactory schema. Added IUser interface class a...slewis5-8/+34
2005-01-16Small fix to containerfactory schema to include closing / for containerFactor...slewis1-1/+1
2005-01-16Added BaseSharedObject class that implements ISharedObject and IIdentifiableslewis2-1/+116
2005-01-13Improvements to exception reportingslewis3-171/+184
2005-01-13Formatting of source codeslewis3-1641/+1728
2005-01-13Updates to exception handling to provide more informationslewis2-9/+18
2005-01-12Additions to make the SOContainer abstract class be more robust and extendabl...slewis3-24/+128
2005-01-12Small bug fixes to trace code and IDFactory null input handlingslewis2-2/+6
2005-01-11Bug fixes for SOContainer, SOContext, SOConfigslewis2-61/+65
2005-01-10Updates to SOWrapper class to expose more protected methodsslewis1-1/+1
2005-01-10Updates to SOWrapper class to expose more protected methodsslewis1-1/+1
2005-01-10Updates to SOWrapper class to expose more protected methodsslewis1-18/+20
2005-01-09Made methods protected in SOContextslewis1-6/+6
2005-01-09small fixes for ClientSOContainerslewis1-8/+15
2005-01-08Removed some superfluous tracing codeslewis2-7/+1
2005-01-08*** empty log message ***slewis1-4/+1
2005-01-08Removed some superfluous tracing codeslewis1-3/+0
2005-01-08Added tracing to the ECF plugin initialization. Minor bug fixes, additional ...slewis8-133/+172
2005-01-07Fix for small bug in IDFactoryslewis1-1/+1
2005-01-07Added getAdapter() method to IConnection and implementers. Regenerated docum...slewis3-2/+5
2005-01-07Added defaultargument to containerFactory and connectionFactory schema. This...slewis35-4067/+458
2005-01-06Added ClientApplication and ServerApplication in org.eclipse.ecf.provider plu...slewis13-24/+260
2005-01-06Added core ISharedObjectContainerGroupManager interface (with 'ejectGroupMemb...slewis2-4/+37
2005-01-05Added event interface and class for handling eject events. Fixed handling of...slewis6-29/+140
2005-01-03Update to javadoc generation scriptslewis1-1/+1
2005-01-03Renamed enum to en for jdk 1.5 compatibilityslewis1-2/+2
2005-01-03Regenerated javadocs documentation for website. Added documentation to the c...slewis4-82/+106
2005-01-03More org.eclipse.ecf.core.events interfaces/classes. Completed implementatio...slewis13-61/+421
2005-01-02Updates to javadocsslewis1-1/+1
2005-01-02Added support in provider classes for container listener notification for joi...slewis23-739/+871
2004-12-31Update to trace codeslewis2-6/+16
2004-12-31Fixed disposeslewis1-43/+2
2004-12-31Updates to test code to allow for multiple server ports during testing. Also...slewis4-20/+42
2004-12-31Updates to project version numbersslewis2-3/+3
2004-12-31Added tracing to org.eclipse.ecf. Added new test org.eclipse.ecf.test.MultiC...slewis6-4/+155
2004-12-30Added copyright notice to all .java filesslewis37-1720/+2185
2004-12-30Added functionality to generic provider implementation. Added trace options....slewis7-24/+123
2004-12-30Added tracing to org.eclipse.ecf.provider project (see .options file). Modif...slewis21-968/+1396
2004-12-30Enhanced generic container instantiatorslewis1-4/+13
2004-12-29Updated javadoc.xmlslewis1-1/+1
2004-12-29Added tracing to org.eclipe.ecf.provider pluginslewis8-51/+56
2004-12-29Added null value checking code for Namespace constructorsslewis1-0/+12
2004-12-29Bug fix for joinGroup for org.eclipse.ecf.provider generic container. New te...slewis2-6/+6
2004-12-29Added code to generic container implementation dispose(long time). Also createdslewis2-7/+18
2004-12-29Fixed nullpointerexception bug in connection factory Client$Creatorslewis2-2/+2
2004-12-29Changes to provider names and to test codeslewis2-3/+3
2004-12-29Changed schema for extension point 'comm' to be named 'connectionFactory', ch...slewis9-28/+73
2004-12-29Added copyright header to org.eclipse.ecf.core.commslewis19-0/+209

Back to the top