summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Add libmsi_summary_info_get_property_type()Marc-André Lureau2013-01-091-4/+3
|
* query: make get_column_info() GObject-likeMarc-André Lureau2013-01-091-6/+6
|
* query: make libmsi_query_execute() return bool directly and GErrorMarc-André Lureau2013-01-092-18/+15
|
* query: make libmsi_query_fetch() return object directly and GErrorMarc-André Lureau2013-01-091-18/+23
|
* query: return TRUE on success, add GErrorMarc-André Lureau2013-01-091-2/+2
|
* msibuild: add main() catch-all GError handlerMarc-André Lureau2013-01-091-4/+13
|
* msiinfo: add main() catch-all GError handlerMarc-André Lureau2013-01-091-20/+24
|
* record: make API more GObject likeMarc-André Lureau2013-01-092-11/+8
| | | | | Use TRUE for success. GErrors doesn't seem useful for LibmsiRecord.
* summary-info: GObject-like APIMarc-André Lureau2013-01-092-63/+85
|
* Merge branch 'pre-gsf'Paolo Bonzini2013-01-091-1/+1
|\
| * msiinfo: do not crash if 'export' is not given argumentsMarc-André Lureau2013-01-091-1/+1
| |
* | Merge branch 'pre-gsf'Paolo Bonzini2012-12-121-39/+26
|\| | | | | | | | | Conflicts: libmsi/libmsi-record.c
| * Make libmsi_record_get_string() return allocatedMarc-André Lureau2012-12-121-39/+26
| |
* | Merge branch 'pre-gsf'Paolo Bonzini2012-12-121-1/+1
|\|
| * libmsi-record: rename clear_data->clear get_integer->get_intMarc-André Lureau2012-12-121-1/+1
| |
* | Merge branch 'pre-gsf'Paolo Bonzini2012-12-112-30/+30
|\| | | | | | | | | Conflicts: libmsi/libmsi-summary-info.c
| * rename MSI_PID_* constantsPaolo Bonzini2012-12-112-30/+30
| |
* | Merge branch 'pre-gsf'Paolo Bonzini2012-12-112-25/+25
|\| | | | | | | | | | | | | | | | | | | | | 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-112-25/+27
| |
* | Merge branch 'pre-gsf'Paolo Bonzini2012-12-102-2/+2
|\|
| * Rename libmsi_record_create() to libmsi_record_new()Marc-André Lureau2012-12-102-2/+2
| |
* | Merge branch 'pre-gsf'Paolo Bonzini2012-12-101-0/+2
|\| | | | | | | | | | | | | Conflicts: libmsi/Makefile.am libmsi/libmsi-summary-info.c libmsi/msipriv.h
| * Split libmsi.h to be more gobject-likeMarc-André Lureau2012-12-101-0/+2
| |
* | Merge branch 'pre-gsf' into HEADPaolo Bonzini2012-12-104-6/+340
|\| | | | | | | | | | | Conflicts: libmsi/msipriv.h libmsi/record.c
| * msiinfo: return 0 on cmd successMarc-André Lureau2012-12-101-0/+12
| |
| * msibuild: add options to execute arbitrary queriesPaolo Bonzini2012-12-073-0/+310
| |
| * msibuild: fix return code when errors occurPaolo Bonzini2012-12-071-1/+4
| |
| * msiinfo: fix printing of INSERT queries with NULL valuesPaolo Bonzini2012-12-071-5/+8
| |
| * msiinfo: do not print CREATE TABLE for standard tablesPaolo Bonzini2012-12-071-0/+6
| |
* | Merge branch 'pre-gsf'Paolo Bonzini2012-12-072-11/+254
|\|
| * msiinfo: export tables as binary dataPaolo Bonzini2012-12-071-0/+3
| | | | | | | | libmsi already adds the trailing \r.
| * msibuild: fix bug when -s is at the end of the command linePaolo Bonzini2012-12-071-2/+2
| |
| * msiinfo: fix help for suminfo commandPaolo Bonzini2012-12-071-1/+1
| |
| * msiinfo: use g_mallocPaolo Bonzini2012-12-071-6/+2
| |
| * msiinfo: add export to SQLPaolo Bonzini2012-12-071-2/+246
| | | | | | | | | | Still not that useful since there is no tool to read it back, but it shows how to use the API.
* | eliminate Windows dependenciesPaolo Bonzini2012-12-061-0/+1
| |
* | port to libgsfPaolo Bonzini2012-12-062-0/+2
|/ | | | | | | | | | | | status: - record+suminfo pass - the following tests fail in testdatabase: try_transform, stringtable, deleterow, storages_table, createtable. Some of these are not enabled on POSIX systems, but the others pass there. TODO: port the missing tests to libgsf, run them against the IStorage version and again with the new one. verify that the testsuite passes on POSIX systems.
* msibuild: support setting the summary informationPaolo Bonzini2012-12-061-4/+109
|
* msiinfo: add extract commandPaolo Bonzini2012-12-061-0/+86
|
* temporary changes for 64-bit (un)cleanlinessPaolo Bonzini2012-12-061-2/+2
|
* msibuild: new toolPaolo Bonzini2012-12-061-0/+178
| | | | | Converted from winemsibuilder, using the _Streams table instead of the OLE storage API. The command-line is also a bit more powerful.
* msiinfo: add suminfo commandPaolo Bonzini2012-12-061-0/+94
|
* msiinfo: add export commandPaolo Bonzini2012-12-061-0/+28
|
* msiinfo: add tables commandPaolo Bonzini2012-12-061-0/+40
|
* msiinfo: add streams commandPaolo Bonzini2012-12-061-0/+123
|
* msiinfo: commit skeletonPaolo Bonzini2012-12-061-0/+161