.. |
action
|
Show `attempting graceful shutdown` message from action, not guest
|
2012-01-07 11:44:53 -08:00 |
command
|
Convert everything to the new SSH API
|
2012-01-06 20:07:32 -08:00 |
communication
|
Initialize the connection ivar for SSH
|
2012-01-07 11:57:46 -08:00 |
config
|
Uploaded files now use temporary files rather than StringIO
|
2012-01-06 21:42:25 -08:00 |
downloaders
|
Remove dependence on Vagrant::Environment on downloaders
|
2011-12-09 15:18:43 -08:00 |
driver
|
Driver forwarding to 4.1 works properly
|
2012-01-07 21:16:40 -08:00 |
guest
|
Show `attempting graceful shutdown` message from action, not guest
|
2012-01-07 11:44:53 -08:00 |
hosts
|
Better host loading scheme
|
2011-12-11 23:22:44 -08:00 |
provisioners
|
Uploaded files now use temporary files rather than StringIO
|
2012-01-06 21:42:25 -08:00 |
util
|
Subprocess uses readpartial on IO for Windows [GH-610]
|
2012-01-05 23:48:30 -08:00 |
action.rb
|
Re-implement how networking is done internally
|
2012-01-02 19:51: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 |
communication.rb
|
Communication abstraction. Started SSH.
|
2012-01-06 20:07:31 -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
|
Delegate all API methods to the proper version driver
|
2012-01-07 21:16:40 -08:00 |
environment.rb
|
Default host class is the base class
|
2012-01-07 13:13:17 -08:00 |
errors.rb
|
Check for adapter collisions
|
2012-01-03 09:34:32 -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
|
SSH connect is now SSH `exec`
|
2012-01-06 20:07:32 -08:00 |
test_helpers.rb
|
Make init respect the env's cwd.
|
2011-10-30 22:48:35 -07:00 |
ui.rb
|
Vagrant now asks what adapter to bridge to
|
2012-01-01 00:05:47 -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
|
Start switching the old SSH API to the new one
|
2012-01-06 20:07:32 -08:00 |