netstat: Initial implementation.
[wine] / dlls / msi / tests / record.c
2010-09-02  Hans Leidekkermsi: Return an error from MsiDatabaseGetPrimaryKeys...
2010-01-06  AndrĂ© Hentschelmsi/tests: Remove dead url.
2009-12-11  Alexandre Julliardmsi/tests: Fix a handle leak.
2009-12-11  Chris Schafermsi/tests: Remove some barriers to running msi tests...
2009-12-11  James Hawkinsmsi: Fix a handle leak in the record tests.
2009-04-20  Nicolas Le Cammsi: Fix buffer length value returned by MSI_RecordGetS...
2009-04-20  Nicolas Le Cammsi/tests: Test MsiRecordGetString on null and empty...
2009-02-26  James Hawkinsmsi: Make sure the view being updated is the same view...
2009-02-26  James Hawkinsmsi: Set field zero to the name of the table containing...
2009-02-26  James Hawkinsmsi: Add tests for field zero of a record.
2008-12-18  Aric Stewartmsi: Fix some NULL checking in MSI_RecordGetStringA.
2008-10-09  James Hawkinsmsi: Add tests for converting record fields between...
2008-02-11  James Hawkinsmsi: Successfully return an empty string when requestin...
2006-11-21  Mike McCormackmsi: Test MsiRecordGetString on an integer record field...
2006-09-07  Mike McCormackmsi: Add a few more tests for MSI_NULL_INTEGER.
2006-07-26  Mike McCormackmsi: Fix an off by one error in MsiRecordGetString.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-05-29  Mike McCormack-Wmissing-declarations and -Wwrite-strings warning...
2005-05-27  Mike McCormackTest and fix the size of stream fields in a record.
2005-04-19  Francois GougetAdd trailing '\n's to ok() calls.
2005-03-22  Jakob ErikssonWindows 98 doesn't like it when we delete the tempfile.
2005-01-31  Aric StewartSetting a record to an empty string is the same as...
2005-01-26  Mike McCormackFix MsiRecordSetString for NULL strings and update...
2005-01-10  Francois GougetAssorted spelling fixes.
2005-01-09  Mike McCormackImplement MsiRecordSetStreamA/W and add tests for recor...
2005-01-06  Mike McCormackAdd test for records.