1. 07 Sep, 2016 1 commit
  2. 26 Aug, 2016 1 commit
  3. 20 Aug, 2016 1 commit
  4. 15 Aug, 2016 1 commit
    • Kevin Atkinson's avatar
      Check for multiple pinned blocks in a single pass. · eb2035cb
      Kevin Atkinson authored
      Provide a new method, Pinner.CheckIfPinned(), which will check if
      any of the arguments are pinned.  Previously IsPinned would need to be
      called once for each block.  The new method will speed up the checking
      of multiple pinned blocks from O(p*n) to O(p) (where p is the number
      of pinned blocks and n is the number of blocks to be check)
      
      Use the new method in "block rm".
      
      License: MIT
      Signed-off-by: default avatarKevin Atkinson <k@kevina.org>
      eb2035cb
  5. 26 Jul, 2016 1 commit
  6. 10 Jul, 2016 1 commit
  7. 02 Jul, 2016 1 commit
  8. 01 Jul, 2016 1 commit
  9. 24 Jun, 2016 1 commit
  10. 20 Jun, 2016 1 commit
  11. 12 Jun, 2016 2 commits
  12. 09 Jun, 2016 1 commit
  13. 01 Jun, 2016 1 commit
  14. 15 May, 2016 2 commits
  15. 04 May, 2016 1 commit
  16. 29 Apr, 2016 1 commit
  17. 04 Mar, 2016 2 commits
  18. 01 Mar, 2016 1 commit
  19. 13 Feb, 2016 2 commits
  20. 08 Feb, 2016 1 commit
  21. 06 Feb, 2016 1 commit
  22. 05 Feb, 2016 1 commit
  23. 30 Jan, 2016 3 commits
  24. 18 Jan, 2016 1 commit
  25. 12 Jan, 2016 10 commits