summaryrefslogtreecommitdiff
path: root/util/coding.h
AgeCommit message (Expand)Author
2024-01-29Remove unnecessary, confusing 'extern' (#12300)Peter Dillinger
2022-10-26clang-format cache/ and util/ directories (#10867)Peter Dillinger
2021-12-10More refactoring ahead of footer & meta changes (#9240)Peter Dillinger
2021-02-26Refine Ribbon configuration, improve testing, add Homogeneous (#7879)Peter Dillinger
2020-10-23Add Encode/DecodeFixedGeneric, coding_lean.h (#7587)Peter Dillinger
2020-05-21Clean up some code related to file checksums (#6861)Peter Dillinger
2020-02-20Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433)sdong
2019-07-25Avoid user key copying for Get/Put/Write with user-timestamp (#5502)Yanqin Jin
2019-06-24Add an option to put first key of each sst block in the index (#5289)Mike Kolupaev
2018-08-23Add path to WritableFileWriter. (#4039)Yanqin Jin
2018-08-09Index value delta encoding (#3983)Maysam Yabandeh
2018-07-16Coding.h: Added Fixed16 support (#4142)Fenggang Wu
2017-07-15Change RocksDB LicenseSiying Dong
2017-05-30Avoid unsupported attributes when not building with UBSANTamir Duberstein
2017-04-27Add GPLv2 as an alternative license.Siying Dong
2017-04-21AIX and Solaris Sparc SupportTomas Kolda
2017-04-18Blob storage helper methodsYi Wu
2016-08-19TableBuilder / TableReader support for range deletionWanning Jiang
2016-08-02Fix clang build failure and refactor unit testomegaga
2016-07-19New Statistics to track Compression/Decompression (#1197)John Alexander
2016-07-12Miscellaneous performance improvementsJay Edgar
2016-03-31Fixed compile warnings in posix_logger.h and coding.hYueh-Hsuan Chiang
2016-02-09Updated all copyright headers to the new format.Baraa Hamodi
2015-11-24Enable C4267 warningVasili Svirski
2014-11-11Turn on -Wshorten-64-to-32 and fix all the errorsIgor Canadi
2014-08-19Removing BitStream* functionsIgor Canadi
2014-06-20JSONDocumentIgor Canadi
2014-01-28Merge branch 'master' into performancekailiu
2014-01-24Moving Some includes from options.h to forward declarationSiying Dong
2014-01-23Remove an unused `GetLengthPrefixedSlice`kailiu
2014-01-23Aggressively inlining the short functions in coding.ccKai Liu
2013-12-09[RocksDB] BackupableDBIgor Canadi
2013-11-08WriteBatch::Put() overload that gathers key and value from arrays of sliceslovro
2013-10-16Add appropriate LICENSE and Copyright message.Dhruba Borthakur
2013-10-06Migrate names of properties from 'leveldb' prefix to 'rocksdb' prefix.Dhruba Borthakur
2013-10-04Change namespace from leveldb to rocksdbDhruba Borthakur
2013-08-22Add three new MemTableRep'sJim Paton
2013-02-28Codemod NULL to nullptrAbhishek Kona
2013-01-31Fixed cache key for block cacheKosie van der Merwe
2012-12-07 Added methods to write small ints to bit streams.Kosie van der Merwe
2011-10-31A number of fixes:Hans Wennborg
2011-10-05A number of bugfixes:Gabor Cselle
2011-04-19reverting disastrous MOE commit, returning to r21dgrogan@chromium.org
2011-04-19Revision created by MOE tool push_codebase.dgrogan@chromium.org
2011-04-18chmod a-xdgrogan@chromium.org
2011-04-12@20602303. Default file permission is now 755.dgrogan@chromium.org
2011-03-30Move include files into a leveldb subdir.jorlow@chromium.org
2011-03-18Initial checkin.jorlow@chromium.org