Dmitry Timoshkov
|
4ddb9f6915
|
cabinet: Read CAB size from the file header instead of calling FDI seek callback with SEEK_END.
SEEK_END is not supported by some callback implementations.
|
2013-12-31 16:18:28 +01:00 |
Dmitry Timoshkov
|
3cb5b93db9
|
cabinet/tests: Add an FDICopy test which emulates extracting from a memory block.
|
2013-12-31 16:18:08 +01:00 |
Nikolay Sivov
|
947977f614
|
cabinet/tests: Compile with -D__WINESRC__.
|
2013-10-15 17:43:32 +02:00 |
Alexandre Julliard
|
3dc669ffb5
|
cabinet: Fix the remaining todo_wine tests in fdi.c.
|
2011-02-19 13:05:57 +01:00 |
Alexandre Julliard
|
e1a0ef7ef8
|
cabinet: Add support for MSZIP compression.
|
2011-02-18 14:54:44 +01:00 |
Marko Nikolic
|
8d9788147c
|
cabinet/tests: Removed sign comparison warnings.
|
2010-10-04 16:19:22 +02:00 |
Alexandre Julliard
|
9a39cb94e4
|
cabinet/tests: Make some variables static.
|
2010-10-01 13:38:58 +02:00 |
Nicolas Le Cam
|
387e415fdc
|
cabinet/tests: Split an incorrect test in two valid ones.
|
2009-06-29 12:26:34 +02:00 |
Nicolas Le Cam
|
027bc8100c
|
cabinet/tests: Avoid use of lstrlenA when not needed.
|
2009-06-29 12:26:27 +02:00 |
Michael Stefaniuc
|
f516cab017
|
include: Change to LONG/ULONG in fdi.h for Win64 compatibility.
|
2009-01-14 12:21:20 +01:00 |
Michael Stefaniuc
|
602f42c25f
|
include: Change to LONG/ULONG in fci.h for Win64 compatibility.
|
2009-01-14 12:21:13 +01:00 |
Alexandre Julliard
|
235ae03597
|
cabinet/tests: Add CDECL to the cabinet callback functions.
|
2009-01-03 20:12:39 +01:00 |
Francois Gouget
|
897af57deb
|
cabinet/tests: Make CopyProgress() static.
|
2008-12-12 11:41:45 +01:00 |
James Hawkins
|
fe8c3f9059
|
cabinet: Revert "cabinet: Fix for FDICopy with an empty cabinet file.".
This reverts commit 33e561f53c .
Fixed the test that fails on all platforms.
|
2008-04-28 13:27:51 +02:00 |
Vitaly Perov
|
33e561f53c
|
cabinet: Fix for FDICopy with an empty cabinet file.
|
2008-04-25 15:02:10 +02:00 |
Vitaly Perov
|
1077238143
|
cabinet: Added a test for FDICopy with an empty cabinet file.
|
2008-04-25 15:01:48 +02:00 |
Reece H. Dunn
|
0edae1c9ea
|
cabinet: Make the fdi tests pass on Vista.
|
2008-02-06 13:49:38 +01:00 |
Dan Kegel
|
c2330178eb
|
cabinet: FCIAddFile: Set defaults in case callback doesn't set some fields.
|
2007-11-05 14:16:27 +01:00 |
James Hawkins
|
fbf3cef553
|
cabinet: Add initial tests for FDI.
|
2007-08-29 11:59:22 +02:00 |