.. |
action
|
Make export in general VBoxManage friendly
|
2011-12-26 19:06:44 -08:00 |
command
|
Use proper UI with VM
|
2011-12-26 18:14:09 -08:00 |
config
|
Fix issue that could cause config loader to fail if no block given to a subvm
|
2011-12-26 18:07:39 -08:00 |
downloaders
|
Remove dependence on Vagrant::Environment on downloaders
|
2011-12-09 15:18:43 -08:00 |
driver
|
Make export in general VBoxManage friendly
|
2011-12-26 19:06:44 -08:00 |
guest
|
Use proper UI with VM
|
2011-12-26 18:14:09 -08:00 |
hosts
|
Better host loading scheme
|
2011-12-11 23:22:44 -08:00 |
provisioners
|
Provisioner output is now colorized based on stdout/stderr [GH-595]
|
2011-12-16 17:55:12 -08:00 |
ssh
|
SSH working with new changes
|
2011-12-10 12:49:35 -08:00 |
util
|
Util::Busy calls the callbacks in reverse order
|
2011-12-26 17:03:29 -08:00 |
action.rb
|
Check for package files before any exports or anything [GH-597]
|
2011-12-26 18:48:38 -08:00 |
box.rb
|
Lazy load attributes for runners. Get box repackage working.
|
2011-12-09 20:24:34 -08:00 |
box_collection.rb
|
Throw an error if a box already exists when calling box.add
|
2011-12-10 13:09:03 -08:00 |
cli.rb
|
`vagrant --help` now works for Ruby 1.8.7 [GH-599]
|
2011-12-20 16:28:45 -08:00 |
command.rb
|
`vagrant init` uses new OptParse based CLI
|
2011-12-17 21:06:00 -08:00 |
config.rb
|
Config classes are registered via a registry now
|
2011-12-15 20:32:33 -08:00 |
data_store.rb
|
DataStore: Remove the file_path check in commit
|
2011-12-22 21:20:31 -08:00 |
downloaders.rb
|
Be gone glob loader! Move everything to autoload or explicit require.
|
2011-01-07 01:12:16 -08:00 |
driver.rb
|
Attach a driver to each VM. Use that to detect VirtualBox.
|
2011-12-20 21:20:45 -08:00 |
environment.rb
|
Make some fixes to get tests passing on Ruby 1.8.7
|
2011-12-26 17:45:55 -08:00 |
errors.rb
|
A regex string can be passed to commands in Multi-VM
|
2011-12-26 18:12:02 -08:00 |
guest.rb
|
Fix autoload typo for redhat guest [GH-600]
|
2011-12-20 16:27:51 -08:00 |
hosts.rb
|
Better host loading scheme
|
2011-12-11 23:22:44 -08:00 |
plugin.rb
|
Do not load a plugin if it depends on invalid version of Vagrant
|
2011-07-02 09:27:28 -07:00 |
provisioners.rb
|
Autoload provisioners.
|
2011-12-14 22:49:14 -08:00 |
registry.rb
|
Better host loading scheme
|
2011-12-11 23:22:44 -08:00 |
ssh.rb
|
Lots more VBoxManage
|
2011-12-21 13:37:59 -08:00 |
test_helpers.rb
|
Make init respect the env's cwd.
|
2011-10-30 22:48:35 -07:00 |
ui.rb
|
`vagrant ssh -c` stderr now goes to stderr on the host as well
|
2011-12-26 10:03:12 -08:00 |
util.rb
|
Remove GlobLoader from util.rb since it doesn't exist anymore
|
2011-11-13 13:19:16 -08:00 |
version.rb
|
v0.8.10
|
2011-12-10 21:08:13 -08:00 |
vm.rb
|
Handle the case properly where the VM in `.vagrant` doesn't exist anymore
|
2011-12-22 13:03:08 -08:00 |