summaryrefslogtreecommitdiff
path: root/port
AgeCommit message (Expand)Author
2015-04-23Build for CYGWINsdong
2015-03-17stack_trace.cc: fix #elif check for OS_MACOSXDanny Al-Gaaf
2015-02-26RocksDB on FreeBSD supportIslam AbdelRahman
2015-02-24LevelDb include guard replaced with #pragma oncestash93
2015-02-04Fix stack trace on macIgor Canadi
2015-01-09Move compression functions from port/ to util/Igor Canadi
2014-11-24Add rocksdb::ToString() to address cases where std::to_string is not available.Yueh-Hsuan Chiang
2014-11-13Fix iOS compile with -Wshorten-64-to-32Igor Canadi
2014-11-11Turn on -Wshorten-64-to-32 and fix all the errorsIgor Canadi
2014-11-06Turn off -WshadowIgor Canadi
2014-10-31Turn on -WshadowIgor Canadi
2014-10-28FlushProcessIgor Canadi
2014-10-27Deprecate AtomicPointerIgor Canadi
2014-09-05Avoid off-by-one error when using readlinkNik Bougalis
2014-07-08generic rate limiterLei Jin
2014-07-03Add timeout_hint_us to WriteOptions and introduce Status::TimeOut.Yueh-Hsuan Chiang
2014-07-03Add TimedWait() API to CondVar.Yueh-Hsuan Chiang
2014-06-16Add separate Read/WriteUnlock methods in MutexRW.Bradley Grainger
2014-06-12prefetch bloom filter data block for L0 filesLei Jin
2014-05-05Make rocksdb work with all versions of lz4Igor Canadi
2014-04-25Better stack trace in MACIgor Canadi
2014-04-24Install stack trace handlers in unit testsIgor Canadi
2014-04-23Print out stack trace in mac, tooIgor Canadi
2014-04-22Revert "Better port::Mutex::AssertHeld() and AssertNotHeld()"Igor Canadi
2014-04-22Better port::Mutex::AssertHeld() and AssertNotHeld()Igor Canadi
2014-04-08db_bench cleanupLei Jin
2014-03-28cache friendly blocked bloomfilterLei Jin
2014-03-26AssertHeld() should do thingsIgor Canadi
2014-02-27cache SuperVersion in thread local storage to avoid mutex lockLei Jin
2014-02-08Support for LZ4 compression.Albert Strasheim
2014-02-06Fix some errors detected by coverity scanIgor Canadi
2014-02-06Fix build in case zlib not foundlisyarus
2013-12-06Print stack trace on assertion failureIgor Canadi
2013-11-18Fix BZip constantsIgor Canadi
2013-11-18Move the compiler back to 4.8.1 + more small fixesIgor Canadi
2013-10-16Add appropriate LICENSE and Copyright message.Dhruba Borthakur
2013-10-04Change namespace from leveldb to rocksdbDhruba Borthakur
2013-08-23Replace include/leveldb with include/rocksdb.Dhruba Borthakur
2013-06-18Fix Zlib_Compress and Zlib_UncompressJim Paton
2013-06-01[RocksDB] Introduce Fast Mutex optionHaobo Xu
2013-04-22[RocksDB] Print stack trace to stderr instead of stdio.Haobo Xu
2013-04-20[RocksDB] Add stacktrace signal handlerHaobo Xu
2012-11-02Make compression options configurable. These include window-bits, level and s...amayank
2012-10-19Do not enable checksums for zlib compression.Dhruba Borthakur
2012-10-01Implement ReadWrite locks for leveldbDhruba Borthakur
2012-09-06put log in a seperate dirheyongqiang
2012-09-05Compile leveldb with gcc 4.7.1Dhruba Borthakur
2012-08-28merge 1.5heyongqiang
2012-07-02fix compile warningheyongqiang
2012-06-29add bzip2 compressionheyongqiang