summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-1424 (re)smoke tag parsing and new test library, v0"Greg Studer2014-09-1543-3120/+1
* SERVER-15248 Convert FreshnessChecker to use a ScatterGatherAlgorithm.Andy Schwerin2014-09-157-465/+239
* SERVER-15248 Use a ScatterGatherAlgorithm in ElectCmdRunner.Andy Schwerin2014-09-155-204/+178
* SERVER-15248 Convert QuorumChecker into a ScatterGatherAlgorithm.Andy Schwerin2014-09-153-223/+119
* SERVER-1424 (re)smoke tag parsing and new test library, v0Greg Studer2014-09-1543-1/+3120
* SERVER-14444 Don't call stepDown in ReplicationCoordinatorImpl (yet)Spencer T Brody2014-09-151-1/+1
* SERVER-10448 change default explain mode from queryPlanner to executionStatsDavid Storch2014-09-151-5/+5
* SERVER-14508 Rewrite geo parsing using StatusSiyuan Zhou2014-09-1512-896/+864
* SERVER-14600 rename canServeReadsFor() to checkCanServeReadsFor() in the Repl...matt dannenberg2014-09-1510-31/+31
* SERVER-14444 Implement stepDown functionality in RelicationCoordinatorImplSpencer T Brody2014-09-1514-8/+469
* SERVER-15247 GroupCommand::parseRequest() read CodeWScope correctlyJason Rassi2014-09-153-4/+4
* SERVER-13635: make generic SortedDataInterface unit testEliot Horowitz2014-09-1512-21/+719
* SERVER-15248 Introduce ScatterGatherAlgorithm interface and ScatterGatherRunner.Andy Schwerin2014-09-155-1/+395
* SERVER-14445 Remove waitUpToOneSecondForOptimeChange from ReplicationCoordinatorSpencer T Brody2014-09-1411-63/+35
* SERVER-14567 Implement checkIfWriteConcernCanBeSatisfied in ReplicationCoordi...Spencer T Brody2014-09-148-16/+135
* SERVER-15195 Implement getHostsWrittenTo in ReplicationCoordinatorImplSpencer T Brody2014-09-1415-25/+145
* SERVER-15255 fix unit testEric Milkie2014-09-141-6/+2
* SERVER-15089 remove fatal state and refactor rollback to use replcoordEric Milkie2014-09-1218-239/+271
* SERVER-15229 include collection scan or index scan direction in new explain o...David Storch2014-09-123-2/+11
* SERVER-15111 use boost 1.49 compatible copy_fileMathias Stearn2014-09-121-1/+1
* SERVER-13635 Heap allocate the OperationContextImpl for each requestMathias Stearn2014-09-121-2/+2
* SERVER-15192 Temporarily disallow rollback of logOpMathias Stearn2014-09-122-1/+15
* SERVER-13951 Add a WUOW around logOp in applyOpsMathias Stearn2014-09-121-0/+6
* SERVER-15111 Treat corruption of final journal section as an expected eventMathias Stearn2014-09-127-131/+139
* SERVER-6157 Remove FastArrayMathias Stearn2014-09-122-164/+0
* SERVER-15089 chooseNewSyncSource hooked up in replication ApplierEric Milkie2014-09-1215-74/+336
* SERVER-15223 Properly handle MemberStates before first heartbeat in TopologyC...Andy Schwerin2014-09-121-1/+9
* typo in sync_fastsync.jsScott Hernandez2014-09-121-1/+1
* rewrite fastsync jstest, and slow down resync_with_write_loadScott Hernandez2014-09-124-239/+94
* SERVER-15177 Use native SCRAM-SHA-1 in Enterprise versionAndreas Nilsson2014-09-114-6/+12
* SERVER-14668 Fix compile on some platformsSpencer T Brody2014-09-111-0/+2
* SERVER-12637: log a startup warning when mongod/mongos is run as root.Amalia Hawkins2014-09-117-38/+137
* SERVER-15219 race in migration commit can cause it to timeoutRandolph Tan2014-09-111-2/+3
* SERVER-15202: Restore boost 1.49 as defaultMark Benvenuto2014-09-111-1/+1
* SERVER-14668 split dbdirectclient out of instance.cppHari Khalsa2014-09-1156-211/+375
* SERVER-14668 make getLockMode/isLockHeldForMode pure virtualKaloian Manassiev2014-09-111-2/+3
* SERVER-14668 Make Locker an interfaceKaloian Manassiev2014-09-1130-285/+412
* SERVER-14977: add new alias for sslWeakCertificateValidation optionAmalia Hawkins2014-09-112-4/+12
* SERVER-14101 explain for updateDavid Storch2014-09-1114-163/+494
* SERVER-14668 Move all LockState methods into the Locker classKaloian Manassiev2014-09-113-94/+91
* SERVER-7596 Fixed compile errorAndreas Nilsson2014-09-112-3/+3
* SERVER-14799 hint for a count allows hint to be specified as a documentDavid Storch2014-09-112-2/+14
* SERVER-15209 remove fassert temporarilyEric Milkie2014-09-101-1/+5
* SERVER-7596 Native SCRAM-SHA-1 client/shell implementationAndreas Nilsson2014-09-1020-100/+826
* SERVER-14668 Fix the lock manager granting logicKaloian Manassiev2014-09-104-190/+331
* SERVER-14098 add CountStageDavid Storch2014-09-1018-457/+925
* Revert "SERVER-15111 Treat corruption of final journal section as an expected...Wisdom Omuya2014-09-101-40/+24
* SERVER-15080 Fix assert code conflict.Andy Schwerin2014-09-101-1/+1
* SERVER-15080 Move HeartbeatResponseAction and TopologyCoordinator::Role for r...Andy Schwerin2014-09-107-197/+261
* SERVER-15080 Clarify state-changing behavior of TopologyCoordinator and its i...Andy Schwerin2014-09-1018-325/+726