summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/key_string.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32046 Fix typebit reading for indexed decimal infinitiesGeert Bosch2017-12-121-2/+4
* SERVER-29296 Fix warning in key_string.cppKaloian Manassiev2017-05-191-1/+2
* SERVER-25498 Fix cases of missing decimal continuations for KeyStringGeert Bosch2016-09-291-20/+36
* SERVER-22973 use mongo macros for static assertMatt Cotter2016-09-091-4/+4
* SERVER-25394 Add keystring support for NumberDecimal inside subdocGeert Bosch2016-08-021-5/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-10/+11
* SERVER-24116 fix KeyString's parsing of strings with leading nullRobert Guo2016-05-161-1/+4
* SERVER-23894 Coverity analysis defect 98850: Logically dead codeGeert Bosch2016-04-271-2/+1
* SERVER-19703 Add KeyString support for NumberDecimalGeert Bosch2016-04-221-108/+782
* SERVER-19444 Add polyfill for strnlenJonathan Reams2015-08-271-0/+1
* SERVER-19313 Remove some obsoleted usages of boostAndrew Morrow2015-07-091-2/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-965/+1014
* SERVER-17308 Replace boost::scoped_array<T> with std::unique_ptr<T[]>Andrew Morrow2015-06-101-3/+2
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-2/+2
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-2/+2
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-2/+2
* SERVER-17629 Implemented Bounded Data View/CursorJason Carey (hanumantmk)2015-04-141-1/+1
* SERVER-17635 Improve SortedDataInterface::Cursor APIMathias Stearn2015-04-091-9/+29
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-4/+4
* SERVER-8944 Use C++11 standard library functions for double NaN and Infinity ...Siyuan Zhou2015-02-051-3/+3
* SERVER-16747 KeyString should overflow to heapMathias Stearn2015-01-151-7/+2
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-16632 Encode TypeBits along with KeyStrings in WT indexesMathias Stearn2015-01-121-75/+220
* SERVER-16632 Improve WT index cursorsMathias Stearn2015-01-121-9/+7
* SERVER-16632 Support strings with NUL bytes in KeyStringMathias Stearn2015-01-121-12/+66
* SERVER-16632 Remove unneeded kEquals byte after each field in KeyStringMathias Stearn2015-01-071-15/+19
* SERVER-16632 Compress index keys in KeyStringMathias Stearn2015-01-071-126/+265
* SERVER-16632 Compress small RecordIds in KeyStringMathias Stearn2015-01-071-7/+59
* SERVER-16632: introduct KeyString, a memcmpable version of a index keyEliot Horowitz2014-12-311-0/+758