summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WiP: Dynamic library support.chrome_dynamic_libVictor Costan2017-09-228-16/+30
* Switched variable type from int to uint64_t in ConsumeDecimalNumber.cmumford2017-08-241-1/+2
* leveldb: Fix alignment code in SSE4.2-optimized CRC32C.costan2017-08-241-2/+6
* Remove dead code.davidair2017-08-241-7/+0
* Use __APPLE__ instead of OS_MACOS. The former is compiler-provided.scrubbed2017-08-243-7/+7
* leveldb: Report missing CURRENT manifest file as database corruption.costan2017-07-105-31/+76
* LevelDB: Add WriteBatch::ApproximateSize().costan2017-07-103-0/+27
* Increase leveldb version to 1.20.v1.20costan2017-03-012-2/+2
* Separate Env tests from PosixEnv tests.costan2017-03-013-48/+78
* leveldb: Fix compilation warnings in port_posix_sse.cc on x86 (32-bit).costan2017-03-011-0/+4
* Fixed path to doc file: index.md.cmumford2017-03-011-1/+1
* Convert documentation to markdown.cmumford2017-03-0112-1044/+890
* Implement support for Intel crc32 instruction (SSE 4.2)costan2017-02-286-1/+186
* Including <limits> for std::numeric_limits.cmumford2017-02-091-0/+1
* Limit the number of read-only files the POSIX Env will have open.cmumford2017-01-043-58/+204
* Add option for max file size. The currend hard-coded value of 2M is inefficie...corrado2016-09-286-32/+79
* 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