summaryrefslogtreecommitdiff
path: root/src/mongo/util/shared_buffer.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62158 Fix novel UBSAN issues found with clang 12Andrew Morrow2021-12-191-1/+1
* SERVER-60115 Fixed `BasicBufBuilder` to correctly use powers of two allocationsMohammad Dashti2021-10-211-2/+8
* SERVER-56869 Various fixes for use-after-free bugs in SBEIan Boros2021-05-171-15/+10
* SERVER-53183 Parameterize BSONObjBuilder by buffer allocatorIan Boros2020-12-041-0/+102
* SERVER-42931 KeyString::Value should report its memory usage as the total buf...Louis Williams2019-08-291-0/+4
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-17311 Ensure BSONObj, RecordData, and SharedBuffer are noexcept moveableAlya Berciu2019-06-031-0/+5
* SERVER-28679 Set OP_MSG checksumA. Jesse Jiryu Davis2019-05-141-0/+19
* Revert "SERVER-36243 Use sized deallocation."Andrew Morrow2019-03-181-2/+1
* SERVER-36243 Use sized deallocation.Henrik Edin2019-03-121-1/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-2/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-29564 BSONObjBuilder can now be seeded with a BSONObj prefixMathias Stearn2017-06-191-6/+38
* SERVER-24418 Make Message and BufBuilder use SharedBuffer for memory managementMathias Stearn2016-06-221-16/+76
* SERVER-23548 Remove VS2013 workaroundsMark Benvenuto2016-05-031-10/+0
* SERVER-20233 Custom move assignments must handle self-assignmentMathias Stearn2015-09-181-7/+4
* SERVER-20204: Use mongoMalloc to allocate memoryGeert Bosch2015-09-011-1/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-73/+71
* SERVER-16559 Require C++11 and remove conditional compilationAndrew Morrow2015-02-131-8/+13
* SERVER-16048 Eliminate double copy and most ref-counting with RecordDataMathias Stearn2014-11-101-0/+123