summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* BUMP 2.7.6r2.7.6Ernie Hershey2014-09-051-1/+1
* 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-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
* SERVER-5022 cleanup keypattern.h and shardkey.h, remove dead codeGreg Studer2014-09-039-427/+26
* SERVER-14843: Fix mongosniff for decoding messages without a namespaceMark Benvenuto2014-09-031-1/+1
* SERVER-15118 While _rsConfig is synchronization type MX, _rsConfigState is ty...Andy Schwerin2014-09-032-4/+2
* SERVER-13104 enumerate all possibilties for $or below an $andDavid Storch2014-09-032-0/+66
* SERVER-15029: missing rename source field should be a no-opScott Hernandez2014-09-032-1/+19
* SERVER-14742 delete old explain and turn on explain 2.0David Storch2014-09-0320-1814/+279
* SERVER-15075 Check return value of ReplicaSetTagMatch::update when waiting fo...Spencer T Brody2014-09-021-4/+3
* SERVER-15118 Clarify locking rules in ReplicationCoordinatorImpl.Andy Schwerin2014-09-022-45/+49
* SERVER-14561 Implement heartbeat scheduling and reconfig logic in TopologyCoo...Andy Schwerin2014-09-027-138/+763
* SERVER-5022 allow covered queries with shard filterGreg Studer2014-09-0216-40/+313
* SERVER-15113 fix order of cancellation vs. signaling in elect_cmd_runnerEric Milkie2014-09-021-2/+3
* SERVER-15062 test commands fail when their callback is canceled in the Topolo...matt dannenberg2014-09-021-0/+88
* SERVER-15052 make prepareFreshResponse return an error when the callback is c...matt dannenberg2014-09-021-1/+5
* SERVER-15062 test prepareFreezeResponse in the TopologyCoordinatormatt dannenberg2014-09-021-1/+81
* blahBenety Goh2014-08-301-1/+1
* SERVER-15032 enforce 2GB file limit for Javascript files passed to shellBenety Goh2014-08-301-1/+5
* SERVER-15089 remove last uses of dbclient.connect(char*)Eric Milkie2014-08-295-25/+8
* SERVER-15089 oplogreader use HostAndPort to connect instead of stringsEric Milkie2014-08-297-19/+21
* SERVER-14129: Use fsync instead of msync for SolarisMark Benvenuto2014-08-291-2/+2
* SERVER-15000 replcoordinator half of election proceedingsEric Milkie2014-08-2915-146/+586
* SERVER-15062 test updateHeartbeat in the TopologyCoordinatormatt dannenberg2014-08-293-40/+343
* SERVER-15062 TopologyCoordinator test fixture removed in favor of helper methodmatt dannenberg2014-08-291-42/+34
* SERVER-14129: Use fsync instead of msync for SolarisMark Benvenuto2014-08-293-4/+56
* SERVER-15031 Properly pass our own optime into the ReplicationCoordinatorSpencer T Brody2014-08-2911-39/+86
* SERVER-15063 Make _myRID in ReplicationCoordinatorImpl protected by _mutexSpencer T Brody2014-08-292-14/+18
* SERVER-15031 Ensure local.me exists just once at startup and cache the RID thereSpencer T Brody2014-08-2913-43/+31
* Revert "SERVER-14440 Introduce support for OpenSSL in Windows Server 2008 R2+...Jonathan Reams2014-08-293-52/+17
* SERVER-14440 Introduce support for OpenSSL in Windows Server 2008 R2+ SSL MSIJonathan Reams2014-08-293-17/+52
* SERVER-15085 Fix rocks storage restart failure caused by using rockdb::Slice ...sdong2014-08-291-2/+2
* SERVER-15015 fix $min/$max handling for descending indicesDavid Storch2014-08-292-21/+171
* SERVER-13951 extra logging for rollback to help with debuggingMathias Stearn2014-08-281-0/+9
* SERVER-13951 Give DurRecoveryUnit the semantics we wantMathias Stearn2014-08-282-29/+32
* SERVER-13951 Don't register changes when loading existing collections in MMAPv1Mathias Stearn2014-08-281-1/+10
* SERVER-13951 Clean up creation of index namespaces for MMAPv1Mathias Stearn2014-08-283-25/+47
* Small cleanups and increased logging to diagnose SERVER-15082Spencer T Brody2014-08-282-1/+9