summaryrefslogtreecommitdiff
path: root/src/mongo/db/cloner.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-22318 remove SCCC supportMisha Tyulenev2016-03-031-29/+0
* SERVER-20036 Interrupt mapReduce and movePrimary commands on catalog manager ...Spencer T Brody2016-01-211-4/+40
* SERVER-21678 setting fromMigrate flag for deletes in oplogDianna Hohensee2016-01-041-1/+1
* SERVER-21958 Remove mayYield and mayBeInterrupted flags from cloner, as it is...Andy Schwerin2015-12-211-92/+36
* SERVER-21382 Remove unused _id-extracting out parameter from Collection::dele...Andy Schwerin2015-12-091-4/+1
* SERVER-16609: Move storage_options to its own libraryGeert Bosch2015-10-091-1/+1
* SERVER-19564: Drop unused recordID return from insertDocumentMartin Bligh2015-09-091-4/+4
* SERVER-19155 Remove authcommon target's dependency on DBClientWithCommandssamantharitter2015-08-121-1/+1
* SERVER-19564: revertMartin Bligh2015-08-081-4/+4
* SERVER-19564: Drop unused recordID return from insertDocumentMartin Bligh2015-08-081-4/+4
* SERVER-19644: change dassert to verifyScott Hernandez2015-08-071-1/+1
* SERVER-19644: ensure valid collection creation when there are no collection o...Scott Hernandez2015-08-041-12/+17
* SERVER-17464: check for interrupts (like during shutdown) in clonerScott Hernandez2015-07-201-1/+21
* SERVER-19298: always use collection options when creating collectionsScott Hernandez2015-07-081-7/+28
* SERVER-19247 remove implicit conversion from NamespaceString to std::stringQingyang Chen2015-07-061-2/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-517/+506
* SERVER-17308 Remove duplicate std::unique_ptr using-declarationsJason Rassi2015-06-191-3/+2
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-4/+3
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+3
* SERVER-18807 modified ReplicationCoordinator::canAcceptWritesForDatabases to ...Benety Goh2015-06-091-6/+6
* SERVER-18567 Replace usages of the legacy ConnectionString::parseKaloian Manassiev2015-05-221-34/+27
* Revert "Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::g...Ernie Hershey2015-05-181-1/+1
* Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(Opera...Ernie Hershey2015-05-181-1/+1
* SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(OperationCont...Andy Schwerin2015-05-181-1/+1
* SERVER-17689: handle wce better in initial syncScott Hernandez2015-04-231-40/+46
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-24/+19
* 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