summaryrefslogtreecommitdiff
path: root/src/mongo/util/str_escape.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-4/+10
* SERVER-69187 Use a no-op buffer to avoid allocating memory when checking for ...Yuhong Zhang2022-08-291-9/+18
* SERVER-67562 Check for invalid UTF-8 characters in BSON documents during vali...Damian Wasilewicz2022-08-201-0/+22
* SERVER-66841 Fix LOGV2 invalid JSON when truncation happens at a backslash ch...Erwin Pe2022-08-011-29/+91
* SERVER-50605 Add logMessage test-only commandSara Golemon2020-09-011-1/+1
* SERVER-45504 Unicode test in logv2 tests JSON formatterHenrik Edin2020-01-141-17/+17
* SERVER-44623 Rework JSON generation from BSONObjHenrik Edin2019-12-181-0/+437