summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13961 Thread through OperationContext to the AuthorizationManagerKaloian Manassiev2014-07-2316-27/+53
* SERVER-13177 mongooplog - Checking return value of connect. Proceed only if c...Nitin Bhatt2014-07-231-1/+8
* SERVER-14536 Helgrind suppressions for race-prone counters.cpp codeKamran Khan2014-07-231-0/+42
* SERVER-14378 SERVER-12517: make shell use listIndexes when available and star...Eliot Horowitz2014-07-236-13/+88
* SERVER-14653 Allow streaming into ASSERT_TRUE and ASSERT_FALSE.Andy Schwerin2014-07-223-37/+99
* SERVER-14449 add support for recording/using forced sync source for replSetSy...Eric Milkie2014-07-225-26/+41
* SERVER-14624 switch to using new MemberConfig methodsEric Milkie2014-07-222-10/+8
* SERVER-14407 delete dead Runner codeDavid Storch2014-07-2221-2318/+28
* Merge pull request #713 from spencerjackson/SERVER-14518spencerjackson2014-07-224-10/+51
|\
| * SERVER-14518: Allow disabling hostname validation for SSLSpencer Jackson2014-07-224-10/+51
* | SERVER-14613 corrections for gccEric Milkie2014-07-222-1/+3
* | SERVER-14650 Rename ROLE_SOURCE_FIELD_NAME to ROLE_DB_FIELD_NAMEEric Milkie2014-07-221-2/+2
* | SERVER-14624 Perform checks from ReplSetConfig::legalChange in validateConfig...Andy Schwerin2014-07-222-0/+169
* | SERVER-14624 Local validation methods for replica set reconfiguration.Andy Schwerin2014-07-2211-1/+631
* | SERVER-14645 Switch LockState usages to OperationContextKaloian Manassiev2014-07-2218-90/+137
* | Include mongo/platform/basic.h to avoid VS2013 U2 compile errorKaloian Manassiev2014-07-221-0/+2
* | SERVER-14613 HeartbeatInfo -> MemberHeartbeatDataEric Milkie2014-07-228-151/+297
* | SERVER-14650 Rename ROLE_SOURCE_FIELD_NAME to ROLE_DB_FIELD_NAMEAmalia Hawkins2014-07-2210-33/+33
* | SERVER-14641 replication cannot keep up in zbigMapReduce.jsRandolph Tan2014-07-221-1/+4
|/
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-22120-1115/+1127
* SERVER-14517: Start of heartbeatScott Hernandez2014-07-225-17/+144
* SERVER-14560: Add cancelHeartbeatsScott Hernandez2014-07-215-20/+122
* SERVER-10448 fix candidate deletion in multi plan stageDavid Storch2014-07-212-16/+126
* SERVER-14442 Implement getMyRID() in ReplicationCoordinatorImplSpencer T Brody2014-07-2118-32/+371
* SERVER-12512: Add role-based, selective audit logging.Amalia Hawkins2014-07-2112-53/+206
* SERVER-14624 Add isInitialized() concept to ReplicaSetConfig; expose some fie...Andy Schwerin2014-07-212-10/+23
* SERVER-14624 Add isElectable and getNumVotes methods to MemberConfig.Andy Schwerin2014-07-211-0/+10
* SERVER-14559 correct lint issueEric Milkie2014-07-211-1/+1
* SERVER-14586 add toBSON() methods to ReplicaSetConfig and MemberConfig classesmatt dannenberg2014-07-216-0/+242
* SERVER-14559 incorporating new ReplicaSetConfig class into topocoordEric Milkie2014-07-2116-400/+505
* SERVER-14413 access global storage mgr via global environmentHari Khalsa2014-07-2121-51/+128
* SERVER-9790 SERVER-14554 (v8-3.25) Add this.$db || db.toString() to DBRef str...Benety Goh2014-07-191-1/+7
* SERVER-14212 Fix test of _mergeAuthzCollections command by adding missing "db...Spencer T Brody2014-07-181-0/+3
* SERVER-13961 Pass OperationContext into WhereCallbackRealKaloian Manassiev2014-07-1839-181/+276
* SERVER-13961 Cleanup some nested instantiations of OperationContextImpl in replKaloian Manassiev2014-07-1839-309/+315
* SERVER-14475 Cleanup the shutdown code and indicate shutdown earlierKaloian Manassiev2014-07-181-16/+5
* SERVER-14212 When restoring users and roles for a single db with --drop, don'...Spencer T Brody2014-07-186-43/+121
* SERVER-14550 Stop maintaining local.slavesSpencer T Brody2014-07-183-81/+10
* SERVER-14442 Make ReplicationCoordinator responsible for constructing ReplSet...Spencer T Brody2014-07-1815-73/+186
* SERVER-5436 improve ipv6 parsing in HostAndPortmatt dannenberg2014-07-182-4/+59
* SERVER-14556 mongod --configsvr default dbpath should be same as 2.4Matt Kangas2014-07-173-13/+33
* SERVER-14517: skeleton for heartbeatsScott Hernandez2014-07-177-17/+112
* SERVER-14250: add timeout to replication executorScott Hernandez2014-07-176-4/+109
* SERVER-14033: fix topology coord mock sigsScott Hernandez2014-07-172-7/+10
* SERVER-14033: implement prepareStatusResponse, prepareFreezeResponse in topol...Scott Hernandez2014-07-175-1/+178
* SERVER-14033: implement prepareElectCmdResponse in topology coordinatorScott Hernandez2014-07-172-0/+83
* SERVER-14033: implement prepareRequestVoteResponseScott Hernandez2014-07-173-15/+99
* SERVER-14024: validate update insert fields at the endScott Hernandez2014-07-173-14/+18
* SERVER-11107 added ssl certificate expiration monitoringmelissaosullivan2014-07-175-22/+241
* SERVER-14587 Add hash function to OID so it can be stored in an unordered_mapSpencer T Brody2014-07-173-3/+18