projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
msi: Use msi_string_lookup_id instead of msi_id2stringW where possible.
[wine]
/
dlls
/
msi
/
table.c
2006-09-08
Mike McCormack
msi: Use msi_string_lookup_id instead of msi_id2stringW...
blob
|
commitdiff
|
raw
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
2005-09-26
Mike McCormack
Create a function to determine the table's row size...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-22
Mike McCormack
Load a table's column information separately from the...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-21
Mike McCormack
Don't refcount tables.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-20
Mike McCormack
Added memory allocation inline functions (part 2).
blob
|
commitdiff
|
raw
|
diff to current
2005-09-17
Mike McCormack
Fix memory leaks in the table code.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-16
Mike McCormack
Make load_string_table return the string table.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-14
Mike McCormack
Convert the list of tables to a standard list.
blob
|
commitdiff
|
raw
|
diff to current
2005-08-29
Mike McCormack
- the combination of all table keys must be unique...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-24
Mike McCormack
Implement MsiModifyView (MSIMODIFY_INSERT_TEMPORARY).
blob
|
commitdiff
|
raw
|
diff to current
2005-08-08
Mike McCormack
Handle loading strings over 64k from the string table.
blob
|
commitdiff
|
raw
|
diff to current
2005-05-31
Mike McCormack
More -Wmissing-declarations and -Wwrite-strings warning...
blob
|
commitdiff
|
raw
|
diff to current
2005-05-20
Juan Lang
Turn handled errors from ERRs to WARNs or TRACEs.
blob
|
commitdiff
|
raw
|
diff to current
2005-05-11
Mike McCormack
Avoid some non-standard str functions.
blob
|
commitdiff
|
raw
|
diff to current
2005-03-16
Mike McCormack
- Rename dupstrW to strdupW, and remove duplicate defin...
blob
|
commitdiff
|
raw
|
diff to current
2005-02-16
Mike McCormack
Allow MsiViewExecute to be called twice on the same...
blob
|
commitdiff
|
raw
|
diff to current
2005-02-10
Francois Gouget
Assorted spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2005-02-08
Mike McCormack
Fix MsiModifyView and MsiViewGetColumnInfo to use MSIRE...
blob
|
commitdiff
|
raw
|
diff to current
2005-01-26
Francois Gouget
Assorted spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2005-01-20
Mike McCormack
Fix a bug caused by freeing memory too soon in the...
blob
|
commitdiff
|
raw
|
diff to current
2005-01-20
Michael Stefaniuc
Do not check for non NULL pointer before HeapFree'ing...
blob
|
commitdiff
|
raw
|
diff to current
2004-12-22
Mike McCormack
Fix selecting string columns and matching against a...
blob
|
commitdiff
|
raw
|
diff to current
2004-12-10
Michael Stefaniuc
Add missing HeapFree's (found by smatch).
blob
|
commitdiff
|
raw
|
diff to current
2004-12-06
Mike McCormack
Fix transposition of 4 byte values when reading in...
blob
|
commitdiff
|
raw
|
diff to current
2004-10-07
Francois Gouget
Don't define COBJMACROS in objbase.h.
blob
|
commitdiff
|
raw
|
diff to current
2004-07-12
Mike McCormack
Remove a piece of dead code causing a warning.
blob
|
commitdiff
|
raw
|
diff to current
2004-07-09
Alexandre Julliard
Authors: Mike McCormack <mike@codeweavers.com>, Aric...
blob
|
commitdiff
|
raw
|
diff to current
2004-07-06
Mike McCormack
Allow binary fields with stream names longer than table...
blob
|
commitdiff
|
raw
|
diff to current
2004-07-06
Mike McCormack
Fetch binary streams at the table level.
blob
|
commitdiff
|
raw
|
diff to current
2004-06-30
Mike McCormack
Fix the UPDATE query.
blob
|
commitdiff
|
raw
|
diff to current
2004-06-30
Mike McCormack
Make the SQL insert query work.
blob
|
commitdiff
|
raw
|
diff to current
2004-06-29
Mike McCormack
Dump database table names on startup.
blob
|
commitdiff
|
raw
|
diff to current
2004-06-29
Mike McCormack
Allow reading records containing streams.
blob
|
commitdiff
|
raw
|
diff to current
2004-06-28
Aric Stewart
Start implementing actions.
blob
|
commitdiff
|
raw
|
diff to current
2004-06-26
Mike McCormack
Pull the codepage from the string table.
blob
|
commitdiff
|
raw
|
diff to current
2004-04-19
Francois Gouget
Make Unicode const strings static so they are not copie...
blob
|
commitdiff
|
raw
|
diff to current
2004-03-19
Mike McCormack
Fix handle allocation and the CREATE TABLE query.
blob
|
commitdiff
|
raw
|
diff to current
2004-03-19
Mike McCormack
First go at write support.
blob
|
commitdiff
|
raw
|
diff to current
2004-03-18
Mike McCormack
When loading table data, split it up into rows.
blob
|
commitdiff
|
raw
|
diff to current
2004-03-17
Mike McCormack
Move the string table out into a separate file, improve...
blob
|
commitdiff
|
raw
|
diff to current
2003-10-28
Mike McCormack
Treat missing MSI tables as empty.
blob
|
commitdiff
|
raw
|
diff to current
2003-10-28
Mike McCormack
Fixed MSI buffer overflow.
blob
|
commitdiff
|
raw
|
diff to current
2003-10-28
Mike McCormack
Fix string value lookups in MSI.
blob
|
commitdiff
|
raw
|
diff to current
2003-09-08
Francois Gouget
Fix the case of product and company names.
blob
|
commitdiff
|
raw
|
diff to current
2003-09-05
Alexandre Julliard
Fixed header dependencies to be fully compatible with...
blob
|
commitdiff
|
raw
|
diff to current
2003-08-13
Mike McCormack
Partial implementation of the Microsoft Installer ...
blob
|
commitdiff
|
raw
|
diff to current