| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Compiler complains about missing or void returns in non-void functions | Fridrich Štrba | 2013-02-06 | 1 | -0/+2 |
| * | build-sys: g_type_init() is deprecated since 2.36 | Marc-André Lureau | 2013-01-21 | 1 | -1/+3 |
| * | Remove LIBMSI_RESULT_NO_MORE_ITEMS from API | Marc-André Lureau | 2013-01-17 | 1 | -41/+40 |
| * | Fix database_new() usage after API change | Marc-André Lureau | 2013-01-17 | 1 | -49/+49 |
| * | database: import stream from table name | Marc-André Lureau | 2013-01-09 | 1 | -2/+2 |
| * | record: add set_stream() and get_stream() using GIO | Marc-André Lureau | 2013-01-09 | 1 | -25/+38 |
| * | database: remove folder argument from import() | Marc-André Lureau | 2013-01-09 | 1 | -9/+7 |
| * | database: make is_table_persistent() return a boolean | Marc-André Lureau | 2013-01-09 | 1 | -27/+30 |
| * | summary-info: replace get_property_count() by get_properties() | Marc-André Lureau | 2013-01-09 | 1 | -4/+5 |
| * | database: make commit() GObject-like | Marc-André Lureau | 2013-01-09 | 1 | -48/+48 |
| * | database: remove libmsi_database_get_summary_info() | Marc-André Lureau | 2013-01-09 | 1 | -6/+6 |
| * | database: make merge() GObject-like | Marc-André Lureau | 2013-01-09 | 1 | -50/+36 |
| * | database: make import() GObject-like | Marc-André Lureau | 2013-01-09 | 1 | -14/+18 |
| * | database: make export() GObject-like | Marc-André Lureau | 2013-01-09 | 1 | -6/+6 |
| * | database: make apply_transform() GObject-like | Marc-André Lureau | 2013-01-09 | 1 | -2/+2 |
| * | Remove libmsi_database_open_query() | Marc-André Lureau | 2013-01-09 | 1 | -281/+271 |
| * | database: remove libmsi_database_open() | Marc-André Lureau | 2013-01-09 | 1 | -100/+96 |
| * | query: make get_column_info() GObject-like | Marc-André Lureau | 2013-01-09 | 1 | -74/+49 |
| * | query: make libmsi_query_execute() return bool directly and GError | Marc-André Lureau | 2013-01-09 | 1 | -192/+196 |
| * | query: make libmsi_query_fetch() return object directly and GError | Marc-André Lureau | 2013-01-09 | 1 | -356/+326 |
| * | query: return TRUE on success, add GError | Marc-André Lureau | 2013-01-09 | 1 | -138/+139 |
| * | record: make API more GObject like | Marc-André Lureau | 2013-01-09 | 1 | -20/+20 |
| * | summary-info: GObject-like API | Marc-André Lureau | 2013-01-09 | 1 | -94/+62 |
| * | Merge branch 'pre-gsf' | Paolo Bonzini | 2012-12-12 | 1 | -23/+15 |
| |\ | |||||
| | * | testdatabase: clean up some criticals | Marc-André Lureau | 2012-12-12 | 1 | -23/+15 |
| * | | Merge branch 'pre-gsf' | Paolo Bonzini | 2012-12-12 | 1 | -901/+297 |
| |\| | |||||
| | * | Make libmsi_record_get_string() return allocated | Marc-André Lureau | 2012-12-12 | 1 | -901/+297 |
| * | | Merge branch 'pre-gsf' | Paolo Bonzini | 2012-12-12 | 1 | -108/+108 |
| |\| | |||||
| | * | libmsi-record: rename clear_data->clear get_integer->get_int | Marc-André Lureau | 2012-12-12 | 1 | -108/+108 |
| * | | Merge branch 'pre-gsf' | Paolo Bonzini | 2012-12-11 | 1 | -9/+9 |
| |\| | |||||
| | * | libmsi-types: s/MSI_NULL_INTEGER/LIBMSI_NULL_INT | Marc-André Lureau | 2012-12-11 | 1 | -9/+9 |
| * | | Merge branch 'pre-gsf' | Paolo Bonzini | 2012-12-11 | 1 | -15/+15 |
| |\| | |||||
| | * | rename MSI_PID_* constants | Paolo Bonzini | 2012-12-11 | 1 | -15/+15 |
| * | | Merge branch 'pre-gsf' | Paolo Bonzini | 2012-12-11 | 1 | -485/+395 |
| |\| | |||||
| | * | convert to GObject | Marc-André Lureau | 2012-12-11 | 1 | -485/+396 |
| * | | Merge branch 'pre-gsf' | Paolo Bonzini | 2012-12-11 | 1 | -1/+1 |
| |\| | |||||
| | * | tests: fix after 25192181361b93f684b59d67052d88870b60593f | Paolo Bonzini | 2012-12-11 | 1 | -1/+1 |
| * | | Merge branch 'pre-gsf' | Paolo Bonzini | 2012-12-10 | 1 | -27/+27 |
| |\| | |||||
| | * | Rename libmsi_record_create() to libmsi_record_new() | Marc-André Lureau | 2012-12-10 | 1 | -27/+27 |
| * | | port to libgsf | Paolo Bonzini | 2012-12-06 | 1 | -0/+11 |
| |/ | |||||
| * | begin porting testdatabase to non-Windows | Paolo Bonzini | 2012-12-06 | 1 | -321/+336 |
| * | testcases fix for gsf | Paolo Bonzini | 2012-12-06 | 1 | -5/+5 |
| * | wine bug: implement streams_view_delete_row | Paolo Bonzini | 2012-12-06 | 1 | -0/+17 |
| * | remove libmsi_query_modify | Paolo Bonzini | 2012-12-06 | 1 | -1237/+5 |
| * | eliminate LIBMSI_DB_OPEN_DIRECT | Paolo Bonzini | 2012-12-06 | 1 | -14/+2 |
| * | do not use VT_* constants for property types | Paolo Bonzini | 2012-12-06 | 1 | -22/+22 |
| * | introduce LibmsiResult | Paolo Bonzini | 2012-12-06 | 1 | -1664/+1664 |
| * | abandon camelcase | Paolo Bonzini | 2012-12-06 | 1 | -2098/+2098 |
| * | use actual types in the API | Paolo Bonzini | 2012-12-06 | 1 | -172/+173 |
| * | rename View functions to Query | Paolo Bonzini | 2012-12-06 | 1 | -2057/+2057 |
