Commit graph

225 commits

Author SHA1 Message Date
Alexander Koblov
63b8a52f52 UPD: Revert WFX API changes, it is need to create new universal plugin type for such things 2010-07-12 04:33:28 +00:00
B4rr4cuda
b667d74fb2 FIX: UTF8string for udetectstr module; fixed multiEXT detection for Detectstr; ADD: ListGetDetectString function in WlxMplayer 2010-07-01 03:01:24 +00:00
Alexander Koblov
9037a049c6 FIX: Hang when mplayer not found 2010-06-26 07:03:45 +00:00
Alexander Koblov
e0dab2b378 FIX: Show file size in lzma archive 2010-06-20 09:48:57 +00:00
Alexander Koblov
cba5cbd3ad ADD: fPIC option to xpi_wdx.lpi 2010-06-14 09:47:15 +00:00
Alexander Koblov
acef64f921 UPD: Build scripts 2010-05-30 20:31:49 +00:00
Alexander Koblov
ebd4e14090 UPD: Build packages scripts 2010-05-30 11:33:24 +00:00
Alexander Koblov
6c554e315f FIX: [Zip] Incorrect file attributes with some archives 2010-05-27 16:40:50 +00:00
Alexander Koblov
e204a88d0f ADD: Wfx plugins to build scripts 2010-05-23 17:14:37 +00:00
Alexander Koblov
620f8c297f UPD: [WFX] FTP plugin add new api support 2010-05-23 08:13:45 +00:00
Alexander Koblov
d3ff7390e1 UPD: Network connection manager 2010-05-22 14:02:33 +00:00
Alexander Koblov
a667e0a20d UPD: [WFX] FTP plugin add new api support 2010-05-22 13:21:35 +00:00
Alexander Koblov
1670d0d7f7 UPD: Extend WFX plugin API 2010-05-22 12:08:25 +00:00
Alexander Koblov
fa97fb5292 UPD: [Zip] Dialog file 2010-05-16 10:21:07 +00:00
Alexander Koblov
2943e02764 UPD: [Zip] Convert encoding also for some languages 2010-05-15 21:52:07 +00:00
Alexander Koblov
939022a695 UPD: [Zip] Convert encoding also for some languages 2010-05-15 20:45:34 +00:00
Alexander Koblov
f7d3b6bff0 FIX: Encoding in Zip archives 2010-05-15 20:02:26 +00:00
cobines
4caa1e24cc FIX: Memory leaks and some small fixes and optimizations. 2010-04-29 20:32:52 +00:00
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
Alexander Koblov
58640332f3 ADD: Addon type field to xpi_wdx plugin 2010-04-12 19:52:28 +00:00
Alexander Koblov
c49e2427de FIX: Memory leak 2010-04-10 20:34:25 +00:00
Alexander Koblov
814b45d926 ADD: Target application field support in xpi_wdx plugin 2010-04-10 20:12:08 +00:00
Alexander Koblov
f06e2f5ebe FIX: Don't parse non standart install.rdf in xpi_wdx plugin 2010-04-10 17:59:09 +00:00
Alexander Koblov
820e2821df FIX: Add return value for ParseInsatallManifest function in xpi_wdx plugin 2010-04-10 17:54:35 +00:00
Alexander Koblov
8a2ec866b5 ADD: Initial version of xpi_wdx 2010-04-10 16:25:40 +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
c3d8ccb490 UPD: Update DSXLocate plugin after changes to DSX interface. 2010-03-17 16:08:01 +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