summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-7772 repl_startEric Milkie2013-03-111-76/+0
* SERVER-7772 repl_reads_okEric Milkie2013-03-111-21/+0
* SERVER-7772 move status-related code into replication server statusEric Milkie2013-03-111-137/+0
* SERVER-7772 move oplogreader into db/repl/ and create oplogreader.cppEric Milkie2013-03-111-182/+0
* SERVER-7772 seperate master/slave code from replica set codeEric Milkie2013-03-111-1233/+9
* SERVER-8263 Use member configs in local.slavesKristina2013-02-011-4/+11
* SERVER-8203: replication metricsScott Hernandez2013-01-291-1/+10
* Revert "SERVER-8263 Use member configs in local.slaves"Kristina2013-01-281-7/+0
* SERVER-8263 Use member configs in local.slavesKristina2013-01-281-0/+7
* Fix forcing resync in master/slave with auth by always allowing oplog reader ...Spencer T Brody2013-01-171-5/+12
* SERVER-7074: Return maxMessageSizeBytes in isMasterScott Hernandez2012-12-261-0/+1
* SERVER-7572 Remove includes of security header filesSpencer T Brody2012-12-231-1/+0
* SERVER-7572 Remove doauth argument from Client::ContextSpencer T Brody2012-12-211-1/+1
* SERVER-7778 - making more (set|get)Parameter fields use new ServerParameter f...Eliot Horowitz2012-12-211-2/+2
* SERVER-7572 Update auth checking of serverStatus sub-sectionsSpencer T Brody2012-12-201-2/+1
* SERVER-7572 Remove Client::isAdminSpencer T Brody2012-12-201-1/+1
* SERVER-7572 Remove all code that sets AuthenticationTables on connectionsSpencer T Brody2012-12-191-4/+1
* SERVER-6733 lower oplog socket timeout from 10 minutes to 30 secondsEric Milkie2012-12-081-1/+3
* Fix movePrimary with auth by making clone with auth work as an internal-only ...Spencer T Brody2012-12-071-2/+2
* SERVER-3160: Sort index keys during cloneBen Becker2012-12-061-1/+1
* Remove unused admin check in isMasterSpencer T Brody2012-12-031-7/+4
* SERVER-7122 Assign required privileges to some more random commandsSpencer T Brody2012-11-281-0/+15
* SERVER-7778 : new parameter management system for runtime (command line later)Eliot Horowitz2012-11-271-26/+45
* SERVER-7572 Move internalSecurity information into authorization_managerSpencer T Brody2012-11-271-0/+1
* SERVER-7428 Only obtain a ReadContext on the "local" database when performing...Andy Schwerin2012-11-261-2/+1
* SERVER-7714 use appendTimestamp, don't corrupt currentOp output with master-s...Kevin Matulef2012-11-261-3/+3
* SERVER-7562 Query sync target with OpTime, not dateKristina2012-11-061-5/+5
* SERVER-3795 Make sure every logical log statement ends with endl, so that the...Shaun Verch2012-11-061-4/+4
* SERVER-7501 Remove syncThread from clientKristina2012-11-051-1/+0
* rewrite sererStatus caommands to be modularEliot Horowitz2012-10-261-17/+37
* SERVER-7231 Fixed cases where LOG(level) macro is used with booleansShaun Verch2012-10-251-1/+1
* SERVER-7231 Use LOG(level) macro instead of log(level) functionShaun Verch2012-10-241-14/+14
* Fixed typosPascal Borreli2012-10-141-1/+1
* SERVER-6914 ReplSource::resync() needs a local copy of db nameTad Marshall2012-09-011-1/+2
* SERVER-6908 Don't pass strings by valueTad Marshall2012-08-311-2/+2
* SERVER-6492 isMaster() no longer hangs on a REMOVED nodeEric Milkie2012-07-231-1/+1
* SERVER-4464 drivers and mongos should support 5 read preferencesRandolph Tan2012-07-051-1/+1
* DOCS-217 make all wiki links dochub linksMatt Dannenberg2012-06-291-2/+2
* Revert "add state to not-master-or-secondary message for easier debugging"Eric Milkie2012-06-191-2/+1
* add state to not-master-or-secondary message for easier debuggingEric Milkie2012-06-191-1/+2
* Send authentication table with all internal commands. SERVER-4156Spencer T Brody2012-06-161-0/+4
* Small formatting fixSpencer T Brody2012-06-121-2/+2
* Change getScopedDbConnection to getInternalScopedDbConnection where appropria...Spencer T Brody2012-06-121-1/+2
* SERVER-4328 - db and global lock and acquisition time for read and writeEliot Horowitz2012-06-121-12/+0
* make arguments to replVerifyReadsOk constEliot Horowitz2012-06-121-1/+1
* Move replVerifyReadsOk() implementation out of header, reducing dependencies ...Aaron2012-06-071-0/+19
* SERVER-4243 prevent write lock in network rs thread from blocking readers dur...Eric Milkie2012-06-071-1/+1
* Change every place that creates a ScopedDbConnection to use a factory functio...Spencer T Brody2012-05-291-5/+8
* SERVER-4758 raising timeout to 10 minutes for safetyEric Milkie2012-05-151-1/+1
* Include what you use fixes.Andy Schwerin2012-05-101-0/+3