netstat: Initial implementation.
[wine] / dlls / msi / media.c
2012-04-05  Hans Leidekkermsi: Keep the UI level fixed during the lifetime of...
2012-04-02  Hans Leidekkermsi: Rename the need_reboot flag to need_reboot_at_end.
2012-03-26  Hans Leidekkermsi: Get the UI level from the global variable instead...
2012-03-16  Hans Leidekkermsi: Restrict the match on files from cabinets to files...
2012-01-10  Hans Leidekkermsi: Downgrade an error.
2012-01-03  Hans Leidekkermsi: VolumeLabel and DiskPrompt are optional fields...
2011-12-23  Hans Leidekkermsi: Fix changing media for normal files.
2011-11-22  Hans Leidekkermsi: Perform a case insensitive match on the volume...
2011-08-04  Hans Leidekkermsi: Make sure the source directory has a trailing...
2011-06-09  Alexandre Julliardmsi: Create temp files in the destination directory...
2011-05-20  Hans Leidekkermsi: Avoid a double free.
2011-05-06  Hans Leidekkermsi: Clone an open stream if possible in cabinet_open_s...
2011-05-06  Hans Leidekkermsi: Get rid of helpers.c.
2011-05-02  Hans Leidekkermsi: Define common strings just once.
2011-04-18  Francois Gougetmsi: Move msi_get_cabinet_stream() up and make it static.
2011-04-14  Hans Leidekkermsi: Add offsets to disk ids added by patches.
2011-04-14  Hans Leidekkermsi: Add support for maintaining a list of cabinet...
2011-04-14  Hans Leidekkermsi: Avoid redundant loading of media info.
2011-03-29  David Hedbergmsi: Generalize media helpers a bit.
2011-03-10  David Hedbergmsi: Check other sources if install media not present...
2011-03-08  Hans Leidekkermsi: Load media info even if there's no file to install.
2010-10-19  Hans Leidekkermsi: Compare strings without depending on thread locale.
2010-10-01  Hans Leidekkermsi: Remove an unnecessary warning.
2010-09-20  Hans Leidekkermsi: Handle fdintNEXT_CABINET and fdintPARTIAL_FILE...
2010-07-23  Hans Leidekkermsi: Set/unset the SourceDir property at the right...
2010-06-23  Hans Leidekkermsi: Avoid a crash when the cabinet file must be downlo...
2010-05-31  Hans Leidekkermsi: Advance to the right cabinet in ACTION_MsiPublishA...
2010-05-20  Hans Leidekkermsi: Consistently use the allocation macros.
2010-05-12  Hans Leidekkermsi: Improve some traces.
2010-04-21  Hans Leidekkermsi: Make msi_get_property_int and friends take a point...
2010-03-26  Hans Leidekkermsi: Keep source directory and cabinet file separate.
2010-03-23  Hans Leidekkermsi: Search network sources in addition to disk sources.
2010-03-23  Hans Leidekkermsi: Implement a second cabinet extractor on top of...
2009-12-18  James Hawkinsmsi: Free the current filename if we choose to not...
2009-11-20  Michael Martinmsi: Shedule rename operation also for ERROR_USER_MAPPE...
2009-11-03  Hans Leidekkermsi: Implement MsiSetExternalUIRecord.
2009-11-03  Hans Leidekkermsi: Add support for the Unicode version of the global...
2009-10-15  Hans Leidekkermsi: Define common strings only once.
2009-10-01  Hans Leidekkermsi: Schedule a rename operation when the file to overw...
2009-09-16  Hans Leidekkermsi: Don't append the cabinet file name in find_publish...
2009-09-16  Hans Leidekkermsi: GetDriveType and GetVolumeInformation require...
2009-09-09  Alexandre Julliardmsi: Force overwriting of read-only files when extracti...
2009-02-06  Alexandre JulliardFix position of CDECL qualifier for functions that...
2009-01-15  Michael Stefaniucmsi: Remove superfluous pointer casts.
2009-01-14  Michael Stefaniucinclude: Change to LONG/ULONG in fdi.h for Win64 compat...
2009-01-12  Andrew Talbotmsi: Declare some functions static.
2008-12-23  Maarten Lankhorstmsi: Add missing CDECL to cabinet functions.
2008-12-12  Alexandre Julliardmsi: Don't include msvcrt headers.
2008-08-19  James Hawkinsmsi: Factor out media handling and use the new interfac...