summaryrefslogtreecommitdiffstats
path: root/libmsi/streams.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'pre-gsf'Paolo Bonzini2012-12-101-1/+1
|\ | | | | | | | | | | | | Conflicts: libmsi/Makefile.am libmsi/libmsi-summary-info.c libmsi/msipriv.h
| * Split libmsi.h to be more gobject-likeMarc-André Lureau2012-12-101-1/+1
| |
* | wine bug: accessing name in streams_view_set_row even if mask&1 == 0Paolo Bonzini2012-12-061-6/+17
| |
* | eliminate Windows dependenciesPaolo Bonzini2012-12-061-9/+2
| |
* | eliminate WCHARPaolo Bonzini2012-12-061-10/+10
| |
* | port to libgsfPaolo Bonzini2012-12-061-11/+11
|/ | | | | | | | | | | | 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.
* LibmsiViews are not objectsPaolo Bonzini2012-12-061-1/+1
|
* delay reading streams to commit timePaolo Bonzini2012-12-061-7/+4
| | | | Store the external data in the STREAMS table.
* delay writing streams to the outfilePaolo Bonzini2012-12-061-5/+0
|
* do _Streams/_Storages enumeration on the internal data structuresPaolo Bonzini2012-12-061-64/+29
|
* move stream creation to database.cPaolo Bonzini2012-12-061-47/+8
|
* 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-0/+5
|
* separate the input and output storages for LibmsiDatabasePaolo Bonzini2012-12-061-3/+3
|
* wine bug: implement streams_view_delete_rowPaolo Bonzini2012-12-061-1/+25
|
* remove libmsi_query_modifyPaolo Bonzini2012-12-061-89/+0
|
* introduce LibmsiResultPaolo Bonzini2012-12-061-32/+32
|
* abandon camelcasePaolo Bonzini2012-12-061-56/+56
|
* allocate views with alloc_msiobjectPaolo Bonzini2012-12-061-1/+1
|
* use actual types in the APIPaolo Bonzini2012-12-061-2/+2
|
* wine bug: do not doubly encode the stream namePaolo Bonzini2012-12-061-12/+1
|
* use libc memory allocation functionsPaolo Bonzini2012-12-061-1/+2
|
* ok, things start to be readablePaolo Bonzini2012-12-061-50/+50
| | | | fix
* get rid of the useless Win32 BOOL typePaolo Bonzini2012-12-061-15/+15
|
* get rid of stupid Win32 integer typesPaolo Bonzini2012-12-061-37/+37
|
* remove superfluous "struct tagMSIVIEW"Paolo Bonzini2012-12-061-15/+15
|
* get rid of P/LP typesPaolo Bonzini2012-12-061-7/+7
|
* split multiple declarations on a single linePaolo Bonzini2012-12-061-1/+2
|
* 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
|
* initial commitPaolo Bonzini2012-10-221-0/+563