summaryrefslogtreecommitdiff
path: root/src/datatypes.c
Commit message (Expand)AuthorAgeFilesLines
* datatypes: use g_strdup instead of VIR_STRDUPJán Tomko2019-10-211-29/+16
* network: add public APIs for network port objectDaniel P. Berrangé2019-06-171-0/+60
* backup: Introduce virDomainCheckpointPtrEric Blake2019-03-261-1/+62
* Use NULLSTR_EMPTYJán Tomko2019-02-141-1/+1
* rpc: client stream: dispose private data on stream disposeNikolay Shirokovskiy2019-02-081-0/+2
* Require a semicolon for VIR_ONCE_GLOBAL_INIT callsCole Robinson2019-02-031-1/+1
* src: Fix memory leak in virNWFilterBindingDisposeJohn Ferlan2018-07-211-0/+1
* nwfilter: export port binding concept in the public APIDaniel P. Berrangé2018-06-261-0/+67
* virobject: Introduce VIR_CLASS_NEW() macroMichal Privoznik2018-04-181-4/+1
* datatypes: Rename @parent to @parentName in virNodeDeviceMichal Privoznik2018-04-181-1/+1
* Remove backslash alignment attemptsAndrea Bolognani2017-11-031-6/+6
* datatypes: removing unnecessary return statement.Julio Faracco2017-05-181-1/+0
* refactoring: Use the return value of virObjectRef directlyMarc Hartmayer2017-04-101-4/+2
* virGetDomain: Set domain ID tooMichal Privoznik2017-04-031-2/+6
* conf: simplify internal virSecretDef handling of usageDaniel P. Berrange2017-01-091-2/+1
* admin: Use the newly introduced close callback handling helpersErik Skultety2016-11-141-4/+1
* datatypes: Introduce some admin-related close callback handling helpersErik Skultety2016-11-141-0/+62
* admin: Introduce virAdmClient client-side objectErik Skultety2016-05-021-0/+35
* datatypes.c: Replace 'close' with 'closeData'Michal Privoznik2016-03-021-36/+36
* close callback: move it to driverNikolay Shirokovskiy2016-03-011-21/+10
* virConnectCloseCallbackDataDispose: remove unnecessary locksNikolay Shirokovskiy2016-03-011-7/+1
* virConnectCloseCallbackData: factor out callback disarmingNikolay Shirokovskiy2016-03-011-13/+15
* close callback: make unregister clean after connect close eventNikolay Shirokovskiy2016-03-011-2/+1
* virConnectCloseCallbackData: fix connection object refcountNikolay Shirokovskiy2016-03-011-0/+4
* factor out virConnectCloseCallbackDataPtr methodsNikolay Shirokovskiy2016-03-011-0/+80
* admin: Introduce virAdmServer structureErik Skultety2016-02-171-0/+35
* Revert "admin: Rename virAdmConnect to virAdmDaemon"Erik Skultety2015-12-211-19/+19
* admin: Rename virAdmConnect to virAdmDaemonMartin Kletzander2015-12-011-19/+19
* admin: Add support for connection close callbacksErik Skultety2015-11-301-0/+24
* admin: Add URI support and introduce virAdmGetDefaultURIErik Skultety2015-11-301-0/+2
* Add libvirt-admin libraryMartin Kletzander2015-06-161-0/+30
* Change virConnectPtr into virObjectLocklableMartin Kletzander2015-04-151-10/+2
* closeCallback is already lockable, initialize it as suchMartin Kletzander2015-04-151-2/+2
* Fix common misspellingsMartin Kletzander2015-03-231-2/+2
* Removing probing of secondary driversDaniel P. Berrange2015-01-271-12/+0
* Remove unnecessary curly brackets in rest of src/[a-n]*/Martin Kletzander2014-11-141-4/+2
* Indent top-level labels by one space in the rest of src/Ján Tomko2014-03-251-10/+10
* Add virLogSource variables to all source filesDaniel P. Berrange2014-03-181-0/+2
* datatypes: Fix commentsMichael Chapman2014-03-171-52/+74
* Change file names in comments to match the files they are inJán Tomko2014-03-101-1/+1
* datatypes: update comments of Dispose functionsMichael Chapman2014-03-061-31/+14
* maint: improve VIR_ERR_INVALID_DOMAIN usageEric Blake2014-01-071-13/+5
* maint: improve VIR_ERR_INVALID_CONN usageEric Blake2014-01-061-55/+31
* Fix crash if OOM occurs when creating virConnectPtrDaniel P. Berrange2013-09-241-4/+6
* datatypes: fix virGetStoragePool's commentJán Tomko2013-05-161-1/+1
* virGetStorageVol: Don't ignore NULL pool nameMichal Privoznik2013-05-101-0/+1
* Adapt to VIR_STRDUP and VIR_STRNDUP in src/*Michal Privoznik2013-05-101-42/+36
* virutil: Move string related functions to virstring.cMichal Privoznik2013-05-021-1/+0
* Dedicated name for sub-driver open/close methodsDaniel P. Berrange2013-04-241-6/+6
* Rename 'DeviceMonitor' to 'NodeDeviceDriver'Daniel P. Berrange2013-04-241-2/+2