CVS log for group3/wine/dlls/cabinet/tests/cabinet_fdi.c

(logo)

Help

(back) Up to [RizwankCVS] / group3 / wine / dlls / cabinet / tests

Request diff between arbitrary revisions / Display revisions graphically


Default branch: MAIN
Bookmark a link to: HEAD / (download)

Revision 2.15 / (as text) / (view) - annotate - [select for diffs] , Fri Mar 18 00:28:59 2005 UTC (19 years, 6 months ago) by rizwank
Branch: MAIN
CVS Tags: HEAD
Changes since 2.14: +18 -13 lines
Diff to previous 2.14 to selected 1.4
Mar 16 Updates from Dan's Suggestions

Revision 2.14 / (as text) / (view) - annotate - [select for diffs] , Sun Mar 13 12:13:17 2005 UTC (19 years, 6 months ago) by rizwank
Branch: MAIN
Changes since 2.13: +8 -101 lines
Diff to previous 2.13 to selected 1.4
Patches submission 3-12-05*check for dank's signoff

Revision 2.13 / (as text) / (view) - annotate - [select for diffs] , Fri Mar 11 07:38:58 2005 UTC (19 years, 6 months ago) by rizwank
Branch: MAIN
Changes since 2.12: +25 -22 lines
Diff to previous 2.12 to selected 1.4
Patch submitted 3-11-05

Revision 2.12 / (as text) / (view) - annotate - [select for diffs] , Tue Mar 1 07:25:39 2005 UTC (19 years, 7 months ago) by rizwank
Branch: MAIN
CVS Tags: wine-patch-submit
Changes since 2.11: +22 -22 lines
Diff to previous 2.11 to selected 1.4
Fixed style comments

Revision 2.11 / (as text) / (view) - annotate - [select for diffs] , Sun Feb 27 09:37:56 2005 UTC (19 years, 7 months ago) by rizwank
Branch: MAIN
Changes since 2.10: +264 -284 lines
Diff to previous 2.10 to selected 1.4
Single file works fine, most of Danks suggestions implemented, multi file expand failing.

Revision 2.10 / (as text) / (view) - annotate - [select for diffs] , Sun Feb 27 08:31:36 2005 UTC (19 years, 7 months ago) by rizwank
Branch: MAIN
Changes since 2.9: +10 -75 lines
Diff to previous 2.9 to selected 1.4
Alex's Cleanup

Revision 2.9 / (as text) / (view) - annotate - [select for diffs] , Sun Feb 27 08:22:01 2005 UTC (19 years, 7 months ago) by rizwank
Branch: MAIN
Changes since 2.8: +59 -10 lines
Diff to previous 2.8 to selected 1.4
Multiple file extract by Alex

Revision 2.8 / (as text) / (view) - annotate - [select for diffs] , Sun Feb 27 05:21:08 2005 UTC (19 years, 7 months ago) by rizwank
Branch: MAIN
Changes since 2.7: +46 -6 lines
Diff to previous 2.7 to selected 1.4
Just about ready for submission! - Still have to test behavior in wine

Revision 2.7 / (as text) / (view) - annotate - [select for diffs] , Sat Feb 26 04:24:51 2005 UTC (19 years, 7 months ago) by rizwank
Branch: MAIN
Changes since 2.6: +61 -11 lines
Diff to previous 2.6 to selected 1.4
Debug info inserted for cabinet debug, fixing tvfs_compare

Revision 2.6 / (as text) / (view) - annotate - [select for diffs] , Sat Feb 26 03:39:28 2005 UTC (19 years, 7 months ago) by rizwank
Branch: MAIN
Changes since 2.5: +4 -7 lines
Diff to previous 2.5 to selected 1.4
Fixed lseek, working on write

Revision 2.5 / (as text) / (view) - annotate - [select for diffs] , Fri Feb 25 10:35:55 2005 UTC (19 years, 7 months ago) by rizwank
Branch: MAIN
Changes since 2.4: +46 -339 lines
Diff to previous 2.4 to selected 1.4
Mostly working TVFS + FDI_CABINET

Revision 2.4 / (as text) / (view) - annotate - [select for diffs] , Tue Feb 15 09:34:28 2005 UTC (19 years, 7 months ago) by rizwank
Branch: MAIN
CVS Tags: wine-devel-submit, BETA
Changes since 2.3: +96 -58 lines
Diff to previous 2.3 to selected 1.4
BETA Milestone, inserted virtual file usage for some tests, added a few
'peer' comments/ideas - tried to enhance CheckCabInfo, but let it be.

Revision 2.3 / (as text) / (view) - annotate - [select for diffs] , Tue Feb 15 08:21:13 2005 UTC (19 years, 7 months ago) by rizwank
Branch: MAIN
Changes since 2.2: +113 -113 lines
Diff to previous 2.2 to selected 1.4
Removed Windows Format CR/LFs

