summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/key_string_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-2/+2
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-6/+6
* SERVER-17863 Sort in config.h header when possibleAndrew Morrow2015-04-031-2/+1
* SERVER-9563 Add support for config.h headerJonathan Reams2015-03-261-1/+3
* SERVER-8944 Use C++11 standard library functions for double NaN and Infinity ...Siyuan Zhou2015-02-051-4/+6
* SERVER-16747 KeyString should overflow to heapMathias Stearn2015-01-151-56/+57
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+1
* SERVER-16632 Encode TypeBits along with KeyStrings in WT indexesMathias Stearn2015-01-121-66/+71
* SERVER-16632 Test more interesting numeric cases for KeyStringMathias Stearn2015-01-121-29/+110
* SERVER-16632 Support strings with NUL bytes in KeyStringMathias Stearn2015-01-121-37/+63
* SERVER-16632 Remove unneeded kEquals byte after each field in KeyStringMathias Stearn2015-01-071-6/+5
* SERVER-16632 Compress index keys in KeyStringMathias Stearn2015-01-071-5/+5
* SERVER-16632 Compress small RecordIds in KeyStringMathias Stearn2015-01-071-6/+105
* SERVER-16632: fix os x compile with signed/unsignedEliot Horowitz2014-12-311-2/+2
* SERVER-16632: introduct KeyString, a memcmpable version of a index keyEliot Horowitz2014-12-311-0/+631