summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/repl_info.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-16516 remove rbid from isMaster, but leave it in serverStatusmatt dannenberg2014-12-171-1/+1
* SERVER-14062 Add OperationContext to ServerStatusSectionKaloian Manassiev2014-11-251-7/+12
* SERVER-15496 Remove legacy replication codeSpencer T Brody2014-11-201-1/+0
* SERVER-15820 Include rollback ID in serverStatus 'repl' sectionSpencer T Brody2014-10-271-0/+1
* SERVER-15443 Add information from slave tracking map to server status 'repl' ...Spencer T Brody2014-10-271-0/+5
* SERVER-15535 Get the optime server status section from the replication coordi...Andy Schwerin2014-10-101-7/+12
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-6/+7
* SERVER-15307 Move isMaster processing into the ReplicationCoordinatorSpencer T Brody2014-09-241-14/+5
* SERVER-14412 Remove threadState from the public Locker APIKaloian Manassiev2014-09-171-1/+1
* SERVER-14046 Change SHUNNED to correct name - REMOVEDAnil Kumar2014-08-061-1/+1
* SERVER-14443 implement canAcceptWritesForDatabase() and canServeReadsFor() in...matt dannenberg2014-07-311-1/+2
* SERVER-14407 delete runner.hDavid Storch2014-07-231-2/+2
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-2/+2
* SERVER-14420 Get rid of global replSettings objectSpencer T Brody2014-07-091-4/+3
* SERVER-14500 remove the replSet boolmatt dannenberg2014-07-081-3/+5
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-2/+3
* SERVER-13645 eliminate is_master.hmatt dannenberg2014-06-191-2/+3
* SERVER-14135 Unit test for ReplCoordinatorImplSpencer T Brody2014-06-111-0/+210