summaryrefslogtreecommitdiff
path: root/src/mongo/db/operation_context_noop.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-1/+12
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-75/+69
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+1
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+1
* SERVER-18277 Stronger locking rules for CurOp and OpDebug.Andy Schwerin2015-06-051-4/+4
* SERVER-14995 Move _killPending from CurOp to OperationContext.Andy Schwerin2015-06-021-2/+2
* Reapply "SERVER-14995 Move operation id, lockState and client fields to Opera...Andy Schwerin2015-06-021-18/+17
* Revert "SERVER-14995 Move operation id, lockState and client fields to Operat...Spencer T Brody2015-05-291-17/+18
* SERVER-14995 Move operation id, lockState and client fields to OperationContext.Andy Schwerin2015-05-291-18/+17
* Revert "Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::g...Ernie Hershey2015-05-181-5/+0
* Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(Opera...Ernie Hershey2015-05-181-0/+5
* SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(OperationCont...Andy Schwerin2015-05-181-5/+0
* SERVER-18168: Get rid of nested units of work in the RecoveryUnitGeert Bosch2015-05-151-1/+5
* SERVER-18195 Read after optime (repl only)Randolph Tan2015-05-111-14/+18
* SERVER-17573 move OpObserver calls into the datalayer as much as possible and...matt dannenberg2015-04-091-0/+6
* SERVER-17499 Unify GodScope and fromDBDirectClient boolJason Rassi2015-03-091-4/+0
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-13256 Add std namespace qualifications in headersAndrew Morrow2015-01-151-2/+2
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-1/+3
* SERVER-16591 Get rid of _collectionsLock in the database catalogKaloian Manassiev2015-01-051-6/+11
* SERVER-14062 Cleanup Client::hasWrittenSinceCheckpoint and some usages of cc()Kaloian Manassiev2014-11-131-3/+1
* SERVER-13635: hook up mmapv1 record stores to harnessEliot Horowitz2014-10-151-2/+2
* SERVER-14668 Remove 'experimental doc locking legacy code'Kaloian Manassiev2014-10-081-4/+0
* SERVER-14668 stash recovery unit with ClientCursorHari Khalsa2014-09-181-1/+9
* SERVER-14668 Make Locker an interfaceKaloian Manassiev2014-09-111-3/+2
* SERVER-14371 Implement killOp support to interrupt threads blocked in awaitRe...Spencer T Brody2014-08-251-0/+4
* SERVER-10228 SERVER-14779 Add isGod() method to OperationContext; remove isGo...Spencer T Brody2014-08-041-0/+4
* SERVER-14413 box mmapv1 further, retire structure directoryHari Khalsa2014-07-111-2/+2
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-07-011-2/+2
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Tyler Brock2014-06-301-2/+2
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-281-2/+2
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Kaloian Manassiev2014-06-281-2/+2
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-271-2/+2
* SERVER-13961 Add capability to register and discover OperationContextsKaloian Manassiev2014-06-261-1/+6
* SERVER-13635: allow OperationContextNoop to get a RecoveryUnit passed in for ...Eliot Horowitz2014-06-251-1/+5
* SERVER-14006 Partition the experimental lock managerCraig Harris2014-06-231-0/+4
* SERVER-14062 Move most non-global curop access through OperationContextGeert Bosch2014-05-301-2/+14
* SERVER-13961 Remove dependency on the TLS client from LockStateKaloian Manassiev2014-05-201-0/+6
* SERVER-13637: add CollectionCatalogEntry, start Database layerEliot Horowitz2014-05-191-0/+4
* SERVER-13931 do some killCurrentOp cleanupHari Khalsa2014-05-161-0/+65