An error occurred fetching the project authors.
  1. 17 Apr, 2013 13 commits
  2. 21 Jul, 2008 1 commit
    • Yoni Fogel's avatar
      Addresses #1032 · 39d3494c
      Yoni Fogel authored
      Standardize unsigned ints:
      uint8_t -> u_int8_t
      uint32_t -> u_int32_t
      uint64_t ->u_int64_t
      Windows seems to differentiate between the two, linux does not.
      
      git-svn-id: file:///svn/tokudb@5239 c7de825b-a66e-492c-adef-691d508d4ae1
      39d3494c
  3. 08 May, 2008 1 commit
  4. 27 Mar, 2008 1 commit
  5. 17 Mar, 2008 2 commits
  6. 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
  7. 06 Feb, 2008 3 commits
  8. 04 Feb, 2008 2 commits
  9. 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
  10. 30 Jan, 2008 1 commit
    • 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
  11. 25 Jan, 2008 2 commits
  12. 18 Jan, 2008 2 commits
    • Yoni Fogel's avatar
      Addresses #288 · 0b7e94de
      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
      0b7e94de
    • Yoni Fogel's avatar
      · dbf160d7
      Yoni Fogel authored
      git-svn-id: file:///svn/tokudb@1733 c7de825b-a66e-492c-adef-691d508d4ae1
      dbf160d7
  13. 07 Jan, 2008 1 commit
  14. 31 Dec, 2007 1 commit
  15. 18 Dec, 2007 2 commits
  16. 12 Dec, 2007 2 commits
  17. 07 Dec, 2007 1 commit
  18. 06 Dec, 2007 1 commit
  19. 30 Nov, 2007 1 commit