Commit Graph

  • b3dc6ae4c2
    Add to my account heavenhell7 2020-11-08 18:26:21 -06:00
  • b0030281f4
    Create New Wings Samuel Bisson 2020-11-06 11:48:09 -05:00
  • 54de06fed3
    Merge 8e85964bd07e1888a4a9746c18b4a82e649ad125 into b7d302326961fb809d92a95ce813e2d26fe2e16e xiaowu 2020-10-29 14:46:09 -04:00
  • 17b5d5a064 use concatenating iterator for level-0 if there is no overlap luohaha 2020-10-19 00:23:39 +08:00
  • ccd6cc9a93 adding hll class. to do integration with compaction omkardesai 2020-10-17 12:00:32 -04:00
  • b2515c526a removing memtable key seperation testing omkardesai 2020-10-17 10:53:38 -04:00
  • c783325454 hot cold key seperator interface omkardesai 2020-10-15 21:43:49 -04:00
  • 0bd60bfc2b very simple testing code omkardesai 2020-10-15 21:03:28 -04:00
  • 95f6adfbe2
    Merge pull request #1 from google/master Omkar Desai 2020-10-13 15:52:09 -04:00
  • 1e1dfecab2
    Merge 5db6bb6e539e594d406adad6f56793a75f9e755c into b7d302326961fb809d92a95ce813e2d26fe2e16e ideawu 2020-10-09 11:14:57 +09:00
  • b7d3023269 Internal cleanup migrating StatusOr. leveldb Team 2020-09-02 15:45:40 +00:00
  • 5db6bb6e53 compile with snappy by default ideawu 2020-08-21 21:27:17 +08:00
  • 2cd54671ea add snappy as submodule ideawu 2020-08-21 21:20:36 +08:00
  • bfd47a4f17
    Merge pull request #1 from google/master ideawu 2020-08-21 20:59:08 +08:00
  • 5126e1874f add DB::Get definition to avoid link error when using some compiler Yixin Luo 2020-08-08 00:13:17 +08:00
  • ea6f9f1835 Simplify the boolean expression. tangwz 2020-07-30 10:58:50 +08:00
  • 9d1703a7da fix typo in snapshot.h sundb 2020-07-27 13:59:44 +08:00
  • 1454924aac Merge pull request #822 from jl0x61:bugFix Chris Mumford 2020-07-15 09:20:04 -07:00
  • 1754c12c54 update index.md jl0x61 2020-07-14 19:32:03 +08:00
  • c46e79c760 Merge pull request #819 from wzk784533:master Victor Costan 2020-07-13 19:14:04 +00:00
  • 100b8f0405 add barrier-free variant of find_greater_or_equal classhe 2020-07-12 14:50:35 +08:00
  • 28602d3625 avoid unnecessary memory copy wzk784533 2020-07-11 13:44:11 +08:00
  • 3f046978ec missing excludes Paul Beusterien 2020-07-10 15:46:00 -07:00
  • 28fc7b7559 try longer include path Paul Beusterien 2020-07-10 15:31:49 -07:00
  • c1b5a7c405 Initial Swift Package Manager Paul Beusterien 2020-07-10 14:47:42 -07:00
  • 8bf6310472
    Update index.md Christopher Miles 2020-07-02 15:16:31 -07:00
  • f7bd72e688 Fix ldb file wrong level info in log wangyuan21 2020-06-30 18:17:30 +08:00
  • 0691fff656
    Merge branch 'master' into add-zlib Reza Mahdi 2020-06-24 20:35:44 +04:30
  • 5ce4f33b97 Fix finding Snappy Harald Fernengel 2020-06-03 23:30:47 +02:00
  • d1272fd021 Fix the tests linking error with -DBUILD_SHARED_LIBS=ON Zhao Junwang 2020-05-24 15:43:27 +08:00
  • 4a89d0e790
    Merge 6227da7ee1978136ba60fa1068fa8ef93951c7d7 into 5bd5f0f67a5eb0ed74c16b3ae847ec4e5bc3e412 Kezhu Wang 2020-05-16 03:27:57 +00:00
  • d31286ef5f
    Merge pull request #4 from google/master Haoyu Guo 2020-05-12 11:54:37 -07:00
  • 5bd5f0f67a Merge pull request #798 from lntotk:master Victor Costan 2020-05-04 22:47:40 +00:00
  • 23b6337f69 Fix Travis CI build. Victor Costan 2020-04-30 01:18:25 +00:00
  • 5c6dd75897 Fix accidental double std:: qualifiers. Victor Costan 2020-04-30 01:03:12 +00:00
  • a6b3a2012e Add some std:: qualifiers to types and functions. Victor Costan 2020-04-29 22:31:41 +00:00
  • 3f934e3705 Switch from C headers to C++ headers. Victor Costan 2020-04-29 19:59:39 +00:00
  • 23d67e7c1f Fix C++11 build. Victor Costan 2020-04-28 16:41:33 +00:00
  • 1481366b13 fix build error s3cana 2020-04-28 09:05:02 -07:00
  • b5759477b7 fix build error: add variable [ConcurrentTest::K] konoleoda 2020-04-28 22:24:52 +08:00
  • 98a3b8cf65 change const to constexpr leveldb Team 2020-04-17 21:19:50 +00:00
  • 10bc0f2595 remove unnessary status judge lntotk 2020-04-24 02:00:12 +00:00
  • af30ae47f2
    Merge 77b63ba48520e3c0a53597d1e70d8b45e079fb81 into 201f52201f5dd9701e7a8ceaa0ec4d344e69e022 Ben Woosley 2020-04-17 07:53:18 -04:00
  • 5ef71feefd
    Merge pull request #3 from google/master Haoyu Guo 2020-04-16 10:14:40 -07:00
  • 201f52201f Remove leveldb::port::kLittleEndian. Victor Costan 2020-04-13 23:18:12 +00:00
  • ba369ddbaf Use LLVM 10 on Travis CI. Victor Costan 2020-04-13 15:21:41 +00:00
  • 91ed91d197
    Update CMakeLists.txt caojunlin 2020-04-12 16:32:47 +08:00
  • d0254fd8ae kBranching 16 is better than 4 in db benchmarks MagnetoWang 2020-03-28 21:34:20 +08:00
  • ed84ae59ee Make the judgment of whether the block needs to be searched more accurate. ShooterIT 2020-03-23 19:48:46 +08:00
  • 8240f32d1a add notes. caozhiyi 2020-03-16 23:42:35 +08:00
  • 70cb17354f Delete useless code. caozhiyi 2020-03-09 10:59:57 +08:00
  • 27965a0b0f delete unuse code. caozhiyi 2020-03-09 10:43:42 +08:00
  • d49c40441f
    Merge 09bc910e3f9cd53b6d39fbdb057272ea1ddb3a6e into 5903e7a1125cacaa1d44367b5b84fe9208e42884 Takatoshi Kondo 2020-02-24 22:18:12 -08:00
  • 09bc910e3f Implement #234. Takatoshi Kondo 2020-02-25 14:55:41 +09:00
  • 215cd5e4d4
    Merge pull request #2 from google/master Haoyu Guo 2020-02-23 22:23:01 -08:00
  • 0c726885e5
    Update CONTRIBUTING.md Travin Keith 2020-02-18 04:01:51 +01:00
  • 5903e7a112 Remove Windows workarounds in some tests. Victor Costan 2020-01-10 10:45:16 -08:00
  • 90e2d28c05
    Merge pull request #1 from google/master Blue Cat 2020-01-14 01:57:24 +08:00
  • 77b63ba485
    Enable -Werror=sign-compare if available Ben Woosley 2020-01-10 12:39:46 -08:00
  • 3e843c0bc1
    Enable -Werror=conditional-uninitialized if available Ben Woosley 2020-01-10 15:50:45 -08:00
  • f40217764e Introduce EnvOptions Felipe Oliveira Carvalho 2020-01-09 23:34:45 +01:00
  • a0191e5563 Add Env::Remove{File,Dir} which obsolete Env::Delete{File,Dir}. Victor Costan 2020-01-08 09:14:53 -08:00
  • d152b23f3b Defend against inclusion of windows.h in tests that invoke Env::DeleteFile. leveldb Team 2019-12-03 13:15:21 -08:00
  • 7ea78c8090 Merge branch 'master' of github:google/leveldb Patrick Widener 2020-01-07 15:19:02 -07:00
  • 2419953c72
    Minor proposal on line 58 Darío Hereñú 2020-01-07 14:55:57 -03:00
  • 58f9bfcffb FileMetaData: fix init number Pavel Pimenov 2019-12-29 19:26:04 +03:00
  • 9e82eb5787 CMakeLists.txt: check for atomic library Fabrice Fontaine 2019-12-27 10:20:53 +01:00
  • fdc8575b6a The issue occurs because leveldb does not support values size bigger than 1ull << 32. The snappy compression library does not souport data larger than 1ull << 32 as well, so my new test use the option kNoCompression. uestc-lfs 2019-12-22 20:18:27 +08:00
  • a067c1a951 Change the block's restart point from uint32_t to uint64_t. Add a sepperate file to test issue#718. The test does not use compression because snappy does not support size bigger than uint32_t. uestc-lfs 2019-12-20 20:36:43 +08:00
  • 691e90c92b Change the type of values's size from Varint32 to Varint64 in block structure. uestc-lfs 2019-12-18 16:36:02 +08:00
  • 67fdd5a435 Fix issue #718 The issue occurs because the default type of value's size is uint32_t, which is not appropriate for size lager than 1ull << 32. I fix this issue by using uint64_t to hold the value's size, and store is as Varint64. I have added a test to db_test.cc, the result is ok. uestc-lfs 2019-12-15 16:15:35 +08:00
  • ad8e30acd0
    Update impl.md -- Remove duplicated sentence Nevil George 2019-12-12 13:39:23 +01:00
  • 3b8f3daadf
    Adds unicode support to Windows environment. Aaron Clauson 2019-12-12 09:01:24 +00:00
  • 58a89bbcb2 Add WITHOUT ROWID to SQLite benchmark. Victor Costan 2019-12-02 13:37:34 -08:00
  • c0d43142ff
    Merge pull request #756 from pwnall/third_party_2 Victor Costan 2019-12-02 13:50:43 -08:00
  • e36b831851 Fixup for adding the third_party/googletest submodule. Victor Costan 2019-12-02 12:18:34 -08:00
  • 583a42b596 Internal change. leveldb Team 2019-11-25 09:29:06 -08:00
  • db8352187b Fixup for adding the third_party/googletest submodule. (#754) Victor Costan 2019-11-25 07:22:35 -08:00
  • 02c32e5e81 Fixup for adding the third_party/googletest submodule. Victor Costan 2019-11-21 13:18:53 -08:00
  • 1c58902bdc Switch testing harness to googletest. Victor Costan 2019-11-21 13:09:53 -08:00
  • 26b359527e Switch testing harness to googletest. Victor Costan 2019-11-17 20:03:05 -08:00
  • 2c9c80bd53 Move CI to Visual Studio 2019. Victor Costan 2019-11-11 11:58:55 -08:00
  • ed72a3496e Allow different C/C++ standards when this is used as a subproject. Victor Costan 2019-11-10 18:03:43 -08:00
  • 41c8d83914 Align CMake configuration with related projects. Victor Costan 2019-11-07 21:39:02 -08:00
  • 0c40829872 Remove redundant PROJECT_SOURCE_DIR usage from CMake config. Victor Costan 2019-11-05 15:15:03 -08:00
  • 5abdf4c019 Fix installed target definition. Victor Costan 2019-11-04 11:38:53 -08:00
  • cf4d9ab23d Test CMake installation on Travis. Victor Costan 2019-11-03 21:38:38 -08:00
  • 95d0ba1cb0 Renamed local variable in DBImpl::Write. Chris Mumford 2019-10-28 10:19:33 -07:00
  • 657ba51429 Added return in Version::Get::State::Match to quiet warning. Chris Mumford 2019-10-02 09:35:37 -07:00
  • f2dae4e74a
    fix typo in comment of LRUHandle Liao Tonglang 2019-10-22 18:46:43 +08:00
  • f933ad1693
    Remove unused variable kDelayMicros in env_test.cc Henry Lee 2019-10-15 10:48:33 +11:00
  • 11268943fd
    Merge pull request #1 from google/master Haoyu Guo 2019-10-07 18:54:35 -07:00
  • 32ef77f9ba
    Update README.md kushal Singh Rathore 2019-10-07 07:52:20 +05:30
  • 8e85964bd0 add some punctuations, capitalize posix and add/remove some directories as the default location is leveldb. shuren0806 2019-10-04 08:04:11 -04:00
  • ba676126d1 add some punctuations, capitalize posix and add/remove some directories as the default location is leveldb. shuren0806 2019-10-04 07:05:33 -04:00
  • 81fb738c27 add some punctuations, capitalize posix and add/remove some directories as the default location is leveldb. shuren0806 2019-10-04 05:11:21 -04:00
  • 62b322cc7d
    Update README.md Kushalsinghrathore 2019-10-03 16:43:49 +05:30
  • 99510e924f
    Fix for MSVC warning C4715 Felipe Oliveira Carvalho 2019-10-03 12:22:21 +02:00
  • 370d532a00 Using CMake's check_cxx_compiler_flag to check support for -Wthread-safety. Chris Mumford 2019-10-01 13:00:35 -07:00
  • 45ee61579c Update Travis CI configuration. Victor Costan 2019-09-29 20:33:37 -07:00