Skip to content
Snippets Groups Projects
  1. Jun 23, 2015
  2. Apr 30, 2015
    • Nikos Skalkotos's avatar
      Fix a race condition when mounting the img locally · 16ccdca8
      Nikos Skalkotos authored
      As the documentation of libguestfs states, a separated thread should
      be started after mount_local has finished and before mount_local_run,
      which is a blocking command, gets started. Till now, we used to start
      the thread just before mount_local.
      16ccdca8
  3. Apr 29, 2015
  4. Feb 19, 2015
    • Nikos Skalkotos's avatar
      Workaround a libguestfs e2fsck bug · d466e91d
      Nikos Skalkotos authored
      Workaround the bug that libguestfs may raise a RuntimeError even if the
      command runs successfully, due to the fact that the command exited with
      non-zero exit status.
      d466e91d
  5. Feb 05, 2015
    • Nikos Skalkotos's avatar
      Always use the direct backend in libguestfs · 7f893790
      Nikos Skalkotos authored
      Make sure that the libguestfs appliance is always launched directly
      using qemu. This can be done by exporting the environment variable
      LIBGUESTFS_BACKEND=direct before importing the guestfs library.
      
      This fixes #38
      7f893790
  6. Dec 17, 2014
  7. Dec 15, 2014
  8. Nov 18, 2014
  9. Nov 14, 2014
  10. Nov 13, 2014
  11. Nov 05, 2014
  12. Nov 04, 2014
    • Nikos Skalkotos's avatar
      Handle the case where qemu-nbd is missing · 430b2627
      Nikos Skalkotos authored
      If qemu-nbd is not present at the host system, only accept raw images
      as input media. This is a workaround for ancient systems like CentOS 6.x
      where the nbd module is not compiled in the default kernel and the qemu
      package does not include the qemu-nbd executable.
      430b2627
  13. Nov 03, 2014
  14. Sep 10, 2014
  15. Aug 07, 2014
  16. Aug 05, 2014
  17. Jul 31, 2014
  18. Jul 16, 2014
    • Nikos Skalkotos's avatar
      windows: Fix a bug in Registry class · 709f45f8
      Nikos Skalkotos authored
      Make sure the guestfs handler is never cached in registry class. There
      are cases where the guestfs handler is recreated in image class. The
      registry code should always access the guestfs handler from the image
      class and never from a local copy.
      709f45f8
  19. Jun 13, 2014
  20. Jun 10, 2014
    • Nikos Skalkotos's avatar
      Switch license to GPLv3 · 822ccd58
      Nikos Skalkotos authored
      According to the decision of the GRNET Board of Directors,
      switch license to GPLv3.
      
      This commit will be propagated to the release
      and master branches based on git flow, and the next
      release will be licensed as GPLv3.
      822ccd58
  21. May 15, 2014
  22. Mar 19, 2014
  23. Oct 22, 2013
  24. Oct 16, 2013
  25. Oct 11, 2013
  26. Aug 22, 2013
  27. Aug 03, 2013
  28. Aug 01, 2013
  29. Jul 30, 2013
  30. Jun 11, 2013
    • Nikos Skalkotos's avatar
      Code Cleanup · 121f3bc0
      Nikos Skalkotos authored
       * Prefix all private methods with _
       * Write missing docstrings
       * Move all public methods above the private ones
       * Add module docstrings where missing
       * Define source code encodings on all modules
      121f3bc0
Loading