summaryrefslogtreecommitdiff
path: root/table/table.cc
Commit message (Expand)AuthorAgeFilesLines
* remove unnessary status judgelntotk2020-04-241-6/+4
* Format all files IAW the Google C++ Style Guide.Chris Mumford2019-05-021-21/+14
* Replace NULL with nullptr in C++ files.costan2018-04-101-12/+12
* Simplify Table::Open() flow and remove a delete call.costan2017-09-011-8/+3
* Deleted redundant null ptr check prior to delete.cmumford2016-03-311-1/+1
* Release 1.18v1.18Chris Mumford2014-09-161-2/+12
* Release leveldb 1.10v1.10David Grogan2013-05-141-1/+0
* Added bloom filter support.v1.4Sanjay Ghemawat2012-04-171-9/+107
* use mmap on 64-bit machines to speed-up reads; small build fixesSanjay Ghemawat2012-03-151-4/+7
* A number of fixes:Hans Wennborg2011-10-311-1/+1
* reverting disastrous MOE commit, returning to r21dgrogan@chromium.org2011-04-191-0/+175
* Revision created by MOE tool push_codebase.dgrogan@chromium.org2011-04-191-175/+0
* chmod a-xdgrogan@chromium.org2011-04-181-0/+0
* @20602303. Default file permission is now 755.dgrogan@chromium.org2011-04-121-0/+0
* Move include files into a leveldb subdir.jorlow@chromium.org2011-03-301-3/+3
* Upstream changes.jorlow@chromium.org2011-03-281-1/+1
* Initial checkin.jorlow@chromium.org2011-03-181-0/+175