Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-01-10Removed dependency on shared object API, as it's not needed now.slewis1-2/+1
2007-01-10Removed INamespaceAdapter and references. hard coded FileTransferNamespace.g...slewis1-16/+2
2007-01-10Minor fix for UrlConnectionRetrieveFileTransfer.getID()slewis1-1/+5
2007-01-10Fixed: 169897: RetrieveFileTransfer from generic generic client no longer ho...slewis4-18/+5
2007-01-10Fixed: 169897: RetrieveFileTransfer from generic generic client no longer ho...slewis10-66/+142
2007-01-09Added INamespaceAdapter to core and IAdaptable to Namespace class.slewis1-42/+0
2007-01-09Added INamespaceAdapter to core and IAdaptable to Namespace class.slewis7-28/+168
2007-01-09Better documentation for Namespace and BaseID classes in core.identity. Also...slewis2-2/+2
2007-01-09Better documentation for Namespace and BaseID classes in core.identity. Also...slewis6-125/+17
2007-01-08Documentation additions and minor cleanupslewis2-2/+5
2007-01-05Removed 'dummy' container instantiators. Replaced call in SOContainer.getAda...slewis2-41/+0
2007-01-02documentation additions and formatting. Also added new example client using ...slewis8-31/+48
2006-12-26Update version number to 0.9.6slewis1-1/+1
2006-12-19updated .classpath for org.eclipse.ecf.provider.filetransferslewis2-2/+9
2006-12-18Update to build.properties for the provider.filetransfer pluginslewis1-1/+2
2006-12-12Added support in filetransfer API (IRetrieveFileTransferContainerAdapter) for...slewis3-97/+247
2006-12-11Added support for httpclient use of https (ssl), http/https authentication. ...slewis6-105/+334
2006-12-09Added code to do basic authentication with HttpClientRetrieveFileTransferslewis2-15/+154
2006-12-08Added commons-logging jar and commons-codec jar for httpclient supportslewis5-4/+9
2006-12-07Moved classes into internal packageslewis11-18/+13
2006-12-07added commons httpclient 3.0.1 support to org.eclipse.ecf.filetransfer.slewis9-7/+158
2006-12-07Changed name of Namespace.getSupportedAdapterTypes and all locations in code.slewis1-1/+1
2006-12-07Added Namespace.getSupportedParameterTypesForCreateInstance() method and subc...slewis1-10/+28
2006-12-05Changed version number on all plugins and features to 0.9.5.slewis1-1/+1
2006-12-01Applied patch for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=166450slewis2-6/+17
2006-11-25Update to build to remove jar-within-jar problemsslewis2-5/+4
2006-11-17Removed Require-Bundle references for org.eclipse.core.runtime (changed to Im...slewis1-3/+5
2006-11-15Updates to about.html, names of internal jar files (for consistency)slewis3-2/+35
2006-11-15Updates to manifests for require-bundle rather than import-package (because w...slewis1-2/+2
2006-11-11Added IContainerInstantiator.getSupportedParameterTypes and IContainerInstant...slewis1-0/+9
2006-11-10Changed execution environment to CDC 1.0/Foundation 1.0 for identity, ecf, sh...slewis1-2/+4
2006-11-09Moved internal classes (e.g. Activators) to internal packagesslewis4-4/+4
2006-11-09Created org.eclipse.ecf.filetransfer.identity.IFileID and FileIDFactory facto...slewis5-23/+141
2006-11-09Removed URI class references from org.eclipse.ecf, org.eclipse.ecf.identity, ...slewis2-9/+23
2006-11-06Fix for minor bugs and documentation errors. Also added javadocs and formatt...slewis1-0/+4
2006-11-02Added 'options' Map to filetransfer APIslewis1-1/+2
2006-11-01Added documentation and refactoring of AbstractSharedObjectContainerAdapterFa...slewis1-1/+2
2006-10-29Simplification of Namespace.createInstance and IContainerInstantiator.createI...slewis1-1/+1
2006-10-29Update for filetransfer API, filetransfer provider plugin, filetransfer test ...slewis1-0/+2
2006-10-29Initial checkin of new org.eclipse.ecf.provider.filetransfer pluginslewis10-0/+502

    Back to the top