summaryrefslogtreecommitdiff
path: root/src/mongo/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-30580 Always use errorString() when streaming an ErrorCode::ErrorMathias Stearn2017-08-163-13/+9
* SERVER-30580 StringData-ify error handling functionsMathias Stearn2017-08-163-0/+4
* SERVER-30580 Make argument order consistently code then messageMathias Stearn2017-08-161-1/+1
* SERVER-30580 Make DBException hold a StatusMathias Stearn2017-08-162-5/+11
* SERVER-30580 No more status locationsMathias Stearn2017-08-166-91/+41
* SERVER-29140 Close cursor for invalidate change notification entries.Siyuan Zhou2017-08-091-0/+1
* SERVER-30352 Add a new class that will keep track of the index inconsistencie...Gregory Wlodarek2017-08-091-0/+1
* Revert "SERVER-29140 Close cursor for invalidate change notification entries."Max Hirschhorn2017-08-031-1/+0
* SERVER-29140 Close cursor for invalidate change notification entries.Siyuan Zhou2017-08-031-0/+1
* SERVER-28495 FTDC for MongoSMark Benvenuto2017-07-121-0/+2
* SERVER-27581 Only fetch missing documents on update oplog entries during initialJudah Schvimer2017-07-111-0/+1
* SERVER-28903 Implement session history iteratorRandolph Tan2017-07-061-0/+1
* SERVER-28545 Do not wait for election to finish while holding global lockSpencer T Brody2017-06-281-0/+1
* SERVER-29714 Added more detailed error logging in validate_locale.cpp to bett...Tyler Kaye2017-06-211-5/+8
* SERVER-29277 add Database drop-pending flagBenety Goh2017-06-191-0/+1
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-183-7/+46
* SERVER-29167: Create an interface type for RestrictionsSpencer Jackson2017-06-141-0/+1