Commit Graph

33 Commits (bbcf7b192c12f4ad99e57f5727dd8e1429e206b3)

Author SHA1 Message Date
Yanqin Jin 0376869f05 Remove using namespace (#9369) 3 years ago
Peter Dillinger 4d897e51df Migrate away from Travis+Linux+amd64 (#7791) 4 years ago
mrambacher c7c7b07f06 More Makefile Cleanup (#7097) 4 years ago
sdong fdf882ded2 Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
Siying Dong 8843129ece Move some memory related files from util/ to memory/ (#5382) 5 years ago
Siying Dong e9e0101ca4 Move test related files under util/ to test_util/ (#5377) 5 years ago
Sagar Vemuri dc3528077a Update all unique/shared_ptr instances to be qualified with namespace std (#4638) 6 years ago
David Lai 3be9b36453 comment unused parameters to turn on -Wunused-parameter flag 6 years ago
Andrew Kryczka 63f1c0a57d fix gflags namespace 7 years ago
Siying Dong 3c327ac2d0 Change RocksDB License 7 years ago
Siying Dong d616ebea23 Add GPLv2 as an alternative license. 7 years ago
Baraa Hamodi 21e95811d1 Updated all copyright headers to the new format. 9 years ago
sdong f9728640f3 "make format" against last 10 commits 9 years ago
Dmitri Smirnov 18285c1e2f Windows Port from Microsoft 9 years ago
sdong a177742a9b Make db_stress built for ROCKSDB_LITE 10 years ago
Igor Canadi c1c68bce43 remove atomic_pointer.h references 10 years ago
Igor Canadi 48842ab316 Deprecate AtomicPointer 10 years ago
Igor Canadi a1068c91a1 Make RocksDB work with newer gflags 10 years ago
Igor Canadi 2b95dc1542 Revert "Fix bad merge of D16791 and D16767" 10 years ago
sdong 839c8ecfcd Fix bad merge of D16791 and D16767 10 years ago
Igor Canadi 2966d764cd Fix some 32-bit compile errors 11 years ago
Igor Canadi e832e72b31 Revert "Moving to glibc-fb" 11 years ago
Igor Canadi d24961b65e Moving to glibc-fb 11 years ago
kailiu 97d8e573a6 make util/env_posix.cc work under mac 11 years ago
shamdor c2be2cba04 WAL log retention policy based on archive size. 11 years ago
Slobodan Predolac e44976b199 Conversion of db_bench, db_stress and db_repl_stress to use gflags 11 years ago
Dhruba Borthakur 9cd221094c Add appropriate LICENSE and Copyright message. 11 years ago
Dhruba Borthakur a143ef9b38 Change namespace from leveldb to rocksdb 11 years ago
Dhruba Borthakur 1186192ed1 Replace include/leveldb with include/rocksdb. 11 years ago
Mayank Agarwal 8a3547d38e API for getting archived log files 11 years ago
Abhishek Kona d68880a1b9 Do not allow Transaction Log Iterator to fall ahead when writer is writing the same file 11 years ago
Chip Turner 0b83a83191 Fix poor error on num_levels mismatch and few other minor improvements 12 years ago
Abhishek Kona 396c3aa08e Create a long running test to check GetUpdatesSince. 12 years ago