1. 06 Oct, 2016 3 commits
  2. 15 Sep, 2016 1 commit
  3. 09 Sep, 2016 1 commit
  4. 07 Sep, 2016 1 commit
  5. 26 Aug, 2016 1 commit
  6. 20 Aug, 2016 1 commit
  7. 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
  8. 26 Jul, 2016 1 commit
  9. 10 Jul, 2016 1 commit
  10. 02 Jul, 2016 1 commit
  11. 01 Jul, 2016 1 commit
  12. 24 Jun, 2016 1 commit
  13. 20 Jun, 2016 1 commit
  14. 12 Jun, 2016 2 commits
  15. 09 Jun, 2016 1 commit
  16. 01 Jun, 2016 1 commit
  17. 15 May, 2016 2 commits
  18. 04 May, 2016 1 commit
  19. 29 Apr, 2016 1 commit
  20. 04 Mar, 2016 2 commits
  21. 01 Mar, 2016 1 commit
  22. 13 Feb, 2016 2 commits
  23. 08 Feb, 2016 1 commit
  24. 06 Feb, 2016 1 commit
  25. 05 Feb, 2016 1 commit
  26. 30 Jan, 2016 3 commits
  27. 18 Jan, 2016 1 commit
  28. 12 Jan, 2016 5 commits