570 Commits

Author SHA1 Message Date
Mitchell Hashimoto
be8900cdc7 v0.5.2 2014-02-21 20:31:10 -08:00
Mitchell Hashimoto
59006d377e packer: send error output to stdout for now 2014-02-21 20:14:51 -08:00
Mitchell Hashimoto
3c63c30eb1 fmt 2014-02-21 20:02:55 -08:00
Mitchell Hashimoto
aad212bd19 packer: errors go to stderr [GH-868] 2014-02-21 18:29:15 -08:00
Mitchell Hashimoto
74a3fd4b51 packer: closed pipe is caught [GH-875] 2014-02-21 17:43:45 -08:00
Mitchell Hashimoto
c01c60d2d7 packer/rpc: fix a blocking issue 2014-02-21 16:48:17 -08:00
Mitchell Hashimoto
b232b19e1c fmt 2014-02-21 15:11:56 -08:00
Mitchell Hashimoto
c927dfa9cf packer/rpc: fix crashes with big file uploads [GH-897] 2014-02-21 14:24:22 -08:00
Mitchell Hashimoto
7c091281d8 fmt 2014-01-19 19:30:11 -08:00
Mitchell Hashimoto
e28db6e48c Update CHANGELOG 2014-01-19 15:48:56 -08:00
Mitchell Hashimoto
b639618666 Merge pull request #803 from mark-rushakoff/useragent
common: set user agent in downloader
2014-01-19 15:46:45 -08:00
Mitchell Hashimoto
ea5961f13a packer: don't crash if arg is empty [GH-832] 2014-01-19 15:19:10 -08:00
Mark Rushakoff
d6bd6fc0ae StepDownload uses packer version as user agent 2014-01-09 13:20:30 -08:00
Mitchell Hashimoto
fbebd7fe9c up version for dev 2014-01-02 13:33:50 -08:00
Mitchell Hashimoto
eeefde8fc7 v0.5.1 2014-01-02 08:51:18 -08:00
Mitchell Hashimoto
356e872adb packer/rpc: write only the remaining data on muxconn retry 2014-01-01 22:20:03 -08:00
Mitchell Hashimoto
b0d7933294 packer/rpc: get rid of trace level 2014-01-01 22:19:43 -08:00
Mitchell Hashimoto
c8ee2343c2 packer/rpc: more logging and fix a bug with read buffer start point 2014-01-01 22:13:06 -08:00
Mitchell Hashimoto
c2cd1af775 packer/rpc: more logs 2014-01-01 22:03:12 -08:00
Mitchell Hashimoto
73dc53dffb packer/rpc: more logging in muxconn 2014-01-01 21:59:00 -08:00
Mitchell Hashimoto
f027418794 packer/rpc: a little more logging 2014-01-01 21:53:57 -08:00
Mitchell Hashimoto
090718bd8e packer/rpc: make sure we read all the data 2014-01-01 21:53:36 -08:00
Mitchell Hashimoto
5fc3d67112 packer/rpc: make things loud 2014-01-01 21:34:11 -08:00
Mitchell Hashimoto
a03283c3ab fmt 2014-01-01 21:19:47 -08:00
Mitchell Hashimoto
00cc9fb14c packer/rpc: muxconn can't use stream ID 0 ever 2013-12-30 21:03:10 -08:00
Mitchell Hashimoto
8dfb7842d4 up version for dev 2013-12-30 20:57:59 -08:00
Mitchell Hashimoto
ccaf00c29e v0.5.0 2013-12-30 12:29:36 -08:00
Mitchell Hashimoto
2a030603a5 packer: allow environmental variables within user vars [GH-633] 2013-12-28 09:34:17 -07:00
Mitchell Hashimoto
0f16773631 packer: add pwd function with working directory [GH-762] 2013-12-27 20:46:10 -07:00
Mitchell Hashimoto
26e56d78d7 packer/rpc: make buffer real big for writes [GH-755] 2013-12-27 09:55:52 -07:00
Mitchell Hashimoto
105673ee97 packer: delete pause_before to avoid template invalids [GH-759] 2013-12-27 09:52:40 -07:00
Mitchell Hashimoto
fa7feb368d packer: template process build names [GH-744] 2013-12-27 09:43:59 -07:00
Mitchell Hashimoto
bd9574814d packer/rpc: build updated to use new interface 2013-12-27 09:19:11 -07:00
Mitchell Hashimoto
fdcdc3e259 packer: template now handles user var logic 2013-12-27 09:17:51 -07:00
Mitchell Hashimoto
098d85f735 packer/rpc: ignore non-existent streams in muxconn 2013-12-26 23:34:18 -07:00
Mitchell Hashimoto
16a57c1334 packer: {{timestamp}} is the same for an entire build [GH-744] 2013-12-26 17:29:21 -07:00
Mitchell Hashimoto
7c9c7afd82 packer/rpc: communicator shouldn't conncet to ID 0 2013-12-21 08:07:42 -08:00
Mitchell Hashimoto
d0c04e0c44 packer/rpc: if stream ID 0 is used, paic 2013-12-21 08:07:34 -08:00
Mitchell Hashimoto
31df3abe9d packer/rpc: don't use stream ID zero [GH-738] 2013-12-20 22:01:38 -08:00
Mitchell Hashimoto
44d40bb2bc packer/rpc: missing format for muxconn 2013-12-20 21:54:50 -08:00
Mitchell Hashimoto
ed2cfa4266 packer: configure the build with the paused provisioner 2013-12-20 21:44:15 -08:00
Mitchell Hashimoto
746952eae7 packer: say the pause before next provisioner 2013-12-20 21:39:23 -08:00
Mitchell Hashimoto
fd6c449f6c packer: PausedProvisioner 2013-12-20 21:36:41 -08:00
Mitchell Hashimoto
c05489aa4d packer: Tempaltes understand "pause_before" in provisioners 2013-12-20 12:34:20 -08:00
Mitchell Hashimoto
b11cfb9fb0 packer/rpc: use a pointer for maps to avoid race 2013-12-20 10:02:47 -08:00
Mitchell Hashimoto
3b2871a2ea packer/rpc: fix data race by acquiring wrong locks in MuxConn 2013-12-20 09:55:57 -08:00
Mitchell Hashimoto
b92e3ce02a packer/rpc: accept/dial stream IDs are unique [GH-727] 2013-12-20 09:49:44 -08:00
Mitchell Hashimoto
21bbeb3607 core: cache makes proper path with slashes after "." [GH-716] 2013-12-19 18:25:01 -08:00
Mitchell Hashimoto
ec889ee5d8 packer/rpc: make newXWithMuxConn private 2013-12-19 17:35:32 -08:00
Mitchell Hashimoto
8645918016 packer/rpc: make servers use odd seqnums, clients even [GH-727] 2013-12-19 17:32:43 -08:00