XCP-ng Center, the Windows management console for XCP-ng and XenServer. /!\ EOL-Notice /!\ Community-maintained only /!\
Go to file
Konstantina Chremmou 3d2e4c70cd Lowered temporarily the API version in test database to unblock the build. Use the
restored Session constructor. Fixed threading issue.

Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2017-12-03 17:02:42 +00:00
Branding Move PRODUCT_MICRO_VERSION_OVERRIDE to branding (#1706) 2017-07-20 14:40:04 +01:00
CommandLib CA-249052: [SCTX-2514] xe.exe unable to upload patches with XS 7.1. 2017-03-31 11:57:41 +01:00
devtools CP-266755 & CA-266843: Fix XC brand string improve 2017-10-11 12:16:02 +01:00
mk Added dependency on the Json.NET dll. 2017-11-27 13:17:13 +00:00
packages Added dependency on the Json.NET dll. 2017-11-27 13:17:13 +00:00
splash CA-176169: Copyright statement: Added comma at all places where it was still missing (all extensions now) 2017-01-18 17:13:09 +00:00
WixInstaller L10N : Translation updates and bug fixes 2017-07-19 15:09:10 +05:30
xe
XenAdmin Small layout issues on the LegalNotices dialog: 2017-11-30 13:37:40 +00:00
XenAdminTests Lowered temporarily the API version in test database to unblock the build. Use the 2017-12-03 17:02:42 +00:00
XenCenterLib CA-257927: If the list of items to be removed contains only 1 item, keep 2017-07-26 08:11:47 +01:00
XenCenterVNC CA-256543: Added KP0-9 to keymap 2017-06-19 11:29:23 +01:00
XenModel Updated API bindings including fix to regression in the Session constructors. 2017-12-03 17:02:42 +00:00
XenOvfApi L10N: Fix CA-255548 & translation updates (#1660) 2017-06-22 09:19:58 +01:00
XenOvfTransport Converted all extension get properties of the API classes to methods in order to 2017-09-03 03:35:30 +01:00
XenServerHealthCheck Converted all extension get properties of the API classes to methods in order to 2017-09-03 03:35:30 +01:00
XenServerHealthCheckTests CA-176169: Further copyright statement changes 2017-01-18 17:07:59 +00:00
xva_verify
.gitattributes
.gitignore CA-242451: Use a different location for binaries built with CTXSIGN defined (the actual location will be updated when the build is available). Use latest dotnet-packages. 2017-02-17 17:01:32 +00:00
ChangeLog
configure.cmd
CONTRIB
Jenkinsfile CP-242400: Corrected target framework when running unit tests. Removed obsolete 2017-06-28 08:57:59 +01:00
LICENSE CA-176169: Copyright statement: Added comma at all places where it was still missing (all extensions now) 2017-01-18 17:13:09 +00:00
MAINTAINERS CA-270619: update XC credits.xml and maintainers 2017-10-26 12:57:21 +01:00
README.md Update README.md 2016-01-08 09:55:25 +00:00
XenAdmin.sln CP-21997: Delete unused CFUValidator code 2017-05-03 14:50:39 +01: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 2013

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