Skip to content
  1. Jun 27, 2013
    • Sébastien Luttringer's avatar
      Deep refactoring · 084ed9b5
      Sébastien Luttringer authored
      - 2 new packages (image and repository).
      - Split big modules into little one under packages.
      - Replace full module import by needed objects
      - Avoid wildcard imports
      - Fix a lot of pylint error and warnings on modules
      084ed9b5
  2. Jun 20, 2013
  3. May 23, 2013
  4. Apr 11, 2013
  5. Jan 04, 2013
  6. Nov 27, 2012
  7. Jun 04, 2012
  8. May 23, 2012
  9. May 15, 2012
  10. May 11, 2012
  11. Mar 02, 2012
    • Sebastien Luttringer's avatar
      rewrite timeout code · 74081e11
      Sebastien Luttringer authored
      Before this, timeout only apply to repository caching.
      
      Now timeout is used by all transfert functions.
      A new parameter repo_timeout is available to set a custom timeout on repository
      74081e11
  12. Feb 27, 2012
    • Sebastien Luttringer's avatar
      Use external compressor and archiver · 8fea05fb
      Sebastien Luttringer authored
      We now use system tar and gzip to compress/decompress payloads
      
      Goals are:
      - Speed-up extraction and creation of payloads.
      - Allow to use non-python supported compressor like (pbzip2 and xz)
      - Remove python2.7.1 tarfile.py module
      - Remove python 2.7.1 gzip.py to avoid filename to be in gzip headers
      - Remove gzipstream.py module used to stream gzip file
      8fea05fb
  13. Feb 10, 2012
  14. Dec 22, 2011
  15. Dec 20, 2011
  16. Dec 14, 2011
  17. Dec 08, 2011
  18. Dec 07, 2011
  19. Dec 05, 2011
  20. Nov 18, 2011
  21. Nov 15, 2011
  22. Nov 08, 2011
  23. Nov 04, 2011