]> git.ipfire.org Git - thirdparty/libvirt.git/shortlog
thirdparty/libvirt.git
2019-10-16  Ján TomkoDefine G_DEFINE_AUTOPTR_CLEANUP_FUNC for virDomainCheck...
2019-10-16  Ján TomkoUse g_autoptr instead of VIR_AUTOPTR
2019-10-16  Ján TomkoUse G_DEFINE_AUTOPTR_CLEANUP_FUNC instead of VIR_DEFINE...
2019-10-16  Ján TomkoUse g_autofree instead of VIR_AUTOFREE
2019-10-16  Ján Tomkovirbuffer: use g_auto directly for virBuffer
2019-10-16  Ján Tomkoutil: xml: use g_auto directly for VIR_XPATH_NODE_AUTOR...
2019-10-15  Ján TomkoUse G_N_ELEMENTS instead of ARRAY_CARDINALITY
2019-10-15  Ján Tomkoexamples: Use G_N_ELEMENTS instead of ARRAY_CARDINALITY
2019-10-15  Ján TomkoUse G_GNUC_FALLTHROUGH instead of ATTRIBUTE_FALLTHROUGH
2019-10-15  Ján TomkoDocument the ATTRIBUTE_FALLTHROUGH macro
2019-10-15  Ján TomkoUse G_GNUC_PRINTF instead of ATTRIBUTE_FMT_PRINTF
2019-10-15  Ján TomkoUse G_GNUC_NO_INLINE instead of ATTRIBUTE_NOINLINE
2019-10-15  Ján Tomkosyntax-check: prohibit_attribute_macros: generalize...
2019-10-15  Ján Tomkosyntax-check: mock-noinline: fix after G_GNUC attribute...
2019-10-15  Pavel Moresqemu: fix EFI nvram removal on domain undefine
2019-10-15  Ján Tomkosyntax-check: forbid ATTRIBUTE macros with a GLib repla...
2019-10-15  Ján Tomkointernal: remove no longer used ATTRIBUTE macros
2019-10-15  Ján Tomkogendispatch: generate G_GNUC_UNUSED instead of ATTRIBUT...
2019-10-15  Ján Tomkosyntax-check: check for G_GNUC_UNUSED instead of ATTRIB...
2019-10-15  Ján TomkoUse G_GNUC_UNUSED everywhere
2019-10-15  Ján Tomkovz: use G_GNUC_UNUSED
2019-10-15  Ján Tomkovbox: use G_GNUC_UNUSED
2019-10-15  Ján Tomkoutil: use G_GNUC_UNUSED
2019-10-15  Ján Tomkotools: use G_GNUC_UNUSED
2019-10-15  Ján Tomkotests: use G_GNUC_UNUSED
2019-10-15  Ján Tomkotest: use G_GNUC_UNUSED
2019-10-15  Ján Tomkostorage: use G_GNUC_UNUSED
2019-10-15  Ján Tomkosecurity: use G_GNUC_UNUSED
2019-10-15  Ján Tomkorpc: use G_GNUC_UNUSED
2019-10-15  Ján Tomkoremote: use G_GNUC_UNUSED
2019-10-15  Ján Tomkoqemu: use G_GNUC_UNUSED
2019-10-15  Ján Tomkoopenvz: use G_GNUC_UNUSED
2019-10-15  Ján Tomkonwfilter: use G_GNUC_UNUSED
2019-10-15  Ján Tomkonode_device: use G_GNUC_UNUSED
2019-10-15  Ján Tomkonetwork: use G_GNUC_UNUSED
2019-10-15  Ján Tomkolxc: use G_GNUC_UNUSED
2019-10-15  Ján Tomkologging: use G_GNUC_UNUSED
2019-10-15  Ján Tomkolocking: use G_GNUC_UNUSED
2019-10-15  Ján Tomkolibxl: use G_GNUC_UNUSED
2019-10-15  Ján Tomkoesx: use G_GNUC_UNUSED
2019-10-15  Ján Tomkocpu: use G_GNUC_UNUSED
2019-10-15  Ján Tomkoconf: use G_GNUC_UNUSED
2019-10-15  Ján Tomkobhyve: use G_GNUC_UNUSED
2019-10-15  Ján Tomkoadmin: use G_GNUC_UNUSED
2019-10-15  Ján Tomkoaccess: use G_GNUC_UNUSED
2019-10-15  Ján Tomkoexamples: use G_GNUC_UNUSED
2019-10-15  Ján TomkoUse G_GNUC_WARN_UNUSED_RESULT instead of ATTRIBUTE_RETU...
2019-10-15  Ján Tomkouse G_GNUC_NULL_TERMINATED instead of ATTRIBUTE_SENTINEL
2019-10-15  Ján Tomkouse G_GNUC_NORETURN instead of ATTRIBUTE_NORETURN
2019-10-15  Ján Tomkoapibuild: ignore GLib macros too
2019-10-15  Ján Tomkoutil: remove MIN and MAX macros
2019-10-14  Michal Privozniksecurity_stack: Perform rollback if one of stacked...
2019-10-14  Michal Privozniksecurity_stack: Turn list of nested drivers into a...
2019-10-14  Michal Privozniksecurity: Introduce virSecurityManagerGetDriver()
2019-10-14  Michal Privozniksecurity: Rename virSecurityManagerGetDriver() to virSe...
2019-10-14  Michal Privozniksecurity: Pass @migrated to virSecurityManagerSetAllLabel
2019-10-14  Daniel P. Berrangébuild: remove use of usleep gnulib module in favour...
2019-10-14  Daniel P. Berrangéutil: replace strerror/strerror_r with g_strerror
2019-10-14  Daniel P. Berrangéconf: convert over to use GRegex for regular expressions
2019-10-14  Daniel P. Berrangélibxl: convert over to use GRegex for regular expressions
2019-10-14  Daniel P. Berrangéutil: convert virIdentity class to use GObject
2019-10-14  Daniel P. Berrangéremote: convert methods using virIdentityPtr to auto...
2019-10-14  Daniel P. Berrangérpc: convert methods using virIdentityPtr to auto free...
2019-10-14  Daniel P. Berrangéadmin: convert admin server code to use auto free macros
2019-10-14  Daniel P. Berrangéaccess: convert polkit driver to auto free memory
2019-10-14  Daniel P. Berrangéutil: convert virIdentity implementation and test suite...
2019-10-14  Daniel P. Berrangéutil: use glib base64 encoding/decoding APIs
2019-10-14  Daniel P. Berrangéconf: convert virSecretObj APIs to use autofree
2019-10-14  Daniel P. Berrangésrc: add support for g_autoptr with virObject instances
2019-10-14  Daniel P. Berrangéutil: rewrite auto cleanup macros to use glib's equivalent
2019-10-14  Daniel P. Berrangéutil: convert virSystemdActivation to use VIR_DEFINE_AU...
2019-10-14  Daniel P. Berrangéutil: use glib string allocation/formatting functions
2019-10-14  Daniel P. Berrangéutil: use glib memory allocation functions
2019-10-14  Daniel P. Berrangébuild: link to glib library
2019-10-14  Daniel P. Berrangébuild: probe for glib-2 library in configure
2019-10-11  Cole Robinsonsecurity: selinux: Label externalDataStore
2019-10-11  Cole Robinsonsecurity: selinux: break out SetImageLabelRelative
2019-10-11  Cole Robinsonsecurity: selinux: Restore image label for externalData...
2019-10-11  Cole Robinsonsecurity: selinux: Add is_toplevel to SetImageLabelInternal
2019-10-11  Cole Robinsonsecurity: selinux: Drop !parent handling in SetImageLab...
2019-10-11  Cole Robinsonsecurity: selinux: Simplify SetImageLabelInternal
2019-10-11  Cole Robinsonsecurity: dac: Label externalDataStore
2019-10-11  Cole Robinsonsecurity: dac: break out SetImageLabelRelative
2019-10-11  Cole Robinsonsecurity: dac: Restore image label for externalDataStore
2019-10-11  Cole Robinsonsecurity: dac: Add is_toplevel to SetImageLabelInternal
2019-10-11  Cole Robinsonsecurity: dac: Drop !parent handling in SetImageLabelIn...
2019-10-11  Cole Robinsonstoragefile: Fill in meta->externalDataStore
2019-10-11  Cole Robinsonstoragefile: Add externalDataStore member
2019-10-11  Cole Robinsonstoragefile: Split out virStorageSourceNewFromChild
2019-10-11  Cole Robinsonstoragefile: Don't access backingStoreRaw directly...
2019-10-11  Cole Robinsonstoragefile: Fill in meta->externalDataStoreRaw
2019-10-11  Cole Robinsonstoragefile: Add externalDataStoreRaw member
2019-10-11  Cole Robinsonstoragefile: Fix backing format \0 check
2019-10-11  Cole Robinsonstoragefile: Rename qcow2GetExtensions 'format' argument
2019-10-11  Cole Robinsonstoragefile: Rename qcow2GetBackingStoreFormat
2019-10-11  Cole Robinsonstoragefile: Push extension_end calc to qcow2GetBacking...
2019-10-11  Cole Robinsonstoragefile: Push 'start' into qcow2GetBackingStoreFormat
2019-10-11  Cole Robinsonstoragefile: Use qcowXGetBackingStore directly
2019-10-11  Cole Robinsonstoragefile: Drop now unused isQCow2 argument
2019-10-11  Cole Robinsonstoragefile: Check version to determine if qcow2 or not
next