Revision 2.2 / (as text) / (view) - annotate - [select for diffs] , Tue Feb 15 07:11:25 2005 UTC (19 years, 7 months ago) by cs130_alex
Branch: MAIN
Changes since 2.1: +55 -19 lines
Diff to previous 2.1 to selected 1.4
Added the ability to actually extract files
Minor improvement to CheckCabInfo to show cab file name

Revision 2.1 / (as text) / (view) - annotate - [select for diffs] , Tue Feb 15 02:07:20 2005 UTC (19 years, 7 months ago) by cs130_alex
Branch: MAIN
Changes since 2.0: +144 -58 lines
Diff to previous 2.0 to selected 1.4
Several new fuctions:
real_write, real_seek
cabInfo printing function
cabInfoCheck which checks for proper values
a simple notify function

Revision 2.0 / (as text) / (view) - annotate - [select for diffs] , Fri Feb 11 10:54:42 2005 UTC (19 years, 7 months ago) by rizwank
Branch: MAIN
Diff to selected 1.4
Approaching Early Beta Milestone. Added various CAB tests, need to check
results. Implemented Dummy Fake and Real OPEN CLOSE READ.
Fake READ still needs work.

Points to look at:
cpu80386 or cpuUnknown?
Do we focus on Virtual READs or Actual READs?
Made the CAB file with non-GPL sw - is that ok?
Used Shakespeare, GNU, and Poe in CAB content, is that ok?
Remove Global var.
TestCopy(), of course.
What happens if we feed it a cab file with byteindex > 36 modified?
Simplfying, and Macro-izing TestInfo()
Adding ok() checks for  TestInfo() complex cabs.
How to force a FALSE test in TestDestroy()

Revision 1.8 / (as text) / (view) - annotate - [select for diffs] , Fri Feb 11 09:56:01 2005 UTC (19 years, 7 months ago) by rizwank
Changes since 1.7: +118 -73 lines
Diff to previous 1.7 to selected 1.4
Approaching version break. Fixed 'virtual read' behavior, works correctly.
Seperated testing into 'simple' (virtual file) and 'complex' (from file system).
Added stringent testing of FDICABINETINFO results.
Added DEBUG_ALLOC behavior to mask/reveal FNALLOC/FNFREE calls.

Revision 1.7 / (as text) / (view) - annotate - [select for diffs] , Fri Feb 11 08:50:58 2005 UTC (19 years, 7 months ago) by rizwank
Changes since 1.6: +169 -26 lines
Diff to previous 1.6 to selected 1.4
Compile safe progress log - Implemented Three Tiers of Functions
Dummy, Fake, Real
Currently attempting to get fake to read virtual file from buffer.

Revision 1.6 / (as text) / (view) - annotate - [select for diffs] , Fri Feb 11 04:57:17 2005 UTC (19 years, 7 months ago) by rizwank
Changes since 1.5: +2 -29 lines
Diff to previous 1.5 to selected 1.4
Removed cpu_80386 and cpu_80286 tests on advice of Dan Kegel.
Standardized Error messages

Revision 1.5 / (as text) / (view) - annotate - [select for diffs] , Fri Feb 4 09:37:43 2005 UTC (19 years, 7 months ago) by rizwank
Changes since 1.4: +58 -26 lines
Diff to previous 1.4

Added CPU286 and CPU unknown - reference to alternate open structures

Revision 1.4 / (as text) / (view) - annotate - [selected] , Fri Feb 4 09:30:15 2005 UTC (19 years, 7 months ago) by rizwank
Changes since 1.3: +33 -7 lines
Diff to previous 1.3
Invalid FNALLOC causes failure in FDICreate

Revision 1.3 / (as text) / (view) - annotate - [select for diffs] , Fri Feb 4 09:17:22 2005 UTC (19 years, 7 months ago) by rizwank
Changes since 1.2: +53 -4 lines
Diff to previous 1.2 to selected 1.4
Dummy functions created and tested - Compile safe

Revision 1.2 / (as text) / (view) - annotate - [select for diffs] , Fri Feb 4 08:51:51 2005 UTC (19 years, 7 months ago) by rizwank
Changes since 1.1: +6 -0 lines
Diff to previous 1.1 to selected 1.4
Added function prototypes in main()

Revision 1.1.1.1 / (as text) / (view) - annotate - [select for diffs] (vendor branch) , Fri Feb 4 08:42:41 2005 UTC (19 years, 7 months ago) by rizwank
Branch: rizwank
CVS Tags: none
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 to selected 1.4
Current cabinet_fdi.c in prep for Feb 4 submittal
Makefile.ins modified as needed
configure.ac modified

-Rizwan



Revision 1.1 / (as text) / (view) - annotate - [select for diffs] , Fri Feb 4 08:42:41 2005 UTC (19 years, 7 months ago) by rizwank
Diff to selected 1.4
Initial revision

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a

View only Branch:
Sort log by:

Rizwan Kassim
Powered by
ViewCVS 0.9.2