1. 18 Jul, 2014 1 commit
  2. 17 Jul, 2014 1 commit
  3. 16 Jul, 2014 1 commit
  4. 11 Jul, 2014 6 commits
  5. 10 Jul, 2014 1 commit
  6. 05 Jul, 2014 2 commits
  7. 02 Jul, 2014 1 commit
    • yuuzi41's avatar
      fix invalid esx5 path separator in windows · 982e523b
      yuuzi41 authored
      before, this code had joining path elements by filepath module. filepath module generate path string with backslash-joined in Windows. but ESX require path string with slash-joined. it means that this code generate illegal path string in windows. illegal path string raised "Error creating disk".
      
      this patch fixes path separator from backslash to slash in windows. from this, creating disk would succeed without error.
      982e523b
  8. 01 Jul, 2014 2 commits
  9. 30 Jun, 2014 7 commits
  10. 28 Jun, 2014 3 commits
  11. 26 Jun, 2014 2 commits
  12. 25 Jun, 2014 11 commits
  13. 24 Jun, 2014 2 commits