summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13641 Pull TransactionExperiment up to top level request processorMathias Stearn2014-05-143-5/+6
* SERVER-13896 Stop passing unconsulted "fullObj" parameter to logOp().Andy Schwerin2014-05-122-5/+3
* SERVER-13896 No longer pass extraneous arguments to logOpForDbHash().Andy Schwerin2014-05-121-1/+1
* SERVER-13635: pull out interface for deleting records in capped collection du...Eliot Horowitz2014-05-091-1/+1
* SERVER-13851 add a safety invariant to replicated commands to appease coveritymatt dannenberg2014-05-071-3/+3
* SERVER-13256: Remove exit functions from pchMark Benvenuto2014-05-072-0/+2
* SERVER-13849 remove a logically dead portion of code from initFromConfig()matt dannenberg2014-05-061-3/+0
* SERVER-13640: split up ServerStatus into a libraryEliot Horowitz2014-05-063-3/+3
* more rollback4.js debuggerymatt dannenberg2014-05-052-2/+16
* SERVER-13823 remove magic from RSBasematt dannenberg2014-05-052-7/+1
* SERVER-13821 privatize SyncSourceFeedback's resetConnection()matt dannenberg2014-05-052-11/+11
* SERVER-13817 removing GhostSyncmatt dannenberg2014-05-059-299/+6
* SERVER-13820 prevent updateUpstream from using a null connectionmatt dannenberg2014-05-051-0/+1
* SERVER-13797 Remove more usages of Client::getContextKaloian Manassiev2014-05-046-36/+27
* SERVER-13704 write commands handles ClockSkewException differently from legac...Randolph Tan2014-05-014-21/+65
* SERVER-13643 Use TransactionExperiment in dropDatabase()Mathias Stearn2014-05-013-21/+30
* SERVER-13643 Remove getDur() where we already have a TransactionExperimentMathias Stearn2014-05-012-2/+2
* SERVER-13643 have index builder use TransactionExperimentHari Khalsa2014-04-301-1/+1
* SERVER-13643 pull TransactionExperiment above (most) catalog stuffHari Khalsa2014-04-301-2/+2
* SERVER-13643 Plumb TransactionExperiment through ClonerMathias Stearn2014-04-304-6/+7
* SERVER-13643 Plumb TransactionExperiment through dbhelpersMathias Stearn2014-04-304-8/+15
* SERVER-13643 Kill Command::logTheOp and have Commands log their own opsMathias Stearn2014-04-302-2/+0
* SERVER-13643 Plumb TransactionExperiment though logOpMathias Stearn2014-04-306-41/+85
* extra debugging to help fix rollback4.jsmatt dannenberg2014-04-292-2/+5
* SERVER-13091 eliminate connlock from SyncSourceFeedbackmatt dannenberg2014-04-293-101/+81
* SERVER-13091 remove notifier threadmatt dannenberg2014-04-294-78/+15
* SERVER-13091 removing all of the oplogreader fallback code from SyncSourceFee...matt dannenberg2014-04-296-168/+21
* SERVER-13643 Move Txn pluming above Database and CollectionMathias Stearn2014-04-297-21/+39
* SERVER-13645 move ReplSetCmdline and related functions into repl_start.hmatt dannenberg2014-04-285-65/+75
* SERVER-13645 make header for ReplSetmatt dannenberg2014-04-242-70/+100
* SERVER-13645 make header for ReplSetImplmatt dannenberg2014-04-244-361/+414
* SERVER-13645 remove dead codeEric Milkie2014-04-232-7/+1
* SERVER-13645 reorg Consensus (no functional change)Eric Milkie2014-04-232-86/+82
* SERVER-13645 fix up consensus includesEric Milkie2014-04-232-4/+10
* SERVER-13645 remove Guarded classEric Milkie2014-04-236-9/+4
* SERVER-13645 blow apart health.h and clean up headersEric Milkie2014-04-2313-58/+83
* SERVER-13645 remove unused filesEric Milkie2014-04-232-53/+0
* SERVER-13645 move ReplSetHealthPollTask class into its own header and cpp filematt dannenberg2014-04-233-290/+388
* SERVER-13645 move replication_server_status.h/.cpp to repl_settings.h/.cppmatt dannenberg2014-04-2315-14/+14
* SERVER-13645 move rsLog into a header filematt dannenberg2014-04-237-9/+8
* SERVER-13645 move task::Server class into a new header file in the repl direc...matt dannenberg2014-04-235-4/+80
* SERVER-13645 move RSBase class into its own header filematt dannenberg2014-04-232-55/+93
* SERVER-13645 move StateBox class into its own header filematt dannenberg2014-04-232-56/+93
* SERVER-13645 move ReplSetCommand class into its own header filematt dannenberg2014-04-236-37/+80
* SERVER-13645 move GhostSync class into its own header and cpp filematt dannenberg2014-04-238-199/+288
* SERVER-13645 move Manager class into its own header and cpp filematt dannenberg2014-04-233-24/+62
* SERVER-13645 move Member class into its own header and cpp filematt dannenberg2014-04-239-94/+175
* SERVER-13645 move Consensus class into its own header and cpp filematt dannenberg2014-04-234-46/+86
* SERVER-13639: change mmap1 to mmap_v1Eliot Horowitz2014-04-212-2/+2
* SERVER-13639: move dur code into mmap1 directory as its implementation specificEliot Horowitz2014-04-212-2/+2