Skip to content
Snippets Groups Projects
  1. Oct 05, 2011
  2. Oct 04, 2011
  3. Sep 21, 2011
  4. Aug 22, 2011
  5. Aug 20, 2011
  6. Aug 06, 2011
  7. Jul 19, 2011
  8. Jul 15, 2011
    • Joey Hess's avatar
      hlint tweaks · e7847573
      Joey Hess authored
      Did all sources except Remotes/* and Command/*
      e7847573
  9. Jul 05, 2011
    • Joey Hess's avatar
      remove unused backend machinery · 9f1577f7
      Joey Hess authored
      The only remaining vestiage of backends is different types of keys. These
      are still called "backends", mostly to avoid needing to change user interface
      and configuration. But everything to do with storing keys in different
      backends was gone; instead different types of remotes are used.
      
      In the refactoring, lots of code was moved out of odd corners like
      Backend.File, to closer to where it's used, like Command.Drop and
      Command.Fsck. Quite a lot of dead code was removed. Several data structures
      became simpler, which may result in better runtime efficiency. There should
      be no user-visible changes.
      9f1577f7
  10. Jul 01, 2011
  11. Jun 10, 2011
  12. Jun 02, 2011
  13. May 16, 2011
  14. Apr 08, 2011
  15. Mar 22, 2011
    • Joey Hess's avatar
      fast mode · c2199872
      Joey Hess authored
      Add --fast flag, that can enable less expensive, but also less thurough versions of some commands.
      
      * Add --fast flag, that can enable less expensive, but also less thurough
        versions of some commands.
      * fsck: In fast mode, avoid checking checksums.
      * unused: In fast mode, just show all existing temp files as unused,
        and avoid expensive scan for other unused content.
      c2199872
  16. Mar 16, 2011
    • Joey Hess's avatar
      rename file · 4594bd51
      Joey Hess authored
      4594bd51
    • Joey Hess's avatar
      first pass at using new keys · 9d49fe2c
      Joey Hess authored
      It compiles. It sorta works. Several subcommands are FIXME marked and
      broken, because things that used to accept separate --backend and --key
      params need to be changed to accept just a --key that encodes all the key
      info, now that there is metadata in keys.
      9d49fe2c
  17. Mar 12, 2011
  18. Mar 02, 2011
  19. Mar 01, 2011