1. 23 Nov, 2009 1 commit
  2. 20 Oct, 2009 1 commit
  3. 16 Oct, 2009 1 commit
  4. 28 Sep, 2009 1 commit
  5. 18 Aug, 2009 1 commit
  6. 15 Aug, 2009 1 commit
  7. 04 Aug, 2009 1 commit
  8. 03 Aug, 2009 1 commit
  9. 29 Jul, 2009 1 commit
  10. 26 Jul, 2009 3 commits
  11. 25 Jul, 2009 1 commit
  12. 23 Jul, 2009 1 commit
  13. 16 Jul, 2009 2 commits
  14. 15 Jul, 2009 1 commit
  15. 14 Jul, 2009 2 commits
  16. 13 Jul, 2009 2 commits
  17. 11 Jul, 2009 1 commit
  18. 10 Jul, 2009 2 commits
  19. 06 Jul, 2009 2 commits
  20. 30 Jun, 2009 2 commits
  21. 29 Jun, 2009 1 commit
    • Dianne Hackborn's avatar
      Rename backup command to rawbu. · 360efc12
      Dianne Hackborn authored
      Rename the command to reflect that it is a low-level backup, since
      we are introducing a higher-level backup mechanism in the framework.
      Also change the syntax a little to make it less dangerous -- you
      now must explicitly specify a backup or restore, and if you don't
      do so it will abort with its help message.
      360efc12
  22. 26 Jun, 2009 1 commit
  23. 23 Jun, 2009 3 commits
  24. 19 Jun, 2009 1 commit
  25. 10 Jun, 2009 1 commit
  26. 02 Jun, 2009 2 commits
  27. 29 May, 2009 1 commit
  28. 28 May, 2009 2 commits
    • Nicolas Catania's avatar
      Load test for the sdcard. · 39c016f8
      Nicolas Catania authored
      Simulate loads on the sdcard for write, read and open operations using
      one or more process.
      
      The number of processes to run concurently can be specified on the command line.
      The size of the file and the number of iterations (for averaging result) are
      also a command line flag.
      
      The user can have summary of the performance plus the raw data for
      processing with a separate tool.
      
      There is a basic python script to help plotting the result.
      39c016f8
    • David 'Digit' Turner's avatar
      Add a new unit test that checks that the static C++ constructors of · 611cdccd
      David 'Digit' Turner authored
      shared libraries and dynamic executables are called only once, and in
      the correct order.
      611cdccd