summaryrefslogtreecommitdiff
path: root/src/mongo/bson
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-35896: Support 'replaceDocuments' mode in $outNick Zolnierz2018-08-022-16/+17
* SERVER-35847 Remove eval command and remove/update related tests/helpersSara Golemon2018-06-292-2/+1
* Revert "SERVER-34975 Treat an OID-embedded timestamp as unsigned."Justin Seyster2018-06-283-6/+11
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-1/+2
* SERVER-35135 Redact command payload when auditing edge case eventsBilly Donahue2018-06-061-0/+1
* SERVER-34975 Treat an OID-embedded timestamp as unsigned.Justin Seyster2018-05-223-11/+6
* SERVER-34730 Delete NetworkInterfaceASIOJonathan Reams2018-05-162-3/+4
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+1
* SERVER-34396 Fail to compile if io manipulators like std::hex are passed to S...Mathias Stearn2018-04-181-0/+8
* SERVER-33951 Abort transactions when the pending writes pass 16MB worth of wr...Matthew Russotto2018-04-131-1/+1
* SERVER-34307 replace invariant(false) with MONGO_UNREACHABLEBenety Goh2018-04-041-4/+4
* SERVER-34179 refactor isGenericArgumentBilly Donahue2018-04-021-1/+2
* SERVER-32144 Remove test coverage for replication protocol version 0Vesselina Ratcheva2018-03-131-0/+12
* SERVER-33847 create type aliases for BSONObj containers with binary compariso...Kyle Suarez2018-03-133-1/+247
* Revert "SERVER-32144 Remove test coverage for replication protocol version 0"Vesselina Ratcheva2018-03-091-12/+0
* SERVER-32144 Remove test coverage for replication protocol version 0Vesselina Ratcheva2018-03-091-0/+12
* SERVER-33065 CommandReplyBuilder and CommandInvocationBilly Donahue2018-03-061-0/+8
* Revert "SERVER-33065 CommandReplyBuilder and CommandInvocation"Nick Zolnierz2018-03-051-8/+0
* SERVER-33065 CommandReplyBuilder and CommandInvocationBilly Donahue2018-03-021-0/+8
* SERVER-33171: Add number and objectID parsing conversions to $convertNick Zolnierz2018-02-261-0/+21
* SERVER-32784 Move ExpressionConvert tests to separate file.Justin Seyster2018-02-201-1/+1
* SERVER-32784 Add $convert with typecast conversions.Justin Seyster2018-02-152-0/+44
* SERVER-32987 Move the contents of the 'uuid' library to be under 'base'Kaloian Manassiev2018-01-301-1/+0
* SERVER-32058 Rollback in-memory catalog changes on collMod abortGeert Bosch2018-01-221-0/+6
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-1/+1
* SERVER-31911 make UUID constructor privateGeert Bosch2018-01-051-7/+7
* SERVER-32302 Make mutablebson cache total field sizeMathias Stearn2018-01-042-54/+115
* SERVER-32302 Use a table to compute the size of each BSONElementMathias Stearn2018-01-041-56/+69
* SERVER-32302 Compute BSONElement sizes eagerlyMathias Stearn2018-01-044-155/+32
* SERVER-32302 Introduce BSONObjStlIterator as a proper stl-style iteratorMathias Stearn2018-01-044-28/+97
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-041-1/+1
* Revert "SERVER-32070 migrate some easy stdx::bind to lambdas"Kaloian Manassiev2017-12-011-1/+1
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-011-1/+1
* SERVER-31304: Refactor away SnapshotName.Daniel Gottlieb2017-11-211-0/+6
* SERVER-27814 Prints Timestamp consistently, changes toString(), and removes t...Pavithra Vetriselvan2017-11-164-15/+33
* SERVER-31894 Update system should not use mutablebson::Element operator[](Str...Tess Avitabile2017-11-153-2/+26
* SERVER-31629 Support putting unique codes directly into Status constructorsMathias Stearn2017-11-021-1/+1
* SERVER-31629 Replace ErrorCodes::fromInt() with ErrorCodes::Error()Mathias Stearn2017-11-021-1/+1
* SERVER-31622 Fix bad throwsMathias Stearn2017-11-021-2/+2
* SERVER-17414 Enable Warnings As Errors on Windows, and disable/fix warningsMark Benvenuto2017-10-201-1/+2
* SERVER-31026 Fix Windows zero-length array errorGeert Bosch2017-10-191-1/+1
* SERVER-31026 Properly format UUIDs in BSONElement::toStringGeert Bosch2017-10-193-10/+124
* SERVER-30532 Remove IDL-generated parser for the findAndModify resultKaloian Manassiev2017-10-171-5/+0
* SERVER-30399 Add caching for $lookup non-correlated sub-pipeline prefixBernard Gorman2017-09-241-1/+1
* SERVER-30176: Extend the JSON Schema parser to handle logical restriction key...Nick Zolnierz2017-09-1913-266/+483
* SERVER-29961 Add OR BSON helper and use it for change streams.Siyuan Zhou2017-08-242-37/+0
* SERVER-30720 Integer overflow in SharedBuffer::grow_reallocateMartin Neupauer2017-08-181-5/+6
* SERVER-30580 Always use errorString() when streaming an ErrorCode::ErrorMathias Stearn2017-08-161-0/+4
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-163-4/+4
* SERVER-30189 Reduce calls to allocator for large $in expressionsTess Avitabile2017-08-094-4/+25