.. |
action
|
Ability to specify `:bridge` to networking [GH-655]
|
2012-02-04 15:04:28 +01:00 |
command
|
Starting on the `vagrant gem` command.
|
2012-02-06 22:16:37 -05:00 |
communication
|
Remove ANSI escape codes from SSH output
|
2012-01-23 19:29:07 -08:00 |
config
|
Fix some issues with NFS version selecting
|
2012-01-29 13:33:35 -08:00 |
downloaders
|
Do expand_path in FileUtils.cp, where it really matters.
|
2012-01-14 15:19:29 -08:00 |
driver
|
Update changelog for GH-690
|
2012-01-28 21:50:57 -08:00 |
guest
|
properly restart the interface. Was failing with /sbin/ifup
|
2012-01-31 22:36:38 -06:00 |
hosts
|
Do not allow BSD hosts to double-quote in exports
|
2012-01-30 19:52:59 -08:00 |
provisioners
|
Fix typo in puppet server I18n
|
2012-02-04 17:51:45 +01:00 |
util
|
`vagrant ssh` now uses a direct exec() [GH-751]
|
2012-02-06 15:27:28 -05:00 |
action.rb
|
Change middleware internals to make plugin lives easier [GH-684]
|
2012-01-28 17:31:50 -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
|
Starting on the `vagrant gem` command.
|
2012-02-06 22:16:37 -05: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
|
Support VirtualBox 4.0
|
2012-01-07 21:16:40 -08:00 |
environment.rb
|
Starting on the `vagrant gem` command.
|
2012-02-06 22:16:37 -05:00 |
errors.rb
|
Error message when kernel module is not loaded for VirtualBox [GH-677]
|
2012-01-24 19:30:55 -08:00 |
guest.rb
|
Fix autoload typo for redhat guest [GH-600]
|
2011-12-20 16:27:51 -08:00 |
hosts.rb
|
Logging for host detection
|
2012-01-25 10:42:35 -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
|
Registry will now cache result values.
|
2012-01-28 17:31:50 -08:00 |
ssh.rb
|
`vagrant ssh` now uses a direct exec() [GH-751]
|
2012-02-06 15:27:28 -05: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
|
Up version for dev
|
2012-02-05 13:17:00 +01:00 |
vm.rb
|
Fix reference to a class that doesn't exist
|
2012-01-19 14:21:26 -08:00 |