]> xenbits.xensource.com Git - people/pauldu/xeniface.git/shortlog
people/pauldu/xeniface.git
2018-08-24 Owen SmithConditionally package DPInst master
2018-07-19 Owen SmithCall OnDeviceRemoved callback(s) during DeviceList...
2018-07-19 Paul DurrantWork around bug in VS2017 SDV
2018-07-18 Paul DurrantFix SDV release parameter
2018-07-13 Rafal WojdylaAdd a user mode library wrapper for XENIFACE IOCTLs
2018-07-10 Marek Marczykowski... Fix compile warnings
2018-07-10 Marek Marczykowski... Disable warning about spectre mitigation
2018-04-10 Paul DurrantAck actionable "control/shutdown" requests as soon...
2018-04-10 Paul DurrantRevert "Ack "control/shutdown" as soon as possible."
2018-03-22 Owen SmithAck "control/shutdown" as soon as possible.
2018-01-30 Paul DurrantDo more optimization in release builds and add /Qspectr...
2018-01-30 Paul DurrantAdd support for building with Visual Studio 2017
2018-01-25 Paul DurrantUpdate util.h
2017-11-03 Owen SmithSuppress warning (28159)
2017-11-03 Owen SmithAdd log message if Windows Update requires a reboot
2017-09-19 Ben ChalmersDon't allow user-supplied values to be used as a format...
2017-08-03 Paul DurrantUpdate registry code
2017-07-05 Ben ChalmersPrevent events getting lost, and remove xenstore polling
2017-05-18 Paul DurrantRemove VS2012 and VS2013 build scripts
2017-04-03 Paul DurrantAdd a new CConvCreator object to handle laptop/slate...
2017-04-03 Paul DurrantOnly add device if the guid matches
2017-04-03 Paul DurrantSplit xeniface specific parts out of CXenAgent into...
2017-03-29 Ben ChalmersAvoid repeatedly acting as if returning from suspend
2017-01-06 Paul DurrantFix SDV build
2017-01-06 Paul DurrantFix memory leak in __FreePage()
2016-12-14 Paul DurrantUpdate BUILD.md with VS2015/WDK10 information
2016-12-14 Paul DurrantFixes for VS2015/WDK10 build
2016-12-13 Paul DurrantAdd support for building under VS2015/WDK10
2016-12-13 Paul DurrantUpdate driver version from 8.2.0 to 9.0.0
2016-12-13 Paul DurrantLog some more information at build time
2016-11-22 Owen SmithReduce severity of some debug messages 8.2.0 8.2.0-rc1
2016-11-22 Owen SmithRemove XenIfaceDebugPrint
2016-11-11 Paul DurrantDon't call DbgPrint (or variants) from an event channel...
2016-11-09 Paul DurrantStop using FAST_MUTEX
2016-11-09 Ben ChalmersEnsure session stays locked...
2016-11-09 Paul DurrantTry to make sure the agent always always handles shutdo...
2016-11-08 Paul DurrantIndirect user space watch events through a thread
2016-11-03 Paul DurrantFix build warnings
2016-08-01 Paul Durrantxenagent: use new Start/StopShutdownWatch() functions...
2016-08-01 Paul Durrantxenagent: remove icon
2016-08-01 Paul Durrantxenagent: enable all warnings
2016-08-01 Paul Durrantxenagent: re-register shutdown watch after resume from S4
2016-08-01 Paul Durrantxenagent: remove the service when the package is removed
2016-08-01 Paul Durrantxenagent: get event logging working properly
2016-08-01 Paul Durrantxenagent: use spec. compliant control/feature-XXX keys
2016-07-27 Paul DurrantMake sure trailing whitespace is trimmed from log messages
2016-07-22 Owen SmithLog messages to dom0 log (if possible)
2016-07-22 Owen SmithClean up watches, suspend handlers and events on D0->D3
2016-07-21 Paul DurrantAdd the missing package name to the INF file
2016-07-18 Owen SmithRecreate watch on resume from suspend
2016-07-11 Ben ChalmersAn ioctl should fail on any invalid argument
2016-07-07 Owen SmithSet VM's time based on host's time exposed by Xen
2016-07-07 Owen SmithAdd Suspend and Shutdown handlers
2016-07-07 Owen SmithTrack active device in service class
2016-07-07 Owen SmithAdd XenIfaceDevice
2016-07-07 Owen SmithAdd device list to track XenIface device(s)
2016-07-07 Owen SmithRemove LiteAgent, replace with boilerplate xenagent...
2016-07-05 Owen SmithAdd Log IOCTL
2016-07-05 Owen SmithAdd SharedInfo IOCTL interface
2016-07-05 Owen SmithAdd Suspend IOCTL interface
2016-07-05 Owen SmithCall XenIfaceCleanup from IRP_MJ_CLEANUP
2016-03-01 Paul DurrantGet rid of InitSafeBootMode veto
2016-01-22 Paul DurrantAvoid evaluating assertion expressions in free builds
2015-12-10 Paul DurrantUse a DPC per XENIFACE_EVTCHN_CONTEXT for signalling...
2015-12-10 Paul DurrantRe-synchronize registry.c with XENBUS
2015-12-10 Paul DurrantRe-synchronize util.h with XENBUS and use __toupper()
2015-11-25 Paul DurrantFix ASSERT failure
2015-11-25 Paul DurrantPublish distribution information to xenstore
2015-11-25 Paul DurrantSmall whitespace fix
2015-11-19 Owen SmithDont force a WMI event when reregistering a watch
2015-11-02 Owen SmithEnsure defunct watches have NULL handles
2015-11-02 Owen SmithFold __FdoD0ToD3/__FdoD3ToD0 into caller Remove redunda...
2015-11-02 Owen SmithRework Wmi setup/cleanup to always Resume/Suspend sessions
2015-11-02 Owen SmithRefactor Wmi header, split initialize/teardown and...
2015-11-02 Owen SmithRefactor WmiFireSuspendEvent
2015-11-02 Owen SmithCleanup fdo dispatch entry points
2015-11-02 Paul DurrantFix VS2013 build
2015-11-02 Paul DurrantRemove calls to KeGetCurrentProcessorNumber()
2015-11-02 Owen SmithDefine NT_PROCESSOR_GROUPS for VS2012 project
2015-10-23 Rafał WojdyłaBind to the latest XENBUS revision
2015-10-23 Rafał WojdyłaImplement new IOCTL handlers
2015-10-23 Rafał WojdyłaDefine new IOCTLs for user-mode clients
2015-10-23 Rafał WojdyłaUntabify the whole XENIFACE project
2015-10-23 Rafał WojdyłaInclude ntifs.h instead of ntddk.h
2015-10-23 Rafał WojdyłaUpdate XENBUS interface headers
2015-10-22 Paul DurrantAdd a registry override to veto driver installations
2015-10-22 Paul DurrantChange coinstaller log level to TXTLOG_WARNING
2015-09-08 Paul DurrantParameterize vendor prefix and PCI device id
2015-09-04 Paul DurrantUpdate to 8.2.0
2015-07-24 Paul DurrantUpdate docs and set version to 8.1.0 8.1.0-rc1
2015-07-20 Paul DurrantRemove use of subscriber keys from co-installer
2015-07-20 Paul DurrantUpdate bindings
2015-07-08 Paul DurrantUpdate bindings
2015-03-12 Paul DurrantSet script file execute permissions
2015-03-02 Paul DurrantFix VS2013 SDV failures
2015-01-13 Paul DurrantMove interface subscription code into co-installer
2015-01-13 Paul DurrantAdd a co-installer
2015-01-13 Paul DurrantFix line endings
2014-12-19 Paul DurrantMake sure INF gets re-built each time
2014-12-19 Paul DurrantMake sure version header gets re-built each time
next