summaryrefslogtreecommitdiff
path: root/table
Commit message (Expand)AuthorAgeFilesLines
* leveldb: Check slice length in Footer::DecodeFrom()HEADmainleveldb Team2023-04-201-0/+4
* Support Zstd compression level in Leveldbleveldb Team2023-04-202-2/+3
* Add support for Zstd-based compression in LevelDB.leveldb Team2023-03-283-8/+56
* Use GTEST_SKIP in leveldb:table_testleveldb Team2022-07-181-4/+2
* Remove main() from most tests.Victor Costan2022-01-032-10/+0
* Optimize leveldb block seeks to utilize the current iterator location.leveldb Team2021-01-111-1/+26
* Merge pull request #798 from lntotk:masterVictor Costan2020-05-041-6/+4
|\
| * remove unnessary status judgelntotk2020-04-241-6/+4
* | Add some std:: qualifiers to types and functions.Victor Costan2020-04-291-16/+16
* | Switch from C headers to C++ headers.Victor Costan2020-04-296-12/+8
|/
* Internal change.leveldb Team2019-12-022-2/+2
* Switch testing harness to googletest.Victor Costan2019-11-212-26/+28
* unsigned char -> uint8_tVictor Costan2019-05-281-3/+4
* Switch to using C++ 11 override specifier.Chris Mumford2019-05-095-45/+45
* Style cleanup.Victor Costan2019-05-043-46/+47
* Merge pull request #278 from wankai:masterVictor Costan2019-05-041-1/+1
|\
| * block_builder header file dependency fixedWankai Zhang2015-01-291-1/+1
* | Correct class/structure declaration order.Chris Mumford2019-05-036-41/+38
* | Format all files IAW the Google C++ Style Guide.Chris Mumford2019-05-0218-336/+271
* | Check for possibly invalid offset in test.Chris Mumford2019-04-231-1/+1
* | Clean up Iterator.costan2018-06-041-28/+33
* | Replace NULL with nullptr in C++ files.costan2018-04-109-71/+71
* | Remove extern from function declarations.costan2018-03-123-6/+6
* | Simplify Table::Open() flow and remove a delete call.costan2017-09-011-8/+3
* | Convert documentation to markdown.cmumford2017-03-011-1/+1
* | A zippy change broke test assumptions about the size of compressed output.sanjay2016-07-061-6/+14
* | Fix LevelDB build when asserts are enabled in release builds. (#367)John Abd-El-Malek2016-04-151-2/+1
* | Deleted redundant null ptr check prior to delete.cmumford2016-03-311-1/+1
* | Fix size_t/int comparison/conversion issues in leveldb.pkasting2015-12-091-2/+2
|/
* Clean up layering of storage/leveldb/...Chris Mumford2014-12-111-0/+3
* Release 1.18v1.18Chris Mumford2014-09-164-5/+15
* Release LevelDB 1.15v1.15David Grogan2013-12-101-1/+1
* Release leveldb 1.10v1.10David Grogan2013-05-143-7/+37
* Update to leveldb 1.6v1.6David Grogan2012-10-121-2/+2
* Added bloom filter support.v1.4Sanjay Ghemawat2012-04-1710-63/+500
* use mmap on 64-bit machines to speed-up reads; small build fixesSanjay Ghemawat2012-03-156-17/+35
* A number of fixes:Hans Wennborg2011-10-3114-19/+19
* Speed up Snappy uncompression, new Logger interface.gabor@google.com2011-07-211-8/+12
* Sun Studio support, and fix for test related memory fixes.gabor@google.com2011-07-191-2/+7
* A number of smaller fixes and performance improvements:gabor@google.com2011-06-221-5/+9
* sync with upstream @21627589dgrogan@chromium.org2011-06-021-9/+9
* Update from upstream @21551990dgrogan@chromium.org2011-05-282-7/+5
* sync with upstream @ 21409451dgrogan@chromium.org2011-05-212-6/+10
* fix build on at least linuxdgrogan@chromium.org2011-04-201-1/+1
* @20776309dgrogan@chromium.org2011-04-203-4/+6
* reverting disastrous MOE commit, returning to r21dgrogan@chromium.org2011-04-1915-0/+2518
* Revision created by MOE tool push_codebase.dgrogan@chromium.org2011-04-1915-2518/+0
* chmod a-xdgrogan@chromium.org2011-04-1815-0/+0
* @20602303. Default file permission is now 755.dgrogan@chromium.org2011-04-1215-2/+2
* Move include files into a leveldb subdir.jorlow@chromium.org2011-03-3013-25/+25