Commit Graph

61 Commits (178fd6f9db8e4cc2e5585c6f95f5d9c3d5d5cf2b)

Author SHA1 Message Date
Lei Jin 5ef1ba7ff5 generic rate limiter 10 years ago
Yueh-Hsuan Chiang d4d338de33 Add timeout_hint_us to WriteOptions and introduce Status::TimeOut. 10 years ago
Yueh-Hsuan Chiang 6580685260 Add TimedWait() API to CondVar. 10 years ago
Bradley Grainger 2d02ec6533 Add separate Read/WriteUnlock methods in MutexRW. 10 years ago
Lei Jin c83b085770 prefetch bloom filter data block for L0 files 10 years ago
Igor Canadi 9e7d00d9e7 Make rocksdb work with all versions of lz4 10 years ago
Igor Canadi 46b3076c91 Better stack trace in MAC 10 years ago
Igor Canadi fc3127e8de Install stack trace handlers in unit tests 10 years ago
Igor Canadi f9f8965e96 Print out stack trace in mac, too 10 years ago
Igor Canadi 1068d2fa60 Revert "Better port::Mutex::AssertHeld() and AssertNotHeld()" 10 years ago
Igor Canadi ddafceb6c2 Better port::Mutex::AssertHeld() and AssertNotHeld() 10 years ago
Lei Jin 0c1126d4cf db_bench cleanup 10 years ago
Lei Jin 0d755fff14 cache friendly blocked bloomfilter 10 years ago
Igor Canadi 954679bb0f AssertHeld() should do things 10 years ago
Lei Jin ad0c3747cb cache SuperVersion in thread local storage to avoid mutex lock 10 years ago
Albert Strasheim df2f92214a Support for LZ4 compression. 11 years ago
Igor Canadi d53b188228 Fix some errors detected by coverity scan 11 years ago
lisyarus aa6fbbfae7 Fix build in case zlib not found 11 years ago
Igor Canadi 9644e0e0c7 Print stack trace on assertion failure 11 years ago
Igor Canadi 07e8078b17 Fix BZip constants 11 years ago
Igor Canadi f611aba559 Move the compiler back to 4.8.1 + more small fixes 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
Jim Paton 09de7a3b6a Fix Zlib_Compress and Zlib_Uncompress 11 years ago
Haobo Xu d897d33bf1 [RocksDB] Introduce Fast Mutex option 11 years ago
Haobo Xu 06d3487b3f [RocksDB] Print stack trace to stderr instead of stdio. 11 years ago
Haobo Xu 1255dcd446 [RocksDB] Add stacktrace signal handler 11 years ago
amayank 854c66b089 Make compression options configurable. These include window-bits, level and strategy for ZlibCompression 12 years ago
Dhruba Borthakur 507f5aac73 Do not enable checksums for zlib compression. 12 years ago
Dhruba Borthakur a58d48de79 Implement ReadWrite locks for leveldb 12 years ago
heyongqiang 0f43aa474e put log in a seperate dir 12 years ago
Dhruba Borthakur 354a9ea089 Compile leveldb with gcc 4.7.1 12 years ago
heyongqiang a4f9b8b49e merge 1.5 12 years ago
heyongqiang 7600228072 fix compile warning 12 years ago
heyongqiang daa816c4a0 add bzip2 compression 12 years ago
heyongqiang 054a5657f8 add zlib compression 12 years ago
Sanjay Ghemawat 85584d497e Added bloom filter support. 12 years ago
Sanjay Ghemawat a1ad4d1995 Build fixes and cleanups: 12 years ago
Sanjay Ghemawat 015d26f8be add .gitignore; support for building on a few BSD variants 13 years ago
Hans Wennborg 36a5f8ed7f A number of fixes: 13 years ago
Hans Wennborg 213a68eb68 Sync with upstream @23860137. 13 years ago
gabor@google.com f122c6dfbb Adding FreeBSD support, removing Chromium files, adding benchmark. 13 years ago
gabor@google.com 60bd8015f2 Speed up Snappy uncompression, new Logger interface. 13 years ago
gabor@google.com 6872ace901 Sun Studio support, and fix for test related memory fixes. 13 years ago
gabor@google.com ed154f6dc4 Fixed a snappy compression wrapper bug (passing wrong variable). 13 years ago
gabor@google.com 85f0ab1975 Fixing Makefile issue reported in Issue 15 (misspelled flag) 13 years ago
gabor@google.com f57e23351f Platform detection during build, plus compatibility patches for machines without <cstdatomic>. 13 years ago
gabor@google.com ccf0fcd5c2 A number of smaller fixes and performance improvements: 13 years ago
dgrogan@chromium.org 740d8b3d00 Update from upstream @21551990 13 years ago