summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-07873-14108/+14500
* SERVER-28196 Make legacy query and getMore appear in a consistent format acro...Bernard Gorman2017-03-073-20/+34
* SERVER-27914 Verify canAcceptWritesForDatabase() is called while the caller h...Matthew Russotto2017-03-0641-102/+196
* Revert "SERVER-26965 Use RAII type for turning off replicated writes."Matthew Russotto2017-03-0641-196/+102
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-0681-1040/+1024
* SERVER-28149 cherry-picking the single scons-2.5.1 changeGabriel Russell2017-03-061-12/+14
* Revert "SERVER-26703 reject commands exceeding the BSON depth limit"Max Hirschhorn2017-03-0611-178/+138
* SERVER-26703 reject commands exceeding the BSON depth limitKyle Suarez2017-03-0611-138/+178
* SERVER-28163 make cluster_get_last_error_cmd.cpp use ARS instead of DBClientM...Esha Maharishi2017-03-066-170/+160
* SERVER-27866 Add threadId dump in hex base from globalLockManager for PENDING...Eddie Louie2017-03-061-1/+2
* SERVER-26965 Use RAII type for turning off replicated writes.Matthew Russotto2017-03-0641-102/+196
* SERVER-18794 Add aggregation pipeline expression $objectToArrayWan Bachtiar2017-03-032-0/+41
* SERVER-27886 Move paths.* into mmap_v1Maria van Keulen2017-03-0313-25/+67
* SERVER-26323 Roll back to per-arch atomics in gperftoolsAndrew Morrow2017-03-032-2/+2
* SERVER-28110 Set secondaryCatchUpPeriodSecs smaller when requesting remote pr...Siyuan Zhou2017-03-022-1/+9
* SERVER-28155 Fix broken UBSAN buildKaloian Manassiev2017-03-021-1/+7
* SERVER-27891 Disable writeConcern support for mongos reIndexMaria van Keulen2017-03-021-1/+1
* SERVER-27972 Add a featureCompatibilityVersion op observer for database/colle...Tess Avitabile2017-03-023-0/+22
* SERVER-28161 make ClusterWrite::explain path use ARS instead of DBClientMulti...Esha Maharishi2017-03-024-37/+60
* SERVER-27768 Implement HMAC key for signing Logical clock's storage & distrib...Jack Mulrow2017-03-0223-48/+349
* SERVER-28173 create a component that sends requests in parallel to multiple h...Esha Maharishi2017-03-023-0/+633
* SERVER-18410: Replace RWLock with OperationContext/LockManagerDaniel Gottlieb2017-03-0252-1830/+480
* SERVER-20854 Pull the diff tracker's query generation logic outside of the te...Kaloian Manassiev2017-03-024-29/+18
* SERVER-26830 Randomize priority takeover delayWilliam Schultz2017-03-014-98/+287
* SERVER-28155 Get rid of the 'mongoscore' sharding libraryKaloian Manassiev2017-03-0121-260/+177
* SERVER-28155 Get rid of the 'serveronly' sharding libraryKaloian Manassiev2017-03-0123-335/+75
* SERVER-28155 Move ChunkManagerTargeter in the sharding commands libraryKaloian Manassiev2017-03-0112-149/+126
* SERVER-28155 Remove usages of BSONSerializable outside of shardingKaloian Manassiev2017-03-012-5/+3
* Revert "SERVER-27886 Move paths.* into mmap_v1"Geert Bosch2017-03-0113-53/+27
* SERVER-27886 Move paths.* into mmap_v1Maria van Keulen2017-03-0113-27/+53
* SERVER-27954: Correctly parse code_w_s in shellSpencer Jackson2017-03-011-1/+1
* SERVER-27704 persist chunk metadata on shard primaryDianna Hohensee2017-03-0116-252/+594
* Revert "SERVER-27860 remove invariants to prevent ShardLocal running on shard...Dianna Hohensee2017-03-0122-264/+288
* SERVER-27773 add operationTime field to the command responseMisha Tyulenev2017-02-289-11/+144
* SERVER-27956 fix gcc6 compile warningMathias Stearn2017-02-281-1/+3
* SERVER-28134 Move operator<<(ostream, RemoteCommandRequest/Response) into exe...Mathias Stearn2017-02-284-12/+8
* SERVER-28134 add #pragma once to itoa.hMathias Stearn2017-02-281-0/+2
* SERVER-26494 removed unused function arguments from SyncSourceFeedbackBenety Goh2017-02-282-16/+10
* SERVER-26484 removed unreachable code in SyncSourceFeedback. Blacklisting of ...Benety Goh2017-02-281-17/+2
* SERVER-27553 Fix DEBUG builds still using removed cmpIsntSane functionAndrew Morrow2017-02-281-7/+4
* SERVER-21675 change replica_sets_legacy to replica_sets_pv0Judah Schvimer2017-02-282-6/+6
* SERVER-27904 Extend support for moving predicates into contained ORs to multi...Tess Avitabile2017-02-289-313/+956
* SERVER-28038 Improve invariants in WiredTigerRecordStore for capped visibilityGeert Bosch2017-02-282-8/+7
* SERVER-27553 Remove print macroAndrew Morrow2017-02-274-61/+8
* SERVER-28094 Remove the StaticObserverAndrew Morrow2017-02-2711-110/+4
* SERVER-27120 Increase synchronization between producer/applier threads and st...Siyuan Zhou2017-02-2719-315/+400
* SERVER-27977 Remove unused config conn string command parametersDianna Hohensee2017-02-2717-139/+34
* SERVER-28106 Cleanup the contract of ChunkManager::findIntersectingChunkKaloian Manassiev2017-02-2716-162/+100
* SERVER-27891 Disable writeConcern support for reIndexMaria van Keulen2017-02-271-1/+1
* SERVER-27748 Implement LogicalTimeMetadataRandolph Tan2017-02-2710-7/+286