Release 1.5.29.
[wine] / dlls / wbemprox / query.c
2013-02-25  Hans Leidekkerwbemprox: Avoid a crash in destroy_view.
2013-01-25  Hans Leidekkerwbemprox: Check the result count instead of the result...
2012-12-18  Hans Leidekkerwbemprox: Avoid a crash in get_propval when the query...
2012-10-17  Hans Leidekkerwbemprox: Keep a reference to the table from uncommitte...
2012-10-12  Hans Leidekkerwbemprox: Implement class methods StdRegProv.EnumKey...
2012-10-12  Hans Leidekkerwbemprox: Always convert from BSTR.
2012-10-10  Hans Leidekkerwbemprox: Add support for array types.
2012-10-10  Hans Leidekkerwbemprox: Add reference counting to the table structure.
2012-10-10  Hans Leidekkerwbemprox: Handle NULL operands in eval_strcmp.
2012-09-06  Hans Leidekkerwbemprox: Add support for uncommitted instances in...
2012-07-30  Hans Leidekkerwbemprox: Add support for boolean properties.
2012-07-25  Hans Leidekkerwbemprox: Implement IWbemClassObject::Put.
2012-07-13  Hans Leidekkerwbemprox: Add support for creating new tables.
2012-07-13  Hans Leidekkerwbemprox: Add a partial StdRegProv class implementation.
2012-07-13  Hans Leidekkerwbemprox: Return a null variant instead of an empty...
2012-07-11  Hans Leidekkerwbemprox: Add support for evaluating string comparisons.
2012-07-03  Francois GougetAssorted spelling fixes.
2012-07-02  Hans Leidekkerwbemprox: Support overriding the CIM to VARIANT type...
2012-06-29  Hans Leidekkerwbemprox: Return 64-bit property values as strings.
2012-06-29  Hans Leidekkerwbemprox: Fix returned variant type and flavor for...
2012-06-28  Hans Leidekkerwbemprox: Add reference counting to the query object.
2012-06-27  Hans Leidekkerwbemprox: Add support for 64-bit integer types.
2012-06-27  Hans Leidekkerwbemprox: Store the result index in the class enumerato...
2012-06-22  Hans Leidekkerwbemprox: Handle more property types in get_propval.
2012-06-20  Hans Leidekkerwbemprox: Append key properties to the class path.
2012-06-20  Hans Leidekkerwbemprox: Add support for retrieving system properties.
2012-06-19  Hans Leidekkerwbemprox: Support mixed dynamic and static table data.
2012-06-19  Hans Leidekkerwbemprox: Implement IWbemClassObject::GetNames.
2012-06-18  Hans Leidekkerwbemprox: Add a partial Win32_Process class implementation.
2012-06-18  Hans Leidekkerwbemprox: Implement IWbemClassObject::Get.
2012-06-15  Hans Leidekkerwbemprox: Implement IEnumWbemClassObject::Next.
2012-06-15  Hans Leidekkerwbemprox: Add support for evaluating query conditions.
2012-06-15  Hans Leidekkerwbemprox: Add a partial Win32_BIOS class implementation.
2012-06-15  Hans Leidekkerwbemprox: Add support for parsing WQL queries.