XCP-ng Center, the Windows management console for XCP-ng and XenServer. /!\ EOL-Notice /!\ Community-maintained only /!\
Go to file
Aaron Robson 525034d233 CP-14807: Delete OEM in ServerVersion (#2270)
* CP-14807: Delete OEM in ServerVersion

* CP-14807: Removing unused IgnorePatchAction and IgnoreServerAction classes (moving their constants to the Updates class).

Signed-off-by: Aaron Robson <aaron.robson@citrix.com>
2018-10-22 14:34:31 +01:00
Branding REQ-680: Merge master to feature branch. 2018-09-17 20:00:30 +10:00
CFUValidator CP-26880: Resurrect XC legacy CFU validator 2018-02-07 16:07:35 +00: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-28614: Fix comments. 2018-07-19 16:12:55 +01:00
mk REQ-680: Merge master to feature branch. 2018-09-17 20:00:30 +10:00
packages CA-284234: Updated the dotnet-packages reference. 2018-04-17 13:32:05 +01: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 CP-28614: Fix comments. 2018-07-19 16:12:55 +01:00
xe CA-176169: Changed copyright statements to include the comma in Citrix Systems, 2017-01-16 19:59:50 +00:00
XenAdmin CP-14807: Delete OEM in ServerVersion (#2270) 2018-10-22 14:34:31 +01:00
XenAdminTests CP-14807: Delete OEM in ServerVersion (#2270) 2018-10-22 14:34:31 +01:00
XenCenterLib CA-202377: Removed last instance of the QueuedBackgroundWorker and deleted the class. 2018-08-13 17:04:27 +01:00
XenCenterVNC Namespace tidy 3/several: replaced XenAdmin.Core (instances in XenCenterLib) with XenCenterLib. 2017-11-30 13:56:32 +00:00
XenModel CP-14807: Delete OEM in ServerVersion (#2270) 2018-10-22 14:34:31 +01:00
XenOvfApi L10N: Translation updates along with Interface resync 2018-09-28 14:00:14 +01:00
XenOvfTransport If a disk image import failed, XenCenter did not release its handle on the directory containing the image. 2018-10-08 12:33:04 +01:00
XenServerHealthCheck Fix wrong health check service name. 2018-07-19 16:12:55 +01:00
XenServerHealthCheckTests CA-176169: Further copyright statement changes 2017-01-18 17:07:59 +00:00
xva_verify Removed files erroneously added to source control. 2018-04-04 09:23:27 +01:00
.gitattributes Ignore line endings for all files (except shell scripts). 2016-07-05 08:14:47 +01:00
.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 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
Jenkinsfile Create the manifest file at the end of the build when the output folder is in place (hence no folder creation is necessary). 2018-03-12 10:19:04 +00: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 Renamed resource to fix Visual Studio warning. Stop copying stray images into 2018-10-15 09:44:06 +01:00
XenAdmin.sln CA-26880: Fix XenAdmin.sln after revert 2018-02-07 16:32:19 +00:00

XenCenter

Lines of Code

This repository contains the source code for XenCenter.

XenCenter is a Windows-based management tool for Citrix Hypervisor environments, which enables users to manage and monitor server 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 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
  • Newtonsoft.Json.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

  • nunit.framework.dll
  • Moq.dll

which can be obtained from http://www.nunit.org/.