wininet: Include the Proxy-Connection header in the keep-alive check.
[wine] / dlls / cabinet / fci.c
2011-09-26  Andrew Talbotcabinet: Mark some fall-throughs in switch statements.
2011-08-22  Andrew Talbotcabinet: void functions should not return a value.
2011-03-14  Paul Vrienscabinet: Check correctly for the magic value (Coverity).
2011-02-19  Alexandre Julliardcabinet: Fix the remaining todo_wine tests in fdi.c.
2011-02-18  Alexandre Julliardcabinet: Avoid some memory allocations by storing buffe...
2011-02-18  Alexandre Julliardcabinet: Add support for MSZIP compression.
2011-02-17  Alexandre Julliardcabinet: Create temp files only once we have data to...
2011-02-17  Alexandre Julliardcabinet: Cleanup file loading and add infrastructure...
2011-02-17  Alexandre Julliardcabinet: Create one temp file per folder and avoid...
2011-02-16  Alexandre Julliardcabinet: Store the data block headers in a memory list...
2011-02-15  Alexandre Julliardcabinet: Rewrite the cabinet header output code, and...
2011-02-15  Alexandre Julliardcabinet: Store the CCAB data as soon as it is available.
2011-02-15  Alexandre Julliardcabinet: Add helper functions for temp file manipulations.
2011-02-15  Alexandre Julliardcabinet: Store files in a list in memory instead of...
2011-02-14  Alexandre Julliardcabinet: Store folders in a list in memory instead...
2011-02-04  Alexandre Julliardcabinet: Move the internal FCI structure to fci.c.
2011-02-04  Alexandre Julliardcabinet: Pass an FCI pointer to internal functions...
2011-02-04  Alexandre Julliardcabinet: Call FCI function pointers explicitly instead...
2011-02-04  Alexandre Julliardcabinet: Replace the fci_set_error macro by a proper...
2011-02-03  Alexandre Julliardcabinet: Use constants instead of hard-coded numbers...
2009-01-15  Alexandre Julliardcabinet: Don't try to copy data from the file if we...
2009-01-02  Michael Stefaniuccabinet: Don't cast the return value of PF[CD]I_ALLOC...
2008-11-18  Ricardo Filipecabinet: Fix dead stores (llvm/clang).
2008-02-12  Andrew Talbotcabinet: Assign to structs instead of using memcpy.
2008-01-23  Francois GougetAssorted spelling fixes.
2008-01-18  Austin EnglishMisc spelling fixes.
2008-01-16  Francois GougetAssorted spelling fixes.
2007-12-06  Andrew Talbotcabinet: Remove unneeded casts.
2007-11-05  Dan Kegelcabinet: FCICreate: Initialize oldCCAB.
2007-11-05  Dan Kegelcabinet: FCIAddFile: Set defaults in case callback...
2007-06-28  Jeff Latimercabinet: Fix a potential NULL reference.
2007-03-15  Andrew Talbotcabinet: Constify some variables.
2006-12-14  Francois GougetAssorted spelling fixes.
2006-09-11  Marcus MeissnerRemoves all unnecessary WINE_DEFAULT_DEBUG_CHANNEL...
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.
2005-07-10  Gerold Jens Wucher... The fci_get_little_endian... and fci_set_little_endian...
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-05-14  Gerold Jens Wucher... Initial FCI work (FCICreate and FCIDestroy).
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2002-12-02  Patrik StridvallAdded FIXME:s in the stubs.
2002-11-19  Patrik StridvallAdded stub implementation of cabinet.dll.