vagrant/lib/vagrant
Mitchell Hashimoto 3b82f2efc4 Create the basic provider plugin interface.
Non-functional at this point.
2012-07-14 16:57:54 -07:00
..
action Use the new BoxCollection API 2012-07-11 18:41:13 -07:00
communication Catch Net::SSH::Disconnect when connecting to SSH 2012-07-04 08:26:09 -10:00
config Move the loader into the Config::V1 namespace. 2012-06-26 15:06:03 -07:00
downloaders Disable read timeout for HTTP downloader 2012-06-28 21:28:40 -07:00
driver Update drivers to support reading MAC Addresses 2012-06-11 21:29:21 -07:00
easy Move command base class to a plugin component 2012-06-26 16:18:02 -07:00
plugin Create the basic provider plugin interface. 2012-07-14 16:57:54 -07:00
util Default the IO.select result to empty array to avoid nil errors 2012-06-28 08:22:06 -07:00
action.rb Remove unused middleware sequences related to repackaging 2012-07-11 18:36:23 -07:00
box.rb Box#repackage to repackage a box. 2012-07-11 18:36:22 -07:00
box_collection.rb BoxCollection#add throws an UpgradeRequired exception if a V1 box 2012-07-11 18:36:22 -07:00
cli.rb Move command base class to a plugin component 2012-06-26 16:18:02 -07:00
communication.rb Communication abstraction. Started SSH. 2012-01-06 20:07:31 -08:00
config.rb Move the loader into the Config::V1 namespace. 2012-06-26 15:06:03 -07:00
data_store.rb Allow data store to work even if file path is nil 2012-02-25 10:41:06 -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 Support VirtualBox 4.0 2012-01-07 21:16:40 -08:00
easy.rb New easy command APIs: argv, info, error, success 2012-06-01 14:55:08 +02:00
environment.rb Update load_plugins to be more Windows friendly. Uses File::PATH_SEPARATOR instead of hard-coded colon (':'). 2012-07-12 15:25:28 -03:00
errors.rb Test that an added box provider must match expected. 2012-07-11 18:36:21 -07:00
hosts.rb Move host base class to a plugin component 2012-06-27 09:26:03 -07:00
plugin.rb Remove gem-based plugin loading 2012-05-05 12:57:31 -07:00
registry.rb Major guests have been moved to plugins 2012-04-18 21:03:03 -07:00
ssh.rb SSH log level fatal. Thanks @petejkim 2012-05-31 23:42:28 +02:00
test_helpers.rb update the action_env test helper for the new environment structure 2012-02-06 22:47:25 -08:00
ui.rb Handle the case where ctrl-D is pressed on input. 2012-07-11 18:30:37 -07:00
util.rb Remove GlobLoader from util.rb since it doesn't exist anymore 2011-11-13 13:19:16 -08:00
version.rb Up version for development 2012-03-28 22:08:55 -07:00
vm.rb Make Box2 the new Box 2012-07-11 18:36:21 -07:00