summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Increase leveldb version to 1.19.v1.19cmumford2016-08-112-2/+2
* A zippy change broke test assumptions about the size of compressed output.sanjay2016-07-061-6/+14
* fix problems in LevelDB's caching codem3b2016-07-062-35/+112
* Fix LevelDB build when asserts are enabled in release builds. (#367)John Abd-El-Malek2016-04-151-2/+1
* Change std::uint64_t to uint64_t (#354)Nicholas Westlake2016-04-121-2/+2
* This CL fixes a bug encountered when reading records from leveldb files that ...mjwiacek2016-03-312-12/+40
* Deleted redundant null ptr check prior to delete.cmumford2016-03-311-1/+1
* Merge pull request #348 from randomascii/masterChris Mumford2016-02-241-1/+1
|\
| * Fix signed/unsigned mismatch on VC++ buildsBruce Dawson2016-02-191-1/+1
|/
* Putting build artifacts in subdirectory.cmumford2016-01-293-145/+326
* Merge pull request #329 from ralphtheninja/travis-badgeChris Mumford2016-01-151-0/+2
|\
| * add travis build badgeLars-Magnus Skog2016-01-151-0/+2
|/
* Merge pull request #328 from cmumford/masterChris Mumford2016-01-141-0/+13
|\
| * Added a Travis CI build file.Chris Mumford2016-01-141-0/+13
|/
* Merge pull request #284 from ideawu/masterChris Mumford2016-01-121-1/+2
|\
| * fix indentideawu2015-04-201-1/+1
| * log compaction output file's level along with numberideawu2015-04-201-1/+2
* | Merge pull request #317 from falvojr/patch-1Chris Mumford2016-01-121-1/+1
|\ \
| * | Update README.mdVenilton FalvoJr2015-11-231-1/+1
| |/
* | Merge pull request #272 from vapier/masterChris Mumford2016-01-121-0/+9
|\ \
| * | Fix Android/MIPS build.David Turner2014-12-171-0/+9
| |/
* | Added a contributors section to README.mdcmumford2016-01-041-0/+31
* | Merge pull request #275 from paulirish/patch-1Chris Mumford2015-12-091-1/+3
|\ \
| * | documentation. improved linkPaul Irish2015-02-171-1/+3
| * | readme: improved documentation linkPaul Irish2015-01-101-1/+1
| |/
* | Resolve race when getting approximate-memory-usage propertyssid2015-12-093-12/+9
* | Only compiling TrimSpace on linux.cmumford2015-12-091-0/+2
* | Including atomic_pointer.h in port_posixcmumford2015-12-091-1/+0
* | Let LevelDB use xcrun to determine Xcode.app path instead of using a hardcode...ndmatthews2015-12-091-8/+6
* | Add "approximate-memory-usage" property to leveldb::DB::GetPropertyssid2015-12-095-1/+42
* | Add leveldb::Cache::Prunetzik2015-12-093-0/+39
* | Fix size_t/int comparison/conversion issues in leveldb.pkasting2015-12-093-4/+5
* | Added leveldb::Status::IsInvalidArgument() method.cmumford2015-12-091-0/+3
* | Suppress error reporting after seeking but before a valid First or Full recor...Mike Wiacek2015-12-093-7/+45
* | include <assert> -> <cassert>Chris Mumford2015-12-091-1/+1
* | Will not reuse manifest if reuse_logs options is false.Chris Mumford2015-08-111-0/+3
* | LevelDB now attempts to reuse the preceding MANIFEST and log file when re-ope...Sanjay Ghemawat2015-08-1122-155/+707
|/
* Add benchmark that measures cost of repeatedly opening the database.Sanjay Ghemawat2014-12-111-1/+14
* Move header guard below copyright banner.Chris Mumford2014-12-111-4/+4
* Clean up layering of storage/leveldb/...Chris Mumford2014-12-113-0/+5
* Added a new fault injection test.Chris Mumford2014-12-112-0/+546
* Add arm64 support to leveldb.Chris Mumford2014-12-111-0/+10
* Fixed incorrect comment wording for Iterator::Seek.Chris Mumford2014-12-111-1/+1
* Deleted old README file.Chris Mumford2014-12-111-51/+0
* Release 1.18v1.18Chris Mumford2014-09-1640-282/+602
* Release LevelDB 1.17v1.171.17Chris Mumford2014-05-014-21/+8
* Release LevelDB 1.16v1.16David Grogan2014-02-106-17/+52
* Release LevelDB 1.15v1.15David Grogan2013-12-1022-361/+320
* Release LevelDB 1.14v1.14David Grogan2013-09-1913-13/+137
* LevelDB 1.13v1.13David Grogan2013-08-2113-67/+363