Commit Graph

  • 6b18316d01 Fix signed/unsigned mismatch on VC++ builds Bruce Dawson 2016-02-19 13:59:19 -0800
  • 20eaf69244 Remove const from Options or refactor Jon Eyolfson 2016-02-10 11:34:54 -0500
  • bf52a3a916 Remove const from Delete Jon Eyolfson 2016-02-10 11:26:31 -0500
  • b40f4dc82d Fix snprintf() error handling Yuriy M. Kaminskiy 2016-02-10 01:28:14 +0300
  • 8a14c4bc00 replace std::uint64_t -> uint64_t proller 2016-01-30 21:49:27 +0300
  • 09fb9de179 Implement support for Intel crc32 instruction (SSE 4.2) Vadim Skipin 2015-10-01 12:59:58 +0300
  • adbe3eb073 Putting build artifacts in subdirectory. cmumford 2016-01-29 15:58:37 -0800
  • 355c00019d Update slice.h vic 2016-01-19 14:15:17 +0800
  • ad834a20a6 Merge pull request #306 from AndreyG/windows Chris Mumford 2016-01-15 12:22:00 -0800
  • 2d0320a458 Merge pull request #329 from ralphtheninja/travis-badge Chris Mumford 2016-01-15 11:17:41 -0800
  • dd1c3c3572 add travis build badge Lars-Magnus Skog 2016-01-15 18:28:08 +0100
  • 43fcf23af0 Merge pull request #328 from cmumford/master Chris Mumford 2016-01-14 21:17:21 -0800
  • 9fcae61641 Added a Travis CI build file. Chris Mumford 2016-01-14 16:09:03 -0800
  • 60ec74f622 Merge 936313e4d1 into dac40d25f6 whu_liuchang 2016-01-13 13:02:53 +0000
  • dac40d25f6 Merge pull request #284 from ideawu/master Chris Mumford 2016-01-12 11:30:32 -0800
  • 8ec241a3b0 Merge pull request #317 from falvojr/patch-1 Chris Mumford 2016-01-12 10:52:33 -0800
  • 5d36bedd1c Merge pull request #272 from vapier/master Chris Mumford 2016-01-12 10:47:33 -0800
  • 686267125e Merge 3c81fdfbbc into 4753c9b617 stevejames 2016-01-06 19:11:53 +0000
  • 4753c9b617 Added a contributors section to README.md cmumford 2016-01-04 13:14:13 -0800
  • e8b72112a7 Merge pull request #1 from google/master MiUishadow 2015-12-26 22:54:22 +0800
  • 205471bcc4 Fix cygwin compilation * error: ‘fileno’ was not declared in this scope * warning: -fPIC ignored for target Christophe Galerne 2015-12-13 16:32:12 +0100
  • e2446d0848 Merge pull request #275 from paulirish/patch-1 Chris Mumford 2015-12-09 15:04:30 -0800
  • 706b7f8d43 Resolve race when getting approximate-memory-usage property ssid 2015-11-11 03:54:18 -0800
  • 3c9ff3c691 Only compiling TrimSpace on linux. cmumford 2015-07-22 10:20:21 -0700
  • f8d205cf89 Including atomic_pointer.h in port_posix cmumford 2015-10-12 13:47:35 -0700
  • 889de31a5a Let LevelDB use xcrun to determine Xcode.app path instead of using a hardcoded path. ndmatthews 2015-10-07 07:21:59 -0700
  • 528c2bc6ad Add "approximate-memory-usage" property to leveldb::DB::GetProperty ssid 2015-09-29 11:52:21 -0700
  • 359b6bcec2 Add leveldb::Cache::Prune tzik 2015-08-23 20:35:01 -0700
  • 50e77a8263 Fix size_t/int comparison/conversion issues in leveldb. pkasting 2015-08-19 16:40:51 -0700
  • 5208e7952d Added leveldb::Status::IsInvalidArgument() method. cmumford 2015-06-29 14:40:59 -0700
  • ce45404bba Suppress error reporting after seeking but before a valid First or Full record is encountered. Mike Wiacek 2015-08-11 15:36:45 -0700
  • b9afa1f2e7 include <assert> -> <cassert> Chris Mumford 2015-08-11 15:27:47 -0700
  • 2024ce19db Add a function GetDbSize in db.h to get the total file size of database mengshengzhi 2015-11-24 20:44:03 +0800
  • edf2939c0d Update README.md Venilton FalvoJr 2015-11-23 16:24:16 -0200
  • 57626d4225 Port leveldb to windows. Alex Loukissas 2015-11-18 23:51:41 -0800
  • e505aa764f Port leveldb to windows Alex Loukissas 2015-11-18 23:51:41 -0800
  • 200c621a39 Port leveldb to windows Alex Loukissas 2015-11-18 23:51:41 -0800
  • aaaa29184e Remove MmapLimiter which is no longer needed after PR #313. Joseph Coffland 2015-11-16 15:03:31 -0800
  • ae61c3aea8 Automatically fallback regular file IO if mmap fails. Joseph Coffland 2015-11-16 14:47:45 -0800
  • 1cc9eb3888 Implement support for meta blocks Vadim Skipin 2015-10-16 10:41:52 +0300
  • 1d9b7175b1 Update README.md Yaohai Zheng 2015-10-14 15:30:11 +0800
  • ff81638947 Update README.md Yaohai Zheng 2015-10-14 15:23:49 +0800
  • 1a9648e1f5 Only compiling TrimSpace on linux. reuse-manifest cmumford 2015-07-22 10:20:21 -0700
  • f79f4180cc Let LevelDB use xcrun to determine Xcode.app path instead of using a hardcoded path. This allows build agents to select from multiple Xcode installations. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=104859097 ndmatthews 2015-10-07 07:21:59 -0700
  • 36fc955971 Add "approximate-memory-usage" property to leveldb::DB::GetProperty ssid 2015-09-29 11:52:21 -0700
  • bb61e00815 Add leveldb::Cache::Prune tzik 2015-08-23 20:35:01 -0700
  • 3355903f86 Fix -Wunused-function warning in db_bench.cc Hans Wennborg 2015-10-08 15:24:09 -0700
  • baaff1ffe9 Implement support for limited record lifetime Vadim Skipin 2015-10-01 12:34:23 +0300
  • 978b7f4d40 [PosixEnv::FileLock] fix Andrey 2015-09-28 13:21:14 +0200
  • bd775711a3 Merge 6eb4f6427b into 77948e7eec Taiju Tsuiki 2015-08-14 05:03:32 +0000
  • 6eb4f6427b Add DB::ClearCache tzik 2015-08-14 14:03:11 +0900
  • 65190ac48b Will not reuse manifest if reuse_logs options is false. Chris Mumford 2015-06-17 10:34:42 -0700
  • ac1d69da31 LevelDB now attempts to reuse the preceding MANIFEST and log file when re-opened. Sanjay Ghemawat 2014-12-11 08:13:18 -0800
  • d23a43dbc2 Windows support rajasrijan 2015-08-02 10:17:51 +0530
  • 40c17c0b84 Will not reuse manifest if reuse_logs options is false. Chris Mumford 2015-06-17 10:34:42 -0700
  • c6069cb995 Merge pull request #1 from google/master tianhuhui 2015-06-05 20:05:53 +0800
  • ae8a46c492 BuildBatchGroup no longer skip NULL batch, for TEST_CompactMemTable bluebore 2015-06-05 19:03:03 +0800
  • a27072cc52 remove unnecessary key compare in DBIter::Next Xiaolu Zhang 2015-06-02 17:00:32 +0800
  • b6c03b99fc build yahpay-ironcore Jerry Salazar 2015-05-14 07:00:38 -0600
  • 9cf02584b3 Add support for many Debian architectures. Alessio Treglia 2015-05-07 09:21:13 +0100
  • 22e667ae14 Merge 4ba4958792 into adf4a95904 Jerry Salazar 2015-05-07 06:14:41 +0000
  • 4ba4958792 Create yahpay-fast-fix Jerry Salazar 2015-05-07 00:05:51 -0600
  • 4904969244 create yahpay-fastfix Jerry Salazar 2015-04-29 00:49:16 -0600
  • 96a93b4ef1 Merge 27eba42f1d into 77948e7eec Mark Callaghan 2015-04-24 21:06:10 +0000
  • 27eba42f1d Changes to make it easier to compare LevelDB with RocksDB: * add --seed option to db_bench so per-thread RNG seed can be changed per-run * add --sync option to db_bench so WriteOptions::sync option can be set for most tests (fillsync ignores this) * add --writes_per_second option to db_bench to rate limit write rate for readwhilewriting. Otherwise a fast writer can starve reads. * change --cache_size from int to long to support cache sizes larger than 2G * change ReadOptions::verify_checksum from false to true. Default for this really should be true. * increase slowdown and stop triggers for #files in L0 from 8/12 to 12/20. These are configurable in RocksDB. * change block_size from 4096 to 16384. This is configurable in RocksDB. Mark Callaghan 2015-04-24 13:52:50 -0700
  • 76bba139c0 fix indent ideawu 2015-04-20 12:41:01 +0800
  • 8fcceb2a6f log compaction output file's level along with number ideawu 2015-04-20 12:39:14 +0800
  • 9a780791db Format code Yaohai Zheng 2015-03-29 17:03:37 +0800
  • 0e0f07417c documentation. improved link Paul Irish 2015-02-17 09:55:40 -0800
  • a14f6fd21a Make the LevelDB buildable on windows. Yaohai Zheng 2015-02-07 20:16:33 +0800
  • dd598676cd block_builder header file dependency fixed Wankai Zhang 2015-01-29 14:15:31 +0800
  • bca474961d allow flags from environment Steve James 2015-01-12 14:04:44 +0000
  • 3c81fdfbbc Merge branch 'add-install-recipe' of https://github.com/stevejames/leveldb into add-install-recipe Steve James 2015-01-12 13:55:03 +0000
  • 023bb673aa add install recipe Steve James 2015-01-12 13:32:24 +0000
  • e032fea392 add install recipe Steve James 2015-01-12 13:32:24 +0000
  • c85addcdf3 readme: improved documentation link Paul Irish 2015-01-10 17:36:40 -0800
  • 75f8447cea Merge 1afa9b9f01 into 77948e7eec stevejames 2015-01-09 15:07:50 +0000
  • 1afa9b9f01 Merge branch 'master' of https://github.com/stevejames/leveldb Steve James 2015-01-09 15:04:48 +0000
  • 83d4b0db22 facilitate integration into Buildroot: - Add Buildroot TARGET_OS - Allow flags from the environment - Add install recipe Steve James 2015-01-09 10:38:21 +0000
  • 0c686e9334 facilitate integration into Buildroot: - Allow flags from the environment - Add install recipe Steve James 2015-01-09 10:38:21 +0000
  • ceff6f1215 Fix Android/MIPS build. David Turner 2014-12-17 14:18:54 -0500
  • 251ebf5dc7 LevelDB now attempts to reuse the preceding MANIFEST and log file when re-opened. Sanjay Ghemawat 2014-12-11 08:13:18 -0800
  • 77948e7eec Add benchmark that measures cost of repeatedly opening the database. Sanjay Ghemawat 2014-12-11 08:08:57 -0800
  • 34ad72e3e9 Move header guard below copyright banner. Chris Mumford 2014-12-11 08:04:40 -0800
  • a75d435d1d Clean up layering of storage/leveldb/... Chris Mumford 2014-12-11 08:02:45 -0800
  • b234f65b34 Added a new fault injection test. Chris Mumford 2014-12-11 07:59:38 -0800
  • c4c38f9c1f Add arm64 support to leveldb. Chris Mumford 2014-12-11 07:58:00 -0800
  • cea9b10e5b Fixed incorrect comment wording for Iterator::Seek. Chris Mumford 2014-12-11 07:52:09 -0800
  • c00c569f27 Deleted old README file. Chris Mumford 2014-12-11 07:42:50 -0800
  • 059f305e6c typo fixes - https://github.com/vlajos/misspell_fixer Veres Lajos 2014-11-08 22:32:14 +0000
  • 803d69203a Release 1.18 v1.18 Chris Mumford 2014-09-16 14:19:52 -0700
  • 3293281c6e Merge a4bc83f447 into e353fbc7ea cmumford 2014-09-09 18:21:54 +0000
  • a4bc83f447 Added README.md file and moved old README to CONTENTS. Chris Mumford 2014-09-09 11:18:32 -0700
  • 936313e4d1 add travis support liuchang0812 2014-09-09 10:18:11 +0800
  • ffdef157f1 small apple liuchang0812 2014-09-07 13:41:54 +0800
  • 145604e482 Merge pull request #1 from Liuchang0812/simple_co whu_liuchang 2014-09-05 01:30:32 +0800
  • 1dd40a0e43 Update coding.cc whu_liuchang 2014-09-05 01:27:42 +0800
  • d7fdeacaa9 Fixing build on windows with Visual Studio ENikS 2014-09-01 20:30:31 -0400
  • 4b08921349 Fix Ref-Counting Error in Versions Nick White 2014-08-29 18:28:56 +0100
  • 46b1a4f664 Using the C++ style guide Chris Mumford 2014-08-28 11:41:59 -0700