Mitchell Hashimoto
f0f8b4e3ee
core: use OpenSSH for ssh exec
2013-11-23 17:21:38 -08:00
Mitchell Hashimoto
bc9d048066
core: enable SSH compression for `vagrant ssh`
2013-11-23 16:50:39 -08:00
Mitchell Hashimoto
91651f806b
Update CHANGELOG
2013-11-23 16:41:02 -08:00
Mitchell Hashimoto
efc5c39b82
Update CHANGELOG
2013-11-23 16:17:36 -08:00
Mitchell Hashimoto
b65b22cef2
update changelog
2013-11-23 16:05:44 -08:00
Mitchell Hashimoto
034c151720
Merge branch 'resumable-download' of https://github.com/rconradharris/vagrant into rconradharris-resumable-download
...
Conflicts:
CHANGELOG.md
2013-11-23 15:42:48 -08:00
Mitchell Hashimoto
23bdbd6fd8
synced_folders/nfs: specify nfs_udp false to disable udp [GH-2304]
2013-11-23 13:43:48 -08:00
Mitchell Hashimoto
de9d38de21
core: don't load vagrantfile on plugin command
2013-11-23 13:25:33 -08:00
Mitchell Hashimoto
e9fd622406
core: vagrant version requirements in vagrantfile [GH-2322]
2013-11-23 12:23:34 -08:00
Mitchell Hashimoto
bf72c7cb5d
core: human friendly error for corrupt box metadata
2013-11-23 11:54:42 -08:00
Mitchell Hashimoto
79d929a264
Update CHANGELOG
2013-11-23 11:47:29 -08:00
Mitchell Hashimoto
aed61291e8
Update CHANGELOG
2013-11-23 11:45:06 -08:00
Mitchell Hashimoto
8fa3a4f3e0
Update CHANGELOG
2013-11-23 11:42:04 -08:00
Mitchell Hashimoto
4e22e080d1
Update CHANGELOG
2013-11-23 11:40:44 -08:00
Mitchell Hashimoto
05e9dc6e59
Update CHANGELOG
2013-11-23 11:36:20 -08:00
Mitchell Hashimoto
c6e2de712a
Update CHANGELOG
2013-11-23 11:26:27 -08:00
Mitchell Hashimoto
c00b045f53
providers/virtualbox: retry suspended check [GH-2479]
2013-11-23 11:20:22 -08:00
Mitchell Hashimoto
b02d0d52a7
Update CHANGELOG
2013-11-23 10:53:21 -08:00
Mitchell Hashimoto
bf2b06e1be
Update CHANGELOG
2013-11-21 15:02:00 -08:00
Mitchell Hashimoto
b0fb6970af
Update CHANGELOG
2013-11-21 14:58:55 -08:00
Mitchell Hashimoto
7e28fe3a32
Update CHANGELOG
2013-11-21 14:57:10 -08:00
Rick Harris
87a47abee8
Add resumable downloads
...
Since VM images can be fairly large and connections rather flaky, it would be
nice to support resumable downloads whereby, if a download is interrupted for
some reason, on the next attempt, it picks up where it left off.
To implement this, the following changes were made:
* The temporary download filename is now constructed from a SHA1 of the
`box_url` instead of a timestamp. This allows separate invocations of
Vagrant to 'share' the download-path if the URLs exactly match.
* Add `--continue-at -` option to `curl` which tells it to automatically resume
downloading where it left off
* Modify the `recover` method in `box_add` to not remove the temporary
download path if the download was interrupted
Known Issue:
* The progress on a resumed download will look a bit wonky in the sense that,
it starts at 0% each time, instead of where it left off. Since Vagrant is
pulling this directly from `curl`, this is more of an upstream issue.
Fixes #57
2013-11-20 15:15:38 -06:00
Fabio Rehm
a92e03cf4c
Update CHANGELOG.md
2013-10-28 21:57:27 -02:00
Mitchell Hashimoto
3002f8d522
Update CHANGELOG
2013-10-23 23:16:01 -07:00
Mitchell Hashimoto
17101d0c67
Update CHANGELOG
2013-10-23 23:13:36 -07:00
Mitchell Hashimoto
e24b7249ed
Update CHANGELOG
2013-10-23 23:08:16 -07:00
Mitchell Hashimoto
9094a6b2b1
Update cHANGELOG
2013-10-21 10:44:26 -07:00
Mitchell Hashimoto
cae8cd4f9f
Update CHANGELOG
2013-10-17 08:30:01 -10:00
Mitchell Hashimoto
e2e114f0b0
Update CHANGELOG
2013-10-17 08:28:15 -10:00
Mitchell Hashimoto
57e95323b6
up version for dev
2013-10-15 12:58:22 -10:00
Mitchell Hashimoto
a40522f5fa
v1.3.5
2013-10-15 11:55:44 -10:00
Mitchell Hashimoto
fe31ac7556
Update CHANGELOG
2013-10-15 11:42:28 -10:00
Mitchell Hashimoto
dd7ee15d6f
Update CHANGELOG
2013-10-14 17:22:15 -10:00
Mitchell Hashimoto
2be01284ea
provisioners/chef: fix exception during node cleanup [GH-2345]
2013-10-14 17:12:49 -10:00
Mitchell Hashimoto
7f6cdfca77
Update CHANGELOG
2013-10-14 17:10:02 -10:00
Mitchell Hashimoto
2f5c9e97a7
Update CHANGELOG
2013-10-14 17:09:34 -10:00
Mitchell Hashimoto
b56b065df0
Update CHANGELOG
2013-10-14 17:00:32 -10:00
Mitchell Hashimoto
0db87ff406
Update CHANGELOG.md
2013-10-05 11:46:23 -07:00
Mitchell Hashimoto
ccf92b4d5d
Update CHANGELOG.md
2013-10-05 11:44:21 -07:00
Mitchell Hashimoto
b070192b9a
Update CHANGELOG
2013-10-05 09:27:34 -07:00
Mitchell Hashimoto
225da651f8
core: Show error message if _key dynamically passed into error [GH-2328]
2013-10-05 09:21:38 -07:00
Mitchell Hashimoto
bf70fba936
Up version for dev
2013-10-02 11:17:27 -07:00
Mitchell Hashimoto
0ac2a87388
v1.3.4
2013-10-02 08:42:06 -07:00
Mitchell Hashimoto
557172b4be
core: defined action hook names can be strings, convert to symbols
2013-10-01 21:56:43 -07:00
Mitchell Hashimoto
a346976abb
Update CHANGELOG
2013-10-01 14:27:06 -07:00
Mitchell Hashimoto
9fcc89bcf1
provisioners/chef: use real variable in delete from chef sever [GH-2300]
2013-10-01 14:13:16 -07:00
Mitchell Hashimoto
91605db1c1
Update CHANGELOG
2013-10-01 11:48:58 -07:00
Mitchell Hashimoto
457423d132
Update CHANGELOG
2013-10-01 11:27:56 -07:00
Mitchell Hashimoto
333ba70ed6
Update CHANGELOG
2013-09-25 19:37:04 +02:00
Mitchell Hashimoto
e77ca40efa
Update CHANGELOG
2013-09-25 10:49:07 +02:00