summaryrefslogtreecommitdiff
path: root/osinfo/osinfo_media.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-13Fix GObject property gtk-doc nameChristophe Fergeau1-11/+11
2012-12-03Fix OsinfoMedia::installer-reboots default valueChristophe Fergeau1-1/+1
2012-11-28media: Use G_PARAM_STATIC_STRINGSChristophe Fergeau1-30/+10
2012-11-28media: Don't mark properties as _CONSTRUCTChristophe Fergeau1-3/+0
2012-11-28Fix 'inirtd' typoChristophe Fergeau1-1/+1
2012-10-31Translate all (potentially) user visible stringsZeeshan Ali (Khattak)1-20/+21
2012-10-10Add 'installer-reboots' parameter to OsinfoMediaZeeshan Ali (Khattak)1-0/+63
2012-09-27Remove a redundant private functionZeeshan Ali (Khattak)1-17/+6
2012-09-26More type-specific entity value getters/settersZeeshan Ali (Khattak)1-16/+4
2012-08-23Fix missing ":" at commentsFabiano FidĂȘncio1-9/+9
2012-03-22Standardize OS family names as all lowercaseDaniel P. Berrange1-2/+2
2012-03-21Handle short reads when extracting ISO headersDaniel P. Berrange1-38/+75
2012-02-24Add <config.h> to all files & remove trailing blanksDaniel P. Berrange1-0/+2
2012-02-24Fix Red Hat copyright lineDaniel P. Berrange1-1/+1
2012-02-24Remove redundant 'packed' attribute since struct is fully alignedDaniel P. Berrange1-2/+2
2012-02-21Also extract application ID from ISO PVDDaniel P. Berrange1-1/+55
2012-01-09Check PrimaryVolumeDescriptor size at compile-timeChristophe Fergeau1-0/+7
2012-01-06Mark the volume descriptor structs as packedChristophe Fergeau1-2/+2
2011-12-02Fix OSINFO_MEDIA_ERROR_INSUFFIENT_METADATA typoChristophe Fergeau1-1/+1
2011-12-02Fix "insufficient metadata" test in on_pvd_readChristophe Fergeau1-2/+1
2011-12-02Handle empty/NULL strings in is_str_emptyChristophe Fergeau1-3/+6
2011-11-24Fix setting of property default valueChristophe Fergeau1-17/+2
2011-11-24Correct flags for most Media propertiesZeeshan Ali (Khattak)1-9/+0
2011-11-24Initialize Media.installer to default valueZeeshan Ali (Khattak)1-0/+17
2011-11-24Don't entertain empty ID headers from ISOsZeeshan Ali (Khattak)1-3/+17
2011-11-24Expose Media properties as gobject propertiesZeeshan Ali (Khattak)1-0/+302
2011-11-24API to indicate media is live and/or installerZeeshan Ali (Khattak)1-0/+40
2011-11-24Update to newer COPYING.LIB file with correct FSF addressDaniel P. Berrange1-1/+1
2011-10-18Add API to fetch paths to kernel and initrd imagesZeeshan Ali (Khattak)1-0/+32
2011-10-04Fix two small introspection annotationsZeeshan Ali (Khattak)1-2/+2
2011-09-23Media ID strings are now regular expressionsZeeshan Ali (Khattak)1-6/+9
2011-09-12Fix typos in OsinfoMedia doc commentsZeeshan Ali (Khattak)1-5/+5
2011-08-23Async variant of osinfo_media_create_from_location()Zeeshan Ali (Khattak)1-77/+274
2011-08-23'new' -> 'create' in osinfo_media_new_from_location()Zeeshan Ali (Khattak)1-4/+4
2011-08-23Add osinfo_media_new_from_location()Zeeshan Ali (Khattak)1-0/+176
2011-08-04Add Media classZeeshan Ali (Khattak)1-0/+178