| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Split libmsi.h to be more gobject-like | Marc-André Lureau | 2012-12-10 | 1 | -2607/+0 |
| | | |||||
| * | move non-query functions to database.c | Paolo Bonzini | 2012-12-10 | 1 | -0/+311 |
| | | |||||
| * | LibmsiViews are not objects | Paolo Bonzini | 2012-12-06 | 1 | -1/+1 |
| | | |||||
| * | use arrays of chars for GUIDs | Paolo Bonzini | 2012-12-06 | 1 | -8/+8 |
| | | |||||
| * | rewrite outfile completely on commit | Paolo Bonzini | 2012-12-06 | 1 | -112/+169 |
| | | |||||
| * | delay writing storages to the outfile | Paolo Bonzini | 2012-12-06 | 1 | -20/+0 |
| | | |||||
| * | delay reading streams to commit time | Paolo Bonzini | 2012-12-06 | 1 | -37/+16 |
| | | | | | Store the external data in the STREAMS table. | ||||
| * | delay writing streams to the outfile | Paolo Bonzini | 2012-12-06 | 1 | -44/+24 |
| | | |||||
| * | open infile streams in advance | Paolo Bonzini | 2012-12-06 | 1 | -64/+45 |
| | | |||||
| * | special-case db->infile streams | Paolo Bonzini | 2012-12-06 | 1 | -25/+31 |
| | | |||||
| * | load all table names on startup | Paolo Bonzini | 2012-12-06 | 1 | -9/+21 |
| | | |||||
| * | block writes to databases that were open as read-only | Paolo Bonzini | 2012-12-06 | 1 | -0/+6 |
| | | |||||
| * | do _Streams/_Storages enumeration on the internal data structures | Paolo Bonzini | 2012-12-06 | 1 | -0/+50 |
| | | |||||
| * | move stream creation to database.c | Paolo Bonzini | 2012-12-06 | 1 | -3/+64 |
| | | |||||
| * | add cache_infile_structure | Paolo Bonzini | 2012-12-06 | 1 | -0/+42 |
| | | |||||
| * | make table stream I/O independent from everything else | Paolo Bonzini | 2012-12-06 | 1 | -2/+59 |
| | | |||||
| * | initialize db after creating the struct | Paolo Bonzini | 2012-12-06 | 1 | -15/+19 |
| | | |||||
| * | separate the input and output storages for LibmsiDatabase | Paolo Bonzini | 2012-12-06 | 1 | -9/+13 |
| | | |||||
| * | move management of substorages to LibmsiDatabase | Paolo Bonzini | 2012-12-06 | 1 | -0/+209 |
| | | |||||
| * | store stream name in db->streams | Paolo Bonzini | 2012-12-06 | 1 | -27/+5 |
| | | |||||
| * | do not use _libmsi_query_modify | Paolo Bonzini | 2012-12-06 | 1 | -11/+9 |
| | | |||||
| * | eliminate LIBMSI_DB_OPEN_DIRECT | Paolo Bonzini | 2012-12-06 | 1 | -17/+3 |
| | | | | | It is not supported by libgsf | ||||
| * | introduce LibmsiResult | Paolo Bonzini | 2012-12-06 | 1 | -117/+117 |
| | | |||||
| * | abandon camelcase | Paolo Bonzini | 2012-12-06 | 1 | -86/+86 |
| | | |||||
| * | use actual types in the API | Paolo Bonzini | 2012-12-06 | 1 | -73/+50 |
| | | |||||
| * | rename View functions to Query | Paolo Bonzini | 2012-12-06 | 1 | -21/+21 |
| | | | | | | The implementation-side "view" concept is different from the API side. Rename the API to make it more consistent. | ||||
| * | remove Unicode APIs | Paolo Bonzini | 2012-12-06 | 1 | -37/+11 |
| | | |||||
| * | make Unicode APIs private | Paolo Bonzini | 2012-12-06 | 1 | -2/+2 |
| | | |||||
| * | make MsiDatabaseExport accept a file descriptor | Paolo Bonzini | 2012-12-06 | 1 | -52/+18 |
| | | |||||
| * | make MsiRecordSetStream ASCII-only | Paolo Bonzini | 2012-12-06 | 1 | -19/+15 |
| | | |||||
| * | make MsiDatabaseImport ASCII only | Paolo Bonzini | 2012-12-06 | 1 | -55/+36 |
| | | |||||
| * | make MsiOpenDatabase ASCII only | Paolo Bonzini | 2012-12-06 | 1 | -57/+25 |
| | | | | | Removes DeleteFile, LPCTSTR, GetCurrentDirectoryW. | ||||
| * | do not use lstr functions | Paolo Bonzini | 2012-12-06 | 1 | -34/+34 |
| | | |||||
| * | ok, things start to be readable | Paolo Bonzini | 2012-12-06 | 1 | -115/+115 |
| | | | | | fix | ||||
| * | get rid of the useless Win32 BOOL type | Paolo Bonzini | 2012-12-06 | 1 | -14/+14 |
| | | |||||
| * | get rid of the stupid Win32 CHAR type | Paolo Bonzini | 2012-12-06 | 1 | -6/+6 |
| | | |||||
| * | get rid of stupid Win32 integer types | Paolo Bonzini | 2012-12-06 | 1 | -85/+85 |
| | | |||||
| * | get rid of WINAPI | Paolo Bonzini | 2012-12-06 | 1 | -9/+9 |
| | | |||||
| * | make MSIOBJECT arguments explicitly pointers | Paolo Bonzini | 2012-12-06 | 1 | -9/+9 |
| | | |||||
| * | get rid of P/LP types | Paolo Bonzini | 2012-12-06 | 1 | -99/+99 |
| | | |||||
| * | split multiple declarations on a single line | Paolo Bonzini | 2012-12-06 | 1 | -14/+34 |
| | | |||||
| * | get rid of handles | Paolo Bonzini | 2012-12-06 | 1 | -20/+17 |
| | | |||||
| * | we finally have our own header | Paolo Bonzini | 2012-12-06 | 1 | -1/+1 |
| | | |||||
| * | stub away a large body of Windows headers | Paolo Bonzini | 2012-12-06 | 1 | -1/+0 |
| | | |||||
| * | promote wine includes to main source directory | Paolo Bonzini | 2012-12-06 | 1 | -2/+2 |
| | | |||||
| * | header file diet | Paolo Bonzini | 2012-12-06 | 1 | -1/+0 |
| | | |||||
| * | butcher debugging interfaces | Paolo Bonzini | 2012-12-06 | 1 | -1/+0 |
| | | |||||
| * | drop OLE Automation support | Paolo Bonzini | 2012-12-06 | 1 | -153/+3 |
| | | |||||
| * | initial commit | Paolo Bonzini | 2012-10-22 | 1 | -0/+2180 |
