1. 06 Jul, 2013 1 commit
  2. 05 Jul, 2013 3 commits
  3. 04 Jul, 2013 1 commit
  4. 03 Jul, 2013 1 commit
  5. 01 Jul, 2013 1 commit
  6. 29 Jun, 2013 1 commit
  7. 28 Jun, 2013 1 commit
  8. 26 Jun, 2013 2 commits
  9. 24 Jun, 2013 4 commits
  10. 12 Jun, 2013 2 commits
  11. 04 Jun, 2013 1 commit
  12. 30 May, 2013 3 commits
  13. 28 May, 2013 3 commits
  14. 24 May, 2013 1 commit
    • Leif Walsh's avatar
      implement db->get_key_after_bytes closes #18 · 77c7cdd7
      Leif Walsh authored
      squashed commits:
      
      create db->get_key_after_bytes() api down to the ft layer, and start a unit test
      refs #18
      
      setup/teardown for get_key_after_bytes test
      refs #18
      
      rename test because it really is going to be a small unit test
      refs #18
      
      implement a few initial checks
      refs #18
      
      adding actually_skipped parameter because we will want it in splitVector
      refs #18
      
      NULL -> nullptr, I'm rusty from mongo work
      refs #18
      
      fix some old apis to fit what get_key_after_bytes needs:
      
      make keyrange_compare_s hold an FT instead of FT_HANDLE to prepare for reuse refs #18
      
      make keyrange_compare_s hold a const dbt refs #18
      
      fix const-correctness of fill_bfe functions refs #18
      
      add unit test for an empty dictionary
      refs #18
      
      implement get_key_after_bytes for a single basement node, passes simple tests
      refs #18
      
      add test for multiple basement nodes
      refs #18
      
      fix usage of ft_search_t, we do need a full one after all
      refs #18
      
      check actually_skipped for correctness (even though it's an estimate)
      refs #18
      
      restructure test to be faster, and test keys before the beginning of the table
      refs #18
      
      don't try to read in the right basement node, just check the bns you have
      refs #18
      
      implement get_key_after_bytes for height > 0 trees
      refs #18
      
      return the amount skipped even if we hit the end of the table
      refs #18
      
      add inexact test for height > 0 trees, adjust constants so it's faster
      refs #18
      
      don't do I/O to bring in basement nodes just for get_key_after_bytes
      refs #18
      
      don't blindly check the first basement node, it's not guaranteed to be there anymore
      refs #18
      
      fix leak in get_key_after_bytes_unit.tdb
      refs #18
      
      add get_key_after_bytes to test_stress5
      refs #18
      
      switch to a callback API to save mallocs and memcpys
      refs #18
      77c7cdd7
  15. 06 May, 2013 2 commits
  16. 05 May, 2013 1 commit
  17. 03 May, 2013 4 commits
  18. 02 May, 2013 4 commits
  19. 01 May, 2013 2 commits
  20. 30 Apr, 2013 2 commits