summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/key_string_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72107 Check for remaining bytes when reading strings with NulsShin Yee Tan2023-03-291-0/+12
* SERVER-68125 Correctly track all memory used during index buildsLouis Williams2022-10-261-4/+14
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-201-2/+2
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-29262 Retire usage of `OwnedPointerVector` in `write_ops`.Faustoleyva542021-12-011-1/+0
* SERVER-60116 Used a 3-pointer implementation of BasicBufBuilder to optimize f...Mohammad Dashti2021-10-261-3/+3
* SERVER-59199 KeyString: support large RecordId binary stringsJosef Ahmad2021-09-231-0/+145
* Revert "SERVER-59199 KeyString: support large RecordId binary strings"Uladzimir Makouski2021-09-221-145/+0
* SERVER-59199 KeyString: support large RecordId binary stringsJosef Ahmad2021-09-211-0/+145
* SERVER-59645 Fix binary string input in AllZerosTypeBits unit testJosef Ahmad2021-09-011-2/+2
* SERVER-57633 fix implicit long long to double conversion in unit testsBenety Goh2021-08-191-1/+1
* SERVER-55779 Clustered collections should store RecordIds as KeyStringLouis Williams2021-04-091-60/+63
* SERVER-53990 fix unittestsLouis Williams2021-02-191-4/+4
* SERVER-53990 SortedDataInterface supports RecordIds in the binary string formatLouis Williams2021-02-181-139/+200
* SERVER-53989 Generalize RecordId to store small binary stringsLouis Williams2021-02-101-10/+10
* SERVER-53982 RecordId supports ObjectId typeLouis Williams2021-01-291-10/+10
* SERVER-52929 Correctly handle compound indexes with 32 keysLouis Williams2020-12-071-5/+22
* SERVER-43909 clarify and repair util/hex.h APIBilly Donahue2020-09-151-8/+8
* SERVER-44968 Remove useless BSONVersion enum classFaustoleyva542020-06-261-2/+1
* SERVER-47692 SharedBufferFragmentAllocator should discard its buffer on destr...Louis Williams2020-04-221-0/+14
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-47001 Added a pooled KeyString builder.Henrik Edin2020-04-101-6/+20
* SERVER-44095 Initialize TypeBits buffer to a smaller sizeLouis Williams2020-03-091-0/+25
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-17/+40
* SERVER-44530 Mark char as signed in key_string_test.cppGeert Bosch2019-11-101-1/+1
* SERVER-44366 Fix keystring depth calculation in code with scope to match BSON...Geert Bosch2019-11-071-0/+36
* SERVER-43946 Converting BinData of type ByteArrayDeprecated from KeyString->B...Gregory Wlodarek2019-10-151-0/+4
* SERVER-43418 ASSERT macro repairsBilly Donahue2019-10-021-3/+6
* SERVER-42973 Remove IndexEntryComparison::makeQueryObjectHaley Connelly2019-09-101-24/+0
* SERVER-42060 Limit maximum recursion depth for KeyString toBsonValueLouis Williams2019-08-081-0/+32
* SERVER-42067 Ensure key Ordering offset does not exceed the maximum number of...Louis Williams2019-08-051-0/+14
* SERVER-42069 uassert when decimal positive infinity is encoded in KeyString V0Louis Williams2019-08-051-0/+17
* SERVER-41845 Made Keystring::Builder into a template of the Buffer used.Daniel Solnik2019-07-311-13/+14
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-5/+2
* SERVER-42110 uassert that the integer part of a v0 numeric KeyString value is...Louis Williams2019-07-251-0/+20
* SERVER-41717 Make KeyString::Builder a builder class to generate KeyStrings.Daniel Solnik2019-07-231-2/+120
* SERVER-41717 Create KeyStringBuilder, KeyStringValue, and KeyStringTypeBits c...Daniel Solnik2019-07-161-128/+137
* SERVER-41808 Create moveable KeyString Value typeLouis Williams2019-06-281-0/+22
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+1
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36272 Catch error in parsing values after % in URIsShreyas Kalyan2018-10-121-1/+1
* SERVER-36636 Avoid using uint8_t as type parameter for std::uniform_int_distr...Xiangyu Yao2018-08-141-6/+4
* SERVER-36228 Extend the max size of TypeBits in KeyStringr4.1.2Xiangyu Yao2018-08-131-15/+189
* SERVER-35860 Maintain multikey metadata keys for allPaths indexesBernard Gorman2018-08-091-1/+1
* SERVER-35231: Invalid decimal continuation can trigger a dassert when decodin...Nick Zolnierz2018-05-291-0/+16
* SERVER-34456 Unit test for getKeySize()nehakhatri52018-05-101-7/+16
* SERVER-34767: Randomized KeyString decode test can hit dassert in DecimalNick Zolnierz2018-05-091-1/+39