Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vmware/govmomi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.11.2
Choose a base ref
...
head repository: vmware/govmomi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.11.3
Choose a head ref
  • 5 commits
  • 7 files changed
  • 1 contributor

Commits on Nov 4, 2016

  1. Allow DatastoreFile follower to drain current body

    If the caller's buffer size is smaller than remaining request body, the
    caller would miss data.
    
    Return io.EOF if the file has gone away when we wake up in the poll
    loop.
    
    See PR #598
    dougm committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    8302863 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2016

  1. Merge pull request #624 from dougm/datastore

    Allow DatastoreFile follower to drain current body
    dougm authored Nov 6, 2016
    Configuration menu
    Copy the full SHA
    aac2f2f View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2016

  1. Add -product-version flag to dvs.create

    If DVS is created without this flag, only hosts with version >= the VC
    version can be added to the DVS by default.
    dougm committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    629a573 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #626 from dougm/dvs-create

    Add -product-version flag to dvs.create
    dougm authored Nov 8, 2016
    Configuration menu
    Copy the full SHA
    fa0c9db View commit details
    Browse the repository at this point in the history
  3. Release 0.11.3

    dougm committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    e16673d View commit details
    Browse the repository at this point in the history
Loading