summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-24071 Use ChunkRange for parsing and creating chunk boundsKaloian Manassiev2016-05-105-48/+33
* SERVER-24071 Fix pessimizing moveGeert Bosch2016-05-101-1/+1
* SERVER-24111 Move WriteConcernErrorDetail under mongo/rpcKaloian Manassiev2016-05-1022-61/+58
* SERVER-21841 Add mode to resmoke.py to list under what suites a test runsMike Grundy2016-05-104-2/+74
* SERVER-23791 extend shell helpers to pass collation parameter to serverDavid Storch2016-05-109-18/+637
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in dur_journal.cppWaley Chen2016-05-108-32/+56
* SERVER-16203 lock_info.cpp must include basic.hJason Rassi2016-05-091-0/+2
* Revert "SERVER-23336 replace ShardResolver with RemoteCommandTargeter::findHost"Esha Maharishi2016-05-0912-138/+388
* Revert "SERVER-24112 only include libs required for MONGO_INITIALIZER deps in...Esha Maharishi2016-05-091-6/+5
* SERVER-24005 Pass batches of DocWriters all the way down to the RecordStoreMathias Stearn2016-05-0919-134/+227
* SERVER-24005 Allow getNextOpTime() to hand out batches of OpTimesMathias Stearn2016-05-093-85/+82
* SERVER-24005 inline WiredTigerRecoveryUnit::get()Mathias Stearn2016-05-092-7/+4
* SERVER-24005 Use FastClockSource in getNextGlobalTimestamp()Mathias Stearn2016-05-093-1/+8
* SERVER-24005 Mark WiredTigerRecordStore finalMathias Stearn2016-05-091-1/+1
* SERVER-18277 Fill in clock and tick sources in ServiceContext constructorMathias Stearn2016-05-093-1/+9
* SERVER-20224 Now only the command processor calls txn->setWriteConcern()Mathias Stearn2016-05-097-60/+27
* SERVER-24082 Move std::string construction into Status constructorMathias Stearn2016-05-093-0/+27
* SERVER-24082 Hint the compiler that error functions are coldMathias Stearn2016-05-096-18/+39
* SERVER-24082 Implement uassertStatusOK and friends in terms of more basic ass...Mathias Stearn2016-05-091-29/+12
* SERVER-24082 Make it easier for compiler to out-of-line error casesMathias Stearn2016-05-094-18/+55
* SERVER-19642 Fix compileVincent Do2016-05-091-2/+2
* SERVER-24091: generate dashboard dataChung-Yen Chang2016-05-091-8/+9
* SERVER-16203 Add command to display global lock informationVincent Do2016-05-094-26/+226
* SERVER-24084 Gracefully handle errors inside ReplicationCoordinatorExternalSt...Randolph Tan2016-05-091-1/+11
* SERVER-24107 Exclude shard_identity_config_update.js from sharding_continuous...Randolph Tan2016-05-091-0/+1
* SERVER-19642 Add check for duplicate keys in index specVincent Do2016-05-093-2/+69
* SERVER-24112 only include libs required for MONGO_INITIALIZER deps in cluster...Esha Maharishi2016-05-091-5/+6
* SERVER-24105 disable balancer in multi_mongos2.js that does nothing.Dianna Hohensee2016-05-091-8/+0
* SERVER-24056 PPC64LE Debug needs higher stack reservation for SpiderMonkeyMark Benvenuto2016-05-091-1/+13
* SERVER-21404 Introduce some useful 64-bit arithmetic with overflow detection ...Andy Schwerin2016-05-093-0/+249
* SERVER-23336 replace ShardResolver with RemoteCommandTargeter::findHostEsha Maharishi2016-05-0912-388/+138
* SERVER-24029 SERVER-24030 Fix hidden variables caught by coveritySpencer T Brody2016-05-092-6/+6
* SERVER-24098 killop.js should sleep between loop iterationsKaloian Manassiev2016-05-091-8/+10
* SERVER-24071 Introduce ChunkRange classKaloian Manassiev2016-05-0910-322/+253
* SERVER-23896 Add ExpressionMod tests for infinite dividendJames Wahlin2016-05-091-4/+6
* SERVER-23896 Additional tests for ExpressionModJames Wahlin2016-05-092-80/+95
* SERVER-23964: Clone all DP repos directly from Evergreen usingdalyd2016-05-092-53/+98
* SERVER-22726 Propagate multikey paths computed during key generation.Max Hirschhorn2016-05-0828-75/+674
* SERVER-22726 Store path-level multikey information in the KVCatalog.Max Hirschhorn2016-05-0811-20/+538
* SERVER-22726 Represent lack of path-level multikey info as empty vector.Max Hirschhorn2016-05-083-16/+22
* SERVER-24091: generate perf dashboard dataChung-Yen Chang2016-05-071-1/+13
* SERVER-23951 network_interface_asio_integration_test // ExceededTimeLimitWaley Chen2016-05-061-1/+1
* SERVER-24045 Refactor LiteParsedQueryTess Avitabile2016-05-068-818/+457
* SERVER-24062 Pull CA certificates from correct source on OSXJonathan Reams2016-05-062-25/+8
* SERVER-23473 Add collation parameter to update and deleteTess Avitabile2016-05-069-8/+68
* SERVER-23120 Make ShardRegistry available for use on config serversRandolph Tan2016-05-066-51/+143
* SERVER-23765 exclude shard_identity_config_update.js from ephemeral testsRandolph Tan2016-05-061-0/+1
* SERVER-23134 removed QueryFetcherBenety Goh2016-05-067-279/+63
* SERVER-24013 Fix kill_process logic to handle process names which contains re...Jonathan Abrahams2016-05-061-12/+14
* SERVER-24058 make connpool asio use setup timeoutsJason Carey2016-05-063-4/+11