summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-15190 Report detected libdeps cyclesAndrew Morrow2014-09-091-3/+3
* SERVER-15151: use isSelf on Windows, Solaris, & FreeBSDMark Benvenuto2014-09-092-30/+19
* SERVER-15180 Fix typos in lock manager tests and a heap1 error messageKamran Khan2014-09-093-4/+4
* SERVER-14668 remove no-OpCtx DBDirectClient and update all former usersHari Khalsa2014-09-0925-126/+246
* SERVER-15189 remove recordPing() and updateHeartbeatData() methods from the T...matt dannenberg2014-09-093-32/+1
* SERVER-15189 remove calls to recordPing() and updateHeartbeatData() from Topo...matt dannenberg2014-09-092-671/+605
* SERVER-15156 skip _id index checks on the config db in the upgradeChecker()matt dannenberg2014-09-092-4/+44
* SERVER-13635: BSONCollectionCatalogEntry supports optionsEliot Horowitz2014-09-092-2/+28
* SERVER-13635: tailable test for heapEliot Horowitz2014-09-091-0/+44
* SERVER-13635: fix transaction nestingEliot Horowitz2014-09-092-57/+67
* SERVER-13635: fix captrunc transaction nestingEliot Horowitz2014-09-091-8/+10
* SERVER-13635: add check that storage engine returns valid DiskLocEliot Horowitz2014-09-091-0/+3
* SERVER-13635: move some tests that mmap specificEliot Horowitz2014-09-092-1/+1
* SERVER-14099 Add explain command support for groupJason Rassi2014-09-084-2/+36
* SERVER-14099 Add GroupStage query execution stageJason Rassi2014-09-0810-242/+747
* SERVER-15174 Provide some improved semantics for data_cursor and data_viewAndrew Morrow2014-09-087-67/+153
* SERVER-14964 always collect debug stats if the query log component verbosity ...David Storch2014-09-081-1/+5
* SERVER-15056 Sharded connection cleanup on setup error can crash mongosRandolph Tan2014-09-081-6/+1
* SERVER-15161 RocksCursor::_reverseLocate() Should Seek to Last if can't seek ...sdong2014-09-081-1/+1
* SERVER-14440 Bundle openssl with SSL targeted Windows MSIJonathan Reams2014-09-053-17/+53
* SERVER-14444 Remove stepDownAndWaitForSecondary from ReplicationCoordinatorSpencer T Brody2014-09-0511-121/+101
* Fix fassert code collision.Andy Schwerin2014-09-051-2/+2
* SERVER-14805: initialsync multithreaded oplog applyScott Hernandez2014-09-059-196/+330
* SERVER-14668 Extend the LockManager API and add commentsKaloian Manassiev2014-09-057-205/+396
* SERVER-15057 fix one potential deadlock in rocks storage when dropping databasesdong2014-09-054-20/+96
* SERVER-14931 fixed current command shell command length to take into account ...yeaji.shin2014-09-051-3/+4
* SERVER-15147 move Date_t and OpTime ostreaming to unittestmatt dannenberg2014-09-057-37/+99
* SERVER-15062 test FreshCmd in the ReplicationCoordinatormatt dannenberg2014-09-051-0/+792
* SERVER-15062 test ElectCmd in the ReplicationCoordinatormatt dannenberg2014-09-051-5/+177
* SERVER-15089 cleanup oplogreaderEric Milkie2014-09-059-123/+59
* post 2.7.6Ernie Hershey2014-09-057-7/+7
* BUMP 2.7.6r2.7.6Ernie Hershey2014-09-057-7/+7
* SERVER-14668 Fix the LockManager conflict matrix and add unit-testKaloian Manassiev2014-09-053-5/+76
* SERVER-14450 Implement maintenance mode setting in new ReplicationCoordinatorSpencer T Brody2014-09-0515-86/+182
* SERVER-14668 Remove commitIfNeeded from the public RecoveryUnit APIKaloian Manassiev2014-09-0513-71/+14
* SERVER-15031 Switch slave tracking and write concern satisfaction over to the...Spencer T Brody2014-09-045-38/+88
* SERVER-8995: Update instructions to enable CPU profililngDan Pasette2014-09-041-4/+2
* SERVER-14668 remove some usages of cc()Hari Khalsa2014-09-0420-99/+65
* SERVER-7596 SASL client code refactor for SCRAMAndreas Nilsson2014-09-0411-326/+567
* SERVER-14085: Shrink WriteUnitOfWork in DeleteStage::workGeert Bosch2014-09-042-23/+33
* SERVER-15145 move pseudo random number generator to ReplicationExecutor from ...matt dannenberg2014-09-0410-30/+38
* SERVER-15062 ReplSetHeartbeatResponse testing addedmatt dannenberg2014-09-042-0/+722
* SERVER-15062 ReplSetHeartbeatResponse bug fixes from testingmatt dannenberg2014-09-041-12/+18
* SERVER-10642 Missing dash in find commandErnie Hershey2014-09-031-1/+1
* SERVER-10642 Use /etc/init.d/ directory instead of /etc/rc.d/init.d/ director...Ernie Hershey2014-09-035-20/+20
* SERVER-10642 Generate SUSE RPM'sErnie Hershey2014-09-034-21/+45
* SERVER-10642 SUSE init scriptErnie Hershey2014-09-031-0/+150
* SERVER-15121 When doing renameCollection across databases, close the iterator...Michael Cahill2014-09-031-13/+15
* SERVER-15130 Remove dead TopologyCoordinatorImpl::HeartbeatOptions class.Andy Schwerin2014-09-031-23/+0
* SERVER-15120 Early return from startReplication when no replication is enabledSpencer T Brody2014-09-031-0/+4