1. 16 Jan, 2017 17 commits
  2. 17 Dec, 2016 2 commits
  3. 16 Dec, 2016 6 commits
  4. 07 Dec, 2016 5 commits
  5. 29 Nov, 2016 2 commits
  6. 14 Nov, 2016 1 commit
  7. 12 Nov, 2016 2 commits
    • Kevin Atkinson's avatar
      Bug fixes and Tweaks. · ce88f7a3
      Kevin Atkinson authored
      Note: Readdirnames does not return entries for "." or ".." but it a
      good idea to skip dirs/files starting with '.' anyway.
      ce88f7a3
    • Kevin Atkinson's avatar
      Don't use filepath.Walk for Query method. · 27279083
      Kevin Atkinson authored
      filepath.Walk() sorts the names and calls lstat() on each entry, both of
      which are unnecessary when all we need are the key names in random order.
      
      For large datastores can improve the performance by about 50%.
      27279083
  8. 11 Nov, 2016 1 commit
  9. 04 Nov, 2016 1 commit
  10. 05 Oct, 2016 2 commits
  11. 26 Aug, 2016 1 commit