]> xenbits.xensource.com Git - pvdrivers/win/xencons.git/shortlog
pvdrivers/win/xencons.git
2019-11-14 Paul DurrantMAINTAINERS: Update my email address staging-9.0 9.0.0 9.0.0-rc1
2019-11-11 Owen SmithAdd option to elevate administrator users
2019-11-11 Owen SmithDon't store password longer than required
2019-09-19 Paul DurrantAdd support for EWDK_19h1_release_svc_prod3_18362_19041...
2019-09-19 Paul DurrantMAINTAINERS: Update my email address
2019-09-19 Paul DurrantRemove the old python build scripts and document use...
2019-07-17 Owen SmithUse genfiles to set DriverVer
2019-06-14 Owen SmithAdd PowerShell build scripts, version.vcxproj
2019-06-14 Owen SmithAdd BUILD_NUMBER to reported version string
2018-11-08 Owen SmithAvoid assertion failure on PdoDestroy
2018-11-08 Owen SmithAdd more logging to xencons_tty
2018-11-08 Owen SmithDisable warning 5032
2018-08-24 Owen SmithConditionally package DPInst
2018-07-19 Paul DurrantWork around bug in VS2017 SDV
2018-07-19 Paul DurrantFix SDV release parameter
2018-07-13 Paul DurrantDisable spectre mitigation warnings
2018-03-02 Owen SmithFail FrontendPrepare if backend doesn't re-initialize
2018-03-02 Owen SmithEnsure D0 <-> D3 transitions occur only from the correc...
2018-03-02 Owen SmithImplement ring protocol
2018-03-02 Owen SmithAdd EVTCHN and GNTTAB interfaces
2018-03-02 Owen SmithRespond to non-default console IOCTLs
2018-03-02 Owen SmithAdd boilerplate frontend
2018-03-02 Owen SmithHide console access behind an interface
2018-03-02 Owen SmithEnumerate non-default consoles
2018-03-01 Owen SmithMake monitor service multi-console aware
2018-03-01 Owen SmithAdd IOCTLs to query instance, name and protocol
2018-03-01 Owen SmithMove console handler to static Pdo
2018-02-28 Owen SmithAdd boilerplate Pdo
2018-02-28 Owen SmithMove console handlers to console.c
2018-02-28 Owen Smithchmod ug+x msbuild.bat
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-09-11 Owen SmithHandle DBT_DEVICEREMOVEPENDING and DBT_DEVICEREMOVECOMPLETE
2017-09-11 Owen SmithDestroy all handles on FdoD0ToD3
2017-08-29 Owen SmithCancel all outstanding IRPs in StreamDestroy
2017-08-29 Owen SmithFlush and Disconnect pipe clients
2017-08-29 Owen SmithUse PutString to manage short WriteFile
2017-08-29 Owen SmithEnsure handles are closed when pipe disconnects
2017-08-03 Paul DurrantRemove ZwFlushKey() from registry code
2017-07-25 Owen SmithAdd option to not spawn child process.
2017-07-25 Owen SmithLaunch monitored process without command line
2017-07-25 Owen SmithPass data through pipe
2017-07-25 Owen SmithAdd named pipe server
2017-07-25 Owen SmithAdd asynchronous device polling thread
2017-07-25 Owen SmithRename ThreadEvent and Thread to Monitor[Event|Thread]
2017-05-18 Paul DurrantAdd BUILD.md and fix final package location
2017-05-05 Paul DurrantSquash a spurious warning that is breaking SDV
2017-05-05 Paul DurrantAdd a TTY utility
2017-05-05 Paul DurrantAdd a monitor service
2017-05-05 Paul DurrantAdd console functionality
2017-05-05 Paul DurrantAdd basic driver and associated build scripts
2017-05-05 Paul DurrantInitial commit