summaryrefslogtreecommitdiff
path: root/db/dbformat.h
Commit message (Expand)AuthorAgeFilesLines
* unsigned char -> uint8_tVictor Costan2019-05-281-3/+5
* Switch to using C++ 11 override specifier.Chris Mumford2019-05-091-8/+8
* Merge pull request #411 from proller:assert1Chris Mumford2019-05-091-1/+5
|\
| * broken db: fix assertion in leveldb::InternalKey::Encode, mark base as corruptproller2016-10-031-1/+5
* | Correct class/structure declaration order.Chris Mumford2019-05-031-4/+3
* | Format all files IAW the Google C++ Style Guide.Chris Mumford2019-05-021-17/+16
* | Remove extern from function declarations.costan2018-03-121-4/+2
* | Remove unused function ExtractValueType.costan2018-03-121-8/+0
|/
* Release 1.18v1.18Chris Mumford2014-09-161-3/+3
* LevelDB 1.13v1.13David Grogan2013-08-211-0/+3
* Added bloom filter support.v1.4Sanjay Ghemawat2012-04-171-0/+12
* A number of fixes:Hans Wennborg2011-10-311-2/+2
* A number of bugfixes:Gabor Cselle2011-10-051-0/+2
* Sun Studio support, and fix for test related memory fixes.gabor@google.com2011-07-191-1/+1
* Small tweaks and bugfixes for Issue 18 and 19.gabor@google.com2011-07-151-0/+8
* A number of smaller fixes and performance improvements:gabor@google.com2011-06-221-0/+40
* sync with upstream @ 21409451dgrogan@chromium.org2011-05-211-0/+10
* @20776309dgrogan@chromium.org2011-04-201-51/+2
* reverting disastrous MOE commit, returning to r21dgrogan@chromium.org2011-04-191-0/+204
* Revision created by MOE tool push_codebase.dgrogan@chromium.org2011-04-191-204/+0
* chmod a-xdgrogan@chromium.org2011-04-181-0/+0
* @20602303. Default file permission is now 755.dgrogan@chromium.org2011-04-121-0/+6
* Move include files into a leveldb subdir.jorlow@chromium.org2011-03-301-4/+4
* Initial checkin.jorlow@chromium.org2011-03-181-0/+198