summaryrefslogtreecommitdiff
path: root/src/mongo/util/str.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-59230 Fix compile errors in C++20 mode with GCC 11 and clang 12Andrew Morrow2021-08-151-2/+28
* SERVER-52818 Fix SBE's implementation of strings to handle null bytes correctlyDrew Paroski2020-12-141-0/+3
* SERVER-50917 util/ctype.h to replace <cctype> & <ctype.h> funcsBilly Donahue2020-10-131-13/+7
* SERVER-51485 getCodePointLength fix use of absl internalsBilly Donahue2020-10-121-2/+2
* SERVER-50753 support $indexOfBytes and $indexOfCP in SBEClaire Childs2020-10-081-0/+29
* SERVER-46017 Add truncation support for JSON formatterHenrik Edin2020-02-111-0/+41
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-2/+2
* SERVER-41271 allow logging doubles with arbitrary precisionMisha Ivkov2019-06-111-0/+6
* Revert "SERVER-4999 Normalize all hostnames to lowercase"A. Jesse Jiryu Davis2019-06-111-2/+1
* SERVER-41181 Fix sharding tests for hostname normalizationA. Jesse Jiryu Davis2019-05-171-1/+1
* SERVER-4999 Normalize all hostnames to lowercaseA. Jesse Jiryu Davis2019-05-141-1/+2
* Revert "SERVER-4999 Normalize all hostnames to lowercase"A. Jesse Jiryu Davis2019-04-241-2/+1
* SERVER-4999 Normalize all hostnames to lowercaseA. Jesse Jiryu Davis2019-04-241-1/+2
* SERVER-40476 merge contents of utils/stringutils into utils/str.Billy Donahue2019-04-111-0/+58
* SERVER-40463 String utils output StringData instead of std::stringHenrik Edin2019-04-101-49/+61
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-0/+277