summaryrefslogtreecommitdiff
path: root/src/mongo/util/str_escape.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-4/+10
| | | | Signed-off-by: Ryan Egesdahl <ryan.egesdahl@mongodb.com>
* SERVER-69187 Use a no-op buffer to avoid allocating memory when checking for ↵Yuhong Zhang2022-08-291-9/+18
| | | | invalid UTF-8 characters
* SERVER-67562 Check for invalid UTF-8 characters in BSON documents during ↵Damian Wasilewicz2022-08-201-0/+22
| | | | validation
* SERVER-66841 Fix LOGV2 invalid JSON when truncation happens at a backslash ↵Erwin Pe2022-08-011-29/+91
| | | | character
* 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
| | | | Fix so escaping writes a unicode codepoint instead of raw byte.
* SERVER-44623 Rework JSON generation from BSONObjHenrik Edin2019-12-181-0/+437
- Extended Canonical/Relaxed 2.0.0 is supported - Using libfmt instead of stringstream as internal buffer - JSON parser can parse Extended Canonical/Relaxed and Strict formats - Removed TenGen format