summaryrefslogtreecommitdiffstats
path: root/libmsi/msiquery.c
Commit message (Collapse)AuthorAgeFilesLines
* convert array-strings to literalsPaolo Bonzini2012-12-061-6/+2
|
* eliminate Windows dependenciesPaolo Bonzini2012-12-061-9/+0
|
* eliminate WCHARPaolo Bonzini2012-12-061-79/+45
|
* port to libgsfPaolo Bonzini2012-12-061-59/+66
| | | | | | | | | | | | status: - record+suminfo pass - the following tests fail in testdatabase: try_transform, stringtable, deleterow, storages_table, createtable. Some of these are not enabled on POSIX systems, but the others pass there. TODO: port the missing tests to libgsf, run them against the IStorage version and again with the new one. verify that the testsuite passes on POSIX systems.
* use arrays of chars for GUIDsPaolo Bonzini2012-12-061-4/+1
|
* rewrite outfile completely on commitPaolo Bonzini2012-12-061-6/+5
|
* delay writing storages to the outfilePaolo Bonzini2012-12-061-1/+28
|
* delay writing streams to the outfilePaolo Bonzini2012-12-061-1/+38
|
* make table stream I/O independent from everything elsePaolo Bonzini2012-12-061-1/+1
|
* reorganize commit process to prepare for adding streams/storagesPaolo Bonzini2012-12-061-7/+41
|
* remove libmsi_query_modifyPaolo Bonzini2012-12-061-46/+0
|
* introduce LibmsiResultPaolo Bonzini2012-12-061-73/+73
|
* abandon camelcasePaolo Bonzini2012-12-061-62/+62
|
* use actual types in the APIPaolo Bonzini2012-12-061-103/+61
|
* another unimplemented functionPaolo Bonzini2012-12-061-6/+0
|
* rename View functions to QueryPaolo Bonzini2012-12-061-36/+36
| | | | | The implementation-side "view" concept is different from the API side. Rename the API to make it more consistent.
* kill msi_lock and msi_unlockPaolo Bonzini2012-12-061-2/+0
|
* remove Unicode APIsPaolo Bonzini2012-12-061-90/+26
|
* make Unicode APIs privatePaolo Bonzini2012-12-061-4/+4
|
* make MsiDatabaseApplyTransform ASCII-onlyPaolo Bonzini2012-12-061-26/+11
|
* ok, things start to be readablePaolo Bonzini2012-12-061-105/+105
| | | | fix
* get rid of the useless Win32 BOOL typePaolo Bonzini2012-12-061-2/+2
|
* get rid of the stupid Win32 CHAR typePaolo Bonzini2012-12-061-5/+5
|
* get rid of stupid Win32 integer typesPaolo Bonzini2012-12-061-59/+59
|
* get rid of WINAPIPaolo Bonzini2012-12-061-17/+17
|
* make MSIOBJECT arguments explicitly pointersPaolo Bonzini2012-12-061-22/+22
|
* get rid of P/LP typesPaolo Bonzini2012-12-061-31/+31
|
* split multiple declarations on a single linePaolo Bonzini2012-12-061-2/+4
|
* get rid of handlesPaolo Bonzini2012-12-061-62/+42
|
* we finally have our own headerPaolo Bonzini2012-12-061-1/+1
|
* promote wine includes to main source directoryPaolo Bonzini2012-12-061-2/+2
|
* header file dietPaolo Bonzini2012-12-061-1/+0
|
* butcher debugging interfacesPaolo Bonzini2012-12-061-1/+0
|
* remove stubsPaolo Bonzini2012-12-061-16/+0
|
* drop OLE Automation supportPaolo Bonzini2012-12-061-85/+5
|
* initial commitPaolo Bonzini2012-10-221-0/+1053