XCP-ng Center, the Windows management console for XCP-ng and XenServer. /!\ EOL-Notice /!\ Community-maintained only /!\
Go to file
Cheng Zhang 1720b8788d CA-149851: Show hyphen if used memory have negative value
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2015-07-15 15:48:30 +08:00
CFUValidator Remove unused references. 2014-04-28 16:26:08 +04:00
CommandLib Remove unused references. 2014-04-28 16:26:08 +04:00
devtools ResxCheck.cs does not belong in XenAdmin but rather in devtools (needs further updating before becoming fully usable). 2013-07-02 18:12:53 +01:00
dotNetInstaller CP-9406: Make an unattended install of XenCenter 2014-08-22 14:51:14 +01:00
mk Build system cleanup: Disabled the bump build number, removed assumption that jenkins is localhost, moved logs location inside the workspace. 2015-07-14 08:42:07 +01:00
splash CAR-100: Upgrade to .NET 4.0 instead of 3.5 -- Upgrading projects to target .Net 4.0 & updating to VS2010 format where needed 2013-12-05 14:44:59 +00:00
VNCControl CAR-100: Upgrade to .NET 4.0 instead of 3.5 -- Upgrading VNCControl 2013-12-10 13:01:15 +00:00
WixInstaller Do not install the Health Check Service for now 2015-07-02 15:45:13 +01:00
xe [CA-125535] Fix: Windows xe CLI failing due to .NET error 2014-01-20 13:32:06 +00:00
XenAdmin Merge pull request #542 from stephen-turner/CA-148966b 2015-07-14 10:08:42 +01:00
XenAdminTests CP-12476: Include dom0 disk space hotfix in XenCenter RPU pre-requisites 2015-06-24 17:22:08 +01:00
XenCenterLib CP-12770: use server connection details received from XenCenter 2015-07-01 09:54:11 +08:00
XenCenterVNC CAR-100: Upgrade to .NET 4.0 instead of 3.5 -- Upgrading projects to target .Net 4.0 & updating to VS2010 format where needed 2013-12-05 14:44:59 +00:00
XenModel CA-149851: Show hyphen if used memory have negative value 2015-07-15 15:48:30 +08:00
XenOvfApi CA-157503: GPU preference dialogs refer to vGPU instead of GPU 2015-03-30 16:21:46 +01:00
XenOvfTransport Merge branch 'master' into xs64bit 2014-10-01 17:27:38 +01:00
XenServerHealthCheck CP-13071: Make the CIS upload domain and upload timer interval configurable in service 2015-07-14 14:50:42 +08:00
XenServerHealthCheckTests CP-12769: Using uniform format of time to string and string to time 2015-07-02 17:54:00 +08:00
xva_verify Remove unused references. 2014-04-28 16:26:08 +04:00
.gitattributes Changing the lines endings ONLY for .sh files. 2013-07-02 15:05:21 +01:00
.gitignore Add putty.exe to .gitignore 2015-05-28 14:05:29 +01:00
ChangeLog CP-4807: Updated ChangeLog with version number; updated Readme file 2013-06-25 09:45:11 +01:00
configure.cmd Added choco installer for Visual Studio Express 2010 to the prepare.cmd file. 2015-06-30 12:41:54 +01:00
CONTRIB CP-7089: Switched to github workflow, hence updated CONTRIB, MAINTAINERS and README files. 2014-01-13 15:29:25 +00:00
LICENSE CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
MAINTAINERS CP-7089: Switched to github workflow, hence updated CONTRIB, MAINTAINERS and README files. 2014-01-13 15:29:25 +00:00
README.md Update README.md 2015-06-19 13:33:10 +01:00
XenAdmin.sln CP-12158: Read the Call Home upload schedule and determine if an upload can start 2015-06-08 16:32:54 +08:00

XenCenter

This repository contains the source code for XenCenter.

XenCenter is a Windows-based management tool for XenServer environments which enables users to manage and monitor XenServer hosts and resource pools, and to deploy, monitor, manage and migrate virtual machines.

XenCenter is written mostly in C#.

Contributions

The preferable way to contribute patches is to fork the repository on Github and then submit a pull request. If for some reason you can't use Github to submit a pull request, then you may send your patch for review to the xs-devel@lists.xenserver.org mailing list, with a link to a public git repository for review. Please see the CONTRIB.md file for some general guidelines on submitting changes.

License

This code is licensed under the BSD 2-Clause license. Please see the LICENSE file for more information.

How to build XenCenter

To build XenCenter, you need

  • the source from xenadmin repository
  • Visual Studio 2010

and also some libraries which we do not store in the source tree:

  • CookComputing.XmlRpcV2.dll
  • DiscUtils.dll
  • ICSharpCode.SharpZipLib.dll
  • Ionic.Zip.dll
  • log4net.dll

You can find the source code of these libraries (along with some patches) in dotnet-packages repository.

You also need NUnit libraries