Commit Graph

2324 Commits (1cfffaf3582887af0d3106ff682ea89c30be0643)
 

Author SHA1 Message Date
Mitchell Hashimoto 1cfffaf358 test: missing a '\'
13 years ago
Mitchell Hashimoto f599e2d0ce test: minimal amazon-ebs test
13 years ago
Mitchell Hashimoto bf10af6401 test: Create the test folder
13 years ago
Mitchell Hashimoto 1108438273 packer/rpc: cleaner way to keep the seq number in MuxConn high
13 years ago
Mitchell Hashimoto da9f88ece7 packer/rpc: make sure curID in MuxConn is highest [GH-705]
13 years ago
Mitchell Hashimoto a2f46a989f packer/rpc: MuxConn implements three-way handshake
13 years ago
Mitchell Hashimoto 311fb2064d packer/rpc: can write while MuxConn is in CloseWait state
13 years ago
Mitchell Hashimoto a6299fc49a packer/rpc: log when client closes mux
13 years ago
Mitchell Hashimoto fed689bbd1 packer/rpc: log when a muxconn is shut down
13 years ago
Mitchell Hashimoto d811f6b093 packer/rpc: allow data to be sent even in FinWait [GH-705]
13 years ago
Mitchell Hashimoto 63f957cfd7 Update cHANGELOG
13 years ago
Mitchell Hashimoto 613d5f5b92 website: update docs for vsphere changes
13 years ago
Mitchell Hashimoto fa410f5a1a post-processor/vsphere: template process in prepare phase
13 years ago
Mitchell Hashimoto 53bb8a7079 fmt
13 years ago
Mitchell Hashimoto 489e10d606 Merge pull request #672 from mheidenr/master
13 years ago
Mitchell Hashimoto 6a141ba552 command/inspect: output the description if we have it
13 years ago
Mitchell Hashimoto 71385c8f01 Update CHANGELOG
13 years ago
Mitchell Hashimoto 55082a514b website: document the description field
13 years ago
Mitchell Hashimoto 962cedd04c fmt
13 years ago
Mitchell Hashimoto 8e617d006b packer: Add description to top-level template [GH-658]
13 years ago
Mitchell Hashimoto fe22308a2d Don't test 1.1 on Travis anymore
13 years ago
Mitchell Hashimoto 10546f6aee provisioner/puppet-masterless: fix compile
13 years ago
Mitchell Hashimoto 4274d1fcc1 website: use the comparison operators in Puppet docs
13 years ago
Mitchell Hashimoto 895d87d9eb provisioner/puppet-masterless: use Go 1.2 template comparators
13 years ago
Mitchell Hashimoto ae00414bbf packer/plugin: communicate over unix domain sockets if you can
13 years ago
Mitchell Hashimoto 8d9a6eef1b update CHANGELOG
13 years ago
Mitchell Hashimoto 3a2c04e4e5 provisioner/puppet-masterless: validate manifest_dir is a dir
13 years ago
Mitchell Hashimoto 2986452804 provisioner/puppet-masterless: simplify manifest dir upload
13 years ago
Mitchell Hashimoto 6aef114372 go fmt
13 years ago
Mitchell Hashimoto ccbb109d05 Merge branch 'configure-manifest-dir' of https://github.com/Jimdo/packer into Jimdo-configure-manifest-dir
13 years ago
Mitchell Hashimoto 7ddf7ddad6 packer/rpc: remove the PortRange stuff
13 years ago
Mitchell Hashimoto 3b3d09cb0f website: update vsphere endpoint docs [GH-695]
13 years ago
Mitchell Hashimoto 2e03dda014 communicator/ssh: fix build
13 years ago
Mitchell Hashimoto 6359245ef8 communicator/ssh: clearer logging [GH-699]
13 years ago
Mitchell Hashimoto 7069f8afe1 packer/rpc: update some comments
13 years ago
Mitchell Hashimoto 00c7da9481 Update CHANGELOG
13 years ago
Mitchell Hashimoto 2da5930556 Merge pull request #701 from mitchellh/rpc-refactor
13 years ago
Mitchell Hashimoto 958f4191cd Test on Go 1.2
13 years ago
Mitchell Hashimoto 8a24c9b177 packer/rpc: fix data race in MuxConn
13 years ago
Mitchell Hashimoto f79daa0b1b packer/rpc: edge-triggerd state changes for faster dial/accept
13 years ago
Mitchell Hashimoto d9f79b0ecc packer/rpc: hard close all streams when underlying conn closes
13 years ago
Mitchell Hashimoto 5dffab7439 packer/rpc: need a real lock for closing
13 years ago
Mitchell Hashimoto 7372c32b6b packer/rpc: implement proper close_wait state
13 years ago
Mitchell Hashimoto e4dbad330d packer/rpc: rename uploadReader to uploadData because that makes sense
13 years ago
Mitchell Hashimoto 3a41500888 packer/rpc: more robust communicator connection cleanup
13 years ago
Mitchell Hashimoto 4c5d61709d packer/plugin: catch interrupts for every server
13 years ago
Mitchell Hashimoto 06d12773eb packer/rpc: improve logging for the MuxConn
13 years ago
Mitchell Hashimoto 82bf5fc79e plugin/*: update to latest API
13 years ago
Mitchell Hashimoto b4567c6380 packer/plugin: use new RPC API
13 years ago
Mitchell Hashimoto ce2304c948 packer/rpc: remove unused methods
13 years ago