projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
jscript: Added to_string(VT_I4) implementation.
[wine]
/
dlls
/
msi
/
table.c
2008-08-25
James Hawkins
msi: Store the _Columns and _Tables tables in the datab...
blob
|
commitdiff
|
raw
2008-07-08
James Hawkins
msi: Add handling for the special _Storages table.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-07
James Hawkins
msi: Don't reorder the table when matching rows as...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-02
James Hawkins
msi: Handle sorting an empty table.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-07
Andrew Talbot
msi: Assign to structs instead of using memcpy.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-18
James Hawkins
msi: Implement the MSIMODIFY_REFRESH command of MsiView...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-10
Gerald Pfeifer
msi: Complete initializers.
blob
|
commitdiff
|
raw
|
diff to current
2008-01-09
James Hawkins
msi: Actually delete the row data instead of blanking...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-04
Gerald Pfeifer
msi: Adjust the types of loop variables.
blob
|
commitdiff
|
raw
|
diff to current
2008-01-02
Gerald Pfeifer
msi: Simplify condition in TABLE_fetch_stream().
blob
|
commitdiff
|
raw
|
diff to current
2007-12-27
Gerald Pfeifer
msi: Fix error handling in encode_streamname().
blob
|
commitdiff
|
raw
|
diff to current
2007-12-26
Rob Shearman
msi: Fix several memory leaks after using IEnumSTATSTG_...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-23
James Hawkins
msi: Fix deleting temporary rows, with tests.
blob
|
commitdiff
|
raw
|
diff to current
2007-12-19
James Hawkins
msi: Free the ordering information.
blob
|
commitdiff
|
raw
|
diff to current
2007-12-18
James Hawkins
msi: Sort each table of the join separately.
blob
|
commitdiff
|
raw
|
diff to current
2007-11-05
James Hawkins
msi: Don't update a table entry when applying a transfo...
blob
|
commitdiff
|
raw
|
diff to current
2007-11-05
James Hawkins
msi: Test and implement the MSIMODIFY_DELETE command.
blob
|
commitdiff
|
raw
|
diff to current
2007-10-18
James Hawkins
msi: Return ERROR_FUNCTION_FAILED if a matching row...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-18
James Hawkins
msi: Return ERROR_FUNCTION_FAILED when inserting duplic...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-17
Alexandre Julliard
msi: Avoid casting const pointers to non-const.
blob
|
commitdiff
|
raw
|
diff to current
2007-10-17
Alexandre Julliard
msi: Properly clear the new table data when a column...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-27
James Hawkins
msi: Implement the MSIMODIFY_UPDATE command in the...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-24
James Hawkins
msi: Add handling for the MSIMODIFY_UPDATE command.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-24
James Hawkins
msi: Properly delete the columns view.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-23
James Hawkins
msi: Ref count temporary columns and release them when...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-23
James Hawkins
msi: Implement adding columns using the ALTER command.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-19
James Hawkins
msi: Implement reference counting for tables, manipulat...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-17
James Hawkins
msi: Load the AdminProperties stream if the package...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-11
James Hawkins
msi: Check for NULL transform, as there may be no trans...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-10
James Hawkins
msi: Handle adding columns in transforms.
blob
|
commitdiff
|
raw
|
diff to current
2007-06-27
Rob Shearman
msi: Fix transforms to work when the number of bytes...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-27
Rob Shearman
msi: Fix bytes_per_column for binary types when the...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-19
James Hawkins
msi: Properly delete rows from the table, instead of...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-14
Andrew Talbot
msi: Constify some variables.
blob
|
commitdiff
|
raw
|
diff to current
2007-06-08
James Hawkins
msi: Add support for large string tables.
blob
|
commitdiff
|
raw
|
diff to current
2007-06-08
James Hawkins
msi: Represent table data as bytes instead of shorts.
blob
|
commitdiff
|
raw
|
diff to current
2007-06-08
James Hawkins
msi: Reduce the amount of code that directly accesses...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-08
James Hawkins
msi: Use fetch_int to reduce code duplication and acces...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-27
Marcus Meissner
msi: Do not mark the tables const.
blob
|
commitdiff
|
raw
|
diff to current
2007-04-25
James Hawkins
msi: Implement special handling for the _Streams table.
blob
|
commitdiff
|
raw
|
diff to current
2007-04-25
Rob Shearman
msi: Set rec to NULL after calling msiobj_release on...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-24
Rob Shearman
msi: Add a non-persistent string instead of a persisten...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-24
Rob Shearman
msi: Add a persistent flag to tables.
blob
|
commitdiff
|
raw
|
diff to current
2007-04-24
Rob Shearman
msi: Don't add info to the _Columns table for non-persi...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-24
Rob Shearman
msi: Add support for adding temporary/non-persistent...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-24
Rob Shearman
msi: Create the table directly in create_table instead...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-24
Rob Shearman
msi: Move table creation to table.c.
blob
|
commitdiff
|
raw
|
diff to current
2007-04-24
Rob Shearman
msi: Store the column info in the MSITABLE structure.
blob
|
commitdiff
|
raw
|
diff to current
2007-04-24
Rob Shearman
msi: Remove the hash table for a column when one of...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-24
Rob Shearman
msi: Move string loading and saving to string.c.
blob
|
commitdiff
|
raw
|
diff to current
2007-04-24
Rob Shearman
msi: Add support for non-persistent strings.
blob
|
commitdiff
|
raw
|
diff to current
2007-04-23
James Hawkins
msi: Return MSICONDITION_NONE in MsiDatabaseIsTablePers...
blob
|
commitdiff
|
raw
|
diff to current
2007-02-06
Mike McCormack
msi: Factor out code to calculate column offsets.
blob
|
commitdiff
|
raw
|
diff to current
2007-01-12
Andrew Talbot
msi: Remove unused variables.
blob
|
commitdiff
|
raw
|
diff to current
2006-11-13
Francois Gouget
msi: assert.h is not a local header (spotted by winapi_...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-06
Alexandre Julliard
msi: Fixed definition of the MSIITERHANDLE type.
blob
|
commitdiff
|
raw
|
diff to current
2006-11-01
Mike McCormack
msi: Fix a typo.
blob
|
commitdiff
|
raw
|
diff to current
2006-11-01
Mike McCormack
msi: Search the patch package for source cabinet files.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-26
Mike McCormack
msi: Update tables using records, not integer by integer.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-23
Mike McCormack
msi: Fix insertion of null integers into a table.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-19
Mike McCormack
msi: Allow rows in the _Columns table to be unordered.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-19
Mike McCormack
msi: Reset the column number for each new table in...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-17
Mike McCormack
msi: Fix tables with binary data where the key is an...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-17
Mike McCormack
msi: Stream fields shouldn't be treated as strings.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-16
Francois Gouget
msi: Remove spaces before '\n's.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-12
Mike McCormack
msi: Handle the sign properly when converting integer...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-12
Mike McCormack
msi: Improve error checking when applying transform...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-12
Mike McCormack
msi: An empty string table entry should always have...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-10
Mike McCormack
msi: Make msi_makestring static.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-10
Mike McCormack
msi: Fix a memory leak.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-10
Mike McCormack
msi: Avoid reading the transform table data twice.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-06
Mike McCormack
msi: Fix transform traces.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-06
Mike McCormack
msi: Work around what appears to be a bug in native...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-06
Mike McCormack
msi: Transform the _Columns and _Tables tables first...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-06
Mike McCormack
msi: Handle null integers properly in transforms.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-05
Mike McCormack
msi: Only ignore the StringPool and StringData in a...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-05
Mike McCormack
msi: Only declare the szStringData and szStringPool...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-05
Mike McCormack
msi: Remove an unused variable.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-05
Mike McCormack
msi: Win64 printf format warning fixes.
blob
|
commitdiff
|
raw
|
diff to current
2006-09-13
Mike McCormack
msi: Fix a couple of test cases for MsiDatabaseIsTableP...
blob
|
commitdiff
|
raw
|
diff to current
2006-09-08
Mike McCormack
msi: Use msi_string_lookup_id instead of msi_id2stringW...
blob
|
commitdiff
|
raw
|
diff to current
2006-09-07
Mike McCormack
msi: Validate database fields before inserting them.
blob
|
commitdiff
|
raw
|
diff to current
2006-08-28
Mike McCormack
msi: Fix writing of long strings to the database.
blob
|
commitdiff
|
raw
|
diff to current
2006-08-24
Mike McCormack
msi: Fix strings with lengths that are exact multiples...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-27
Mike McCormack
msi: Fix the value of LONG integers in records (suggest...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-27
James Hawkins
msi: Fix a typo.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-05
Dmitry Timoshkov
Avoid non-portable WCHAR[] constructs.
blob
|
commitdiff
|
raw
|
diff to current
2006-06-13
Mike McCormack
msi: Fix loading of long strings.
blob
|
commitdiff
|
raw
|
diff to current
2006-06-10
Alexandre Julliard
msi: Make all the ops structures static and const.
blob
|
commitdiff
|
raw
|
diff to current
2006-05-23
Jonathan Ernst
Update the address of the Free Software Foundation.
blob
|
commitdiff
|
raw
|
diff to current
2006-04-07
Mike McCormack
msi: Use a debug channel to turn on transform debugging.
blob
|
commitdiff
|
raw
|
diff to current
2006-04-07
Mike McCormack
msi: Fix possible free of uninitialized pointer.
blob
|
commitdiff
|
raw
|
diff to current
2006-03-20
Robert Shearman
msi: Optimise WHERE operations.
blob
|
commitdiff
|
raw
|
diff to current
2006-02-22
Robert Shearman
msi: Fix heap overflow in save_string_table.
blob
|
commitdiff
|
raw
|
diff to current
2005-11-10
Francois Gouget
Remove spaces before '\n' in traces.
blob
|
commitdiff
|
raw
|
diff to current
2005-11-02
Mike McCormack
Create the +msidb debug channel for msi database code.
blob
|
commitdiff
|
raw
|
diff to current
2005-10-29
Mike McCormack
Deleted two buggy functions that incorrectly and ineffi...
blob
|
commitdiff
|
raw
|
diff to current
2005-10-27
Mike McCormack
Implement transforms. This still includes some debuggi...
blob
|
commitdiff
|
raw
|
diff to current
2005-10-26
Mike McCormack
Create a stub function to apply a single table transfor...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-28
Mike McCormack
Fix and test MsiViewGetColumnInfo and binary fields.
blob
|
commitdiff
|
raw
|
diff to current
next