ivan
|
63d5315e1c
Merge branch 'master' into master
|
5 years ago |
Chris Mumford
|
c00e177f36
Guard DBImpl::versions_ by mutex_.
|
5 years ago |
Chris Mumford
|
1d0b101165
Converted two for-loops to while-loops.
|
5 years ago |
Chris Mumford
|
28e6d238be
Switch to using C++ 11 override specifier.
|
5 years ago |
Chris Mumford
|
85cd40d108
Added unit test for InternalKey::DecodeFrom with empty string.
|
5 years ago |
Chris Mumford
|
1aae5c9f29
Merge pull request #411 from proller:assert1
|
5 years ago |
Chris Mumford
|
b7b86baec9
Using std::ostringstream in key DebugString.
|
5 years ago |
Chris Mumford
|
3e6c000e18
Merge pull request #457 from jellor:patch-2
|
5 years ago |
果冻
|
1d94fe2f4d
Merge branch 'master' into patch-2
|
5 years ago |
Victor Costan
|
27dc99fb26
Fix EnvPosix tests on Travis CI.
|
5 years ago |
Chris Mumford
|
9521545b06
Formatting changes for prior O_CLOEXEC fix.
|
5 years ago |
Chris Mumford
|
900f7d37eb
Merge pull request #624 from adam-azarchs:master
|
5 years ago |
Victor Costan
|
a7528a5d2b
Clean up util/coding.{h,cc}.
|
5 years ago |
Chris Mumford
|
142035edd4
Initialize Stats::start_ before first use in Stats::Start().
|
5 years ago |
Victor Costan
|
e22b1cec6e
Merge pull request #365 from allangj:c-strict-prototypes
|
5 years ago |
allangj
|
cd1ec032cd
Add argument definition for void c functions.
|
8 years ago |
Victor Costan
|
4bd052d7e8
Consolidate benchmark code to benchmarks/.
|
5 years ago |
Victor Costan
|
506b1722ef
Convert missed virtual -> override in db_test.cc.
|
5 years ago |
Victor Costan
|
24424a1ef2
Style cleanup.
|
5 years ago |
Victor Costan
|
9a56c49ed4
Merge pull request #679 from smartxworks:optimize-readseq
|
5 years ago |
Victor Costan
|
abf441b657
Merge pull request #278 from wankai:master
|
5 years ago |
Chris Mumford
|
78b39d68c1
Bump the version number from 1.21 to 1.22.
|
5 years ago |
Chris Mumford
|
9bd23c7676
Correct class/structure declaration order.
|
5 years ago |
Chris Mumford
|
c784d63b93
Moved port/README to port/README.md.
|
5 years ago |
Chris Mumford
|
297e66afc1
Format all files IAW the Google C++ Style Guide.
|
5 years ago |
Victor Costan
|
3724030179
Update Travis CI configuration.
|
5 years ago |
Kyle Zhang
|
d3d1c8a0f4
don't check current key in DBIter::Next()
|
5 years ago |
leveldb Team
|
3dc9202f78
[leveldb] Specifically export the WriteBatch::Handler inner class for Windows link
|
5 years ago |
Chris Mumford
|
2ccb45c33a
Check for possibly invalid offset in test.
|
5 years ago |
Chris Mumford
|
7b11745190
Changed Windows specific highlighting from bash to cmd.
|
5 years ago |
Chris Mumford
|
2f008ac19e
Initialize class members to default values in constructors.
|
5 years ago |
Chris Mumford
|
ffabb1ae86
Merge pull request #665 from cheng-chang:coding
|
5 years ago |
Chris Mumford
|
7da571cf2b
Merge pull request #669 from pavel-pimenov:fix-readme-windows-mkdir
|
5 years ago |
Chris Mumford
|
df4a323aaf
Merge pull request #472 from zhoudayang:patch-1
|
5 years ago |
Chris Mumford
|
5a2a472741
Fixed missing std namespaces and make_unique.
|
5 years ago |
Chris Mumford
|
08e771901f
Simplify issue320_test.
|
5 years ago |
Chris Mumford
|
65e86f75ea
Fix formatting of recent snapshot compaction fix.
|
5 years ago |
Chris Mumford
|
7711e76766
Merge pull request #339 from richcole-at-amazon:master
|
5 years ago |
Chris Mumford
|
71ed7c401e
Fixed typo in comment in version_set.h.
|
5 years ago |
Victor Costan
|
09fa8868db
Align version/soversion CMake setup closer with other repositories.
|
5 years ago |
Richard Cole
|
20fb601aa9
Fix snapshot compaction bug
|
8 years ago |
leveldb Team
|
37300aa54b
Restore soname versioning with CMake build
|
5 years ago |
Pavel Pimenov
|
952be04df6
Fix mkdir (windows)
|
5 years ago |
Chris Mumford
|
56178ddaf4
Update the version to 1.21 in preparation for a new release.
|
5 years ago |
leveldb Team
|
35619d248d
Project import generated by Copybara.
|
5 years ago |
costan
|
416344de2f
leveldb: Register in copybara whitelist.
|
5 years ago |
costan
|
da94ac67e9
leveldb: Minor cleanup in ports.
|
5 years ago |
costan
|
bd24b96306
leveldb: Silence unused argument warnings in MSVC.
|
5 years ago |
costan
|
6188a54ce9
leveldb: Add tests for empty keys and values.
|
5 years ago |
Cheng Chang
|
cf1b5f4732
Remove unnecessary bit operation.
|
5 years ago |