summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29493 Make ThreadPoolTaskExecutor's destructor execute shutdown and join.Andy Schwerin2017-06-0923-137/+135
* SERVER-28346 Add more unit tests for the logical session cachesamantharitter2017-06-0910-67/+327
* SERVER-29380 Fix potential race in exit code during server shutdown.Max Hirschhorn2017-06-091-7/+22
* SERVER-29464 Fix memory leak in BatchedDeleteRequest and BatchedUpdateRequestKaloian Manassiev2017-06-094-0/+10
* SERVER-27038 changed assertion severitiesTedTuckman2017-06-091-23/+23
* SERVER-29464 Get rid of unused code in the write commands parsingKaloian Manassiev2017-06-0912-71/+7
* SERVER-29305 `DBDirectClient::call` uses OpContextADAM David Alan Martin2017-06-0820-63/+41
* SERVER-28677 InitialSyncer should reset optimes on every attemptWilliam Schultz2017-06-084-0/+36
* SERVER-29492 Remove task runner from collection bulk loader.Andy Schwerin2017-06-0810-219/+222
* SERVER-29459 Add 'includePendingDrops' option to listCollections commandWilliam Schultz2017-06-081-5/+20
* SERVER-29233 Sanitize MONGO_WRITE_CONFLICT_RETRY_LOOP_BEGIN/_ENDNathan Myers2017-06-082-23/+24
* SERVER-29517 Fix data race by making ViewGraph::_idCounter non-static.David Storch2017-06-082-2/+1
* SERVER-29233 Improve writeConflictRetryNathan Myers2017-06-081-3/+14
* SERVER-29267 removed unused methodsHaley Connelly2017-06-081-8/+0
* SERVER-29003 Fix unsigned int warningKim Tao2017-06-081-1/+1
* SERVER-29207 Add DateTimeSupport to ServiceContextCharlie Swanson2017-06-088-2/+318
* Revert "SERVER-29305 `dbdirectclient::call` uses OpContext"James Wahlin2017-06-087-24/+15
* Revert "SERVER-28346 Add more unit tests for the logical session cache"James Wahlin2017-06-0810-330/+65
* SERVER-28753 Add support for TxnNumber/StmtId in write commandsKaloian Manassiev2017-06-087-115/+227
* SERVER-29464 Get rid of BSONSerializableKaloian Manassiev2017-06-0816-410/+95
* SERVER-14864 refine mmapv1 file allocation loggingKevin Pulo2017-06-081-2/+5
* SERVER-29305 `dbdirectclient::call` uses OpContextADAM David Alan Martin2017-06-077-15/+24
* SERVER-28346 Add more unit tests for the logical session cachesamantharitter2017-06-0710-65/+330
* SERVER-29125 Add $changeNotification stage that always outputs the single las...Matthew Russotto2017-06-079-13/+306
* SERVER-12203 Remove tautological assert in bson_validate_test.cppBen Shteinfeld2017-06-071-4/+5
* SERVER-28674 Fixed comment for SyncTail::multiApply and commented multiApplySamy Lanka2017-06-071-2/+5
* SERVER-29469 Delete OperationContextImpl classMathias Stearn2017-06-0713-163/+27
* SERVER-28795 dbclient ConnectionPool initializes _lastCleanUpTimeBen Shteinfeld2017-06-071-1/+3
* Revert "SERVER-29125 Add $changeNotification stage that always outputs the si...James Wahlin2017-06-079-306/+13
* SERVER-28590 Invoke validate command on collections before shutting down mong...Eddie Louie2017-06-072-2/+13
* SERVER-29456 mongos fall back to cluster time if no operation time set on ope...Mathias Stearn2017-06-071-4/+9
* SERVER-29319 Don't try to handle StaleConfigException with empty nsMathias Stearn2017-06-071-7/+9
* SERVER-29319 Move mongos runCommand higher in file to eliminate forward decla...Mathias Stearn2017-06-071-56/+48
* SERVER-29264 Mongod write commands accept OP_MSG input document sequencesMathias Stearn2017-06-075-105/+246
* SERVER-29264 Move protocol agnostic logic from assemble_response to run_commandsMathias Stearn2017-06-073-177/+65
* SERVER-29264 Kill off rpc::RequestInterfaceMathias Stearn2017-06-0720-379/+153
* SERVER-29264 Convert service_state_machine_test to use OP_MSGMathias Stearn2017-06-071-20/+11
* SERVER-29264 Add an API for mongod commands to access OP_MSG input document s...Mathias Stearn2017-06-073-4/+35
* SERVER-29125 Add $changeNotification stage that always outputs the single las...Matthew Russotto2017-06-079-13/+306
* SERVER-28767 More test coverage for ArithmeticNodeJustin Seyster2017-06-071-64/+204
* SERVER-29196 Set batchSize for getMores in CollectionClonerJason Chan2017-06-071-0/+1
* SERVER-29434 Don't accept empty timestamps for readConcern afterClusterTimeJack Mulrow2017-06-071-0/+5
* SERVER-29360 Add operator<< to Date_t classTed Tuckman2017-06-074-7/+23
* SERVER-24735 Correct logger to use STORAGE instead of INDEXGregory Wlodarek2017-06-071-1/+1
* SERVER-20066 consider ixscans if query is empty but projection can be coveredKyle Suarez2017-06-073-0/+160
* Revert "SERVER-29464 Get rid of BSONSerializable"Max Hirschhorn2017-06-0712-79/+274
* SERVER-29464 Get rid of BSONSerializableKaloian Manassiev2017-06-0712-274/+79
* SERVER-28467 sign range of timesMisha Tyulenev2017-06-063-13/+74
* SERVER-27769 Add wallClock time to oplogMisha Tyulenev2017-06-062-5/+24
* SERVER-28445 Compute operationTime in command error responseMisha Tyulenev2017-06-061-14/+12