1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-28 02:33:18 +02:00
Commit graph

44 commits

Author SHA1 Message Date
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
Martin Oberhuber
04251c8bcd Fix externalized strings warnings in tracer 2006-07-07 08:15:18 +00:00
Martin Oberhuber
73f204a7c8 Bug 149149 - Improve progress message for sftp 2006-07-06 09:47:28 +00:00
David McKnight
97c8498abf cd to intialialWorkingDirectory after starting shell 2006-06-30 16:46:31 +00:00
Martin Oberhuber
ce3c3c4ca9 Fix error message in case of canceled ssh transfer 2006-06-29 21:58:01 +00:00
Martin Oberhuber
1ed80584e7 Bug 149150 - fix timestamps for ssh, other file services to be done 2006-06-29 21:18:15 +00:00
Martin Oberhuber
d05238b1b5 Bug 149155 always do ssh download and upload on secondary channel
Disconnect primary channel in case of error to maintain system stability
2006-06-29 15:23:07 +00:00
Martin Oberhuber
e9a6d29ba1 Remove ssh service dependency on SWT. 2006-06-08 12:42:06 +00:00
Martin Oberhuber
c564e89d07 Check session connected when dealing with ssh errors. 2006-06-08 12:41:48 +00:00
Martin Oberhuber
6e734d44bb Make ssh connection-lost handling more robust 2006-05-31 16:34:56 +00:00
David McKnight
6ed9345743 drag and drop transfer operations now use Worker jobs instead of UI jobs. Allows for better ui responsiveness and concurrent operations. 2006-05-31 14:34:29 +00:00
Martin Oberhuber
b7a987a30d Add cvsignore for examples and ssh plugins 2006-05-30 19:41:59 +00:00
Martin Oberhuber
49c9ea405a bug 143417 - Fix notifications for lost ssh sessions 2006-05-30 19:09:02 +00:00
David McKnight
950d9d2f20 fix for 142181 - added readAndDispatch() to allow UI to be responsive 2006-05-19 17:51:11 +00:00
Martin Oberhuber
cce0ccaf7b Add file names to tracing, and flush trace after output 2006-05-19 16:27:52 +00:00
Martin Oberhuber
5e65fc8836 Increase ssh default timeout, support ssh proxy options and add tracing support 2006-05-19 16:08:48 +00:00
Martin Oberhuber
57a32aa51a Increase ssh default timeout, support ssh proxy options and add tracing support 2006-05-19 16:04:28 +00:00
Martin Oberhuber
9219c76a0c Fix 142064 quote filenames for cp and mv operations 2006-05-17 16:08:47 +00:00
Martin Oberhuber
1fe776710f Fix 142063 last modified time on sftp 2006-05-17 13:33:18 +00:00
Martin Oberhuber
9a4a39a9ed Remove SSH Service dependency on UI. Update Manifest. Polish About. 2006-05-17 07:48:14 +00:00
David Dykstal
93b715f9bd updating build and branding information for SSH plugins 2006-05-17 02:27:35 +00:00
David McKnight
08d25895ba integration of Martin's ssh services 2006-05-09 18:14:47 +00:00