Skip to content

Tags: mattn/go-ieproxy

Tags

v0.0.12

Toggle v0.0.12's commit message
fix: build directives

v0.0.11

Toggle v0.0.11's commit message
Fix build constraints since windows does not depend on cgo

v0.0.10

Toggle v0.0.10's commit message

Verified

This commit was signed with the committer’s verified signature.
mattn mattn
bump

v0.0.9

Toggle v0.0.9's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix: findProxyForURL when !cgo

Signed-off-by: Carlos A Becker <[email protected]>

v0.0.8

Toggle v0.0.8's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix: added !cgo build contraint

Signed-off-by: Carlos A Becker <[email protected]>

v0.0.7

Toggle v0.0.7's commit message
fix: prevent processing pac file if wrong url

Signed-off-by: Maxime CLEMENT <[email protected]>

v0.0.6

Toggle v0.0.6's commit message
Fixes static config map still being populated after system settings d…

…isabled.

Previously, if system proxy was enabled, darwinProxyConf.Static.Protocols got populated with the proxy configuration. If afterwards the system configuration was removed there was no place in the code where the map got reset, which led to incorrect configurations being returned even after calling ReloadConf()

Signed-off-by: Laura Brehm <[email protected]>

v0.0.5

Toggle v0.0.5's commit message
Always reset active flag on macOS.

Previously, if the system configuration had proxies enabled, darwinProxyConf would get set to true. After that, even if ReloadConf() got called, there was nowhere in the code where that flag got reset, so it would stay active forever, which is incorrect behaviour.

Signed-off-by: Laura Brehm <[email protected]>

v0.0.4

Toggle v0.0.4's commit message
Bugfix: null pointer panic

v0.0.3

Toggle v0.0.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Add reloadConf on darwin (mac)