An error occurred fetching the project authors.
  1. 07 Mar, 2008 1 commit
    • Yoni Fogel's avatar
      Closes #466 · 1060b409
      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
      1060b409
  2. 05 Mar, 2008 1 commit
  3. 06 Feb, 2008 1 commit
  4. 01 Feb, 2008 2 commits
    • Yoni Fogel's avatar
      Addresses #293 · 03339433
      Yoni Fogel authored
      Addresses #307
      Replaced unsigned with u_int32_t
      Also one bugfix with incorrect assert.
      Made all tests run properly (bugs were mostly in the test).
      
      git-svn-id: file:///svn/tokudb@2035 c7de825b-a66e-492c-adef-691d508d4ae1
      03339433
    • Yoni Fogel's avatar
      Addresses #293 · 90d4f3a8
      Yoni Fogel authored
      Addresses #307
      \marginpar{Code review/refactor pass}
      Write locks should be done now.
      Modified makefile
      
      Tests updated to remove warnings.
      Not all tests pass currently.
      
      
      git-svn-id: file:///svn/tokudb@2031 c7de825b-a66e-492c-adef-691d508d4ae1
      90d4f3a8
  5. 31 Jan, 2008 1 commit
    • Vincenzo Liberatore's avatar
      Addresses #307 · f440e237
      Vincenzo Liberatore authored
      Tests consolidation of various intervals, some overlapping at one point,
      other ones dominated by the new interval, and combinations of these cases.
      
      git-svn-id: file:///svn/tokudb@1995 c7de825b-a66e-492c-adef-691d508d4ae1
      f440e237
  6. 30 Jan, 2008 2 commits
    • Yoni Fogel's avatar
      Addresses #307 · eadf7f29
      Yoni Fogel authored
      Additional tests.
      Code coverage of non-write stuff is complete except for asserts and error cases.
      We have not yet checked branch coverage.
      
      git-svn-id: file:///svn/tokudb@1973 c7de825b-a66e-492c-adef-691d508d4ae1
      eadf7f29
    • Yoni Fogel's avatar
      Addresses #293 · 4d17c725
      Yoni Fogel authored
      Addresses #307
      
      Locktree now accepts max memory parameter.
      This counts only 'toku_points' and payloads.
      Whenever it goes over the allowed memory, it will return ENOMEM as
      BDB does.
      
      Tests were only updated to compile correctly (and return EINVAL
      if max size is 0).
      Tests do not yet test whether the max memory system works.
      
      git-svn-id: file:///svn/tokudb@1954 c7de825b-a66e-492c-adef-691d508d4ae1
      4d17c725
  7. 25 Jan, 2008 4 commits