summaryrefslogtreecommitdiff
path: root/src/mongo/base/string_data.h
AgeCommit message (Expand)Author
2024-04-15SERVER-89071: Include reject flag in QuerySettings hash (#20882)James H
2024-03-13SERVER-85158 Add a StringData ref check (#19870)Joseph Prince
2023-12-19SERVER-82972 Improve ScanStage::clone() performance and memory use (#17478)Kevin Cherkauer
2023-11-28SERVER-83541 fix: accept StringData::compare wider rangeBilly Donahue
2023-11-14SERVER-82604 implement StringData with a std::string_view memberBilly Donahue
2023-11-02SERVER-48429 StringDataComparatorBilly Donahue
2023-09-23SERVER-81059 bulk-revert of include of boost iif.hppBilly Donahue
2023-06-22SERVER-77044 IWYU Automated changes for up to end ratio 0.4Daniel Moody
2023-06-15SERVER-77042 automated IWYU changes up to ratio of 0.3Daniel Moody
2023-04-07SERVER-75815 Add gsl::Pointer attribute to StringDataMatt Broadstone
2023-03-24SERVER-75192 add check empty string to StringData constructorJuan Gu
2022-09-08SERVER-68887 stringop-overread issue Can not build on the Ubuntu 22.04 LTSUbuntu
2022-03-20SERVER-56571 rename and unprotect invariant.hBilly Donahue
2022-03-18SERVER-64553 make StringData comparisons constexprMathias Stearn
2022-03-18SERVER-54352 std::string += StringDataMathias Stearn
2022-02-23SERVER-54595 StringData(const char*, size_t) only checks invariant in debugMatt Diener
2021-05-04SERVER-51061 Rename WHITELIST macros to ALLOWSara Golemon
2021-04-21SERVER-45445 Upgrade third_party/fmt (6.1.1 -> 7.1.3)Mark Benvenuto
2021-03-23SERVER-55381 fix StringData::find,rfindBilly Donahue
2021-03-21SERVER-55180 Convert SBE from std::string_view to StringDataBilly Donahue
2021-03-19Revert "SERVER-55180 Convert SBE from std::string_view to StringData"XueruiFa
2021-03-19SERVER-55180 Convert SBE from std::string_view to StringDataBilly Donahue
2021-03-17Revert "SERVER-45445 Upgrade third_party/fmt (6.1.1 -> 7.1.3)"XueruiFa
2021-03-17SERVER-45445 Upgrade third_party/fmt (6.1.1 -> 7.1.3)Billy Donahue
2021-02-11SERVER-51266 Add BSONType::RegEx support in SBE. Fix $regex aggregation expre...Nikita Lapkov
2021-02-04SERVER-53399 Parse individual window functionsDavid Percy
2020-10-13SERVER-50917 util/ctype.h to replace <cctype> & <ctype.h> funcsBilly Donahue
2020-05-08SERVER-44049 constexpr StringData(ptr,len) constructorBilly Donahue
2020-03-25SERVER-46503 inline namespace mongo::literalsBilly Donahue
2019-06-14SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis
2019-04-08SERVER-40389 small tweaks to third_party/fmt & related.Billy Donahue
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
2018-12-04SERVER-38248 Change StringMap implementation to absl::flat_hash_mapHenrik Edin
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2018-03-08SERVER-22411 Refactor Windows Certificate PEM file loadingMark Benvenuto
2017-08-22SERVER-28620 Adorn all oplog writes with timestampsEric Milkie
2016-08-15SERVER-25402 Fewer binaries depend on interpolated version infoAndrew Morrow
2016-07-19SERVER-23990 move StringData hashing to StringData::ComparatorInterfaceDavid Storch
2016-07-14SERVER-24572 Add support for collecting information from /proc/statMark Benvenuto
2016-06-17SERVER-24651 Add and use string data literalsJason Carey
2016-05-28SERVER-23971 Clang-Format codeMark Benvenuto
2016-03-24SERVER-22735 Extend woCompare() to optionally accept a StringData::Comparator...Tess Avitabile
2015-10-19SERVER-20974 fixupAndrew Morrow
2015-10-19SERVER-20737 Don't pass nullptr to memcmp in StringData::compareAndrew Morrow
2015-06-20SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto
2015-02-06SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock
2015-01-15SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow
2014-11-25SERVER-16200 Eagerly compute StringData lengths and streamline equality checksAndrew Morrow
2014-05-19SERVER-13256: Remove pch - qualify std in headersMark Benvenuto
2014-05-16SERVER-13264 Move Apache-licensed files to AGPLIan Whalen