summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Replace SSE-optimized CRC32C in POSIX port with external library.costan2017-10-104-172/+29
* leveldb: Rename SNAPPY to HAVE_SNAPPY.costan2017-10-052-14/+14
* leveldb: Remove *_unlocked feature detection from POSIX port.costan2017-10-051-9/+0
* Add LEVELDB_EXPORT macro to export public symbols.cmumford2017-10-0417-193/+226
* leveldb: Include <algorithm> in util/env_test.cc.costan2017-10-041-0/+2
* Fix FD leak in POSIX Env.costan2017-10-031-1/+1
* leveldb: Add tests for CL 170769101.costan2017-10-031-12/+59
* Remove handling for unused LRUHandle representation special case.costan2017-10-031-10/+7
* Fix file writing bug in CL 170738066.sanjay2017-10-031-2/+2
* Fix use of uninitialized value in LRUHandle.cmumford2017-10-032-1/+12
* Fix issue 474: a race between the f*_unlocked() STDIO calls insanjay2017-10-033-47/+156
* Use portable CRC32C from google/crc32c.costan2017-09-261-298/+328
* Remove confusing and unnecessary if.costan2017-09-011-7/+3
* Simplify Table::Open() flow and remove a delete call.costan2017-09-011-8/+3
* 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
| |/