1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-08 17:45:24 +02:00
Commit graph

93 commits

Author SHA1 Message Date
Martin Oberhuber
daddc54dae [186128][refactoring] Move IProgressMonitor last in public base classes 2007-05-14 09:44:39 +00:00
Martin Oberhuber
35d12956f2 Protect ssh against trivial NPE on shell exit 2007-05-11 22:08:30 +00:00
Martin Oberhuber
d147deac13 [186128][api] Move progress monitor last for more methods of abstract base classes 2007-05-11 11:21:47 +00:00
Martin Oberhuber
9af75140de [186128][api] Move IProgressMonitor last in all API 2007-05-10 14:11:48 +00:00
Martin Oberhuber
5cfd747882 Unify Source Builds: about.html in all source builds, schema only in source builds 2007-04-27 15:15:45 +00:00
Martin Oberhuber
8022c9712d SSH Tracing: add filename to getFile 2007-04-06 10:07:26 +00:00
Martin Oberhuber
c013e2aede SSH Tracing: add filename to getFile 2007-04-06 10:04:42 +00:00
Martin Oberhuber
f5e4eca250 SSH Tracing: add filename to getFile 2007-04-06 10:04:06 +00:00
Martin Oberhuber
69e3611f4f [175686] Get rid of Platform CVS Dependency: Configure SSH through new IJschService and Prefs 2007-04-05 15:14:15 +00:00
Kushal Munir
63bbe56735 [170916] [efs] Change implementation of input and output streams being provided from SftpFileService so that they wrapper the underlying output stream and the channel which is closed when the input and output streams are closed. 2007-02-24 05:28:51 +00:00
Kushal Munir
c1393857f5 [170916] [efs] Implementation for SSH should work. FTP and Dstore will not work for EFS. Those implementations will be ready in next milestone. 2007-02-23 21:49:28 +00:00
Kushal Munir
f90bc1961a [170916] [efs] Implementation for SSH should work. FTP and Dstore will not work for EFS. Those implementations will be ready in next milestone. 2007-02-23 20:15:23 +00:00
Martin Oberhuber
f529020974 Fix feature dependency pattern matching., and names of inferior features 2007-02-23 12:08:08 +00:00
Martin Oberhuber
e69ec9a67a [175245] spell out feature neames for Europa site 2007-02-23 11:14:24 +00:00
Martin Oberhuber
eb4639f83b [170832] implement setReadOnly() and seLastModified() for ssh 2007-02-22 23:57:29 +00:00
Martin Oberhuber
8966310924 Rev up version numbers according to recent refactorings (making stuff internal, systemTypes and subsystemConfigurations extension point) 2007-02-21 22:19:32 +00:00
Kushal Munir
ae03da8d1c [162954] [api] Provide a way to get InputStream and OutputStream from file services. Added a getInputStream() and getOutputStream() to IFileService and implemented for SSH, FTP and Local. Dstore needs to be implemented. 2007-02-20 04:17:18 +00:00
David McKnight
37897c0bdd [170627] changed views to use IContextObject during queries 2007-02-15 17:32:02 +00:00
Martin Oberhuber
31c4b30bcb [cleanup] update copyright year 2007 2007-02-15 10:28:32 +00:00
Martin Oberhuber
f6f19182d7 [cleanup] update copyright year 2007 2007-02-15 10:01:26 +00:00
Martin Oberhuber
a47182cf82 [174263][api] make org.eclipse.rse.services.ssh internal 2007-02-15 09:36:54 +00:00
Martin Oberhuber
09a60b80fb Fix N-builds by allowing "assert" in org.eclipse.rse.ui 2007-02-13 12:15:38 +00:00
Martin Oberhuber
d9654b70c8 [cleanup] Set default recommended warning level on all projects 2007-01-30 21:39:30 +00:00
Martin Oberhuber
6f772365db [cleanup] define access rules for marking internal package access discouraged 2007-01-30 20:43:02 +00:00
David Dykstal
8383bc4c1d [171860] fixing CHKPII errors in translatable files 2007-01-26 20:43:13 +00:00
David McKnight
74822bd918 new API IFileService.setReadOnly() 2007-01-17 18:06:45 +00:00
Martin Oberhuber
508dc85ac4 Rev up version numbers to 2.0 where needed 2007-01-16 15:57:10 +00:00
David McKnight
ced81d390f [149150] new setLastModified() service call and use in file transfer operations 2007-01-09 19:58:49 +00:00
David Dykstal
efd4b990c9 [169370] add translation directives to property resource bundles 2007-01-02 22:14:24 +00:00
Martin Oberhuber
fbea6acb42 [cleanup] copyright headers ("and others") 2006-12-04 13:54:59 +00:00
Martin Oberhuber
2439196220 Rev up all version numbers to 1.0.1 because the RequiredExecutionEnvironment changed 2006-11-28 18:05:08 +00:00
Martin Oberhuber
a0dab58c44 Force J2SE-1.4 compatibility on all plugins by
- adding .settings/org.eclipse.jdt.core.prefs
- adding .classpath/JRE_LAUNCHING_CONTAINER
- adding MANIFEST.MF/Bundle-RequiredExecutionEnvironment
2006-11-28 17:56:01 +00:00
Martin Oberhuber
217ecfd8ba Remove SSH trademarks as per Janets advice 2006-11-10 07:23:06 +00:00
Martin Oberhuber
ef09a2df00 Fix 154874 - handle files with space or $ in the name 2006-11-09 12:19:08 +00:00
Martin Oberhuber
e7b4211807 Fix bug 163197 (content assist fails on 1st invocation) for ssh 2006-11-08 16:14:45 +00:00
Martin Oberhuber
1b56b5d133 Redo providerName="Eclipse.org" as suggested by Bjorn 2006-10-31 11:11:19 +00:00
Martin Oberhuber
c959f95786 Fix 158534 - NPE in upload/download after conflict 2006-10-29 20:38:32 +00:00
Martin Oberhuber
f81c3e4d81 Apply patch for bug 162510: correctly process filter strings 2006-10-28 21:55:16 +00:00
Martin Oberhuber
ea3ce27d22 Fix ssh remote cmd invocation and environment variable setup according to API 2006-10-27 02:12:56 +00:00
Martin Oberhuber
2cf0186dbd Bug 162018 - try setting ssh environment through jsch 2006-10-27 00:50:26 +00:00
David McKnight
441fbea44f fix for Bug 161773 - introducing IHostOutput 2006-10-25 16:09:19 +00:00
Martin Oberhuber
5a71190202 Change Provider: Eclipse.org --> Eclipse DSDP Project as per Bjorns suggestion 2006-10-25 12:19:15 +00:00
David McKnight
cc4304c651 add copyright 2006-09-20 14:08:28 +00:00
Martin Oberhuber
225d6fab64 Add missing copyrights 2006-09-20 11:10:04 +00:00
Martin Oberhuber
b9be0f7c4c Add comment regarding probably unnecessary tab handling 2006-08-29 11:05:23 +00:00
Martin Oberhuber
281b959873 [cleanup] Fix compiler warnings 2006-08-25 15:51:46 +00:00
Martin Oberhuber
21ad32c6f6 Fix bug 155188 ssh recursive remote copy of directory trees 2006-08-25 11:50:39 +00:00
Martin Oberhuber
1881d5a14f Improve tracing for SftpFileService.delete 2006-08-25 08:33:18 +00:00
Martin Oberhuber
f0eead0d80 Fix bug 153649 recursive directory delete on ssh 2006-08-25 08:32:22 +00:00
Martin Oberhuber
edd7b91887 Mark directories that are not executable as not writable, to be in sync with java.io.File (see also bug 154302) 2006-08-23 15:25:03 +00:00