pulumi/pkg/resource/plugin
Matt Ellis 25ae463915 Listen only on 127.0.0.1
Instead of binding on 0.0.0.0 (which will listen on every interface)
let's only listen on localhost. On windows, this both makes the
connection Just Work and also prevents the Windows Firewall from
blocking the listen (and displaying UI saying it has blocked an
application and asking if the user should allow it)
2017-09-21 10:56:45 -07:00
..
analyzer.go Rename pulumi/lumi to pulumi/pulumi-fabric 2017-08-02 09:25:22 -07:00
analyzer_plugin.go Fix (don't torch) LUMIDL 2017-09-14 16:40:44 -07:00
check.go Wire up Lumi to the new runtime strategy 2017-09-04 11:35:21 -07:00
context.go Wire up Lumi to the new runtime strategy 2017-09-04 11:35:21 -07:00
host.go Add a runtime.Log class 2017-09-04 11:35:21 -07:00
host_server.go Listen only on 127.0.0.1 2017-09-21 10:56:45 -07:00
langruntime.go Switch to a --parallel=P flag 2017-09-17 08:10:46 -07:00
langruntime_plugin.go Switch to a --parallel=P flag 2017-09-17 08:10:46 -07:00
plugin.go Fix a bunch of Linux issues 2017-09-08 15:11:09 -07:00
provider.go Configure providers at well-defined points 2017-09-04 11:35:21 -07:00
provider_plugin.go Allow unknowns in defaults 2017-09-15 09:56:42 -07:00
rpc.go Fix (don't torch) LUMIDL 2017-09-14 16:40:44 -07:00
rpc_test.go Fix (don't torch) LUMIDL 2017-09-14 16:40:44 -07:00