Commit graph

71 commits

Author SHA1 Message Date
Alexander Koblov
fd8e0f1c03 UPD: Optimazations for osConvEncoding unit 2010-02-18 23:09:48 +00:00
Alexander Koblov
73d2e1f07f FIX: Encoding in archives created under Linux and opened under Windows 2010-02-18 16:23:31 +00:00
Alexander Koblov
3d549c1748 FIX: Unpacking files with not ASCII names 2010-02-18 15:07:12 +00:00
cobines
99e219e7fa FIX: Calling convention of libunrar on Unix. 2010-02-18 11:40:32 +00:00
Alexander Koblov
2a899c6a90 FIX: Encoding in RAR archives under Linux 2010-02-17 11:33:32 +00:00
Alexander Koblov
2e1f951238 UPD: Some code relocation 2010-02-17 11:10:20 +00:00
Alexander Koblov
d541fa2a33 UPD: Improve error handling in Zip plugin 2010-02-03 23:12:39 +00:00
Alexander Koblov
668a9e852a FIX: PK_TEST operation in Zip plugin 2010-02-03 22:35:45 +00:00
Alexander Koblov
b941f45a6c UPD: Return E_NOT_SUPPORTED in plugins that don't support test operation 2010-02-03 22:01:16 +00:00
Alexander Koblov
4175b872a3 FIX: Small fix for GetSystemEncoding function 2010-02-03 11:39:23 +00:00
Alexander Koblov
da3ad6c9b3 FIX: Show russian file name in ZIP archive under Linux 2010-01-27 18:59:42 +00:00
Alexander Koblov
24eca13059 FIX: Encoding in Zip archives 2010-01-27 14:27:13 +00:00
Alexander Koblov
bf91fd3d5f FIX: Rar stores file name in OEM encoding (from RAR documentation) 2010-01-27 12:48:33 +00:00
Alexander Koblov
8923c446ce ADD: Cross compiling support (Linux32 -> Linux64) to build scripts 2010-01-13 21:08:44 +00:00
cobines
d3a388ed01 FIX: Zip plugin: Setting attributes and times for files in zip archives on Unix. 2009-12-10 06:29:26 +00:00
cobines
547227c455 FIX: Compiling for 64-bit. 2009-11-14 20:06:44 +00:00
cobines
8b7a7199a0 FIX: Compiling on Windows. 2009-11-12 16:03:19 +00:00
cobines
662a949149 UPD: Unrar plugin: Fixed working on Linux and on 64-bit. Added support for Unicode. 2009-11-11 00:44:38 +00:00
cobines
7353c80d54 UPD: Merge some changes from TPAbbrevia SVN. 2009-11-09 21:25:40 +00:00
cobines
1a43438396 UPD: Several updates/fixes to the zip plugin. 2009-11-09 03:11:28 +00:00
cobines
95c0f748b2 FIX: Unrar plugin: Don't crash if cannot load libunrar.so. 2009-11-01 18:58:28 +00:00
cobines
58592f8ba0 FIX: Building plugins (add -fPIC). 2009-10-31 17:54:12 +00:00
Alexander Koblov
03147b3428 FIX: Don't close zip plugin configuration window 2009-10-28 13:04:14 +00:00
cobines
f3cd2c18d2 FIX: Compiling with latest FPC - clash between UTF8Encode(UnicodeString) and UTF8Encode(WideString) on Windows. 2009-10-27 06:36:02 +00:00
Alexander Koblov
7af01dd5f4 UPD: Use similar unit names for plugins API 2009-10-21 12:32:44 +00:00
Alexander Koblov
1a0312fcc0 FIX: Plugins linking under Linux 2009-08-22 09:01:30 +00:00
cobines
e2abccd470 UPD: Some changes to allow loading the Zip plugin more than once. 2009-07-31 16:57:50 +00:00
Alexander Koblov
02afc5dc89 FIX: Invalid handle value name 2009-07-20 09:03:44 +00:00
cobines
6d6ba31451 FIX: Configuring Zip plugin. 2009-07-10 18:50:23 +00:00
Alexander Koblov
b7a37c3376 ADD: ProgressDataProc to LZMA plugin 2009-07-03 19:45:24 +00:00
Alexander Koblov
e7be50edbd ADD: Pack files function to LZMA plugin 2009-07-03 18:54:45 +00:00
Alexander Koblov
cb5287ac7a ADD: LZMA WCX plugin 2009-06-29 18:52:41 +00:00
Alexander Koblov
baa6b62613 UPD: Move source of Zip plugin to "src" subdirectory 2009-04-21 06:14:34 +00:00
Alexander Koblov
2c3df9c3f3 UPD: Move source of unbz2 plugin to "src" subdirectory 2009-04-21 06:02:32 +00:00
Alexander Koblov
69a6eb46f6 FIX: Compiling plugins 2009-04-21 05:52:57 +00:00
Alexander Koblov
a50dd82106 UPD: Move source of unrar plugin to "src" subdirectory 2009-04-20 08:56:25 +00:00
Alexander Koblov
5b6fa18e74 UPD: Move source of rpm plugin to "src" subdirectory 2009-04-20 08:00:28 +00:00
Alexander Koblov
dcddc5bf8c UPD: Move source of cpio and deb plugins to "src" subdirectory 2009-04-20 05:53:25 +00:00
cobines
d921fa443f UPD: Code cleanup. 2009-04-08 09:49:14 +00:00
cobines
98c0a8ca3d FIX: Close dangling handles to temporary files on Unix. 2009-04-07 19:54:14 +00:00
cobines
b58034aa1e FIX: Gzip and Tar-Gzip (autohandled) should now work. 2009-04-07 17:43:00 +00:00
cobines
4c24af16ac FIX: Invalid cache after deleting pages from TAbVirtualMemoryStream.
UPD: Default physical memory usage of TAbVirtualMemoryStream increased from 100k to 8MB.
2009-04-07 11:52:18 +00:00
Alexander Koblov
b6258ec660 ADD: Forgotten files 2009-03-29 16:23:11 +00:00
Alexander Koblov
f9d8e5d009 FIX: Compiling under 64 bit 2009-03-29 15:51:15 +00:00
Alexander Koblov
72727608b3 ADD: Patch [2719456] "ZIP Plugin updates" from cobines 2009-03-29 15:03:12 +00:00
Alexander Koblov
12d6e2802d FIX: Some fixes for bug [ 2650798 ] WCX plugins not work property... 2009-03-01 13:33:08 +00:00
Alexander Koblov
af89e40093 FIX: Some fixes for 64 bit 2009-02-25 19:45:45 +00:00
Alexander Koblov
b7ee32faf6 UPD: Drop Libc dependencies 2009-02-19 20:12:47 +00:00
Alexander Koblov
21c41417ca FIX: Error on open "default.bar" 2009-02-15 11:13:12 +00:00
Alexander Koblov
6162dec87b ADD: Support of rpm's with LZMA compression 2009-02-14 21:55:02 +00:00