Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-10-12Fixes for unused externalized stringsRelease_3_1slewis2-2/+0
2009-04-28Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=274078slewis1-10/+13
2009-04-28Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=274078slewis1-1/+3
2009-04-28Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=274078slewis1-0/+2
2009-04-01Added debug and timeout from patch on bug https://bugs.eclipse.org/bugs/show_...v20090402-1119slewis1-0/+23
2009-03-12Changed imports to org.eclipse.ecf.core.util.* to explicit class references t...slewis1-5/+32
2009-01-19https://bugs.eclipse.org/bugs/show_bug.cgi?id=261438v20090119-0800slewis1-84/+131
2008-04-07Changes to hook into org.eclipse.ecf.ssl and org.eclipse.ecf.provider.filetra...slewis2-0/+50
2008-04-01Fix for bug 225199slewis3-57/+17
2008-03-08Addition of priority attribute for org.eclipse.ecf.provider.filetransfer.retr...slewis3-69/+324
2008-02-29Applied patch from bug 220258. Download jobs now show download speed.slewis2-0/+12
2008-02-26Added try/catch handler for retrieveDone/paused event handler and for send do...v20080225-1648slewis2-0/+4
2008-01-26Added appropriate cleanup of extension registry trackerslewis1-0/+4
2008-01-24Added support for catching NoClassDefFoundError for IProxyService bug 216478slewis1-4/+15
2007-12-27Fix for messagesv20071227-1328slewis1-1/+1
2007-12-21Added clean up code for browse map.v20071221-1130slewis1-0/+4
2007-12-21Continued with add of file system browserslewis1-1/+1
2007-12-21Added new extension point: browseFileTransferProtocolFactory for creating in...slewis3-0/+42
2007-12-21Added remote file system browser api to filetransfer API as per bug 213642. ...slewis2-0/+12
2007-12-15Added missing messagev20071214-1620slewis1-0/+1
2007-12-12Fix for loadProtocolHandlers in activatorslewis1-3/+10
2007-12-12Additions to file transfer API...specifically addition of two extension point...slewis3-22/+68
2007-12-11Added outgoing file transfer support code, string externalizationslewis3-2/+20
2007-12-10Additions to outgoingfiletransfercontainer adapter API and implementation.slewis2-0/+2
2007-12-06Added support for using platform proxy settings for both URLConnection-based ...slewis1-0/+15
2007-10-15Cleaned up code. by correcting warnings from equinox jdt, jdt ui prefs.slewis2-73/+31
2007-10-09Fix for httpclient lastModifiedTime header parsing problemv20071009-1354slewis3-22/+52
2007-10-04finished implementing and testing pause and resume for urlconnection provider.slewis3-50/+36
2007-09-02Add license headers.rsuen2-34/+87
2007-08-20Formatting changesslewis1-63/+44
2007-08-07Added use of adapter manager for AbstractRetrieveFileTransfer classslewis1-0/+24
2007-04-20Changes to have all activator classes return non-null with calls to getDefaul...slewis1-1/+4
2007-04-11Added org.eclipse.ecf.provider.filetransfer extension point. Moved http clie...slewis3-1/+122
2007-03-14Removed all remaining references to Plugin class and Platform classslewis1-5/+32
2007-03-06Added IRetrieveFileTransferFactory service interface and service implementati...slewis1-5/+22
2007-02-22Externalized strings and cleaned up codeslewis2-0/+77
2007-02-02Changes to extension point (now urlStreamHandlerService extension point, whic...slewis9-1247/+0
2007-01-30Added urlConnectionFactory extension point to org.eclipse.ecf.filetransfer AP...slewis1-8/+3
2007-01-22Added support in filetransfer provider for dynamically discovering the availa...slewis1-1/+4
2007-01-22Added support in filetransfer provider for dynamically discovering the availa...slewis2-1/+49
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...slewis9-65/+141
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.slewis6-24/+164
2007-01-09Better documentation for Namespace and BaseID classes in core.identity. Also...slewis1-1/+1
2007-01-09Better documentation for Namespace and BaseID classes in core.identity. Also...slewis5-124/+16
2007-01-08Documentation additions and minor cleanupslewis2-2/+5
2007-01-05Removed 'dummy' container instantiators. Replaced call in SOContainer.getAda...slewis1-34/+0

Back to the top