projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
dbghelp: While loading MSC debug info, don't handle public symbol at once, but delay...
[wine]
/
dlls
/
msi
/
msiquery.c
2008-07-08
James Hawkins
msi: Add handling for the special _Storages table.
blob
|
commitdiff
|
raw
2008-04-22
Andrew Talbot
msi: Remove unused variables.
blob
|
commitdiff
|
raw
|
diff to current
2007-11-12
James Hawkins
msi: Return a remote interface to the database in a...
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-08-09
Francois Gouget
msi: Better match the PSDK types, remove some now unuse...
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-04-23
James Hawkins
msi: Add an internal MSI_ViewModify.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-17
James Hawkins
msi: Revert "msi: Perform button control events in...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-11
Mike McCormack
msi: Check transforms have the correct storage guid.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-10
Mike McCormack
msi: Avoid an unnecessary strdup.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-09
James Hawkins
msi: Perform button control events in greatest to least...
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-13
Mike McCormack
msi: Delete databases we create but never commit.
blob
|
commitdiff
|
raw
|
diff to current
2006-09-08
Mike McCormack
msi: Fix the prototype of MsiDatabaseIsTablePersistent...
blob
|
commitdiff
|
raw
|
diff to current
2006-09-07
Mike McCormack
msi: Create MSI_ViewGetColumnInfo for accessing MsiView...
blob
|
commitdiff
|
raw
|
diff to current
2006-08-29
Dan Kegel
msi: Callers of alloc_msihandle should handle failure.
blob
|
commitdiff
|
raw
|
diff to current
2006-06-12
Mike McCormack
msi: Always initialize MsiViewFetch's returned record...
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-01-10
Mike McCormack
msi: Fixed the prototype of MsiDatabaseIsTablePersistent.
blob
|
commitdiff
|
raw
|
diff to current
2006-01-04
Mike McCormack
msi: Apply any MSI transforms specified by the TRANSFOR...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-04
Mike McCormack
msi: Add a stub for MsiGetLastErrorRecord.
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
Fill out the stubs for MsiApplyTransformA/W a bit more.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-21
Mike McCormack
Simplify the InstallValidate action a little.
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-12
Alexandre Julliard
Fixed memory leak introduced in previous change.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-12
Alexandre Julliard
Avoid non-portable va_list manipulations.
blob
|
commitdiff
|
raw
|
diff to current
2005-08-24
Mike McCormack
Better stub for MsiViewGetError.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-10
Mike McCormack
Create a stub implementation for MsiViewGetError.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-02
Mike McCormack
Create a helper function to fetch a single record from...
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-23
Mike McCormack
Track memory allocations in the SQL parser.
blob
|
commitdiff
|
raw
|
diff to current
2005-05-23
Mike McCormack
- remove the unused utf8 field of an expression
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-24
Mike McCormack
Replace instances of HeapAlloc/MultiByteToWideChar...
blob
|
commitdiff
|
raw
|
diff to current
2005-03-10
Juan Lang
- make sure msihandle2msiinfo is correctly matched...
blob
|
commitdiff
|
raw
|
diff to current
2005-02-16
Mike McCormack
Implement MsiDatabaseGetPrimaryKeys.
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-02-03
Mike McCormack
- implement checkboxes in dialogs
blob
|
commitdiff
|
raw
|
diff to current
2005-02-02
Mike McCormack
Add more dialog controls, do something when they're...
blob
|
commitdiff
|
raw
|
diff to current
2005-01-21
Mike McCormack
Move OpenQuery into msiquery.c and make it non-static.
blob
|
commitdiff
|
raw
|
diff to current
2005-01-21
Mike McCormack
Lock record in MsiViewExecute, move stubs to end.
blob
|
commitdiff
|
raw
|
diff to current
2005-01-20
Mike McCormack
Fix refcounting, use Interlocked functions.
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-10-07
Francois Gouget
Don't define COBJMACROS in objbase.h.
blob
|
commitdiff
|
raw
|
diff to current
2004-07-19
Mike McCormack
Fix the return code of MsiDatabaseOpenView.
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-09
Aric Stewart
Cleanup of actions.
blob
|
commitdiff
|
raw
|
diff to current
2004-07-09
Aric Stewart
Add a stub for MsiModifyView, fix a couple of bugs.
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-29
Mike McCormack
Fix refcounting of streams.
blob
|
commitdiff
|
raw
|
diff to current
2004-06-29
Aric Stewart
Implement MsiGetTargetPathA/W.
blob
|
commitdiff
|
raw
|
diff to current
2004-06-29
Mike McCormack
Allow reading records containing streams.
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-18
Mike McCormack
When loading table data, split it up into rows.
blob
|
commitdiff
|
raw
|
diff to current
2003-10-30
Mike McCormack
Some stub implementations.
blob
|
commitdiff
|
raw
|
diff to current
2003-09-27
Mike McCormack
Remove references to HEAP_strdupAtoW.
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