summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18606 clear out dead/unused code from oplogreaderEric Milkie2015-05-214-24/+16
* SERVER-6826 fix exception safety in ConnectionString::connectAdam Midvidy2015-05-211-11/+9
* SERVER-16265 add query predicate and aggregation command to the getMore slow ...David Storch2015-05-203-2/+12
* SERVER-18582 fix parameter hiding in ReplSetHeartbeatResponse::initialize()matt dannenberg2015-05-201-3/+3
* SERVER-18568 Fix a compile breakKaloian Manassiev2015-05-201-8/+8
* SERVER-18568 Remove ConnectionString::PAIRKaloian Manassiev2015-05-204-44/+26
* Revert "Revert "SERVER-18124 Remove usage of SyncClusterConnection from the b...Kaloian Manassiev2015-05-202-39/+14
* Revert "Revert "SERVER-18124 Move tags loading to the catalog manager""Kaloian Manassiev2015-05-2019-715/+708
* SERVER-18580 Make OIDTests::FromDate deterministic.Andy Schwerin2015-05-201-8/+8
* Revert "SERVER-18124 Move tags loading to the catalog manager"Kaloian Manassiev2015-05-2018-579/+618
* Revert "SERVER-18124 Remove usage of SyncClusterConnection from the balancer"Kaloian Manassiev2015-05-202-14/+38
* SERVER-18124 Remove usage of SyncClusterConnection from the balancerKaloian Manassiev2015-05-192-38/+14
* SERVER-18124 Move tags loading to the catalog managerKaloian Manassiev2015-05-1918-618/+579
* SERVER-18152 SERVER-18254 new election code path and heartbeat protocolmatt dannenberg2015-05-1942-1043/+2177
* SERVER-18526 Change the mocking method to accept function objectsRandolph Tan2015-05-193-30/+43
* SERVER-17310 Add polyfills for types from the <thread>, <mutex> and <conditio...Andy Schwerin2015-05-195-11/+110
* SERVER-17310 Rewrite V8 deadline monitor thread to eliminate use of boost::th...Andy Schwerin2015-05-191-43/+32
* SERVER-17310 Remove use of boost::thread_group and boost::thread::interrupt f...Andy Schwerin2015-05-191-29/+39
* SERVER-17310 Provide stdx polyfill for std::this_thread. Stop using boost::th...Andy Schwerin2015-05-196-10/+52
* SERVER-18184 add awaitData support to the getMore command (oplog only)David Storch2015-05-1913-55/+227
* SERVER-17544 getMore request parsing now fails if there is an unrecognized fi...David Storch2015-05-192-30/+63
* SERVER-18127 Do not use OwnedPointerVectorMap in BalancerPolicyKaloian Manassiev2015-05-196-579/+597
* SERVER-18016 applier should not lock mutex when applying operations and invok...Benety Goh2015-05-193-19/+31
* SERVER-18016 cleaned up SyncTail::syncApplyBenety Goh2015-05-191-68/+66
* SERVER-18016 added unit test for SyncTail. some SyncTail cleanupBenety Goh2015-05-1913-331/+713
* SERVER-18016 added database replication applierBenety Goh2015-05-1916-33/+823
* SERVER-18526 Create mock for command exec and targeterRandolph Tan2015-05-195-0/+251
* SERVER-17607 fix incorrect invariant in runCommandsAdam Midvidy2015-05-191-1/+1
* SERVER-18504 Increase timeout for grabbing distributed lock when creating a d...Daniel Alabi2015-05-191-3/+3
* SERVER-18499 Move ConfigDiffTracker to a separate .cpp fileKaloian Manassiev2015-05-188-383/+346
* SERVER-17608 implement OP_COMMAND in the shellAdam Midvidy2015-05-1814-25/+246
* SERVER-17607 initial OP_COMMAND mongod implementationAdam Midvidy2015-05-187-204/+447
* SERVER-18167 add method for validating input/output to a DataRangeAdam Midvidy2015-05-185-2/+299
* Revert "Revert "SERVER-18486 modernize MONGO_DISALLOW_COPYING""Adam Midvidy2015-05-181-4/+6
* SERVER-18515 Remove dead code from CurOp type.Andy Schwerin2015-05-182-24/+0
* SERVER-18171: Remove obsolete commentGeert Bosch2015-05-181-6/+0
* SERVER-18355 Make awaitReplication properly respect maxTimeMSSpencer T Brody2015-05-185-35/+45
* Revert "Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::g...Ernie Hershey2015-05-1845-110/+105
* Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(Opera...Ernie Hershey2015-05-1845-105/+110
* SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(OperationCont...Andy Schwerin2015-05-1845-110/+105
* Revert "SERVER-18486 modernize MONGO_DISALLOW_COPYING"Adam Midvidy2015-05-181-6/+4
* SERVER-18478 Get rid of UpdateGuard and simplify locking for user management ...Daniel Alabi2015-05-1814-274/+89
* SERVER-18486 modernize MONGO_DISALLOW_COPYINGAdam Midvidy2015-05-181-4/+6
* SERVER-18288 implement a common interface for OP_COMMAND and OP_QUERYAdam Midvidy2015-05-1836-155/+2014
* SERVER-18457 Support more query operators with {$exists: true} filter.Max Hirschhorn2015-05-162-11/+147
* SERVER-17075: Handle WCE in cloneCollectionAsCappedGeert Bosch2015-05-151-21/+61
* SERVER-18168: Get rid of nested units of work in the RecoveryUnitGeert Bosch2015-05-1522-219/+161
* SERVER-18171: Rename awaitCommit to waitUntilDurableGeert Bosch2015-05-1515-41/+44
* SERVER-18171: Rename commitAndRestart to abandonSnapshotGeert Bosch2015-05-1527-42/+43
* SERVER-18227 Fix minor typosMathias Stearn2015-05-1512-23/+23