summaryrefslogtreecommitdiff
path: root/src/mongo/db/cloner.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17573 move OpObserver calls into the datalayer as much as possible and...matt dannenberg2015-04-091-27/+9
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-031-7/+7
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-0/+1
* SERVER-13896 Replace logOp() with a more operation-aware observer interfacematt dannenberg2015-03-111-16/+18
* SERVER-17515 fixed namespace in oplog entry when using the cloner to copy ind...Dan Pasette2015-03-091-1/+4
* SERVER-17487 Use strict unindex operations for in-progress indexesMathias Stearn2015-03-091-0/+2
* SERVER-17287 StatusWith improvementsMathias Stearn2015-02-131-1/+1
* SERVER-17179 check for primary step down in clonerBenety Goh2015-02-051-0/+32
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+6
* SERVER-16764 Make ReplicationCoordinator file names match the type namesSpencer T Brody2015-01-121-1/+1
* SERVER-16711 Fix failing disk/diskfull.js suiteKaloian Manassiev2015-01-071-15/+26
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+4
* SERVER-16502: make getCollection const and not require an OpContextScott Hernandez2015-01-021-5/+13
* SERVER-16431 Enable yielding for all storage enginesKaloian Manassiev2014-12-291-4/+8
* SERVER-16129 cloneCollection does not yieldRandolph Tan2014-12-221-14/+39
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-3/+3
* SERVER-16192: Add ScopedTransaction to automatically commitAndRestart()Geert Bosch2014-11-211-0/+2
* SERVER-15614 Move inProcCmd to a separate file and clean includesKaloian Manassiev2014-10-301-0/+1
* SERVER-15706 Refactor internal user authenticationAndreas Nilsson2014-10-211-1/+1
* SERVER-12061 massert on failureEric Milkie2014-10-151-1/+1
* SERVER-12061 fix assert codeEric Milkie2014-10-151-1/+1
* SERVER-12061 optionally abort cloner when corruption detected from sourceEric Milkie2014-10-151-2/+10
* SERVER-13635: fix cloner using system.namespacesDan Pasette2014-10-131-9/+13
* SERVER-14425 Move LockManager out of the newlm namespaceKaloian Manassiev2014-10-101-1/+1
* SERVER-14668: Collection level locking for update pathGeert Bosch2014-10-091-6/+6
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-8/+4
* Revert "SERVER-14668: Replace uses of DBWrite lock with DBLock"Geert Bosch2014-10-031-6/+6
* SERVER-14668: Replace uses of DBWrite lock with DBLockGeert Bosch2014-09-301-6/+6
* BF-532: Revert "SERVER-14668: Replace uses of DBWrite lock with DBLock"Geert Bosch2014-09-291-6/+6
* SERVER-14668: Replace uses of DBWrite lock with DBLockGeert Bosch2014-09-251-6/+6
* SERVER-15317 Remove extraneous references to deprecated repl headers outside ...Andy Schwerin2014-09-191-7/+9
* SERVER-14668 split dbdirectclient out of instance.cppHari Khalsa2014-09-111-1/+1
* SERVER-15151: use isSelf on Windows, Solaris, & FreeBSDMark Benvenuto2014-09-091-8/+1
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-1/+1
* SERVER-13951 Better scoping for many WUOWsMathias Stearn2014-08-201-1/+0
* SERVER-14219 logOp implicit collection creationMathias Stearn2014-08-201-0/+12
* SERVER-13951 WUOW now takes whole OperationContext, not just RecoveryUnitMathias Stearn2014-08-131-8/+8
* SERVER-13951 Split index building in to UnitOfWork-sized stagesMathias Stearn2014-08-131-130/+102
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-2/+2
* SERVER-14378: clean up cloner changes for no system namespacesEliot Horowitz2014-07-281-2/+4
* SERVER-14378: cloner shouldn't use system.indexes but listIndexesEliot Horowitz2014-07-281-115/+161
* SERVER-14378: Cloner shouldn't use system.namespacesEliot Horowitz2014-07-281-52/+40
* SERVER-13951 Plumb OperationContext into DBDirectClients used for writingMathias Stearn2014-07-091-1/+1
* SERVER-14419 Correctly parse the "masterHost" argument to Cloner::go into a C...Andy Schwerin2014-07-021-7/+22
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-1/+3
* SERVER-14085: Start using WriteUnitOfWorkGeert Bosch2014-07-011-0/+6
* SERVER-14368 move isSelf from HostAndPort to a free function in namespace replmatt dannenberg2014-06-271-1/+2
* SERVER-13635 RIP pdfile.h/cppMathias Stearn2014-06-231-1/+0
* SERVER-13635: remove path concept from DatabaseHolder, and move repair and li...Eliot Horowitz2014-06-181-6/+4
* SERVER-13922 Remove Context and dbtemprelease from the clonerKaloian Manassiev2014-06-091-32/+64