Commit graph

97 commits

Author SHA1 Message Date
cobines
4ea6bef2b7 UPD: [Cpio plugin] Added detecting archive by header, detecting other cpio types. Fixed reading binary archive type. 2010-04-29 15:42:19 +00:00
cobines
278b9880d8 FIX: [Zip plugin] Handling errors when detecting archive type. 2010-04-29 11:30:28 +00:00
Alexander Koblov
f2f2826aab UPD: Added .txt extension for README and COPYING files 2010-04-18 13:56:55 +00:00
Alexander Koblov
501fb12f01 ADD: Determine archive type by content in Zip plugin 2010-04-18 12:10:33 +00:00
cobines
081c7977de FIX: [Zip plugin] Unicode support on Windows. 2010-03-19 11:57:54 +00:00
cobines
2aa3d6c6f1 FIX: [Zip plugin] Compiling on Linux. 2010-03-17 16:59:47 +00:00
cobines
4df3451c4f FIX: [Zip plugin] Use Unicode functions for file access [bug 2971195]. 2010-03-16 16:03:46 +00:00
cobines
3a00b471b3 FIX: [Zip plugin] In TAR files only add ustar prefix if it is present. 2010-03-11 15:25:40 +00:00
cobines
302b4458b5 UPD: Store Lazarus forms of plugins as FPC resources, so that external lfm files are not needed at runtime. Modified DialogApi accordingly. 2010-03-11 14:04:26 +00:00
cobines
738f72d89b FIX: [Zip plugin] Compiling. 2010-03-11 13:28:05 +00:00
cobines
d11c5fb234 FIX: [Zip plugin] Corrected assignment of memory for password (use static array to be safe). 2010-03-11 13:19:25 +00:00
cobines
c433a0c287 FIX: [Zip plugin] Converting unicode names from Xceed extra fields in Zips. 2010-03-08 16:11:16 +00:00
cobines
6cac3203e0 FIX: [Zip plugin] Fix reading extra fields (was broken in rev. 1864). Another attempt to remove compiler warnings when compiling for 64-bit. 2010-03-08 16:01:06 +00:00
cobines
6e6c44d3b9 FIX: [Zip plugin] UTF-8 support in Zips on Linux (don't convert names to Ansi). 2010-03-08 14:18:34 +00:00
cobines
c69d0b80a2 FIX: [Zip plugin] Compiling on Linux. 2010-03-08 13:55:12 +00:00
cobines
cd02cf746d FIX: [Zip plugin] Making file list in unicode. 2010-03-08 13:48:31 +00:00
cobines
7aa892f086 FIX: Missing parentheses in previous commit. 2010-03-07 16:42:29 +00:00
cobines
48e3cb38d1 FIX: Correct some pointer types and compiler warnings for 64-bit. 2010-03-07 16:27:25 +00:00
cobines
d44d922747 UPD: Reverted changes on Linux from previous commit. 2010-03-07 15:59:21 +00:00
cobines
8c0f9b8f42 UPD: Better Unicode support on Windows in ZIP plugin. 2010-03-07 15:22:50 +00:00
cobines
252c366d3f DEL: Remove the Abbrevia units that we don't use (mostly visual controls). (wasn't applied in previous commit) 2010-03-05 06:06:00 +00:00
cobines
eb1f2296e6 UPD: Merge some changes from Abbrevia SVN (up to rev. 287). This adds Unicode support for Zips, read/write bzip2 support (external libbz2 required) and some bug fixes. Still have to review filenames encoding code.
DEL: Remove the Abbrevia units that we don't use (mostly visual controls).
2010-03-05 05:59:17 +00:00
Alexander Koblov
bf97c707a9 ADD: Encryption support to zip plugin 2010-02-25 11:27:11 +00:00
Alexander Koblov
1fdf1bdfc0 FIX: Cross compiling unrar plugin from Linux 32 to 64 2010-02-22 23:00:46 +00:00
cobines
7131125fbe FIX: Cannot store pointers to temporary variables, because they're destroyed just after an expression is evaluted. Must use local variables. 2010-02-22 06:39:36 +00:00
Alexander Koblov
b838346d3b FIX: ProcessFileW in unrar plugin 2010-02-21 21:52:35 +00:00
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