aboutsummaryrefslogtreecommitdiff
path: root/table
Commit message (Expand)AuthorAge
* leveldb: Check slice length in Footer::DecodeFrom()leveldb Team2023-04-20
* Support Zstd compression level in Leveldbleveldb Team2023-04-20
* Add support for Zstd-based compression in LevelDB.leveldb Team2023-03-28
* Use GTEST_SKIP in leveldb:table_testleveldb Team2022-07-18
* Remove main() from most tests.Victor Costan2022-01-03
* Optimize leveldb block seeks to utilize the current iterator location.leveldb Team2021-01-11
* Merge pull request #798 from lntotk:masterVictor Costan2020-05-04
|\
| * remove unnessary status judgelntotk2020-04-24
* | Add some std:: qualifiers to types and functions.Victor Costan2020-04-29
* | Switch from C headers to C++ headers.Victor Costan2020-04-29
|/
* Internal change.leveldb Team2019-12-02
* Switch testing harness to googletest.Victor Costan2019-11-21
* unsigned char -> uint8_tVictor Costan2019-05-28
* Switch to using C++ 11 override specifier.Chris Mumford2019-05-09
* Style cleanup.Victor Costan2019-05-04
* Merge pull request #278 from wankai:masterVictor Costan2019-05-04
|\
| * block_builder header file dependency fixedWankai Zhang2015-01-29
* | Correct class/structure declaration order.Chris Mumford2019-05-03
* | Format all files IAW the Google C++ Style Guide.Chris Mumford2019-05-02
* | Check for possibly invalid offset in test.Chris Mumford2019-04-23
* | Clean up Iterator.costan2018-06-04
* | Replace NULL with nullptr in C++ files.costan2018-04-10
* | Remove extern from function declarations.costan2018-03-12
* | Simplify Table::Open() flow and remove a delete call.costan2017-09-01
* | Convert documentation to markdown.cmumford2017-03-01
* | A zippy change broke test assumptions about the size of compressed output.sanjay2016-07-06
* | Fix LevelDB build when asserts are enabled in release builds. (#367)John Abd-El-Malek2016-04-15
* | Deleted redundant null ptr check prior to delete.cmumford2016-03-31
* | Fix size_t/int comparison/conversion issues in leveldb.pkasting2015-12-09
|/
* Clean up layering of storage/leveldb/...Chris Mumford2014-12-11
* Release 1.18v1.18Chris Mumford2014-09-16
* Release LevelDB 1.15v1.15David Grogan2013-12-10
* Release leveldb 1.10v1.10David Grogan2013-05-14
* Update to leveldb 1.6v1.6David Grogan2012-10-12
* Added bloom filter support.v1.4Sanjay Ghemawat2012-04-17
* use mmap on 64-bit machines to speed-up reads; small build fixesSanjay Ghemawat2012-03-15
* A number of fixes:Hans Wennborg2011-10-31
* Speed up Snappy uncompression, new Logger interface.gabor@google.com2011-07-21
* Sun Studio support, and fix for test related memory fixes.gabor@google.com2011-07-19
* A number of smaller fixes and performance improvements:gabor@google.com2011-06-22
* sync with upstream @21627589dgrogan@chromium.org2011-06-02
* Update from upstream @21551990dgrogan@chromium.org2011-05-28
* sync with upstream @ 21409451dgrogan@chromium.org2011-05-21
* fix build on at least linuxdgrogan@chromium.org2011-04-20
* @20776309dgrogan@chromium.org2011-04-20
* reverting disastrous MOE commit, returning to r21dgrogan@chromium.org2011-04-19
* Revision created by MOE tool push_codebase.dgrogan@chromium.org2011-04-19
* chmod a-xdgrogan@chromium.org2011-04-18
* @20602303. Default file permission is now 755.dgrogan@chromium.org2011-04-12
* Move include files into a leveldb subdir.jorlow@chromium.org2011-03-30