Skip to content
  1. Apr 11, 2013
  2. Jan 04, 2013
  3. Nov 27, 2012
  4. Jun 07, 2012
  5. Jun 04, 2012
  6. May 23, 2012
  7. May 21, 2012
  8. May 16, 2012
  9. May 15, 2012
  10. May 11, 2012
  11. May 02, 2012
  12. Apr 20, 2012
  13. Mar 26, 2012
  14. Mar 16, 2012
  15. 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
  16. Mar 01, 2012
  17. 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
  18. Feb 20, 2012