summaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation error when SASL support is disabledJean-Baptiste Rouault2011-07-211-1/+7
* libvirtd: avoid memory leak on OOMEric Blake2011-07-011-1/+3
* Add conditionals to allow build without SASLDaniel P. Berrange2011-06-302-0/+50
* Fix release of virNetMessagePtr instances in streams processingDaniel P. Berrange2011-06-301-0/+1
* Fix release of filtered stream messagesDaniel P. Berrange2011-06-301-4/+16
* Fix hardcoded limit on client requests in RPC codeDaniel P. Berrange2011-06-301-0/+4
* Fix compilation with systemtap 1.3Matthias Bolte2011-06-291-8/+9
* daemon: Fix build without polkitJiri Denemark2011-06-282-6/+6
* Remove obsolete libvirtd mdns codeDaniel P. Berrange2011-06-282-604/+0
* Convert libvirtd over to the new RPC handling APIsDaniel P. Berrange2011-06-289-4782/+1715
* Add node prefix to virNodeGet(CPU|Memory)Stats structs and definesMatthias Bolte2011-06-281-2/+2
* build: rename Vcpupin to VcpuPinEric Blake2011-06-271-4/+4
* vcpupin: implement the remote protocol to address the new APITaku Izumi2011-06-241-0/+69
* remote: protect against integer overflowEric Blake2011-06-241-1/+3
* Revert "Add virDomainBlockPull support to the remote driver"Eric Blake2011-06-241-35/+0
* Revert "Asynchronous event for BlockPull completion"Eric Blake2011-06-241-32/+0
* Move the RPC generator scripts into src/rpcDaniel P. Berrange2011-06-242-1496/+20
* Promote virEvent*Handle/Timeout to public APICole Robinson2011-06-212-2/+0
* remote generator: Allow to annotate arrays with typecastsMatthias Bolte2011-06-202-108/+64
* remote: Handle functions that return optional stringsMatthias Bolte2011-06-202-64/+28
* remote: Generate virDomainGetBlockPullInfoMatthias Bolte2011-06-201-36/+0
* sendkey: use consistent API conventionEric Blake2011-06-151-1/+1
* remote generator: Handle struct returning functions better (part 2)Matthias Bolte2011-06-151-12/+5
* remote generator: Handle struct returning functions betterMatthias Bolte2011-06-151-18/+24
* Asynchronous event for BlockPull completionAdam Litke2011-06-141-0/+32
* Add virDomainBlockPull support to the remote driverAdam Litke2011-06-141-0/+71
* virNodeGetMemoryStats: Implement remote protocolMinoru Usui2011-06-141-0/+77
* virNodeGetCPUStats: Implement remote protocolMinoru Usui2011-06-141-0/+77
* remote generator: Handle (unsigned) int arraysLai Jiangshan2011-06-141-0/+17
* vcpupin: implement the remote protocol to address the new APITaku Izumi2011-06-132-0/+45
* daemon: plug memory leakEric Blake2011-06-081-0/+1
* remote: avoid leak on failureEric Blake2011-06-031-0/+1
* libvirtd: avoid leak on failureEric Blake2011-06-031-1/+3
* Make sure virDomainSave/virDomainManagedSave reset id to -1Daniel P. Berrange2011-06-021-2/+5
* remote generator: Handle some virTypedParameterPtr using functionsMatthias Bolte2011-06-012-183/+57
* remote generator: Legacy support for hyper to long mappingsMatthias Bolte2011-06-012-32/+143
* Use common parameter order for remote(De)SerializeTypedParametersMatthias Bolte2011-06-011-20/+20
* maint: use consistent file name for threading notesEric Blake2011-05-312-1/+1
* Introduce a new event emitted when a virtualization failure occursDaniel P. Berrange2011-05-291-0/+29
* remote: introduce remoteGetSchedulerParametersFlagsEric Blake2011-05-291-0/+53
* remote: consolidate typed parameter handlingEric Blake2011-05-291-330/+172
* maint: prefer newer API names internallyEric Blake2011-05-291-7/+7
* Fix sign mismatches between public API, driver API and XDR protocolMatthias Bolte2011-05-251-16/+0
* remote generator: Fix XDR sign mismatch for virNodeGet(Cells)FreeMemoryMatthias Bolte2011-05-251-12/+6
* remote generator: Handle stream-using functionsMatthias Bolte2011-05-252-257/+95
* remote generator: Make call-by-reference handling stricterMatthias Bolte2011-05-251-45/+24
* remote generator: Rename virNodeGetCellsFreeMemory parameters to common patternMatthias Bolte2011-05-251-2/+1
* remote generator: Handle virDomainCreateWithFlagsMatthias Bolte2011-05-252-46/+39
* Fix the signature of virDomainMigrateFinish3 for error reportingDaniel P. Berrange2011-05-251-27/+8
* Add a second URI parameter to virDomainMigratePerform3 methodDaniel P. Berrange2011-05-251-2/+11