Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | convert array-strings to literals | Paolo Bonzini | 2012-12-06 | 1 | -12/+9 |
* | eliminate Windows dependencies | Paolo Bonzini | 2012-12-06 | 1 | -12/+1 |
* | eliminate WCHAR | Paolo Bonzini | 2012-12-06 | 1 | -199/+168 |
* | port to libgsf | Paolo Bonzini | 2012-12-06 | 1 | -120/+80 |
* | do not use InterlockedIncrement/Decrement | Paolo Bonzini | 2012-12-06 | 1 | -5/+5 |
* | LibmsiViews are not objects | Paolo Bonzini | 2012-12-06 | 1 | -1/+1 |
* | remove unused strings from msipriv.h | Paolo Bonzini | 2012-12-06 | 1 | -0/+2 |
* | rewrite outfile completely on commit | Paolo Bonzini | 2012-12-06 | 1 | -4/+14 |
* | drop cached tables on commit | Paolo Bonzini | 2012-12-06 | 1 | -2/+12 |
* | load all table names on startup | Paolo Bonzini | 2012-12-06 | 1 | -16/+40 |
* | make table stream I/O independent from everything else | Paolo Bonzini | 2012-12-06 | 1 | -16/+18 |
* | reorganize commit process to prepare for adding streams/storages | Paolo Bonzini | 2012-12-06 | 1 | -17/+3 |
* | separate the input and output storages for LibmsiDatabase | Paolo Bonzini | 2012-12-06 | 1 | -4/+4 |
* | remove libmsi_query_modify | Paolo Bonzini | 2012-12-06 | 1 | -149/+0 |
* | introduce LibmsiResult | Paolo Bonzini | 2012-12-06 | 1 | -180/+180 |
* | abandon camelcase | Paolo Bonzini | 2012-12-06 | 1 | -176/+176 |
* | allocate views with alloc_msiobject | Paolo Bonzini | 2012-12-06 | 1 | -1/+1 |
* | use actual types in the API | Paolo Bonzini | 2012-12-06 | 1 | -31/+31 |
* | rename View functions to Query | Paolo Bonzini | 2012-12-06 | 1 | -3/+3 |
* | encode stream names from UTF-8 | Paolo Bonzini | 2012-12-06 | 1 | -17/+35 |
* | decode stream names from UTF-8 | Paolo Bonzini | 2012-12-06 | 1 | -16/+38 |
* | do not use lstr functions | Paolo Bonzini | 2012-12-06 | 1 | -18/+18 |
* | ok, things start to be readable | Paolo Bonzini | 2012-12-06 | 1 | -175/+175 |
* | get rid of the useless Win32 BOOL type | Paolo Bonzini | 2012-12-06 | 1 | -37/+37 |
* | get rid of stupid Win32 integer types | Paolo Bonzini | 2012-12-06 | 1 | -178/+178 |
* | remove superfluous "struct tagMSIVIEW" | Paolo Bonzini | 2012-12-06 | 1 | -23/+23 |
* | get rid of P/LP types | Paolo Bonzini | 2012-12-06 | 1 | -48/+48 |
* | split multiple declarations on a single line | Paolo Bonzini | 2012-12-06 | 1 | -4/+9 |
* | we finally have our own header | Paolo Bonzini | 2012-12-06 | 1 | -1/+1 |
* | 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 | -2/+1 |
* | initial commit | Paolo Bonzini | 2012-10-22 | 1 | -0/+2805 |