]> xenbits.xensource.com Git - pvdrivers/win/xencons.git/shortlog
pvdrivers/win/xencons.git
2024-07-24 Paul DurrantUpdate MAINTAINERS master
2023-12-11 Owen SmithRemove "Win32" as a build target from VS2022 projects
2023-12-11 Owen SmithRemove "Windows 8" as a build target
2023-12-11 Owen SmithRemove VS2015 and VS2017 projects and configurations
2023-10-02 Owen SmithDelete CoInstaller code
2023-10-02 Owen SmithRemove CoInstaller from INF
2023-09-28 Owen SmithAdd script to generate pooltag.txt for debugger use
2023-05-22 Owen SmithRebuild CodeQL builds
2023-05-22 Owen SmithCheck for zero byte allocations
2023-03-23 Paul DurrantRemove trailing blank lines
2023-03-23 Owen SmithScripted replacement of Copyright notices in source
2023-03-23 Owen SmithAdd resource file to coinstaller
2023-03-23 Owen SmithAllow rebranding file copyright string
2022-12-05 Martin HarveyCorrect return codes during racy destruction.
2022-12-02 Owen SmithPass SignMode to MSBuild
2022-10-31 Paul DurrantAdd build options for EWDK 22621
2022-07-11 Owen SmithAdd Svr2019, Svr2022 and Win11 to Inf2Cat
2021-12-06 Owen SmithAdd /CETCOMPAT to linker options
2021-09-20 Owen SmithFix CodeQL warnings
2021-09-20 Owen SmithFix SDV/CodeQL log generation
2021-09-19 Owen SmithDocument CodeQL build requirements
2021-09-06 Owen SmithFix build with later WDKs
2021-03-09 Owen SmithAdd CodeQL build stage
2021-02-22 Paul DurrantBring XENBUS interface versions up to date...
2020-11-10 Nicholas TsirakisInherit versioning info from environment if present
2020-11-10 Nicholas TsirakisAllow user to specify desired build architecture
2020-06-18 Paul DurrantDon't pass MM_DONT_ZERO_ALLOCATION to MmAllocatePagesFo...
2020-03-10 Owen SmithHandle return codes from MSBuild
2020-03-10 Paul DurrantMAINTAINERS: Update my email address
2019-12-06 Paul Durrantbump version to 9.1.0
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