GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/libvirt.git
v0.10.2-gentoo
v0.7.4-gentoo
v0.8.1-gentoo
v0.8.3-gentoo
v0.8.6-gentoo
v0.9.10-gentoo
v0.9.3-gentoo
C toolkit to manipulate virtual machines repository (gentoo clone including backports branches)
Diego E. Pettenò <flameeyes@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
esx
/
esx_driver.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
esx: Remove unused variable from esxDomainGetAutostart
Matthias Bolte
2012-09-09
1
-2
/
+0
*
esx: Add implementation for virConnectListAllDomains()
Peter Krempa
2012-09-06
1
-0
/
+194
*
snapshot: split snapshot conf code into own file
Eric Blake
2012-08-24
1
-0
/
+1
*
esx: Remove redundant checks for esxVI_LookupHostSystemProperties result
Matthias Bolte
2012-08-09
1
-67
/
+15
*
Desert the FSF address in copyright
Osier Yang
2012-07-23
1
-2
/
+2
*
Replace use of ESX_ERROR & ESX_VI_ERROR with virReportError
Daniel P. Berrange
2012-07-20
1
-211
/
+211
*
esx: Extend esxVI_CURL_Download for partial downloads
Matthias Bolte
2012-07-18
1
-1
/
+1
*
snapshot: implement new APIs for esx and vbox
Eric Blake
2012-06-20
1
-0
/
+71
*
snapshot: require existence before returning success
Eric Blake
2012-06-20
1
-4
/
+41
*
esx: Fix memory leaks in error paths related to transferred ownership
Matthias Bolte
2012-05-13
1
-3
/
+13
*
esx: Fix segfault in esxConnectToHost
Ryan Woodsmall
2012-04-21
1
-2
/
+2
*
Consistent style for usage of sizeof operator
Daniel P. Berrange
2012-03-30
1
-7
/
+7
*
Lookup auth credentials in config file before prompting
Daniel P. Berrange
2012-03-23
1
-29
/
+29
*
Rename virRequest{Username,Password} to virAuthGet{Username,Password}
Daniel P. Berrange
2012-03-23
1
-4
/
+4
*
Rename src/util/authhelper.[ch] to src/util/virauth.[ch]
Daniel P. Berrange
2012-03-23
1
-1
/
+1
*
Centralize error reporting for URI parsing/formatting problems
Daniel P. Berrange
2012-03-23
1
-5
/
+1
*
Use virURIFree instead of xmlFreeURI
Daniel P. Berrange
2012-03-23
1
-1
/
+1
*
xml: use long long internally, to centralize overflow checks
Eric Blake
2012-03-07
1
-2
/
+2
*
Fixed URI parsing
Martin Kletzander
2012-02-24
1
-2
/
+3
*
Add new virDomainShutdownFlags API
Daniel P. Berrange
2012-01-24
1
-1
/
+10
*
util: use new virTypedParameter helpers
Eric Blake
2012-01-19
1
-44
/
+37
*
maint: fix improper use of 'an'
Eric Blake
2011-12-03
1
-1
/
+1
*
Fix version numbers for isAlive and setKeepAlive driver APIs
Jiri Denemark
2011-11-24
1
-1
/
+1
*
Implement virConnectIsAlive in all drivers
Jiri Denemark
2011-11-24
1
-0
/
+18
*
Fix default console type setting
Daniel P. Berrange
2011-11-03
1
-0
/
+6
*
esx: allow getting < max typed parameters
Eric Blake
2011-11-02
1
-13
/
+1
*
API: document scheduler parameter names
Eric Blake
2011-11-02
1
-6
/
+6
*
esx: Support folders in the path of vpx:// connection URIs
Matthias Bolte
2011-11-01
1
-12
/
+18
*
esx: Support vSphere 5.x
Patrice LACHANCE
2011-11-01
1
-5
/
+9
*
snapshot: implement LIST_LEAVES flag in esx
Eric Blake
2011-10-17
1
-8
/
+21
*
snapshot: implement snapshot children listing in esx
Eric Blake
2011-10-10
1
-0
/
+99
*
maint: typo fixes
Eric Blake
2011-10-10
1
-1
/
+1
*
snapshot: simplify esx snapshot name lookup
Eric Blake
2011-10-05
1
-8
/
+4
*
snapshot: implement snapshot roots listing in esx
Eric Blake
2011-10-05
1
-4
/
+13
*
snapshot: implement getparent for esx
Eric Blake
2011-10-03
1
-0
/
+41
*
esx: Report an error for acceptable URI schemes with a transport
Matthias Bolte
2011-09-29
1
-5
/
+26
*
snapshot: add flag for requesting disk snapshot
Eric Blake
2011-09-05
1
-0
/
+6
*
snapshot: allow full domain xml in snapshot
Eric Blake
2011-09-03
1
-2
/
+2
*
snapshot: prevent stranding snapshot data on domain destruction
Eric Blake
2011-09-02
1
-1
/
+4
*
snapshot: add qemu snapshot redefine support
Eric Blake
2011-09-02
1
-1
/
+1
*
snapshot: allow recreation of metadata
Eric Blake
2011-09-02
1
-1
/
+2
*
snapshot: identify which snapshots have metadata
Eric Blake
2011-09-02
1
-3
/
+7
*
snapshot: allow deletion of just snapshot metadata
Eric Blake
2011-09-02
1
-1
/
+9
*
Rename virDomainControllerModel to virDomainControllerModelSCSI
Marc-André Lureau
2011-09-02
1
-4
/
+4
*
destroy: Implement internal API for ESX driver
Michal Privoznik
2011-07-21
1
-1
/
+11
*
undefine: Implement undefineFlags for all other drivers
Osier Yang
2011-07-20
1
-1
/
+10
*
esx: reject unknown flags
Eric Blake
2011-07-15
1
-7
/
+29
*
esx: Initialize all instances of esxVMX_Data to zero
Matthias Bolte
2011-07-12
1
-1
/
+8
*
esx: Fix a potential crash
Osier Yang
2011-07-12
1
-0
/
+1
*
Add domain type checking
Matthias Bolte
2011-07-11
1
-2
/
+3
[next]