summaryrefslogtreecommitdiffstats
path: root/libmsi
Commit message (Collapse)AuthorAgeFilesLines
...
* database: make apply_transform() GObject-likeMarc-André Lureau2013-01-091-3/+9
|
* database: Make get_primary_keys() GObject-likeMarc-André Lureau2013-01-091-5/+11
|
* Remove libmsi_database_open_query()Marc-André Lureau2013-01-093-31/+31
| | | | It does the same job as libmsi_query_new()
* database: remove libmsi_database_open()Marc-André Lureau2013-01-091-23/+0
|
* database: Remove unused argument to libmsi_database_apply_transform()Marc-André Lureau2013-01-092-4/+4
|
* Add libmsi_summary_info_get_property_type()Marc-André Lureau2013-01-091-0/+31
|
* query: make get_column_info() GObject-likeMarc-André Lureau2013-01-091-12/+14
|
* query: make libmsi_query_get_error () GObject-likeMarc-André Lureau2013-01-091-26/+11
|
* query: make libmsi_query_execute() return bool directly and GErrorMarc-André Lureau2013-01-091-2/+7
|
* query: make libmsi_query_fetch() return object directly and GErrorMarc-André Lureau2013-01-091-10/+13
|
* query: return TRUE on success, add GErrorMarc-André Lureau2013-01-092-6/+27
|
* record: add API documentationMarc-André Lureau2013-01-091-9/+97
|
* record: make API more GObject likeMarc-André Lureau2013-01-093-61/+46
| | | | | Use TRUE for success. GErrors doesn't seem useful for LibmsiRecord.
* summary-info: GObject-like APIMarc-André Lureau2013-01-091-76/+162
|
* adapt code more to GObject standardsPaolo Bonzini2013-01-093-59/+54
|
* Merge branch 'pre-gsf'Paolo Bonzini2013-01-091-1/+2
|\
| * summary-info: fix random hour in filetime parsingMarc-André Lureau2013-01-091-1/+2
| |
* | add Automake conditional for GIR supportPaolo Bonzini2012-12-121-0/+2
| |
* | Merge branch 'pre-gsf'Paolo Bonzini2012-12-122-74/+78
|\|
| * record: iField -> fieldMarc-André Lureau2012-12-121-71/+71
| |
| * record: reset pointers in libmsi_free_fieldMarc-André Lureau2012-12-121-2/+6
| |
| * testdatabase: clean up some criticalsMarc-André Lureau2012-12-121-4/+2
| |
* | Merge branch 'pre-gsf'Paolo Bonzini2012-12-122-110/+31
|\| | | | | | | | | Conflicts: libmsi/libmsi-record.c
| * Make libmsi_record_get_string() return allocatedMarc-André Lureau2012-12-122-82/+27
| |
* | Merge branch 'pre-gsf'Paolo Bonzini2012-12-124-10/+10
|\|
| * libmsi-record: rename clear_data->clear get_integer->get_intMarc-André Lureau2012-12-124-10/+10
| |
* | Merge branch 'pre-gsf'Paolo Bonzini2012-12-124-29/+143
|\| | | | | | | | | | | Conflicts: libmsi/libmsi-record.c tests/test.h
| * build-sys: move internal headers to _SOURCESMarc-André Lureau2012-12-121-6/+4
| |
| * Move debug.h to libmsi directoryMarc-André Lureau2012-12-122-0/+128
| |
| * Remove unused libmsi_record_get_field_size()Marc-André Lureau2012-12-121-35/+0
| |
| * Introduce GError typesMarc-André Lureau2012-12-121-0/+12
| |
* | Merge branch 'pre-gsf'Paolo Bonzini2012-12-112-9/+9
|\| | | | | | | | | Conflicts: libmsi/table.c
| * libmsi-types: s/MSI_NULL_INTEGER/LIBMSI_NULL_INTMarc-André Lureau2012-12-112-9/+9
| | | | | | | | So that it uses the same namespace prefix.
* | add GObject introspection supportMarc-André Lureau2012-12-111-0/+29
| |
* | Merge branch 'pre-gsf'Paolo Bonzini2012-12-111-34/+34
|\| | | | | | | | | Conflicts: libmsi/libmsi-summary-info.c
| * rename MSI_PID_* constantsPaolo Bonzini2012-12-111-34/+34
| |
* | Merge branch 'pre-gsf'Paolo Bonzini2012-12-1115-439/+735
|\| | | | | | | | | | | | | | | | | | | | | Conflicts: libmsi/Makefile.am libmsi/handle.c libmsi/libmsi-database.c libmsi/libmsi-query.c libmsi/libmsi-record.c libmsi/libmsi-summary-info.c libmsi/msipriv.h
| * convert to GObjectMarc-André Lureau2012-12-1115-447/+742
| |
* | Merge branch 'pre-gsf'Paolo Bonzini2012-12-112-233/+235
|\| | | | | | | | | | | Conflicts: libmsi/libmsi-database.c libmsi/libmsi-summary-info.c
| * reorder functions to prepare for GObjectizationPaolo Bonzini2012-12-112-253/+252
| |
* | Merge branch 'pre-gsf'Paolo Bonzini2012-12-111-7/+9
|\| | | | | | | | | Conflicts: libmsi/libmsi-database.c
| * database: avoid free of uninitialzed variablesMarc-André Lureau2012-12-111-7/+9
| |
* | Merge branch 'pre-gsf'Paolo Bonzini2012-12-109-20/+20
|\|
| * Rename libmsi_record_create() to libmsi_record_new()Marc-André Lureau2012-12-109-20/+20
| |
* | Merge branch 'pre-gsf'Paolo Bonzini2012-12-1019-54/+56
|\| | | | | | | | | | | | | Conflicts: libmsi/Makefile.am libmsi/libmsi-summary-info.c libmsi/msipriv.h
| * Split libmsi.h to be more gobject-likeMarc-André Lureau2012-12-1019-54/+56
| |
* | Merge branch 'pre-gsf' into HEADPaolo Bonzini2012-12-102-290/+290
|\| | | | | | | | | Conflicts: libmsi/msiquery.c
| * move non-query functions to database.cPaolo Bonzini2012-12-102-311/+311
| |
* | Prefer glib macros over custom oneMarc-André Lureau2012-12-102-12/+6
| |
* | Merge branch 'pre-gsf' into HEADPaolo Bonzini2012-12-103-63/+4
|\| | | | | | | | | | | Conflicts: libmsi/msipriv.h libmsi/record.c