An error occurred fetching the project authors.
  1. 13 Mar, 2008 5 commits
  2. 11 Mar, 2008 1 commit
  3. 10 Mar, 2008 4 commits
  4. 07 Mar, 2008 4 commits
    • Yoni Fogel's avatar
      Addresses #479 · 7b84d27f
      Yoni Fogel authored
      toku_rt_super_create now checks the ptree from its caller is not NULL
      
      git-svn-id: file:///svn/tokudb@2632 c7de825b-a66e-492c-adef-691d508d4ae1
      7b84d27f
    • Yoni Fogel's avatar
      Addresses #479 · 220cadc2
      Yoni Fogel authored
      Initial version of range tree wrapper for redblacklib
      
      This includes some notes, but nothing is really implemented.
      The customized redblacklib does not yet exist for this.
      
      git-svn-id: file:///svn/tokudb@2631 c7de825b-a66e-492c-adef-691d508d4ae1
      220cadc2
    • Yoni Fogel's avatar
      Addresses #479 · 6d855c4f
      Yoni Fogel authored
      Abstract the range tree to support multiple internal representations.
      The shared portions are in rangetree-internal.h
      
      git-svn-id: file:///svn/tokudb@2628 c7de825b-a66e-492c-adef-691d508d4ae1
      6d855c4f
    • Yoni Fogel's avatar
      Closes #466 · e6e8a736
      Yoni Fogel authored
      All function names that started with __toku_ now start with
      toku__
      We no longer have function symbols that start with '__'
      
      git-svn-id: file:///svn/tokudb@2623 c7de825b-a66e-492c-adef-691d508d4ae1
      e6e8a736
  5. 05 Mar, 2008 1 commit
    • Yoni Fogel's avatar
      · 26384653
      Yoni Fogel authored
      Makefiles ported to OSX,
      Fixed non-standard calling convention for toku_rt_get_size
      
      git-svn-id: file:///svn/tokudb@2551 c7de825b-a66e-492c-adef-691d508d4ae1
      26384653
  6. 18 Feb, 2008 1 commit
  7. 11 Feb, 2008 1 commit
  8. 06 Feb, 2008 2 commits
  9. 05 Feb, 2008 1 commit
    • Yoni Fogel's avatar
      Addresses #337 · 7a29120f
      Yoni Fogel authored
      Addresses #293
      Addresses #307
      Adds range count to limit lock system memory from the dbenv, and correspondingly changes range trees and test files
      
      git-svn-id: file:///svn/tokudb@2103 c7de825b-a66e-492c-adef-691d508d4ae1
      7a29120f
  10. 01 Feb, 2008 1 commit
  11. 31 Jan, 2008 1 commit
  12. 26 Jan, 2008 2 commits
  13. 23 Jan, 2008 2 commits
  14. 22 Jan, 2008 1 commit
  15. 21 Jan, 2008 3 commits
  16. 18 Jan, 2008 1 commit
    • Yoni Fogel's avatar
      Addresses #288 · 2eff86b2
      Yoni Fogel authored
      First set of test cases for range trees.
      linear.c is stub implementation so we can compile and write tests before
      we actually implement the range tree.
      
      The makefiles were modified just enough to get this to work, and have to
      be cleaned up a lot.
      
      git-svn-id: file:///svn/tokudb@1740 c7de825b-a66e-492c-adef-691d508d4ae1
      2eff86b2