summaryrefslogtreecommitdiffstats
path: root/libmsi
Commit message (Collapse)AuthorAgeFilesLines
...
* abandon camelcasePaolo Bonzini2012-12-0623-854/+856
|
* test magic numberPaolo Bonzini2012-12-061-0/+5
|
* allocate views with alloc_msiobjectPaolo Bonzini2012-12-0612-12/+12
|
* use actual types in the APIPaolo Bonzini2012-12-0613-469/+249
|
* another unimplemented functionPaolo Bonzini2012-12-061-6/+0
|
* rename View functions to QueryPaolo Bonzini2012-12-065-69/+69
| | | | | 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-064-55/+0
|
* remove Unicode APIsPaolo Bonzini2012-12-065-331/+80
|
* make Unicode APIs privatePaolo Bonzini2012-12-065-11/+25
|
* encode stream names from UTF-8Paolo Bonzini2012-12-061-17/+35
| | | | This is the encoding that libgsf accepts.
* decode stream names from UTF-8Paolo Bonzini2012-12-062-17/+65
| | | | This is the encoding that libgsf accepts.
* wine bug: do not doubly encode the stream namePaolo Bonzini2012-12-061-12/+1
|
* writing the string pool should be endian-friendlyPaolo Bonzini2012-12-061-18/+30
|
* match i/n variables in msi_save_string_table with loading routinePaolo Bonzini2012-12-061-15/+15
|
* reading the string pool should be endian-friendlyPaolo Bonzini2012-12-061-23/+19
|
* make MsiDatabaseApplyTransform ASCII-onlyPaolo Bonzini2012-12-062-28/+13
|
* make MsiDatabaseExport accept a file descriptorPaolo Bonzini2012-12-061-52/+18
|
* make MsiRecordSetStream ASCII-onlyPaolo Bonzini2012-12-063-44/+21
|
* make MsiDatabaseImport ASCII onlyPaolo Bonzini2012-12-061-55/+36
|
* make MsiOpenDatabase ASCII onlyPaolo Bonzini2012-12-062-60/+28
| | | | Removes DeleteFile, LPCTSTR, GetCurrentDirectoryW.
* remove string argument from MsiGetSummaryInformationPaolo Bonzini2012-12-061-45/+10
| | | | Propedeutic to making MsiOpenDatabase ASCII-only.
* use uint64_t instead of FILETIMEPaolo Bonzini2012-12-061-29/+40
|
* do not use lstr functionsPaolo Bonzini2012-12-066-66/+94
|
* rewrite validate_codepagePaolo Bonzini2012-12-061-4/+16
|
* use libc memory allocation functionsPaolo Bonzini2012-12-064-10/+14
|
* ok, things start to be readablePaolo Bonzini2012-12-0620-1170/+1170
| | | | fix
* get rid of the useless Win32 BOOL typePaolo Bonzini2012-12-0619-182/+182
|
* get rid of the stupid Win32 CHAR typePaolo Bonzini2012-12-067-34/+34
|
* get rid of stupid Win32 integer typesPaolo Bonzini2012-12-0623-972/+972
|
* get rid of WINAPIPaolo Bonzini2012-12-065-51/+51
|
* remove superfluous "struct tagMSIVIEW"Paolo Bonzini2012-12-0613-153/+153
|
* make MSIOBJECT arguments explicitly pointersPaolo Bonzini2012-12-066-65/+63
|
* get rid of P/LP typesPaolo Bonzini2012-12-0620-364/+364
|
* split multiple declarations on a single linePaolo Bonzini2012-12-066-24/+55
|
* get rid of handlesPaolo Bonzini2012-12-066-359/+159
|
* we finally have our own headerPaolo Bonzini2012-12-0619-55/+54
|
* move headers to include/Paolo Bonzini2012-12-063-427/+1
|
* stub away a large body of Windows headersPaolo Bonzini2012-12-068-15/+489
|
* promote wine includes to main source directoryPaolo Bonzini2012-12-0629-39/+42
|
* butcher wine/unicode.hPaolo Bonzini2012-12-062-83/+15
|
* kill override for system winnt.hPaolo Bonzini2012-12-064-255/+110
|
* header file dietPaolo Bonzini2012-12-0622-1498/+41
|
* kill msi.cPaolo Bonzini2012-12-062-471/+2
|
* remove unused DLLsPaolo Bonzini2012-12-061-16/+1
|
* do not use strcmpiWPaolo Bonzini2012-12-061-82/+55
|
* butcher debugging interfacesPaolo Bonzini2012-12-0623-199/+69
|
* add missing utf-16 runtime functionsPaolo Bonzini2012-12-064-3/+256
|
* remove dependency on Wine wctype runtimePaolo Bonzini2012-12-062-96/+2
|
* kill package.c and morePaolo Bonzini2012-12-065-2080/+1
|
* remove stubsPaolo Bonzini2012-12-062-200/+0
|