summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-192-2/+2
* SERVER-18036 renamed Fetcher::BatchData to QueryResponseBenety Goh2015-06-196-35/+36
* SERVER-18979: Duplicate uassert & fassert codesMark Benvenuto2015-06-191-2/+2
* SERVER-17308 Remove duplicate std::unique_ptr using-declarationsJason Rassi2015-06-192-3/+1
* SERVER-18588 Adjust read-after-optime interfaceRandolph Tan2015-06-195-156/+28
* SERVER-18036 data replication reporter should wait till callback is invoked b...Benety Goh2015-06-193-18/+44
* SERVER-18036 moved getDetectableErrorStatus() to replication executor test fi...Benety Goh2015-06-1912-72/+76
* SERVER-18036 added requestShutdown() to data replicatorBenety Goh2015-06-194-62/+137
* SERVER-19029 Configure boost thread more efficientlyAndrew Morrow2015-06-181-8/+6
* SERVER-18723 boost -> stdx for condition_variableAdam Midvidy2015-06-188-22/+20
* SERVER-18723 boost -> stdx for threadAdam Midvidy2015-06-1820-97/+89
* SERVER-19000 Rename threadpool::ThreadPool to OldThreadPool.Andy Schwerin2015-06-1713-42/+30
* SERVER-18962 ignore IllegalOperation when replicating a dropCollectionmatt dannenberg2015-06-171-1/+3
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-1721-165/+165
* SERVER-15732 abort election if term increases during the electionmatt dannenberg2015-06-163-6/+98
* SERVER-18385 add DryRun stage to ReplicationCoordinator's ElectV1 code pathmatt dannenberg2015-06-164-16/+185
* SERVER-18385 add DryRun support to RequestVotes, VoteRequester, and TopologyC...matt dannenberg2015-06-169-6/+342
* SERVER-18036 convert data replicator to use mock replication coordinator.Benety Goh2015-06-166-83/+226
* SERVER-18036 data replicator reporter should not wait on callback handle if i...Benety Goh2015-06-161-0/+3
* SERVER-18947 Add task executor to RS catalog manager testsKaloian Manassiev2015-06-162-1/+13
* SERVER-6686 Remove all uses of boost::xtime outside of time_support.cpp.Andy Schwerin2015-06-161-1/+2
* SERVER-18950 Make LiteParsedQuery return StatusWith<unique_ptr>Kaloian Manassiev2015-06-121-1/+1
* SERVER-18866 decorate service context with global replcoordEric Milkie2015-06-125-51/+60
* SERVER-18901 Move Fetcher and QueryFetcher to mongo/client/Daniel Alabi2015-06-119-1224/+10
* remove isRunThread from executorScott Hernandez2015-06-113-17/+0
* SERVER-18903: change or to and for iterationScott Hernandez2015-06-111-1/+1
* SERVER-18034: DataReplicator connection cleanupScott Hernandez2015-06-112-55/+77
* SERVER-18623 Change Fetcher to use the generic TaskExecutor interfaceSpencer T Brody2015-06-112-10/+9
* SERVER-18623 Make ReplicationExecutor implement the TaskExecutor interfaceSpencer T Brody2015-06-1126-531/+379
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-106-14/+8
* SERVER-17308 Replace boost::scoped_array<T> with std::unique_ptr<T[]>Andrew Morrow2015-06-101-2/+1
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-1026-74/+53
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-104-7/+7
* SERVER-18807 disallow writes to oplog while in rollbackBenety Goh2015-06-091-0/+3
* SERVER-18807 modified ReplicationCoordinator::canAcceptWritesForDatabases to ...Benety Goh2015-06-096-6/+30
* SERVER-18807 applyCommand_inlock should invoke applyOps with database name in...Benety Goh2015-06-091-1/+1
* SERVER-18623 Wire in TaskExecutor interface and make it compileSpencer T Brody2015-06-091-0/+1
* SERVER-18891 removed unused test function BaseClonerTest::waitForStatus()Benety Goh2015-06-092-13/+0
* SERVER-18807 disallow reading from oplog while in rollbackBenety Goh2015-06-091-0/+4
* SERVER-18807 close all connections when transitioning replication member stat...Benety Goh2015-06-091-9/+12
* SERVER-18807 OplogReader connection should use same MessagePort tag as connec...Benety Goh2015-06-091-0/+2
* SERVER-18807 local oplog should grab database and collection locksBenety Goh2015-06-091-14/+18
* SERVER-18807 removed global lock in syncRollbackBenety Goh2015-06-093-127/+170
* SERVER-18873 fixed applyUntilAndPause error messageBenety Goh2015-06-081-1/+1
* SERVER-18863 fixed hidden parameter warning in DataReplicator::_scheduleApply...Benety Goh2015-06-081-3/+3
* SERVER-18778 fixed hidden parameter warning in CollectionCloner::_finishCallbackBenety Goh2015-06-081-3/+3
* SERVER-18184 change oplog's newOptimeNotifier boost::condition back to using ...David Storch2015-06-082-4/+4
* SERVER-18039: disable DataReplicator initial sync cleanup while investigating...Scott Hernandez2015-06-061-2/+3
* SERVER-18039: Add Initial Sync to DataReplicatorScott Hernandez2015-06-0520-298/+1622
* SERVER-18825 restore indicator behavior of "dropped" field in a dropDatabase ...matt dannenberg2015-06-051-1/+2