summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replset_commands.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-031-3/+3
* SERVER-17330 clean up replset commandsEric Milkie2015-03-261-87/+95
* SERVER-17491 better error message when running replSetInitiate against a stan...matt dannenberg2015-03-121-6/+62
* SERVER-13896 Replace logOp() with a more operation-aware observer interfacematt dannenberg2015-03-111-3/+6
* SERVER-17416 MMAP V1 journal thread should check for deadlocksKaloian Manassiev2015-03-021-1/+8
* SERVER-17427 Get rid of useless RWLock in replSetReconfig command.Andy Schwerin2015-03-021-13/+2
* SERVER-17330 moved ScopedConn::keepOpen to ReplicationExecutor::NetworkInterfaceBenety Goh2015-02-271-2/+2
* SERVER-16477 Confusing info message from initiate on removed memberSiyuan Zhou2015-02-251-2/+3
* SERVER-15698 remove RID from replica set replication progress trackingmatt dannenberg2015-02-201-25/+15
* SERVER-16968 Log when we receive a replSetStepDown commandSiyuan Zhou2015-02-171-0/+2
* SERVER-17176 refine replication log severities and message bodiesSiyuan Zhou2015-02-101-5/+5
* remove dead codeScott Hernandez2015-01-151-7/+0
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+4
* SERVER-16764 Make ReplicationCoordinator file names match the type namesSpencer T Brody2015-01-121-3/+4
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-16414 Remove unnecessary OperationContext arguments from ReplicationCo...Spencer T Brody2014-12-081-2/+1
* SERVER-15804 ensure ramlog contains state changes, syncsource changes, and wr...matt dannenberg2014-11-241-6/+5
* SERVER-16217 improve replSetReconfig and replSetInitiate error messagesmatt dannenberg2014-11-241-3/+4
* SERVER-16257 - replSetInitiate races with initial sync, resulting in no primaryScott Hernandez2014-11-211-4/+0
* SERVER-15861 add secondaryCatchUpPeriodSecs argument to replSetStepDownmatt dannenberg2014-11-201-6/+43
* SERVER-15496 Remove legacy replication codeSpencer T Brody2014-11-201-3/+1
* Revert "SERVER-16217 improve replSetReconfig and replSetInitiate error messages"Eric Milkie2014-11-191-4/+3
* SERVER-16217 improve replSetReconfig and replSetInitiate error messagesmatt dannenberg2014-11-191-3/+4
* SERVER-16209 LogComponent::kCommands -> kCommandMatt Kangas2014-11-181-1/+1
* SERVER-15877 Give secondaries 1 second to catch up in replSetStepDownSpencer T Brody2014-10-301-1/+1
* SERVER-15496 Code movement to facilitate ripping out legacy replication codeSpencer T Brody2014-10-301-0/+282
* SERVER-15535 move checkReplEnabledForCommand() to before processReplSetReconf...matt dannenberg2014-10-201-3/+8
* SERVER-15535 remove last vestiges of replSetBlindmatt dannenberg2014-10-151-6/+0
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-15535 remove unneeded sethbmsg feature from ReplSetTestEric Milkie2014-10-101-5/+0
* SERVER-15535 logOp on reconfig commandEric Milkie2014-10-091-0/+4
* SERVER-14450 Implement maintenance mode setting in new ReplicationCoordinatorSpencer T Brody2014-09-051-3/+2
* SERVER-14561 Add includes missed in merge.Andy Schwerin2014-08-281-0/+1
* SERVER-14449 Fix potential deadlock in processReplSetSyncFromSpencer T Brody2014-08-211-2/+6
* SERVER-14950 Move rsLog to its own librarySpencer T Brody2014-08-191-0/+1
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-14616 replace BSONObj with UpdatePositionArgsmatt dannenberg2014-08-051-7/+8
* SERVER-14616 replace BSONObj with HandshakeArgs and eliminate redundant hands...matt dannenberg2014-08-051-4/+13
* SERVER-14448 Implement processReplSetGetStatus in ReplicationCoordinatorImplSpencer T Brody2014-07-311-3/+2
* SERVER-14318 replace check() in replset_commands with ReplCoordinator::checkR...matt dannenberg2014-07-291-39/+34
* SERVER-14604: Add replSetGetConfig commandScott Hernandez2014-07-281-0/+24
* Revert "SERVER-14604: Add replSetGetConfig command"Spencer T Brody2014-07-281-24/+0
* SERVER-14604: Add replSetGetConfig commandScott Hernandez2014-07-281-0/+24
* SERVER-13961 Pass more OperationContext down in replKaloian Manassiev2014-07-241-0/+1
* SERVER-14442 Use OperationContext to access current client when processing re...Spencer T Brody2014-07-231-0/+1
* SERVER-14645 Switch LockState usages to OperationContextKaloian Manassiev2014-07-221-0/+2
* SERVER-14592 de-inline bson and remove bson namespaceEric Milkie2014-07-171-2/+0
* SERVER-14420 Get rid of global replSettings objectSpencer T Brody2014-07-091-1/+22
* SERVER-14318 Use structs for replication command argumentsSpencer T Brody2014-07-021-4/+4