| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix up Wmaybe-uninitialized, and remove loop optim warnings | Marc-André Lureau | 2013-02-08 | 1 | -1/+1 |
| * | Mark pure functions | Marc-André Lureau | 2013-02-08 | 1 | -0/+1 |
| * | Clean-up all gcc warning | Marc-André Lureau | 2013-02-08 | 1 | -4/+5 |
| * | Define TRACE to use g_debug() | Marc-André Lureau | 2013-02-07 | 1 | -1/+1 |
| * | Replace WARN with g_warning | Marc-André Lureau | 2013-02-07 | 1 | -17/+17 |
| * | Replace ERR with g_critical | Marc-André Lureau | 2013-02-07 | 1 | -25/+25 |
| * | Remove LIBMSI_RESULT_NO_MORE_ITEMS from API | Marc-André Lureau | 2013-01-17 | 1 | -2/+2 |
| * | database: extract streams during table export | Marc-André Lureau | 2013-01-09 | 1 | -1/+4 |
| * | Remove libmsi_database_open_query() | Marc-André Lureau | 2013-01-09 | 1 | -3/+5 |
| * | record: make API more GObject like | Marc-André Lureau | 2013-01-09 | 1 | -16/+7 |
| * | Merge branch 'pre-gsf' | Paolo Bonzini | 2012-12-12 | 1 | -6/+6 |
| |\ | |||||
| | * | libmsi-record: rename clear_data->clear get_integer->get_int | Marc-André Lureau | 2012-12-12 | 1 | -6/+6 |
| * | | Merge branch 'pre-gsf' | Paolo Bonzini | 2012-12-11 | 1 | -5/+5 |
| |\| | |||||
| | * | libmsi-types: s/MSI_NULL_INTEGER/LIBMSI_NULL_INT | Marc-André Lureau | 2012-12-11 | 1 | -5/+5 |
| * | | Merge branch 'pre-gsf' | Paolo Bonzini | 2012-12-11 | 1 | -8/+8 |
| |\| | |||||
| | * | convert to GObject | Marc-André Lureau | 2012-12-11 | 1 | -8/+8 |
| * | | Merge branch 'pre-gsf' | Paolo Bonzini | 2012-12-10 | 1 | -7/+7 |
| |\| | |||||
| | * | Rename libmsi_record_create() to libmsi_record_new() | Marc-André Lureau | 2012-12-10 | 1 | -7/+7 |
| * | | Merge branch 'pre-gsf' | Paolo Bonzini | 2012-12-10 | 1 | -5/+5 |
| |\| | |||||
| | * | Split libmsi.h to be more gobject-like | Marc-André Lureau | 2012-12-10 | 1 | -5/+5 |
| * | | 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 |
