summaryrefslogtreecommitdiffstats
path: root/tests/testdatabase.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pre-gsf'Paolo Bonzini2012-12-121-23/+15
|\
| * testdatabase: clean up some criticalsMarc-André Lureau2012-12-121-23/+15
* | Merge branch 'pre-gsf'Paolo Bonzini2012-12-121-901/+297
|\|
| * Make libmsi_record_get_string() return allocatedMarc-André Lureau2012-12-121-901/+297
* | Merge branch 'pre-gsf'Paolo Bonzini2012-12-121-108/+108
|\|
| * libmsi-record: rename clear_data->clear get_integer->get_intMarc-André Lureau2012-12-121-108/+108
* | Merge branch 'pre-gsf'Paolo Bonzini2012-12-111-9/+9
|\|
| * libmsi-types: s/MSI_NULL_INTEGER/LIBMSI_NULL_INTMarc-André Lureau2012-12-111-9/+9
* | Merge branch 'pre-gsf'Paolo Bonzini2012-12-111-15/+15
|\|
| * rename MSI_PID_* constantsPaolo Bonzini2012-12-111-15/+15
* | Merge branch 'pre-gsf'Paolo Bonzini2012-12-111-485/+395
|\|
| * convert to GObjectMarc-André Lureau2012-12-111-485/+396
* | Merge branch 'pre-gsf'Paolo Bonzini2012-12-111-1/+1
|\|
| * tests: fix after 25192181361b93f684b59d67052d88870b60593fPaolo Bonzini2012-12-111-1/+1
* | Merge branch 'pre-gsf'Paolo Bonzini2012-12-101-27/+27
|\|
| * Rename libmsi_record_create() to libmsi_record_new()Marc-André Lureau2012-12-101-27/+27
* | port to libgsfPaolo Bonzini2012-12-061-0/+11
|/
* begin porting testdatabase to non-WindowsPaolo Bonzini2012-12-061-321/+336
* testcases fix for gsfPaolo Bonzini2012-12-061-5/+5
* wine bug: implement streams_view_delete_rowPaolo Bonzini2012-12-061-0/+17
* remove libmsi_query_modifyPaolo Bonzini2012-12-061-1237/+5
* eliminate LIBMSI_DB_OPEN_DIRECTPaolo Bonzini2012-12-061-14/+2
* do not use VT_* constants for property typesPaolo Bonzini2012-12-061-22/+22
* introduce LibmsiResultPaolo Bonzini2012-12-061-1664/+1664
* abandon camelcasePaolo Bonzini2012-12-061-2098/+2098
* use actual types in the APIPaolo Bonzini2012-12-061-172/+173
* rename View functions to QueryPaolo Bonzini2012-12-061-2057/+2057
* make Unicode APIs privatePaolo Bonzini2012-12-061-88/+88
* convert tests to use char APIs onlyPaolo Bonzini2012-12-061-72/+41
* make MsiDatabaseExport accept a file descriptorPaolo Bonzini2012-12-061-11/+22
* make MsiRecordSetStream ASCII-onlyPaolo Bonzini2012-12-061-1/+1
* make MsiDatabaseImport ASCII onlyPaolo Bonzini2012-12-061-6/+6
* make MsiOpenDatabase ASCII onlyPaolo Bonzini2012-12-061-3/+3
* remove string argument from MsiGetSummaryInformationPaolo Bonzini2012-12-061-3/+3
* use uint64_t instead of FILETIMEPaolo Bonzini2012-12-061-1/+1
* do not use lstr functionsPaolo Bonzini2012-12-061-231/+231
* ok, things start to be readablePaolo Bonzini2012-12-061-321/+321
* get rid of the useless Win32 BOOL typePaolo Bonzini2012-12-061-47/+47
* get rid of the stupid Win32 CHAR typePaolo Bonzini2012-12-061-50/+50
* get rid of stupid Win32 integer typesPaolo Bonzini2012-12-061-141/+141
* make MSIOBJECT arguments explicitly pointersPaolo Bonzini2012-12-061-82/+173
* get rid of P/LP typesPaolo Bonzini2012-12-061-29/+29
* get rid of handlesPaolo Bonzini2012-12-061-82/+82
* correctly reset NULL pointers in the testsPaolo Bonzini2012-12-061-1/+73
* small test fixesPaolo Bonzini2012-12-061-1/+1
* add testsPaolo Bonzini2012-12-061-0/+9380