summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* tools: Remove a reference to fedorahosted.orgFabiano Fidêncio2019-01-241-1/+1
* tools,install-script: Add "installation-source" parameterFabiano Fidêncio2018-12-201-0/+15
* Remove FSF address from source filesFabiano Fidêncio2018-10-153-6/+3
* Use OSINFO_ERROR in more placesChristophe Fergeau2018-09-212-4/+4
* osinfo-detect: Replace strcmp() with g_str_equal()Fabiano Fidêncio2018-09-061-4/+4
* tools: Fix compilation with Clang 6Andrea Bolognani2018-05-122-2/+2
* Remove osinfo-db-validate toolDaniel P. Berrange2016-07-182-359/+2
* tools: Fix OsinfoOs leak in osinfo-install-scriptChristophe Fergeau2016-07-011-2/+5
* osinfo-query: return failure when no matches are foundFabiano Fidêncio2016-07-011-2/+13
* Use GLIB_VERSION_MAX_ALLOWEDFabiano Fidêncio2016-01-111-0/+5
* Remove checks/code for GLib older than 2.35.1Fabiano Fidêncio2016-01-114-16/+0
* tools,install-script: Allow arg to be a media fileZeeshan Ali (Khattak)2015-05-191-16/+42
* tools,install-script: Add missing '\n' to error msgZeeshan Ali (Khattak)2015-05-071-1/+1
* cfg.mk: enable and fix sc_space_tabGiuseppe Scrivano2014-08-061-11/+11
* tools: fix spacing to satisfy sc_bracket_spacing_checkGiuseppe Scrivano2014-06-044-27/+27
* osinfo-install-script: support --list-injection-methodsGiuseppe Scrivano2014-03-061-3/+43
* tools: osinfo-detect prints variantZeeshan Ali (Khattak)2013-11-291-1/+29
* Fix "propfile" typo in osinfo-install-script.cFabiano Fidêncio2013-09-121-1/+1
* osinfo-detect: Fix segfault with non bootable mediaCole Robinson2013-02-111-1/+1
* install-script tool: Fix compiler warningCole Robinson2013-02-111-2/+3
* install-script tool: Display names of generated filesZeeshan Ali (Khattak)2013-02-071-0/+5
* install-script tool: Take GFile creation out of the loopZeeshan Ali (Khattak)2013-02-071-2/+4
* build-sys: g_type_init() is deprecated in 2.36Marc-André Lureau2013-01-214-0/+8
* Add ability to list install script config params & profilesDaniel P. Berrange2013-01-111-4/+108
* install-config: Drop support for encoding in l10n paramsZeeshan Ali (Khattak)2013-01-071-1/+1
* Add osinfo_db_identify_mediaChristophe Fergeau2012-12-131-5/+8
* Use new osinfo_list_new_* helpers everywhereChristophe Fergeau2012-12-071-4/+4
* Translate all (potentially) user visible stringsZeeshan Ali (Khattak)2012-10-314-88/+90
* Add translation frameworkZeeshan Ali (Khattak)2012-10-265-0/+29
* osinfo-detect: ignore DB loading errorsChristophe Fergeau2012-09-041-3/+6
* Add desktop profile for WindowsFabiano Fidêncio2012-08-231-27/+22
* install script: generates the output in a fileFabiano Fidêncio2012-08-231-18/+27
* Standardize function namesFabiano Fidêncio2012-08-231-1/+1
* Add a command line tool for generating install scriptsDaniel P. Berrange2012-08-232-2/+362
* Don't generate man pages in source directoryv0.1.1Daniel P. Berrange2012-04-121-1/+3
* Don't call memset() with zero length for paddingFabiano Fidêncio2012-03-231-2/+6
* Add missing initializers for OsinfoLabel structsFabiano Fidêncio2012-03-231-4/+4
* Disable vendor, distro & family display by defaultDaniel P. Berrange2012-03-221-3/+3
* Add 'distro' field to osinfo-query commandDaniel P. Berrange2012-03-221-1/+3
* Add a 'osinfo-query' command line toolDaniel P. Berrange2012-03-132-2/+714
* Add <config.h> to all files & remove trailing blanksDaniel P. Berrange2012-02-241-1/+3
* Normalize whitespace at end of fileDaniel P. Berrange2012-02-241-1/+0
* Death to TABsDaniel P. Berrange2012-02-242-4/+4
* Add a man page for the osinfo-detect commandDaniel P. Berrange2012-02-242-1/+63
* Add an osinfo-db-validate command for verifying XML filesDaniel P. Berrange2012-02-242-3/+361
* Add support for install tree metadataDaniel P. Berrange2012-02-231-17/+110
* Detection tool should set env for media IDZeeshan Ali (Khattak)2011-11-241-0/+2
* API to indicate media is live and/or installerZeeshan Ali (Khattak)2011-11-241-8/+17
* Return matched OS mediaZeeshan Ali (Khattak)2011-11-241-1/+2
* Add #include <string.h> for strcmpChristophe Fergeau2011-11-211-0/+1