netstat: Initial implementation.
[wine] / dlls / msi / streams.c
2012-12-10  Nikolay Sivovmsi: Fix a stream data leak on error (Coverity).
2012-10-29  Hans Leidekkermsi: Add support for storing strings with embedded...
2011-08-31  Marcus Meissnermsi: Check return value of msi_string2idW (Coverity).
2011-07-27  Hans Leidekkermsi: Make the column and table name parameters of get_c...
2011-06-07  Hans Leidekkermsi: Fully initialize the MSISTORAGESVIEW and MSISTREAM...
2011-05-06  Hans Leidekkermsi: Keep track of a stream's storage.
2010-07-21  Hans Leidekkermsi: Improve traces in db_get_raw_stream.
2010-04-19  Hans Leidekkermsi: Remove the string index parameter from msi_addstringW.
2010-04-19  Hans Leidekkermsi: Make the name parameter of create_storage and...
2010-03-23  Hans Leidekkermsi: Remove stream from streams cache before destroying it.
2010-02-22  Hans Leidekkermsi: All stream names starting with 0x0005 are unencoded.
2010-02-19  Hans Leidekkermsi: Add summary information stream to the streams...
2010-02-19  Hans Leidekkermsi: Fix a memory leak.
2010-02-04  Hans Leidekkermsi: Fix an off-by-one error in STREAMS_find_matching_rows.
2010-02-04  Hans Leidekkermsi: Give the Name field from the _Streams table a...
2010-02-04  Hans Leidekkermsi: Make room for the new row in STREAMS_insert_row.
2010-02-04  Hans Leidekkermsi: Allow overwriting an existing stream in STREAMS_se...
2010-02-04  Hans Leidekkermsi: Encode the stream name before trying to open it.
2010-02-04  Hans Leidekkermsi: Improve error handling in STREAMS_set_row and...
2010-02-04  Hans Leidekkermsi: Implement STREAMS_get_row.
2010-02-04  Hans Leidekkermsi: Remove unused and redundant name field from STREAM...
2009-12-31  Alexandre Julliardmsi: Fix some pointer cast warnings on 64-bit.
2009-12-18  Hans Leidekkermsi: Avoid a crash in STREAMS_delete.
2009-12-14  James Hawkinsmsi: Free the Streams and Storages view object in their...
2009-12-14  James Hawkinsmsi: Free each stream name when deleting the streams...
2009-11-24  Nathan Gallahermsi: Support _Streams, _Storages tablename prefixes...
2009-10-27  Nate Gallahermsi: Add tablename tracking to VIEW_find_column.
2009-06-11  Hib Erismsi: Fix a crash when freeing memory.
2009-05-28  Hans Leidekkermsi: Fix some memory leaks.
2009-03-02  James Hawkinsmsi: Column attributes for temporary string and int...
2009-03-02  James Hawkinsmsi: Correctly order transposed column values in the...
2008-10-06  James Hawkinsmsi: Implement the DROP TABLE sql command.
2008-08-19  James Hawkinsmsi: Ignore all non-stream elements when filling the...
2008-03-01  James Hawkinsmsi: Include query.h to pull in the definition of STREA...
2008-02-19  Gerald Pfeifermsi: Adjust the signedness of three variables.
2008-02-16  Marcus Meissnermsi: Fixed error reporting of add_streams_to_table.
2008-02-05  James Hawkinsmsi: Implement the MSIMODIFY_ASSIGN action of MsiViewMo...
2007-12-26  Rob Shearmanmsi: Fix several memory leaks after using IEnumSTATSTG_...
2007-12-18  James Hawkinsmsi: Sort each table of the join separately.
2007-10-18  James Hawkinsmsi: Add handling for MSIMODIFY_INSERT for the streams...
2007-07-27  James Hawkinsmsi: Implement the MSIMODIFY_UPDATE command in the...
2007-07-23  James Hawkinsmsi: Ref count temporary columns and release them when...
2007-07-23  James Hawkinsmsi: Implement adding columns using the ALTER command.
2007-07-19  James Hawkinsmsi: Implement reference counting for tables, manipulat...
2007-06-19  James Hawkinsmsi: Properly delete rows from the table, instead of...
2007-04-25  James Hawkinsmsi: Implement special handling for the _Streams table.