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

300 commits

Author SHA1 Message Date
Xuan Chen
aaaebe4d91 [200417] fix: [regression][dstore] Rename an expanded folder in an Archive displays no children 2008-01-11 02:49:58 +00:00
Xuan Chen
7c91b19339 [214786] fix: [regression][archive]rename a virtual directory does not work properly 2008-01-11 02:31:48 +00:00
Martin Oberhuber
6136db1988 [208778][api] Change new Streams Services API to use int options instead of boolean binary 2008-01-07 14:58:38 +00:00
Xuan Chen
fe4d14e4d3 [214251] fix: [archive] [tar]"Last Modified Time" changed for all virtual files/folders if rename/paste/delete of one virtual file. 2008-01-04 21:36:40 +00:00
Xuan Chen
50f0471159 [214251] fix: [archive] [zip]"Last Modified Time" changed for all virtual files/folders if rename/paste/delete of one virtual file. 2008-01-04 19:44:00 +00:00
Xuan Chen
66d9007048 [191370] fix: [dstore] Supertransfer zip not deleted when cancelling copy 2007-12-31 03:03:07 +00:00
Xuan Chen
9b89ffb3f8 [209827] fix: Update DStore command implementation to enable cancelation of archive operations 2007-12-19 03:04:45 +00:00
David McKnight
070e5834f6 [212229] using default code page converter that isn't null 2007-12-07 16:02:14 +00:00
Martin Oberhuber
2049848c1a [208778] [efs][api] Improve default impl of new getOutputStream() API for backward compatibility 2007-12-06 11:18:34 +00:00
David McKnight
47d69ab7aa [209704] added supportsEncodingConversion() 2007-12-04 17:49:02 +00:00
David McKnight
51a2ca0ee4 [209704] move code for getting code page converter from activator to CodePageConverterManager utility class 2007-12-04 17:22:41 +00:00
Xuan Chen
58600211f3 [211653] fix: Copy virtual directory with nested directory of tar file did not work 2007-11-30 22:29:48 +00:00
Kevin Doyle
250570d64e [208778] [efs][api] RSEFileStore#getOutputStream() does not support EFS#APPEND 2007-11-30 20:40:06 +00:00
Xuan Chen
48ef3db9b8 [211551] fix: NPE when moving multiple folders from one tar file to another tar file 2007-11-30 17:59:46 +00:00
Xuan Chen
78845993fb [209825] fix: Update SystemTarHandler so that archive operations could be cancelable. 2007-11-30 16:45:52 +00:00
Kevin Doyle
77a094ca8a [208778] [efs][api] RSEFileStore#getOutputStream() does not support EFS#APPEND 2007-11-29 16:13:29 +00:00
Xuan Chen
c3642f1be2 [210555] fix: [regression]NPE when deleting a file on SSH 2007-11-27 15:04:35 +00:00
David McKnight
f4b21a4de4 [209704] doc.isv updates for codePageConverters extension point 2007-11-26 15:18:20 +00:00
David McKnight
28e99e8e3a [209704] [api] Ability to override default encoding conversion needed. 2007-11-24 00:36:27 +00:00
David McKnight
7102cef21e [209704] [api] Ability to override default encoding conversion needed. 2007-11-23 23:42:40 +00:00
David McKnight
c224183f23 [210109] store constants in IFileService rather than IFileServiceConstants 2007-11-16 17:15:49 +00:00
Martin Oberhuber
1fce7beccf [210109] no need to declare IFileService constants in AbstractFileService 2007-11-16 16:38:37 +00:00
David McKnight
8c7ca4bd78 [210109] store constants in IFileService rather than IFileServiceConstants 2007-11-16 16:20:10 +00:00
Martin Oberhuber
08cdb4a7b9 [apidoc] Add Javadoc about clients not implementing IFileService directly 2007-11-16 13:54:10 +00:00
Martin Oberhuber
b1d7212909 AbstractFileService: Bring in FILE_TYPE_ constants again for backward compatibility 2007-11-16 13:46:11 +00:00
Xuan Chen
e525f4b1a4 [209828] fix: Need to move the Create operation to a job. 2007-11-15 19:25:46 +00:00
David McKnight
ee4f4bb453 [209552] API changes to use multiple and getting rid of deprecated 2007-11-15 19:12:26 +00:00
David McKnight
712e981fcc [209552] API changes to use multiple and getting rid of deprecated 2007-11-15 19:08:42 +00:00
Xuan Chen
2448faa0ba [160775] fix: [Archives] [api] [breaking] [nl] rename (at least within a zip) blocks UI thread 2007-11-14 17:56:59 +00:00
David McKnight
3bd826f5b5 [207178] listMultiple() instead of listMulti, fileTypes[] as well as fileType param API 2007-11-05 17:24:39 +00:00
David McKnight
19c1d8e469 [207178] use array of fileTypes for multi queries, instead of just one 2007-11-05 14:58:34 +00:00
David McKnight
ac20528b77 [162195] new APIs for upload multi and download multi 2007-11-02 19:02:13 +00:00
David McKnight
3d2a16aeb2 [207178] changing list APIs for file service and subsystems 2007-10-31 21:03:25 +00:00
Xuan Chen
508129509f [202949] fix: [archives] copy a folder from one connection to an archive file in a different connection does not work 2007-10-04 04:38:27 +00:00
Martin Oberhuber
954dc9c537 [204710] Update Javadoc to mention that getUserHome() may return null 2007-09-26 18:33:47 +00:00
Xuan Chen
c8b3a085c5 [199132] fix: [Archives-TAR][Local-Windows] Can't open files in tar archives 2007-08-14 05:02:57 +00:00
Martin Oberhuber
28eefd9eff [199548] Avoid touching files on setReadOnly() if unnecessary 2007-08-10 11:26:58 +00:00
Martin Oberhuber
f1764e6689 [197848] Fix shell terminated state when remote dies 2007-08-03 14:32:55 +00:00
Xuan Chen
f675957b70 [181784] [archivehandlers] zipped text files have unexpected contents 2007-07-30 02:56:30 +00:00
Martin Oberhuber
a34964063b Throw RemoteFileCanceledException in case IFileService operations were canceled 2007-07-27 17:26:10 +00:00
Martin Oberhuber
027ca1461a Throw RemoteFileCanceledException in case IFileService#getFile() was canceled 2007-07-27 17:20:16 +00:00
Martin Oberhuber
17795ab579 Improve Javadoc of IHostFile#getFile() 2007-07-27 17:14:55 +00:00
David McKnight
54645d9950 [194293] Xuan's patch for Saving file second time in an Archive Errors 2007-07-12 20:55:52 +00:00
Martin Oberhuber
fd3a307707 [192741] Fix extract (copy, move) from archive if more than 1 level deep 2007-07-05 08:11:40 +00:00
Martin Oberhuber
e8a25cec9b [cleanup] Update Copyrights 2007-06-05 10:37:14 +00:00
Martin Oberhuber
a924ffced5 Update about.html date for Europa 2007-05-29 20:30:45 +00:00
Martin Oberhuber
daddc54dae [186128][refactoring] Move IProgressMonitor last in public base classes 2007-05-14 09:44:39 +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
0c96066b98 [183824][api] Forward SystemMessageException from IRemoteFileSubsystem rather than handling it 2007-05-10 16:02:01 +00:00
Martin Oberhuber
9af75140de [186128][api] Move IProgressMonitor last in all API 2007-05-10 14:11:48 +00:00