1. 24 10月, 2014 5 次提交
  2. 23 10月, 2014 5 次提交
  3. 22 10月, 2014 3 次提交
  4. 21 10月, 2014 8 次提交
  5. 18 10月, 2014 9 次提交
  6. 17 10月, 2014 6 次提交
  7. 16 10月, 2014 2 次提交
    • F
      Filters getting disposed by System.gc before EOL · bafbc23b
      fyrz 提交于
      Previous to this commit Filters passed as parameters to the
      BlockTableConfig are disposed before they should be disposed.
      
      Further Smart pointer usage was corrected.
      
      Java holds now the smart pointer to the FilterPolicy correctly
      and cares about freeing underlying c++ structures.
      bafbc23b
    • I
      Move logging out of mutex · ca250d71
      Igor Canadi 提交于
      Summary: As title
      
      Test Plan: compiles
      
      Reviewers: sdong
      
      Reviewed By: sdong
      
      Subscribers: leveldb
      
      Differential Revision: https://reviews.facebook.net/D24897
      ca250d71
  8. 15 10月, 2014 1 次提交
    • S
      WriteBatchWithIndex's Iterator bug of SeekToFirst() and SeekToLast() · 5cc9adf5
      sdong 提交于
      Summary: WriteBatchWithIndex's iterator's SeekToFirst() and SeekToLast() use offset=0 to indicate it is smaller than all the keys, which is wrong. offset=0 will decode a key "" (the header decodes like that). It could be larger than other keys in non-default comparators. Fix it by using a special flag of offset to indicate searching to the beginning of the CF.
      
      Test Plan: Add a unit test that used to fail. Also, add some more tests to related cases, though they don't fail for now.
      
      Reviewers: igor
      
      Reviewed By: igor
      
      Subscribers: rven, yhchiang, ljin, leveldb
      
      Differential Revision: https://reviews.facebook.net/D24873
      5cc9adf5
  9. 14 10月, 2014 1 次提交