summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replset_commands.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-9/+9
* SERVER-13641 Unify Command::newRun into runMathias Stearn2014-05-141-9/+9
* SERVER-13091 removing all of the oplogreader fallback code from SyncSourceFee...matt dannenberg2014-04-291-1/+1
* SERVER-13645 blow apart health.h and clean up headersEric Milkie2014-04-231-1/+0
* SERVER-13645 move replication_server_status.h/.cpp to repl_settings.h/.cppmatt dannenberg2014-04-231-1/+1
* SERVER-13645 move ReplSetCommand class into its own header filematt dannenberg2014-04-231-1/+1
* SERVER-13500 prevent syncSourceFeedback segfault by not allowing NULL members...matt dannenberg2014-04-091-2/+9
* SERVER-12241 Combine internal action types into oneAndreas Nilsson2014-01-071-2/+2
* SERVER-9513 Merge several ActionTypes togetherSpencer T Brody2013-11-121-5/+5
* SERVER-10945 don't end up with double entries in _members after a reconfigmatt dannenberg2013-10-241-3/+1
* SERVER-11241: remove unrelated stuff from prev commitScott Hernandez2013-10-221-38/+0
* SERVER-11241: Updates allow creating $id/$ref/$db prefixed fieldsScott Hernandez2013-10-221-0/+38
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-1/+0
* SERVER-1105 Use ResourcePattern type when identifying the resource component ...Andy Schwerin2013-09-231-8/+8
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-8748: only consider electable members during stepdownScott Hernandez2013-07-221-3/+5
* Revert "Revert "SERVER-6071 use command on local.slaves instead of cursor""matt dannenberg2013-07-221-0/+39
* SERVER-10010 leaving maintenance mode crashes mongodMatt Dannenberg2013-07-191-1/+6
* Revert "SERVER-6071 use command on local.slaves instead of cursor"Eric Milkie2013-07-121-39/+0
* Get the dbwebserver code out of the tools and other non-server components.Andy Schwerin2013-07-091-89/+0
* SERVER-6071 use command on local.slaves instead of cursorMatt Dannenberg2013-06-291-0/+39
* Clean up includes of authorization headersSpencer T Brody2013-05-221-1/+1
* Split AuthorizationManager into 2 classes: AuthorizationManager and Authoriza...Spencer T Brody2013-05-221-1/+1
* normalize #includes in many filesEric Milkie2013-04-181-1/+1
* SERVER-7772 move repl_block into repl and rename to write_concernEric Milkie2013-03-141-8/+8
* SERVER-8471 Remove Command::requiresAuthSpencer T Brody2013-03-121-1/+0
* SERVER-7772 repl_startEric Milkie2013-03-111-1/+0
* SERVER-7772 move status-related code into replication server statusEric Milkie2013-03-111-0/+1
* SERVER-8416 Lock around replica set state changesKristina2013-02-131-2/+2
* SERVER-8507 replSetSyncFrom should fail gracefully when no replica set is activeEric Milkie2013-02-111-1/+9
* SERVER-7572 Remove old-style auth checks from replset commandsSpencer T Brody2012-12-171-12/+0
* SERVER-7122 Assign proper ActionType to replSetMaintenance commandSpencer T Brody2012-12-101-1/+1
* SERVER-7122 Add required privileges to internal commandsSpencer T Brody2012-12-071-0/+7
* SERVER-7122 Add setParameter option to enable/disable testing commandsSpencer T Brody2012-12-051-1/+16
* SERVER-7122 Assign required privileges to replica set commandsSpencer T Brody2012-11-261-4/+46
* SERVER-7028 Move complex initialization (that may trigger page fault exceptio...Aaron2012-09-201-5/+7
* SERVER-6908 Don't pass strings by valueTad Marshall2012-08-311-1/+1
* DOCS-217 make all wiki links dochub linksMatt Dannenberg2012-06-291-7/+7
* get rid of writelock for Lock::GlobalWrite and Lock::DBWriteEliot Horowitz2012-04-181-1/+1
* SERVER-5348 make dbclient.h the main C++ driver include fileEric Milkie2012-04-021-1/+0
* Added replSetSyncFrom command SERVER-3921Kristina2012-03-221-0/+19
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+404