summaryrefslogtreecommitdiffstats
path: root/libmsi/streams.c
Commit message (Expand)AuthorAgeFilesLines
* Clean-up all gcc warningMarc-André Lureau2013-02-081-0/+3
* Replace WARN with g_warningMarc-André Lureau2013-02-071-3/+3
* Replace FIXME with g_warning("FIXME:...")Marc-André Lureau2013-02-071-1/+1
* Remove LIBMSI_RESULT_NO_MORE_ITEMS from APIMarc-André Lureau2013-01-171-2/+2
* Merge branch 'pre-gsf'Paolo Bonzini2012-12-101-1/+1
|\
| * 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
|/
* LibmsiViews are not objectsPaolo Bonzini2012-12-061-1/+1
* delay reading streams to commit timePaolo Bonzini2012-12-061-7/+4
* 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
* 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