Skip to content

Tags: sourceExp/go-plugin

Tags

v1.4.3

Toggle v1.4.3'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 hashicorp#173 from a-zagaevskiy/master

fix handles leakage

Windows API docs states that process handlers should be released:

> When you are finished with the handle, be sure to close it using the [CloseHandle](https://docs.microsoft.com/en-us/windows/win32/api/handleapi/nf-handleapi-closehandle) function.

https://docs.microsoft.com/en-us/windows/win32/api/processthreadsapi/nf-processthreadsapi-openprocess

v1.4.2

Toggle v1.4.2's commit message

Verified

This commit was signed with the committer’s verified signature.
mitchellh Mitchell Hashimoto
update grpc options field and docs

v1.4.1

Toggle v1.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add ProtocolVersion to ReattachConfig (hashicorp#171)

* add ProtocolVersion to ReattachConfig

A client connecting to a plugin process needs to know the resolved ProtocolVersion, so this PR adds that information to the returned reattach config. Prior to this, client.NegotiatedVersion() always returned 0.

* Add a test for correct protocol version in reattach config

v1.4.0

Toggle v1.4.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 hashicorp#161 from hashicorp/jbardin/stopping-recv…

…-loop

grpc stream errors are terminal

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was signed with the committer’s verified signature.
mitchellh Mitchell Hashimoto
add SyncStdio

v1.2.2

Toggle v1.2.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 hashicorp#140 from hashicorp/manual-listener

ServeConfig supports a manual listener

v1.2.1

Toggle v1.2.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 hashicorp#139 from marefr/fix_stdio_backward_compa…

…tibility

Handle stdio service not implemented

v1.2.0

Toggle v1.2.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 hashicorp#138 from hashicorp/reflection

Register grpc reflection service

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
mitchellh Mitchell Hashimoto
update grpc

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix test broken by 9d4515e (hashicorp#122)