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 · 6ccb0671
      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
      6ccb0671
  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 · 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
  7. 06 Feb, 2008 3 commits
  8. 04 Feb, 2008 2 commits
  9. 01 Feb, 2008 2 commits
    • Yoni Fogel's avatar
      Addresses #293 · 2db8ca6a
      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
      2db8ca6a
    • Yoni Fogel's avatar
      Addresses #293 · 061afaac
      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
      061afaac
  10. 30 Jan, 2008 1 commit
    • Yoni Fogel's avatar
      Addresses #307 · 0577b98a
      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
      0577b98a
  11. 25 Jan, 2008 2 commits
  12. 18 Jan, 2008 2 commits
    • 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
    • Yoni Fogel's avatar
      · 2153cb98
      Yoni Fogel authored
      git-svn-id: file:///svn/tokudb@1733 c7de825b-a66e-492c-adef-691d508d4ae1
      2153cb98
  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