594cc98
Bypass OSMemoryBarrier() warning on Mac. by
2018-03-09 16:10:08 -0800
49f35d3
leveldb: Update Travis CI configuration for open source build. by
2018-03-09 15:29:12 -0800
623d014
Expose Env::GetTempDirectory() for use in C test. by
2018-03-09 10:32:55 -0800
8c8024e
Switch HAVE_ library detection macros to 0/1. by
2018-03-09 08:36:08 -0800
41172a2
Enable thread safety annotations in open source version. by
2018-02-13 22:31:50 -0800
47cb9e2
Add leveldb_options_set_max_file_size to the C API. by
2017-10-25 16:13:51 -0700
b5d4a22
Fixed style guide link in CONTRIBUTING.md by
2017-10-23 16:28:45 -0700
3da4d8b
Deleted unused assignments in Reader. by
2017-10-19 10:33:42 -0700
0509414
leveldb::DestroyDB will now delete empty directories. by
2017-10-17 13:05:47 -0700
23162ca
Fix typo (forgotten reference operator) in test. by
2017-10-10 11:29:00 -0700
5c39524
Replace SSE-optimized CRC32C in POSIX port with external library. by
2017-10-10 06:05:17 -0700
ca216e4
leveldb: Rename SNAPPY to HAVE_SNAPPY. by
2017-10-05 11:47:39 -0700
25767d0
leveldb: Remove *_unlocked feature detection from POSIX port. by
2017-10-05 08:08:48 -0700
4a7e7f5
Add LEVELDB_EXPORT macro to export public symbols. by
2017-10-04 11:26:45 -0700
542590d
leveldb: Include <algorithm> in util/env_test.cc. by
2017-10-04 10:04:21 -0700
8ae7998
Fix FD leak in POSIX Env. by
2017-10-03 13:41:46 -0700
d9a9e02
leveldb: Add tests for CL 170769101. by
2017-10-03 10:38:02 -0700
4447f9c
Remove handling for unused LRUHandle representation special case. by
2017-10-03 10:33:01 -0700
2372ac5
Fix file writing bug in CL 170738066. by
2017-10-02 16:04:02 -0700
1c75e88
Fix use of uninitialized value in LRUHandle. by
2017-10-02 13:57:41 -0700
7e12c00
Fix issue 474: a race between the f*_unlocked() STDIO calls in env_posix.cc and concurrent application calls to fflush(NULL). by
2017-10-02 12:37:45 -0700
bcd9a8e
Use portable CRC32C from google/crc32c. by
2017-09-26 13:32:01 -0700
3ee04c5
fix style and remove unused code by
2017-09-04 16:10:38 +0800
ea0a758
Remove confusing and unnecessary if. by
2017-09-01 14:36:20 -0700
141e767
Simplify Table::Open() flow and remove a delete call. by
2017-09-01 11:44:05 -0700
09a3c8e
Switched variable type from int to uint64_t in ConsumeDecimalNumber. by
2017-07-20 15:00:13 -0700
2964b80
leveldb: Fix alignment code in SSE4.2-optimized CRC32C. by
2017-08-23 20:59:46 -0700
02f43c0
Remove dead code. by
2017-08-03 13:42:12 -0700
0b402e9
Use __APPLE__ instead of OS_MACOS. The former is compiler-provided. by
2017-07-24 10:54:00 -0700
8415f00
leveldb: Report missing CURRENT manifest file as database corruption. by
2017-07-10 13:32:58 -0700
69e2bd2
LevelDB: Add WriteBatch::ApproximateSize(). by
2017-05-23 17:29:44 -0700
471f0b8
fix comment by
2017-05-22 14:01:38 +0800
5b81740
fix comment by
2017-03-10 14:23:19 +0800
a53934a
Increase leveldb version to 1.20. by
2017-03-01 15:14:49 -0800
f3f1397
Separate Env tests from PosixEnv tests. by
2017-03-01 12:05:47 -0800
eb4f097
leveldb: Fix compilation warnings in port_posix_sse.cc on x86 (32-bit). by
2017-03-01 10:57:52 -0800
d0883b6
Fixed path to doc file: index.md. by
2017-03-01 10:25:05 -0800
7fa2094
Convert documentation to markdown. by
2017-02-28 16:22:17 -0800
ea175e2
Implement support for Intel crc32 instruction (SSE 4.2) by
2017-02-27 14:29:18 -0800
95cd743
Including <limits> for std::numeric_limits. by
2017-02-07 15:17:04 -0800
646c358
Limit the number of read-only files the POSIX Env will have open. by
2017-01-03 17:39:49 -0800
7d06011
broken db: fix assertion in leveldb::InternalKey::Encode, mark base as corrupt by
2016-10-03 19:40:07 +0300
a2fb086
Add option for max file size. The currend hard-coded value of 2M is inefficient in colossus. by
2016-09-27 04:50:38 -0700
3080a45
Increase leveldb version to 1.19. by
2016-08-10 17:05:16 -0700
fa6dc01
A zippy change broke test assumptions about the size of compressed output. Fix the tests by allowing more slop in zippy's behavior. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=123432472 by
2016-05-27 10:37:28 -0700
06a191b
fix problems in LevelDB's caching code by
2016-05-25 13:32:03 -0700
2883fcd
set const property by
2016-06-21 16:57:57 +0800
e5f0a51
reduce lock's range in DeleteObsoleteFiles by
2016-06-20 10:41:25 +0800
a7bff69
Fix LevelDB build when asserts are enabled in release builds. (#367) by
2016-04-15 10:58:27 -0700
ea992b4
Change std::uint64_t to uint64_t (#354) by
2016-04-12 23:38:09 +0100
e84b5bd
This CL fixes a bug encountered when reading records from leveldb files that have been split, as in a [] input task split. by
2016-02-23 07:36:39 -0800
3211343
Deleted redundant null ptr check prior to delete. by
2016-01-30 07:44:54 -0800
7306ef8
Merge pull request #348 from randomascii/master by
2016-02-24 14:39:03 -0800
6b18316
Fix signed/unsigned mismatch on VC++ builds by
2016-02-19 13:59:19 -0800
adbe3eb
Putting build artifacts in subdirectory. by
2016-01-29 15:58:37 -0800
2d0320a
Merge pull request #329 from ralphtheninja/travis-badge by
2016-01-15 11:17:41 -0800
dd1c3c3
add travis build badge by
2016-01-15 18:28:08 +0100
43fcf23
Merge pull request #328 from cmumford/master by
2016-01-14 21:17:21 -0800
9fcae61
Added a Travis CI build file. by
2016-01-14 16:09:03 -0800
dac40d2
Merge pull request #284 from ideawu/master by
2016-01-12 11:30:32 -0800
8ec241a
Merge pull request #317 from falvojr/patch-1 by
2016-01-12 10:52:33 -0800
5d36bed
Merge pull request #272 from vapier/master by
2016-01-12 10:47:33 -0800
4753c9b
Added a contributors section to README.md by
2016-01-04 13:14:13 -0800
e2446d0
Merge pull request #275 from paulirish/patch-1 by
2015-12-09 15:04:30 -0800
706b7f8
Resolve race when getting approximate-memory-usage property by
2015-11-11 03:54:18 -0800
3c9ff3c
Only compiling TrimSpace on linux. by
2015-07-22 10:20:21 -0700
f8d205c
Including atomic_pointer.h in port_posix by
2015-10-12 13:47:35 -0700
889de31
Let LevelDB use xcrun to determine Xcode.app path instead of using a hardcoded path. by
2015-10-07 07:21:59 -0700
528c2bc
Add "approximate-memory-usage" property to leveldb::DB::GetProperty by
2015-09-29 11:52:21 -0700
359b6bc
Add leveldb::Cache::Prune by
2015-08-23 20:35:01 -0700
50e77a8
Fix size_t/int comparison/conversion issues in leveldb. by
2015-08-19 16:40:51 -0700
5208e79
Added leveldb::Status::IsInvalidArgument() method. by
2015-06-29 14:40:59 -0700
ce45404
Suppress error reporting after seeking but before a valid First or Full record is encountered. by
2015-08-11 15:36:45 -0700
b9afa1f
include <assert> -> <cassert> by
2015-08-11 15:27:47 -0700
edf2939
Update README.md by
2015-11-23 16:24:16 -0200
65190ac
Will not reuse manifest if reuse_logs options is false. by
2015-06-17 10:34:42 -0700
ac1d69d
LevelDB now attempts to reuse the preceding MANIFEST and log file when re-opened. by
2014-12-11 08:13:18 -0800
76bba13
fix indent by
2015-04-20 12:41:01 +0800
8fcceb2
log compaction output file's level along with number by
2015-04-20 12:39:14 +0800
0e0f074
documentation. improved link by
2015-02-17 09:55:40 -0800
dd59867
block_builder header file dependency fixed by
2015-01-29 14:15:31 +0800
c85addc
readme: improved documentation link by
2015-01-10 17:36:40 -0800
ceff6f1
Fix Android/MIPS build. by
2014-12-17 14:18:54 -0500
77948e7
Add benchmark that measures cost of repeatedly opening the database. by
2014-12-11 08:08:57 -0800
34ad72e
Move header guard below copyright banner. by
2014-12-11 08:04:40 -0800
a75d435
Clean up layering of storage/leveldb/... by
2014-12-11 08:02:45 -0800
b234f65
Added a new fault injection test. by
2014-12-11 07:59:38 -0800
c4c38f9
Add arm64 support to leveldb. by
2014-12-11 07:58:00 -0800
cea9b10
Fixed incorrect comment wording for Iterator::Seek. by
2014-12-11 07:52:09 -0800
c00c569
Deleted old README file. by
2014-12-11 07:42:50 -0800
803d692
Release 1.18 by
2014-09-16 14:19:52 -0700
e353fbc
Release LevelDB 1.17 by
2014-05-01 13:43:12 -0700
269fc6c
Release LevelDB 1.16 by
2014-02-10 11:36:06 -0800
0cfb990
Release LevelDB 1.15 by
2013-12-10 10:36:31 -0800
0b9a89f
Release LevelDB 1.14 by
2013-09-19 13:42:22 -0700
748539c
LevelDB 1.13 by
2013-08-21 11:12:47 -0700
5bd76dc
Release leveldb 1.12 by
2013-06-18 11:00:13 -0700
7b094f1
Release leveldb 1.11 by
2013-06-13 16:14:06 -0700
28dad91
Release leveldb 1.10 by
2013-05-14 16:52:56 -0700
514c943
Make DB::Open fail if sst files are missing. by
2013-02-06 18:03:32 -0800