8000 Tags · qmuntal/go-winio · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: qmuntal/go-winio

Tags

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update linter and fix lints (microsoft#284)

Signed-off-by: Hamza El-Saawy <hamzaelsaawy@microsoft.com>

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GUID tests to use t.Run (microsoft#256)

Switched to subtests using `t.Run()` for GUID testing, rather than using
log statements to demarcate different tests.

Added `.String` to GUID `Variant` and `Version` using
`golang.org/x/tools/cmd/stringer`.

Added `tools.go` to version `stringer` in go.mod and allow
`go generate ./...` to be run without needing a `go get` call.
Based off of [go wiki](https://github.com/golang/go/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module)
recommendation.

Signed-off-by: Hamza El-Saawy <hamzaelsaawy@microsoft.com>

Signed-off-by: Hamza El-Saawy <hamzaelsaawy@microsoft.com>

v0.5.2

Toggle v0.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request microsoft#231 from helsaawy/he/close

HvsockConn shutdown bugfix, added .IsClosed() functions

v0.4.20

Toggle v0.4.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request microsoft#222 from kevpar/0.4_backports

[release/0.4] Backport fixes from v0.5.1 to 0.4

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request microsoft#217 from kylewo/master

Fixing corruption in callbacks introduced by x86 changes

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request microsoft#209 from microsoft/revert-204-revert_fil…

…einfo_break

Revert removal of "Implement winio.GetFileStandardInfo FileInfo" commits

v0.4.19

Toggle v0.4.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request microsoft#204 from katiewasnothere/revert_fileinfo…

…_break

[Temporary] Revert Implement winio.GetFileStan
B3F0
dardInfo FileInfo commits

v0.4.18

Toggle v0.4.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request microsoft#201 from awmirantis/add-se-security-priv…

…ilege

Add security privilege (needed for VHDX support for docker data root)

v0.4.17

Toggle v0.4.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request microsoft#200 from kevpar/fix-etw-arch

pkg/etw: Fix to build on windows/arm

v0.4.16

Toggle v0.4.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request microsoft#179 from dcantah/virtdisk

Add new virtdisk calls/refactor vhd package
0