summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/clone.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-07-281-71/+71
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+4
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-16192: Add ScopedTransaction to automatically commitAndRestart()Geert Bosch2014-11-211-0/+1
* SERVER-15614 Move inProcCmd to a separate file and clean includesKaloian Manassiev2014-10-301-1/+0
* 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-1/+1
* Revert "SERVER-14668: Replace uses of DBWrite lock with DBLock"Geert Bosch2014-10-031-1/+1
* SERVER-14668: Replace uses of DBWrite lock with DBLockGeert Bosch2014-09-301-1/+1
* BF-532: Revert "SERVER-14668: Replace uses of DBWrite lock with DBLock"Geert Bosch2014-09-291-1/+1
* SERVER-14668: Replace uses of DBWrite lock with DBLockGeert Bosch2014-09-251-1/+1
* SERVER-15317 Remove extraneous references to deprecated repl headers outside ...Andy Schwerin2014-09-191-1/+0
* SERVER-13951 Better scoping for many WUOWsMathias Stearn2014-08-201-3/+0
* SERVER-13951 WUOW now takes whole OperationContext, not just RecoveryUnitMathias Stearn2014-08-131-1/+1
* SERVER-14085: Start using WriteUnitOfWorkGeert Bosch2014-07-011-0/+3
* SERVER-13635 RIP pdfile.h/cppMathias Stearn2014-06-231-1/+0
* SERVER-13922 Remove Context and dbtemprelease from the clonerKaloian Manassiev2014-06-091-2/+1
* SERVER-14069 all killCurrentOp goes through a nice ifaceHari Khalsa2014-06-061-1/+0
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-1/+1
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-4/+3
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-3/+4
* SERVER-13641 break up cloner.cpp into commands and functionality to make usag...Hari Khalsa2014-05-221-0/+137