Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2007-12-27Fix for messagesv20071227-1328slewis1-1/+1
2007-12-27Updated version numbers for changed pluginsv20071227-1036slewis1-1/+1
2007-12-27Updated version numbers for changed pluginsslewis1-1/+1
2007-12-27Updated version numbers for changed pluginsslewis1-1/+1
2007-12-23Added javadocs and test cases for file transferslewis5-5/+10
2007-12-23Added externalized string and test codeslewis7-4/+48
2007-12-23Added efs-based send file transfer and directory browsing.slewis8-3/+365
2007-12-23Added efs-based send file transfer and directory browsing.slewis4-111/+146
2007-12-22Added support for efs-bases file send.slewis5-34/+150
2007-12-21Added clean up code for browse map.v20071221-1130slewis1-0/+4
2007-12-21Continued with add of file system browserslewis3-3/+5
2007-12-21Added new extension point: browseFileTransferProtocolFactory for creating ↵slewis6-1/+188
instance of IRemoteFileSystemBrowsers. These can be used to asynchronously browse remote file systems.
2007-12-21Added remote file system browser api to filetransfer API as per bug 213642. ↵slewis6-55/+47
Added implementation for 'file' protocol. Also added authenticator usage for UrlConnectionFileTransfer.
2007-12-21Added remote file system browser api to filetransfer API as per bug 213642. ↵slewis1-0/+7
Added implementation for 'file' protocol. Also added authenticator usage for UrlConnectionFileTransfer.
2007-12-21Added remote file system browser api to filetransfer API as per bug 213642. ↵slewis1-14/+3
Added implementation for 'file' protocol. Also added authenticator usage for UrlConnectionFileTransfer.
2007-12-21Added remote file system browser api to filetransfer API as per bug 213642. ↵slewis16-85/+684
Added implementation for 'file' protocol. Also added authenticator usage for UrlConnectionFileTransfer.
2007-12-20Fixes for proxy handling...i.e. to get a set of proxies from proxyService ↵slewis1-2/+2
(for a given target host), and the select a specific proxy from the set returned by proxyService. Added new method AbstractRetrieveFileTransfer.selectProxyFromProxies so that subclasses can override current selection behavior. Also added to httpclient the use of JRE socks proxy setup when proxy type is socks.
2007-12-20Fixes for proxy handling...i.e. to get a set of proxies from proxyService ↵slewis1-0/+10
(for a given target host), and the select a specific proxy from the set returned by proxyService. Added new method AbstractRetrieveFileTransfer.selectProxyFromProxies so that subclasses can override current selection behavior. Also added to httpclient the use of JRE socks proxy setup when proxy type is socks.
2007-12-20Fixes for proxy handling...i.e. to get a set of proxies from proxyService ↵slewis1-9/+40
(for a given target host), and the select a specific proxy from the set returned by proxyService. Added new method AbstractRetrieveFileTransfer.selectProxyFromProxies so that subclasses can override current selection behavior. Also added to httpclient the use of JRE socks proxy setup when proxy type is socks.
2007-12-15Added missing messagev20071214-1620slewis1-0/+1
2007-12-13Fix for CVS screw upslewis17-1049/+922
2007-12-13Removed incorrect test project filesslewis11-898/+0
2007-12-13Initial checkin of scp provider test pluginslewis7-25/+1050
2007-12-13Initial checkin of scp filetransfer provider. This provider requires the ↵slewis19-0/+1391
jcraft ssh bundle org.jcraft.jsch v 0.1.31 bundle from the platform
2007-12-13Small additions and fixesslewis1-9/+19
2007-12-12Removed references to file protocol handler.slewis1-4/+6
2007-12-12Fix for loadProtocolHandlers in activatorslewis1-3/+10
2007-12-12Class rename for consistencyslewis2-2/+2
2007-12-12Additions to file transfer API...specifically addition of two extension ↵slewis2-4/+4
points retrieveFileTransferProtocolFactory, and sendFileTransferProtocolFactory for file retrieve, and send, respectively. Also added documentation to online docs.
2007-12-12Additions to file transfer API...specifically addition of two extension ↵slewis13-125/+301
points retrieveFileTransferProtocolFactory, and sendFileTransferProtocolFactory for file retrieve, and send, respectively. Also added documentation to online docs.
2007-12-12Additions to file transfer API...specifically addition of two extension ↵slewis4-15/+15
points retrieveFileTransferProtocolFactory, and sendFileTransferProtocolFactory for file retrieve, and send, respectively. Also added documentation to online docs.
2007-12-12Additions to file transfer API...specifically addition of two extension ↵slewis3-7/+7
points retrieveFileTransferProtocolFactory, and sendFileTransferProtocolFactory for file retrieve, and send, respectively. Also added documentation to online docs.
2007-12-12Additions to file transfer API...specifically addition of two extension ↵slewis2-6/+6
points retrieveFileTransferProtocolFactory, and sendFileTransferProtocolFactory for file retrieve, and send, respectively. Also added documentation to online docs.
2007-12-12Additions to file transfer API...specifically addition of two extension ↵slewis2-4/+4
points retrieveFileTransferProtocolFactory, and sendFileTransferProtocolFactory for file retrieve, and send, respectively. Also added documentation to online docs.
2007-12-12Fix for jmdns contract violationslewis3-2/+17
2007-12-11Added error code handlingslewis1-18/+5
2007-12-11Added outgoing file transfer support code, string externalizationslewis1-0/+3
2007-12-11Added outgoing file transfer support code, string externalizationslewis8-11/+421
2007-12-10Additions to outgoingfiletransfercontainer adapter API and implementation.slewis7-5/+346
2007-12-10Additions to outgoingfiletransfercontainer adapter API and implementation.slewis12-58/+247
2007-12-10Additions to outgoingfiletransfercontainer adapter API and implementation.slewis1-1/+1
2007-12-10Additions to outgoingfiletransfercontainer adapter API and implementation.slewis1-3/+5
2007-12-07Removed bogus commentslewis1-1/+0
2007-12-06Added support for using platform proxy settings for both URLConnection-based ↵slewis1-33/+0
and httpclient-based file transfer
2007-12-06Added support for using platform proxy settings for both URLConnection-based ↵slewis1-0/+15
and httpclient-based file transfer
2007-12-06Added support for using platform proxy settings for both URLConnection-based ↵slewis5-3/+157
and httpclient-based file transfer
2007-12-06Added support for using platform proxy settings for both URLConnection-based ↵slewis1-36/+47
and httpclient-based file transfer
2007-12-03Fix for bug 211713slewis1-12/+5
2007-11-30Updates to add queuing for jmdns discovery.slewis2-1/+154
2007-11-30NEW - bug 211587: [Discovery] Move enhancements/refactorings to dev.eclipse.orgmkuppe18-0/+1275
https://bugs.eclipse.org/bugs/show_bug.cgi?id=211587

Back to the top