summaryrefslogtreecommitdiff
path: root/db/repl.cpp
AgeCommit message (Expand)Author
2009-04-03basic arbitration e2e test, with minor code fixAaron
2009-04-01Fix ReplSource memory leaksAaron
2009-03-31Persist dbs to addAaron
2009-03-31Always list databases if syncedTo is initialAaron
2009-03-31Reset ReplSource on resyncAaron
2009-03-31include \!justCreated case, for redundancyAaron
2009-03-30Don't log db presence explicitlyAaron
2009-03-30Apply first entry when 'initial'Aaron
2009-03-24Just exit if --only specified without --sourceAaron
2009-03-23Check --pairwith peer spec against local.sources on startupAaron
2009-03-19Replace emptyObj with BSONObj()Aaron
2009-03-18Find requested oplog entry starting from tail of logAaron
2009-03-18On resync, clear all nontrivial local dbs that exist on remote machineAaron
2009-03-17Handle 'only' spec when reading db listAaron
2009-03-17More robust / accurate checking of previous failed initial cloneAaron
2009-03-17Remove 'haveLogged'Aaron
2009-03-17Remove first:true op fieldAaron
2009-03-17Start from end of op log on initial query (first commit)Aaron
2009-03-12More specific information on repl exceptionsAaron
2009-03-06Test exhausting oplog spaceAaron
2009-03-06Invalidate log if run out of spaceAaron
2009-03-06Infrastructure for validating logAaron
2009-03-05Fix some clonecollection issuesAaron
2009-03-04Better cloneCollection checkpointAaron
2009-03-02Fix line which would never logAaron
2009-03-02Add idempotence test for timestamp updateAaron
2009-02-12replication / exception throwing bug fixDwight
2009-02-11little things: hack for windows filenames, better loggingDwight
2009-02-11wasn't logging enoughDwight
2009-02-09doneAndDecouple() -> obj()Dwight
2009-02-06rename classes and add a new client connect methodDwight
2009-02-04Allow 'count' command on a slaveAaron
2009-02-04on exit, wait for replication to finish upDwight
2009-02-03grid/message -> util/messageEliot Horowitz
2009-02-02Parse port suffix before calling hostbyname()Aaron
2009-02-02Add autoresync optionAaron
2009-02-02Make arbitration smarter -- arbiter forwards negotiate request to paired nodeAaron
2009-01-29Don't destroy db mutexAaron
2009-01-29Add resync commandAaron
2009-01-25_id can be any typedwight
2009-01-24make security work with repl pairsdwight
2009-01-24make security work for repl pairsdwight
2009-01-23replication with security ondwight
2009-01-23log a little lessdwight
2009-01-23Add idempotence tests for some oplog operationsAaron
2009-01-21better version of sync checkpointdwight
2009-01-21checkpoint our replication progress periodicallydwight
2009-01-20changed verbose to logLevel and added log(int)Eliot Horowitz
2009-01-20Set up authInfo in contexts where it may be requiredAaron
2009-01-18authenticate command workdwight