summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* eliminate Windows dependenciesPaolo Bonzini2012-12-061-30/+7
|
* eliminate WCHARPaolo Bonzini2012-12-061-24/+0
|
* port to libgsfPaolo Bonzini2012-12-061-11/+6
| | | | | | | | | | | | 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.
* block writes to databases that were open as read-onlyPaolo Bonzini2012-12-061-0/+1
|
* remove libmsi_query_modifyPaolo Bonzini2012-12-061-19/+0
|
* eliminate LIBMSI_DB_OPEN_DIRECTPaolo Bonzini2012-12-061-3/+1
| | | | It is not supported by libgsf
* do not use VT_* constants for property typesPaolo Bonzini2012-12-061-2/+10
|
* introduce LibmsiResultPaolo Bonzini2012-12-061-25/+48
|
* abandon camelcasePaolo Bonzini2012-12-061-33/+33
|
* use actual types in the APIPaolo Bonzini2012-12-061-35/+37
|
* another unimplemented functionPaolo Bonzini2012-12-061-2/+0
|
* rename View functions to QueryPaolo Bonzini2012-12-061-7/+7
| | | | | The implementation-side "view" concept is different from the API side. Rename the API to make it more consistent.
* remove Unicode APIsPaolo Bonzini2012-12-061-3/+0
|
* make Unicode APIs privatePaolo Bonzini2012-12-061-44/+12
|
* make MsiDatabaseApplyTransform ASCII-onlyPaolo Bonzini2012-12-061-3/+1
|
* make MsiDatabaseExport accept a file descriptorPaolo Bonzini2012-12-061-2/+2
|
* make MsiRecordSetStream ASCII-onlyPaolo Bonzini2012-12-061-3/+2
|
* make MsiDatabaseImport ASCII onlyPaolo Bonzini2012-12-061-3/+1
|
* make MsiOpenDatabase ASCII onlyPaolo Bonzini2012-12-061-8/+6
| | | | Removes DeleteFile, LPCTSTR, GetCurrentDirectoryW.
* remove string argument from MsiGetSummaryInformationPaolo Bonzini2012-12-061-4/+1
| | | | Propedeutic to making MsiOpenDatabase ASCII-only.
* use uint64_t instead of FILETIMEPaolo Bonzini2012-12-061-4/+4
|
* ok, things start to be readablePaolo Bonzini2012-12-061-130/+130
| | | | fix
* get rid of the useless Win32 BOOL typePaolo Bonzini2012-12-061-1/+2
|
* get rid of the stupid Win32 CHAR typePaolo Bonzini2012-12-062-21/+21
|
* get rid of stupid Win32 integer typesPaolo Bonzini2012-12-062-53/+55
|
* get rid of WINAPIPaolo Bonzini2012-12-061-53/+53
|
* make MSIOBJECT arguments explicitly pointersPaolo Bonzini2012-12-061-54/+54
|
* get rid of P/LP typesPaolo Bonzini2012-12-062-40/+40
|
* get rid of handlesPaolo Bonzini2012-12-061-55/+55
|
* we finally have our own headerPaolo Bonzini2012-12-061-76/+31
|
* move headers to include/Paolo Bonzini2012-12-062-0/+471