1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 23:55:26 +02:00
Commit graph

71 commits

Author SHA1 Message Date
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
Martin Oberhuber
062cbe4ec3 Fix bug 154419 - cannot delete broken symbolic links on ssh 2006-08-21 10:03:36 +00:00
Martin Oberhuber
6cbbf14261 Fix ssh file classification, symlink reading and permission handling 2006-08-18 23:22:41 +00:00
Martin Oberhuber
b21bec3388 Fix bug 154298 - copy&paste on sftp, and improve error messages 2006-08-17 21:18:13 +00:00
David McKnight
83f451321b fixes for 154207 - propagating system message expcetions from service layer to subsystem 2006-08-17 18:34:46 +00:00
Martin Oberhuber
c4b581bc52 Bug 149181 - throw SystemMessageException for various ssh errors 2006-08-17 12:37:02 +00:00
Martin Oberhuber
4aab60f8fd Move Mutex to rse.services/src, set compliance to J2SE-1.4 2006-08-17 09:23:32 +00:00
Martin Oberhuber
d40a6c11ff Make Mutex thread-safe by doing IProgressMonitor queries outside synchronized 2006-08-16 13:14:48 +00:00
Martin Oberhuber
051b166e76 [refactoring] 153273: move shell output parsing classes to rse.services.shells 2006-08-16 12:05:37 +00:00
Martin Oberhuber
172f651769 Remove assert keyword since nightly builds dont understand it - supposedly due to a bug in Platform Ant support 2006-08-11 17:34:55 +00:00
Martin Oberhuber
d718f56ee2 Fix Mutex -- interruptAll() must be synchonized because accessing fWaitQueue 2006-08-10 16:55:53 +00:00
Martin Oberhuber
ac3e1dfd90 Fix bug 149179 - use Mutex to serialize parallel sftp requests where necessary 2006-08-10 16:16:55 +00:00
Martin Oberhuber
8adfb164bb [cleanup] Fix javadoc warnings 2006-08-10 12:32:22 +00:00
Martin Oberhuber
a1a46ef13e Use dynamic prompt generation for ssh even outside ServiceCommandShell 2006-08-09 11:41:01 +00:00
Martin Oberhuber
b5e8fe024d Support shell output parsing in ssh connections 2006-08-08 16:57:55 +00:00
Martin Oberhuber
a604bc4c50 Workaround bug 153118 - ssh hangs when trying to create empty file 2006-08-08 16:57:01 +00:00
Martin Oberhuber
a219176dd1 Fix ssh shell session timeouts by using a separate Thread.
Improve ssh terminal handling (backspace)
2006-08-08 14:14:31 +00:00
Martin Oberhuber
d1dd0b13db Set a useful name for SshShellOutputReader 2006-08-07 18:16:05 +00:00
Martin Oberhuber
6e9bacb11b bug 145539 - update about.html files. Note the trademark info in ssh plugins. 2006-07-25 16:00:51 +00:00
Martin Oberhuber
634c59ae2e Replace eclipse32.gif feature image by eclipse32.png 2006-07-25 09:29:50 +00:00
Martin Oberhuber
916b0db285 Organize imports to create separate group for RSE 2006-07-07 09:46:00 +00:00
Martin Oberhuber
9ff36ff253 Fix JDT Preferences for ssh (j2se-1.4 compliance, organize-imports settings) 2006-07-07 09:25:20 +00:00
Martin Oberhuber
128cbbcceb Externalize strings in ssh services 2006-07-07 08:50:51 +00:00