netstat: Initial implementation.
[wine] / dlls / msi / string.c
2012-11-05  Hans Leidekkermsi: Fix handling of strings with embedded nulls in...
2012-11-02  Hans Leidekkermsi: Return length for the empty string in msi_string_l...
2012-10-29  Hans Leidekkermsi: Add support for storing strings with embedded...
2012-05-31  Hans Leidekkermsi: Don't terminate the string in msi_id2stringA.
2011-07-07  Hans Leidekkermsi: Get rid of the msistring typedef.
2011-05-02  Hans Leidekkermsi: Define common strings just once.
2010-11-17  Hans Leidekkermsi: Add support for importing and exporting the specia...
2010-10-19  Hans Leidekkermsi: Compare strings without depending on thread locale.
2010-10-11  Hans Leidekkermsi: Allocate 3 bytes instead of 2 for in-memory string...
2010-04-19  Hans Leidekkermsi: Remove the string index parameter from msi_addstringW.
2010-04-14  Hans Leidekkermsi: Make the string reference count a short.
2010-04-13  Hans Leidekkermsi: Make the string reference count a short.
2010-04-13  Hans Leidekkermsi: Make the string reference count a short.
2009-12-17  Henri Verbeetmsi: Remove an unused field from the string table.
2009-12-16  Hans Leidekkermsi: Replace the string table hash with a sorted index.
2009-10-15  Hans Leidekkermsi: Define common strings only once.
2009-02-06  Andrew Talbotmsi: Remove unused functions.
2009-01-12  Andrew Talbotmsi: Declare some functions static.
2007-11-05  James Hawkinsmsi: Explicitly check the returned value against -1...
2007-10-18  James Hawkinsmsi: Save nonpersistent strings as holes in the string...
2007-07-17  James Hawkinsmsi: Load the AdminProperties stream if the package...
2007-06-27  Rob Shearmanmsi: Fix transforms to work when the number of bytes...
2007-06-27  Rob Shearmanmsi: Fix loading string tables for databases that use...
2007-06-13  Andrew Talbotmsi: Constify some variables.
2007-06-08  James Hawkinsmsi: Add support for large string tables.
2007-04-25  James Hawkinsmsi: Implement special handling for the _Streams table.
2007-04-24  Rob Shearmanmsi: Cleanup unneeded string table functions.
2007-04-24  Rob Shearmanmsi: Move string loading and saving to string.c.
2007-04-24  Rob Shearmanmsi: Add support for non-persistent strings.
2006-09-08  Mike McCormackmsi: Increase the size of the string table.
2006-08-28  Mike McCormackmsi: Fix writing of long strings to the database.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-07  Mike McCormackmsi: Check the correct pointer after allocating memory.
2006-04-03  Mike McCormackmsi: Improve the string table hash.
2005-11-02  Mike McCormackCreate the +msidb debug channel for msi database code.
2005-09-26  Mike McCormackMake sure to set the minimum size before allocating...
2005-09-20  Mike McCormackAdded memory allocation inline functions (part 1).
2005-07-06  Mike McCormackgcc 4.0 -Wpointer-sign fixes.
2005-01-20  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-08-06  Mike McCormackFix warnings found with -Wsign-compare.
2004-07-29  Aric StewartMake the msistring_makehash return something other...
2004-06-30  Mike McCormackSet the storage file's GUID so native MSI recognizes it.
2004-06-30  Mike McCormackFix the UPDATE query.
2004-06-30  Mike McCormackMake the SQL insert query work.
2004-06-26  Mike McCormackPull the codepage from the string table.
2004-06-26  Mike McCormackImplement queries by string value.
2004-06-15  Francois GougetAssorted spelling and case fixes.
2004-03-19  Mike McCormackFix handle allocation and the CREATE TABLE query.
2004-03-19  Mike McCormackFirst go at write support.
2004-03-18  Mike McCormackWhen loading table data, split it up into rows.
2004-03-17  Mike McCormackMove the string table out into a separate file, improve...