wininet/tests: Improve error reporting in a couple of tests.
[wine] / dlls / cabinet /
2007-08-22  James Hawkinscabinet: Formalize the SESSION struct and add more...
2007-08-14  Paul Vrienscabinet/tests: Use GetModuleHandleA instead of LoadLibr...
2007-06-28  Jeff Latimercabinet: Fix a potential NULL reference.
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-04-26  Alexandre Julliardcabinet: Make sure we don't try to close an invalid...
2007-03-16  Gerald Pfeifercabinet: Simplify code in fdi_decomp().
2007-03-15  Andrew Talbotcabinet: Constify some variables.
2007-02-14  Alexandre Julliardcabinet: Fixed fd leak in case of error.
2007-01-26  Andrew Talbotcabinet: Improve initialization of some arrays.
2007-01-10  Michael Stefaniucjanitorial: Use the C standard for multiline strings.
2006-12-15  James Hawkinscabinet: Close the opened file handle even in error...
2006-12-14  Francois GougetAssorted spelling fixes.
2006-10-20  Andrew Talbotcabinet: Cast-qual warnings fix.
2006-10-16  Francois GougetAssorted spelling fixes.
2006-10-12  James Hawkinscabinet: Make internal functions static.
2006-10-06  Paul Vrienscabinet: Make tests run on Win98 again.
2006-10-06  Michael Stefaniuccabinet/tests: Win64 printf format warning fixes.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-13  Alexandre Julliardtests: Moved some compatibility defines to wine/test.h.
2006-09-11  Marcus MeissnerRemoves all unnecessary WINE_DEFAULT_DEBUG_CHANNEL...
2006-08-28  Alexandre Julliardmakefiles: Only run test and documentation targets...
2006-08-15  Andrew Talbotcabinet/tests: Write-strings warnings fix.
2006-08-07  Mike McCormackcabinet: Fix and test the undocumented Extract function.
2006-08-07  Mike McCormackcabinet: Split the cabinet path for FDICopy.
2006-07-31  Andrew Talbotcabinet: Write-strings warning fix.
2006-07-10  Alexandre Julliard.gitignore: Added wildcards to ignore generated resourc...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Ignore generated import libraries from the...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-01  Gerold J. Wucherpf... cabinet: Set proper error information on failures.
2006-02-06  Eric PouechFixes for missing prototypes warnings.
2006-01-12  James Hawkinscabinet: Move the remaining cabextract.c functions...
2006-01-11  James Hawkinscabinet: Remove no longer used code from cabextract.c.
2006-01-11  James Hawkinscabinet: Add documentation for FDITruncateCabinet.
2006-01-10  James Hawkinscabinet: Add initial tests for Extract.
2006-01-10  James Hawkinscabinet: Implement Extract on top of FDI.
2006-01-09  James Hawkinscabinet: Clean up the documentation for Extract.
2006-01-09  James Hawkinscabinet: Add the two flags used by Extract to cabinet.h.
2006-01-09  James Hawkinscabinet: Define the flags member of the EXTRACTdest...
2006-01-09  James Hawkinscabinet: Fix the second parameter name of Extract.
2006-01-09  James Hawkinscabinet: Store the cab file handle before extracting...
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-08-27  Mike McCormackFix gcc 4.0 warnings.
2005-08-08  Alexandre JulliardDon't prefix the functions DllCanUnloadNow, DllGetClass...
2005-07-10  Gerold Jens Wucher... The fci_get_little_endian... and fci_set_little_endian...
2005-07-05  Stefan HuehnerFix some more -Wmissing-declarations warnings.
2005-07-01  Stefan HuehnerMake some function static.
2005-06-30  Francois GougetAssorted spelling fixes.
2005-06-29  Gerold Jens Wucher... Support for big-endian systems.
2005-06-24  Gerold Jens Wucher... Some FCI work.
2005-06-07  Thomas WeidenmuellerRemoved local variables only used in TRACE statements.
2005-05-14  Gerold Jens Wucher... Initial FCI work (FCICreate and FCIDestroy).
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-04-18  Peter Berg LarsenEliminate a strncpy and remove unused variable.
2004-12-22  Alexandre JulliardRevert previous patch, that's not a leak.
2004-12-14  Michael StefaniucMissing HeapFree's + 1 LocalFree (found by smatch).
2004-12-06  Filip NavaraDon't try to free pointer from union that isn't used.
2004-12-02  James HawkinsFix cabextract memory leak.
2004-11-30  Eric PouechConst correctness fixes.
2004-09-02  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2004-01-27  Francois GougetAdd missing '\n's to debug traces.
2004-01-08  Stefan LeichterAdded the linked list with the name of files of the...
2004-01-02  Mike Hearnresult2 seems to be optional, making it 0 allows IE...
2003-12-31  Stefan LeichterAdded file version resource.
2003-12-30  Stefan LeichterMake use of/handle the first parameter of the function...
2003-12-08  Stefan LeichterFixed parameter types of function Extract.
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-10-07  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-09-08  Francois GougetA few spelling fixes.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-18  Gregory M. TurnerDon't touch perf in FDIIsCabinet, InstallShield may...
2003-08-05  Gregory M. TurnerMany words about cabinets.
2003-08-02  Gregory M. TurnerRemember decompression state during extraction, so...
2003-07-30  Gregory M. Turner- ERR("WARNING") just doesn't look right ;)
2003-07-19  Gregory M. Turner- eliminate pesky global variables; should be threadsaf...
2003-07-02  Francois GougetFixed some common spelling errors.
2003-06-23  Gregory M. Turner- remove unused loop that always iterates once
2003-06-18  Francois GougetTypos/spelling fixes.
2003-06-17  Gregory M. Turner- move macros and constants into cabinet.h where they...
2003-06-13  Gregory M. Turner- most of FDICopy is now implemented, although the...
2003-06-13  Gregory M. TurnerFix some uglies.
2003-06-13  Gregory M. Turner- implement FDI{Create,Destroy,IsCabinet}
2003-06-13  Gregory M. Turner- paranoia: eliminate some global variables
2003-04-03  Michael StefaniucAdd some missing HeapFree's and one missing free.
2003-03-20  Alexandre JulliardTake advantage of new winebuild syntax to remove redund...
2003-01-23  Greg TurnerFix some problems when Extract is used more than once.
2003-01-02  Gerald PfeiferFix off_t cast that breaks FreeBSD.
2002-12-19  Greg Turner- port cabextract to wine
2002-12-12  Alexandre JulliardAdded .spec.def files.
2002-12-02  Patrik StridvallAdded FIXME:s in the stubs.
2002-11-19  Patrik StridvallAdded stub implementation of cabinet.dll.