Commit Graph

111 Commits (d733dd572856677fab530dc930ab45ac29bf861b)

Author SHA1 Message Date
Baraa Hamodi 21e95811d1 Updated all copyright headers to the new format. 9 years ago
Andrew Kryczka 167bd8856d [directory includes cleanup] Finish removing util->db dependencies 9 years ago
agiardullo 9760c842ce fix valgrind failure in backupable_db_test 9 years ago
Igor Canadi e541dcc8fa Fix issue #921 9 years ago
Zhipeng Jia 73b175a773 Fix clang warnings regarding unnecessary std::move 9 years ago
SherlockNoMad b4efaebff0 Fix ms version Appveyor build error 9 years ago
sdong 6bbfa1874b BackupDB to have a mode to use file size in file name 9 years ago
Yueh-Hsuan Chiang e114f0abb8 Enable RocksDB to persist Options file. 9 years ago
Islam AbdelRahman 2872e0c8c2 Clean and expose CreateLoggerFromOptions 9 years ago
agiardullo c7fba80291 Fix non-deterministic failure in backupable_db_test 9 years ago
Dmytro Okhonko 31a27a3606 Callback for informing backup downloading added 9 years ago
Mayank Pundir d9f42aa60d Adding a verifyBackup method to BackupEngine 9 years ago
Paul Marinescu 50dc5f0c5a Replace BackupRateLimiter with GenericRateLimiter 9 years ago
Igor Canadi b42cd6bed5 Remove the need for LATEST_BACKUP in BackupEngine 9 years ago
Dmitri Smirnov fbe2c05f59 s/NOEXCEPT/ROCKSDB_NOEXCEPT 9 years ago
Dmitri Smirnov 6924d7582b Address noexcept and const integer lambda capture 9 years ago
Igor Canadi 53b88784df Add throttling to multi-threaded backups 9 years ago
Islam AbdelRahman 3bd9db420e [Cleanup] Remove RandomRWFile 9 years ago
agiardullo 064294081b Improved FileExists API 9 years ago
Islam AbdelRahman 144d2910db Block backupable_db_test_lite in ROCKSDB_LITE 9 years ago
sdong 6e9fbeb27c Move rate_limiter, write buffering, most perf context instrumentation and most random kill out of Env 9 years ago
Dmitri Smirnov d1a457181d Ensure Windows build w/o port/port.h in public headers 9 years ago
Dmitri Smirnov 247690fe38 Ensure Windows build w/o port/port.h in public headers 9 years ago
Igor Canadi 8a9fca2619 Better error handling in BackupEngine 9 years ago
sdong f9728640f3 "make format" against last 10 commits 9 years ago
Aaron Feldman e12b403991 Initialize threads later in constructor 9 years ago
Dmitri Smirnov d2f0912bd3 Merge the latest changes from github/master 9 years ago
Aaron Feldman e70115e71b Fix unity build by removing anonymous namespace 9 years ago
Aaron Feldman a69bc91e37 Multithreaded backup and restore in BackupEngineImpl 9 years ago
Dmitri Smirnov 18285c1e2f Windows Port from Microsoft 9 years ago
sdong e409d3d745 Make "make all" work for CYGWIN 9 years ago
Igor Canadi 50eab9cf30 Fix BackupEngine 9 years ago
clark.kang 6ede020dc4 fix typos 10 years ago
sdong 98a44559d5 Build for CYGWIN 10 years ago
Jim Meyering acf8a4141d maint: use ASSERT_TRUE, not ASSERT_EQ(true; same for false 10 years ago
Igor Sugak b4b69e4f77 rocksdb: switch to gtest 10 years ago
Igor Sugak 9fd6edf81c rocksdb: Replace ASSERT* with EXPECT* in functions that does not return void value 10 years ago
Igor Canadi 216a9e16f4 Fix compile 10 years ago
Igor Canadi b9ff6b050d Fix a bug in ReadOnlyBackupEngine 10 years ago
Igor Sugak 62247ffa3b rocksdb: Add missing override 10 years ago
Igor Canadi 173c52a97f Fix build on older compilers -- emplace() is not available 10 years ago
Igor Canadi a52dd00243 Fix ASAN failure with backupable DB 10 years ago
Robert 628a67b007 Reduce memory footprint in backupable db. 10 years ago
Robert 49376bfe87 Fix errors when using -Wshorten-64-to-32. 10 years ago
Robert a8c5564a9d Do not issue extra GetFileSize() calls when loading BackupMeta. 10 years ago
Robert caa1fd0e0e Improve performance when loading BackupMeta. 10 years ago
Hasnain Lakhani 373c665edf Fix broken test in 31b02d. 10 years ago
Hasnain Lakhani 31b02dc21d Improve Backup Engine. 10 years ago
Igor Canadi 767777c2bd Turn on -Wshorten-64-to-32 and fix all the errors 10 years ago
Danny Al-Gaaf 9d6f380866 backupable_db_test.cc: pass const string param by reference 10 years ago