Skip to content
  1. May 23, 2013
  2. Apr 11, 2013
  3. Nov 27, 2012
  4. May 23, 2012
  5. May 11, 2012
  6. 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
  7. Mar 01, 2012
  8. Feb 20, 2012
  9. Dec 22, 2011
  10. Dec 14, 2011
  11. Oct 18, 2011
  12. Jul 25, 2011
  13. Jul 01, 2011
  14. Jun 30, 2011
  15. Jun 29, 2011
  16. Jun 28, 2011
  17. Jun 22, 2011
    • Seblu's avatar
      Introduce Payload · bf679786
      Seblu authored
      Concept of data was changed to payload.
      Payload is not necessary a tarball of a file or a directory, but, directly a file without tarball around.
      This is useful have the same md5 on data/payload and win some space during repo adding.
      Now data which come with image are represented by class Payload and all operation are located inside. This is cleaner!
      Payload also handle orginial information (mtime,uid,gid,md5,size,mode)
      bf679786
  18. Jun 17, 2011
  19. Jun 07, 2011
    • Seblu's avatar
      Introduce RepositoryManager and extractdata · 5fd0ead5
      Seblu authored
      This commit change a lot of things in installsystems way of life.
      Repository cache is now disabled on access to remote repository done directly.
      New database and tarball format
      5fd0ead5
  20. Jun 01, 2011
  21. May 31, 2011