summaryrefslogtreecommitdiff
path: root/db/repl.cpp
Commit message (Expand)AuthorAgeFilesLines
* don't do commitIfNeeded RARELY SERVER-2657 180Eliot Horowitz2011-03-021-1/+1
* some missing commitIfNeeded SERVER-2657 180Eliot Horowitz2011-03-021-0/+2
* commentDwight2011-02-031-0/+1
* remove unused variableAaron2011-01-311-2/+2
* better anyReplEnabledEliot Horowitz2011-01-311-1/+1
* don't try to auth oplog conn if auth isn't enabledKristina2011-01-141-1/+1
* auth context if necessary SERVER-1899Kristina2011-01-131-1/+1
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-191/+202
* rs authKristina2010-12-271-21/+24
* putting back validation on setParamter replApplyBatchSize and a setParamter v...Eliot Horowitz2010-12-011-0/+24
* fix repl10.jsDwight2010-11-291-5/+5
* crlfdwight2010-11-291-11/+11
* compiledwight2010-11-291-1/+1
* experimental option allowing application of multiple writes on a slave in a s...dwight2010-11-291-36/+57
* Revert "fix regression in repl slave pretouch"dwight2010-11-281-49/+36
* fix regression in repl slave pretouchdwight2010-11-281-36/+49
* log when slave has no source SERVER-2091Kristina Chodorow2010-11-171-0/+1
* cleaningdwight2010-11-121-1/+1
* keep a socket timeout on oplogdiagsashtml rsDwight2010-10-291-0/+1
* easier auto detection of replica set status from ismasterEliot Horowitz2010-10-241-0/+1
* add doc link for bad repl source SERVER-978Kristina Chodorow2010-10-221-0/+2
* don't allocate oplog for arbiter SERVER-1969Kristina Chodorow2010-10-211-1/+0
* cleanup ismaster code with replica setsEliot Horowitz2010-10-151-15/+14
* split bson max size into User and InternalEliot Horowitz2010-10-111-1/+1
* using BSONObjMaxSize everywhere bson size comes into playEliot Horowitz2010-10-101-1/+1
* maxbsonobjectsize in isMaster command returnDwight2010-10-081-6/+8
* resync doesnt work on repl sets - give a good err msg for nowDwight2010-09-291-0/+6
* [SERVER-1643] cloner can now clone from a replica set. Eg. db.cloneDatabase('...Tony Hannan2010-09-221-2/+2
* SERVER-779 don't use a write lockAaron2010-09-071-1/+1
* name was confusingdwight2010-09-071-1/+1
* SERVER-1700 ignore first op on initial query so that sync point is always bef...Aaron2010-08-301-11/+10
* maybe this will make repl10.js run consistentlydwight2010-08-301-2/+8
* const feels safer, especially for public member variablesDwight2010-08-261-1/+1
* do not background index when applying a create index operationDwight2010-08-231-0/+1
* Merge branch 'master' of github.com:mongodb/mongoAaron2010-08-161-5/+13
|\
| * SERVER-1626 initial sync bug fixDwight2010-08-161-5/+13
* | SERVER-1461 auth when getting remote authlog infoAaron2010-08-161-6/+11
|/
* fixing noop replication handling 161Eliot Horowitz2010-08-161-5/+1
* cleaningdwight2010-08-161-9/+1
* attempted repl fix 161?dwight2010-08-151-1/+1
* towards fixing replication initial sync problem with 1.6 161dwight2010-08-141-5/+9
* fasterdwight2010-08-121-1/+2
* CS-112 initial sync problem with traditional replicationdwight2010-08-121-2/+3
* patch: problem with initial sync in 1.6.0 from an idle master. BUG CS-112dwight2010-08-121-2/+2
* fix serverStatus for replica sets SERVER-1570Eliot Horowitz2010-08-041-4/+6
* SERVER-1523 and some diagui fixesDwight2010-08-021-1/+1
* return true from ismaster before rs initiateDwight2010-08-021-1/+2
* cleaningDwight2010-07-211-1/+1
* Merge branch 'master' of github.com:mongodb/mongoDwight2010-07-201-2/+2
|\
| * SERVER-1270 Elim c_str() /dbAlberto Lerner2010-07-201-2/+2