Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-08-03Enhancement to support IFileID.getURI(), and URI-based IFileIDs, rather than ...slewis6-43/+204
2010-05-21Fixes for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=313519slewis2-7/+50
2010-05-07Fixes for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=312067slewis5-12/+42
2010-04-23Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=295030. Applied f...slewis5-98/+126
2010-02-27Added support for request headers in options, as well as response headers in ...slewis2-20/+101
2009-11-19Removed unnecessary warningsv20091124-0801slewis2-1/+4
2009-10-26Added system properties for setting default connection and read timeouts. Se...slewis2-8/+71
2009-10-26Added system properties for setting default connection and read timeouts. Se...slewis3-7/+15
2009-10-22change final status to (for existing providers) always return status OK. See...slewis2-16/+2
2009-10-12Fix for externalized messagesv20091012-1618slewis2-2/+0
2009-08-29Updated/fixed @since tags and copyrights for https://bugs.eclipse.org/bugs/sh...slewis5-0/+45
2009-08-29Added @since headersslewis2-0/+4
2009-08-26RESOLVED - bug 287666: [releng][filetransfer] Removed javax.microedition importmkuppe2-4/+2
2009-08-25Corrected file not found behavior to be same as httpclient. Also changed URL...slewis1-3/+14
2009-08-25Corrected file not found behavior to be same as httpclient.slewis1-0/+4
2009-08-18Added reinitialize method to IFileTransferProtocolToFactoryMapper service and...slewis2-0/+15
2009-08-13Added unregistration for the protocol mapperslewis1-1/+8
2009-08-12Added IFileTransferProtocolToFactoryMapper service interface, and registered ...slewis2-118/+416
2009-07-08Releasing work around on https://bugs.eclipse.org/bugs/show_bug.cgi?id=280205...slewis1-1/+4
2009-05-29Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=277958slewis1-3/+7
2009-05-12Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=275852v20090512-0828slewis1-1/+3
2009-05-05Fix for jar bug introduced in earlier checkinv20090505-1437slewis2-25/+36
2009-05-05Added BrowseFileTransferException and OutgoingFileTransferException as per bu...v20090505-1104slewis2-10/+23
2009-05-05https://bugs.eclipse.org/bugs/show_bug.cgi?id=274821Modifications for bugslewis2-40/+89
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-1119slewis2-0/+34
2009-03-18Fixes for bug 269091, bug 269018, and 265551slewis2-3/+10
2009-03-16Released patches from 268844 and 268758 to HEAD.slewis3-10/+50
2009-03-12Changed imports to org.eclipse.ecf.core.util.* to explicit class references t...slewis21-42/+192
2009-03-12Patch applied for https://bugs.eclipse.org/bugs/show_bug.cgi?id=267747slewis1-8/+9
2009-02-28Contributions from attachment 127064 on bug https://bugs.eclipse.org/bugs/sho...slewis2-8/+17
2009-02-23Corrected javadocs errorslewis1-1/+0
2009-02-18Applied patch 125967 from bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=2...slewis8-3/+468
2009-02-17Commit of patch from bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=263613slewis3-58/+124
2009-02-11Code formatting changesslewis2-384/+254
2009-02-10Fixes for https://bugs.eclipse.org/bugs/show_bug.cgi?id=263858slewis2-22/+11
2009-02-10Added TimeoutInputStreamslewis2-3/+392
2009-02-10Addition of PollingInputStream and changes to use in AbstractRetrieveFileTran...v20090209-2200slewis3-54/+360
2009-02-09Reparented event classes as per bug https://bugs.eclipse.org/bugs/show_bug.cg...slewis1-230/+427
2009-01-26Possible fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=252002slewis1-3/+1
2009-01-19https://bugs.eclipse.org/bugs/show_bug.cgi?id=261438v20090119-0800slewis1-84/+131
2009-01-17Additions for tracing for httpclient provider https://bugs.eclipse.org/bugs/s...slewis4-88/+105
2009-01-12Added support for partial transfer w/o gzip encoding for httpclient providerv20090112-1438slewis1-1/+2
2008-10-21Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=249990slewis1-0/+4
2008-09-12Added 'Connection: close' request header for URLConnection-based retrieve and...slewis2-0/+31
2008-09-02Applied patch to support gzip compression for UrlConnection providerslewis1-8/+68
2008-08-21Removing references to IncomingFileTransferException/3slewis1-1/+1
2008-08-20Applying fixes from Release_2_0 branch for bug https://bugs.eclipse.org/bugs/...slewis2-1/+13

Back to the top