Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | block writes to databases that were open as read-only | Paolo Bonzini | 2012-12-06 | 1 | -0/+1 |
* | remove libmsi_query_modify | Paolo Bonzini | 2012-12-06 | 1 | -19/+0 |
* | eliminate LIBMSI_DB_OPEN_DIRECT | Paolo Bonzini | 2012-12-06 | 1 | -3/+1 |
* | do not use VT_* constants for property types | Paolo Bonzini | 2012-12-06 | 1 | -2/+10 |
* | introduce LibmsiResult | Paolo Bonzini | 2012-12-06 | 1 | -25/+48 |
* | abandon camelcase | Paolo Bonzini | 2012-12-06 | 1 | -33/+33 |
* | use actual types in the API | Paolo Bonzini | 2012-12-06 | 1 | -35/+37 |
* | another unimplemented function | Paolo Bonzini | 2012-12-06 | 1 | -2/+0 |
* | rename View functions to Query | Paolo Bonzini | 2012-12-06 | 1 | -7/+7 |
* | remove Unicode APIs | Paolo Bonzini | 2012-12-06 | 1 | -3/+0 |
* | make Unicode APIs private | Paolo Bonzini | 2012-12-06 | 1 | -44/+12 |
* | make MsiDatabaseApplyTransform ASCII-only | Paolo Bonzini | 2012-12-06 | 1 | -3/+1 |
* | make MsiDatabaseExport accept a file descriptor | Paolo Bonzini | 2012-12-06 | 1 | -2/+2 |
* | make MsiRecordSetStream ASCII-only | Paolo Bonzini | 2012-12-06 | 1 | -3/+2 |
* | make MsiDatabaseImport ASCII only | Paolo Bonzini | 2012-12-06 | 1 | -3/+1 |
* | make MsiOpenDatabase ASCII only | Paolo Bonzini | 2012-12-06 | 1 | -8/+6 |
* | remove string argument from MsiGetSummaryInformation | Paolo Bonzini | 2012-12-06 | 1 | -4/+1 |
* | use uint64_t instead of FILETIME | Paolo Bonzini | 2012-12-06 | 1 | -4/+4 |
* | ok, things start to be readable | Paolo Bonzini | 2012-12-06 | 1 | -130/+130 |
* | get rid of the useless Win32 BOOL type | Paolo Bonzini | 2012-12-06 | 1 | -1/+2 |
* | get rid of the stupid Win32 CHAR type | Paolo Bonzini | 2012-12-06 | 1 | -17/+17 |
* | get rid of stupid Win32 integer types | Paolo Bonzini | 2012-12-06 | 1 | -49/+51 |
* | get rid of WINAPI | Paolo Bonzini | 2012-12-06 | 1 | -53/+53 |
* | make MSIOBJECT arguments explicitly pointers | Paolo Bonzini | 2012-12-06 | 1 | -54/+54 |
* | get rid of P/LP types | Paolo Bonzini | 2012-12-06 | 1 | -36/+36 |
* | get rid of handles | Paolo Bonzini | 2012-12-06 | 1 | -55/+55 |
* | we finally have our own header | Paolo Bonzini | 2012-12-06 | 1 | -0/+247 |