summaryrefslogtreecommitdiff
path: root/src/mongo/base
Commit message (Expand)AuthorAgeFilesLines
* SERVER-33171: Add number and objectID parsing conversions to $convertNick Zolnierz2018-02-261-0/+32
* SERVER-32615 Make user write commands in sharded cluster go through _configCr...Randolph Tan2018-02-231-1/+1
* SERVER-33223 Add transaction resource stashJames Wahlin2018-02-161-0/+1
* SERVER-32635 an old mongos server communicating with a fully upgraded cluster...Dianna Hohensee2018-02-161-0/+1
* SERVER-33258: Guarantee replication tables are durable before use.Daniel Gottlieb2018-02-161-0/+1
* SERVER-32784 Add $convert with typecast conversions.Justin Seyster2018-02-151-0/+1
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-142-11/+12
* SERVER-33140 DNS must disregard irrelevant recordsADAM David Alan Martin2018-02-091-0/+1
* SERVER-32518 Establish snapshot timestamp for readConcern snapshotTess Avitabile2018-02-051-0/+1
* SERVER-32854 Replication Coordinator implementation for embedded. It implemen...Henrik Edin2018-02-011-0/+1
* SERVER-32987 Move the contents of the 'uuid' library to be under 'base'Kaloian Manassiev2018-01-302-0/+193
* SERVER-32684 Make mongos write command objects hold Status directlyMathias Stearn2018-01-173-1/+25
* SERVER-32587 Convert StaleConfigException to use ErrorExtraInfoMathias Stearn2018-01-171-1/+1
* SERVER-32586 Convert ResolvedView to use ErrorExtraInfoMathias Stearn2018-01-172-12/+2
* SERVER-32414 Remove some `stdx::` checks from lintADAM David Alan Martin2018-01-111-41/+39
* SERVER-21710 Add ability to kill pinned cursors on mongodIan Boros2018-01-101-1/+3
* SERVER-31734 Core ErrorExtraInfo implementationMathias Stearn2018-01-049-31/+469
* SERVER-32261 disable dns_query (res_nsearch) on androidGabriel Russell2017-12-181-0/+1
* SERVER-30768 Mark hosts as down on NetworkInterfaceExceededTimeLimit instead ...Jack Mulrow2017-12-111-0/+2
* SERVER-31133 Ignore mechanism for `StatusWith`ADAM David Alan Martin2017-12-063-9/+13
* SERVER-31951 Create RetryChangeStream error codeCharlie Swanson2017-11-171-0/+1
* SERVER-30244 escape NUL in Terminated status msgs.Billy Donahue2017-11-132-27/+204
* SERVER-30244-pre1 move DataType::Handler<StringData> specialization to avoid ...Billy Donahue2017-11-104-36/+62
* SERVER-31829 Limit OP_MSG parser to 2 document sequencesMathias Stearn2017-11-071-1/+3
* SERVER-31842 Restrict $lookup nested sub-pipeline depthJames Wahlin2017-11-071-0/+1
* SERVER-31734 Add Status::withContext() and addContext()Mathias Stearn2017-11-023-0/+31
* SERVER-31629 Support putting unique codes directly into Status constructorsMathias Stearn2017-11-022-1/+12
* SERVER-31629 Replace ErrorCodes::fromInt() with ErrorCodes::Error()Mathias Stearn2017-11-023-17/+8
* SERVER-31622 Support catching DBException by code or categoryMathias Stearn2017-11-025-18/+129
* SERVER-31622 Fix bad throwsMathias Stearn2017-11-021-1/+1
* SERVER-31390 Use a templating language to generate error_codes.{h,cpp,js}Mathias Stearn2017-11-024-309/+251
* SERVER-31061 Add `mongo+srv://` support for URIs.ADAM David Alan Martin2017-10-311-0/+2
* SERVER-31611: Perform a clean shutdown and downgrade on an interpreted FCV 3.2.Daniel Gottlieb2017-10-271-0/+1
* SERVER-17414 Enable Warnings As Errors on Windows, and disable/fix warningsMark Benvenuto2017-10-201-0/+5
* SERVER-30731 Add expr support in MatchExpression outside of aggregationTess Avitabile2017-10-051-1/+1
* SERVER-31227 clean up and optimize parseNumberFromStringMathias Stearn2017-09-292-54/+97
* SERVER-30894/SERVER-31290 Implement command for transferring session informat...Randolph Tan2017-09-281-0/+1
* Revert "Revert "Revert "SERVER-30894 Implement command for transferring sessi...Randolph Tan2017-09-281-1/+0
* Revert "Revert "SERVER-30894 Implement command for transferring session infor...Randolph Tan2017-09-271-0/+1
* Revert "SERVER-30894 Implement command for transferring session information d...Greg McKeon2017-09-271-1/+0
* SERVER-30894 Implement command for transferring session information during mi...Randolph Tan2017-09-261-0/+1
* SERVER-30344 prevent shards from implicitly creating a collection on createIn...Esha Maharishi2017-09-261-0/+1
* SERVER-31086 adorn secondary inserts and vector inserts with timestampsEric Milkie2017-09-251-0/+1
* SERVER-31069 Stop converting SendStaleConfig to RecvStaleConfigMathias Stearn2017-09-131-3/+3
* SERVER-30325 Simplify session transaction state maintenanceKaloian Manassiev2017-09-131-0/+1
* SERVER-30988 Fix misleading $jsonSchema error.Justin Seyster2017-09-121-0/+1
* SERVER-30821: Allow configurable use of secure memorySpencer Jackson2017-08-314-189/+271
* SERVER-28620 Adorn all oplog writes with timestampsEric Milkie2017-08-221-6/+6
* SERVER-28510 Close incoming mongod connection on NotMaster error when handlin...Mathias Stearn2017-08-171-1/+11
* SERVER-28964 Close connection after seeing invalid OP_MSG flagsMathias Stearn2017-08-171-0/+4