Skip to content
  1. Oct 14, 2011
  2. Oct 13, 2011
  3. Oct 11, 2011
    • Sebastien Luttringer's avatar
      Introduce PipeFile in place of uopen · 46f109ea
      Sebastien Luttringer authored
      We now use PipeFile to handle complex file type and compute md5 and filesize.
      
      This commit add the following features in installsystems:
      - A download progress bad
      - check size before download
      - check size after download
      - check md5 after download
      46f109ea
  4. Sep 01, 2011
  5. Aug 29, 2011
  6. Aug 26, 2011
  7. Aug 25, 2011
  8. Aug 24, 2011
  9. Aug 18, 2011
  10. Jul 26, 2011
  11. Jul 25, 2011
  12. Jul 13, 2011
  13. Jun 27, 2011
  14. Jun 24, 2011
    • Seblu's avatar
      Improve arrow and printer · 8273db6b
      Seblu authored
      Arrow is now relative this allow to pass context of arrow
      no more verbose mode. Soft is verbose except in quiet mode
      8273db6b
    • Seblu's avatar
      Improve script execution · a0d18a5d
      Seblu authored
      Script is now compiled before execution to have a better debugging features.
      local directory is no more given for each scripts
      global directory is new to each script execution
      only namespace object must be used to share data across scripts
      a0d18a5d
    • Seblu's avatar
      4dc32544